Level 2 - JuniorOutput Prediction Questions
Output: Above Average Orders
Given the sample orders table below, what will this query return? SELECT COUNT(*) FROM orders WHERE total_amount > (SELECT AVG(total_amount) FROM orders);
Given the sample orders table below, what will this query return? SELECT COUNT(*) FROM orders WHERE total_amount > (SELECT AVG(total_amount) FROM orders);