SQL Programming
SQL Programming
May 13, 2025 at 06:46 PM
You have a table called sales with the following columns: product, price, and quantity_sold. What will this query return? SELECT COUNT(*), SUM(price * quantity_sold), AVG(price) FROM sales;
❤️ 🅱 👍 🇮🇳 🙏 🇵🇸 👺 😡 53

Comments