

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following query?SELECT customerid, productid, availbalanceFROM accountWHERE availbalance BETWEEN 2000 AND 3000. |
A. | Only those details will be shown whose available balance is less than 3000 |
B. | Only those details will be shown whose as available balance form 2000 to 3000 |
C. | Only those details will be shown whose available balance is more than 2000 |
D. | All of above |
E. | None of these |
Answer» C. Only those details will be shown whose available balance is more than 2000 | |