1.

What will be the output of the following query?
SELECT stu_id, first_name, last_name
FROM student
WHERE 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


Discussion

No Comment Found

Related MCQs