1.

What will be the output of the following query?
SELECT *
FROM student
WHERE last_name LIKE %t%f%n%;

A. All student whose last name contains f in fourth position
B. All student whose last name contains n in second last position
C. All student whose last name contain t in second position
D. All of above
E. None of these
Answer» E. None of these


Discussion

No Comment Found

Related MCQs