1.

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

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


Discussion

No Comment Found

Related MCQs