Discussion :: Introduction to SQL - True or False (Q.No.34)
34. | To establish a range of values, < and > can be used. |
|||
Answer: Option A Explanation: No answer description available for this question.
|
Dharu said: (Nov 2, 2015) | |
To specify a range we can use the range like <, >, <=, >=, ==, !=. For eg: We need to select employee name and salary from employee table and the salary must be greater than 1500. And select employee name, salary from employee where salary > 1500. |
Post your comments here:
Name *:
Email : (optional)
» Your comments will be displayed only after manual approval.