1.

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

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


Discussion

No Comment Found

Related MCQs