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.
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.
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:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers