1.

What will be the output of the following query?
SELECT *
FROM student
WHERE last_name LIKE F% AND last_name LIKE %T ;

A. All student whose last name start with T and end with F
B. All student whose last name should started with F and end with F
C. All student whose last name should started with F and end with T
D. All of above
E. None of these
Answer» D. All of above


Discussion

No Comment Found

Related MCQs