SQL - Aggregate Functions
Identify the error in the following SQL query:
SELECT COUNT(*) FROM orders WHERE COUNT(order_id) > 5;SELECT COUNT(*) FROM orders WHERE COUNT(order_id) > 5;15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions