Home / Programming MCQs / MySQL MCQs / Question

J

Jatin Dubey • 3.72K Points
Extraordinary

Q. What will the following statement return?

Code:
SELECT * FROM student_details WHERE Student_name LIKE 'S%';
(A) It will return the name starting with s
(B) It will return the name ending with s
(C) It will return the name who has s in between
(D) ----
Explanation by: Jatin Dubey
The statement will return the name starting with s

You must be Logged in to update hint/solution

Discusssion

Login to discuss.