Computer Science, asked by anamika005, 2 months ago

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 akraghav123
3

Answer:

2 one I think..............

Similar questions