MCQs > IT & Programming > MySQL > How to write a query to select all orders that contain either 3, 5, 7 or 9 items?

MySQL MCQs

How would you write a query to select all orders that contain either 3, 5, 7 or 9 items?

Answer

Correct Answer: SELECT * FROM orders WHERE item_count IN (3, 5, 7, 9);

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