MCQs > IT & Programming > SQL > Which will select the `name` of 'John' from the 'Person' table where `num_friends` is greater than 1?

SQL MCQs

Which will select the `name` of 'John' from the 'Person' table where `num_friends` is greater than 1?

Answer

Correct Answer: SELECT name FROM Person WHERE num_friends > 1 AND name = 'John'

Explanation:

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

SQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

SQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it