MCQOPTIONS
Saved Bookmarks
| 1. |
What is the result of ‘Select * from customer where CustID>10 and CustID |
| A. | display all customers with CustID from 10 to 100 |
| B. | display all customers with CustID above 10 |
| C. | display all customers with CustID below 100 |
| D. | display all customers with CustID from 11 to 99 |
| Answer» E. | |