Q. What is the result of ‘Select * from customer where CustID>10 and CustID<100’ query? (Solved)
1. display all customers with CustID from 10 to 100
2. display all customers with CustID above 10
3. display all customers with CustID below 100
4. display all customers with CustID from 11 to 99
- d. display all customers with CustID from 11 to 99