Database - Introduction to SQL - Discussion

Discussion Forum : Introduction to SQL - True or False (Q.No. 34)
34.
To establish a range of values, < and > can be used.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Dharu said:   10 years ago
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.
(1)

Post your comments here:

Your comments will be displayed after verification.