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

MySQL MCQs

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

Answer

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

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