Upwork All skils Test Answers >> Upwork answers of MySQL >> Complete MySQL Quiz Answers
Question: How would you write a query to select all teams that won either 2, 4, 6 or 8 games?
The Answer of this quiz is ' SELECT * FROM teams WHERE team_won IN (2, 4, 6, 8);'
The Answer of this quiz is ' SELECT * FROM teams WHERE team_won IN (2, 4, 6, 8);'
No comments:
Post a Comment