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

Select price multiply quantity from item;
Select price(quantity) from item;
Select price * quantity from item;
Select price.quantity from item;
Answers
Answered by
12
Explanation:
Select price * quantity from item;
hope it's correct
Answered by
5
The correct answer is option (c) Select price * quantity from item;.
Explanation:
- 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.
- The correct answer among all is Select price * quantity from item;.
Similar questions
Social Sciences,
2 months ago
Social Sciences,
2 months ago
English,
2 months ago
Hindi,
4 months ago
Social Sciences,
4 months ago
English,
10 months ago
Computer Science,
10 months ago