Computer Science, asked by khushalpahuja22, 4 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



Select price multiply quantity from item;

Select price(quantity) from item;

Select price * quantity from item;

Select price.quantity from item;

Answers

Answered by pooja12shreya
12

Explanation:

Select price * quantity from item;

hope it's correct

Answered by priyarksynergy
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