SQL Programming
SQL Programming
May 14, 2025 at 03:51 AM
*Correct Answer: B) Total number of rows, total revenue, and average price.* COUNT(*) → counts all rows in the sales table. SUM(price * quantity_sold) → calculates total revenue. AVG(price) → gives the average price across all rows. *React ❤️ if you got it right*
❤️ 👍 🙏 😢 🇵🇸 🇮🇳 🅱️ 🇨🇲 142

Comments