MCQs > IT & Programming > SQL > What syntax would you use to write a query to select all teams that won either 2, 4, 6 or 8 games?

SQL MCQs

What syntax would you use to write a query to select all teams that won either 2, 4, 6 or 8 games?

Answer

Correct Answer: SELECT team_name FROM teams WHERE team_won IN (2, 4, 6, 8)

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