Q. What will the following statement return?
Code:SELECT * FROM student_details WHERE Student_name LIKE 'S%';
β
Correct Answer: (A)
It will return the name starting with s
Explanation: The statement will return the name starting with s