Database - Introduction to SQL - Discussion
Discussion Forum : Introduction to SQL - General Questions (Q.No. 31)
31.
The SQL keyword BETWEEN is used:
Discussion:
2 comments Page 1 of 1.
Atar said:
1 decade ago
The BETWEEN operator selects a range of data between two values.
BabuRao said:
1 decade ago
We can use between when we are calculating the range between two things or values.
Ex: select cname, sal from customer where sal between 2000 and 5000
Ex: select cname, sal from customer where sal between 2000 and 5000
Post your comments here:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers