Computer Science, asked by Ramninder28, 1 month ago

Write Sql commands for questions given in the pic. ​

Attachments:

Answers

Answered by da4729204
1

Answer:

1) SELECT PRICE*QUANTITY AS TOTAL_AMOUNT FROM ITEM

2) SELECT * FROM ITEM WHERE PRICE<50

3)SELECT * FROM ITEM

Answered by Anonymous
1

Answer:

  1. Select the price and quantity as amount .
  2. Select an item below 50.
  3. Select from item.....
Similar questions