SQL Programming
SQL Programming
May 12, 2025 at 07:20 PM
You have a table sales with columns: product_name, unit_price, quantity. What will this query return? SELECT product_name, unit_price * quantity AS total_sales FROM sales;
❤️ 🇮🇳 👍 🇵🇸 😮 🙏 🇲🇼 2⃣ 82

Comments