MCQs > IT & Programming > MySQL > Which query returns all the rows whose names start with 'S'?

MySQL MCQs

Which of the following queries returns all the rows whose names start with "S"?

Answer

Correct Answer: SELECT * FROM table WHERE name LIKE 'S%';

Explanation:

Note: This Question is unanswered, help us to find answer for this one

MySQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

MySQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it