Discussion :: Introduction to SQL - General Questions (Q.No.31)
Baburao said: (Aug 11, 2011) | |
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 |
Atar said: (Jan 20, 2012) | |
The BETWEEN operator selects a range of data between two values. |
Post your comments here:
Name *:
Email : (optional)
» Your comments will be displayed only after manual approval.