Consider the following table “ITEM”: Display the total amount of each item. The amount must be calculated as the price multiplied by quantity for each item. *
1 point
Captionless Image
Select price.quantity from item;
Select price multiply quantity from item;
Select price * quantity from item;
Select price(quantity) from item;
Answers
Answered by
3
Answer:
2 one I think..............
Similar questions