Write Sql commands for questions given in the pic.
Attachments:
Answers
Answered by
1
Answer:
1) SELECT PRICE*QUANTITY AS TOTAL_AMOUNT FROM ITEM
2) SELECT * FROM ITEM WHERE PRICE<50
3)SELECT * FROM ITEM
Answered by
1
Answer:
- Select the price and quantity as amount .
- Select an item below 50.
- Select from item.....
Similar questions