
SQL Programming
May 13, 2025 at 02:23 PM
*Correct Answer: B) It multiplies unit_price and quantity and shows the result in a column called total_sales.*
unit_price * quantity performs the arithmetic.
AS total_sales renames the result column.
So for each row, you’ll get:
The product name
Its total sales amount (unit_price × quantity)
*React ❤️ if you got it right*
❤️
❤
👍
🇵🇸
😢
🇮🇱
✅
🇨🇩
🇮🇳
🇵🇰
128