

MCQOPTIONS
Saved Bookmarks
1. |
Find the error in the following query? SELECT cust_id, fed_id FROM customer WHERE cust_id = ’I’ AND fed_id BETWEEN 5000-00-000 AND 9999-999-000; |
A. | Yes |
B. | No |
C. | Range too high to compare |
D. | None of the mentioned |
Answer» C. Range too high to compare | |