1.

What will be the output of the following query?
SELECT stu_id, first_name, last_name
FROM student
WHERE LEFT (last_name, 1) = F ;

A. Only those student are selected whose last name started with other than F
B. Only those student are selected whose last name started with F
C. Only those student are selected
D. All of above
E. None of these
Answer» C. Only those student are selected


Discussion

No Comment Found

Related MCQs