

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following query?SELECT stu_id, first_name, last_nameFROM studentWHERE LEFT (first_name, 1) = F ; |
A. | Only those student are selected whose first name started with other than F |
B. | Only those student are selected |
C. | Only those student are selected whose first name started with F |
D. | All of above |
E. | None of these |
Answer» D. All of above | |