please answer this question... help Mee please
Attachments:
Answers
Answered by
0
- SELECT FROM <table> WHERE "type"='Wooden'
- SELECT FROM "PRICE" WHERE "TYPE"='Iron', 'Plastic'
- INSERT INTO <table> (ITEM_CODE, ITEM_NAME, TYPE, PRICE) VALUES (9, Cupboard, Wooden, 13560)
- UPDATE <table> set "PRICE"=125/100*"PRICE" WHERE "ITEM_NAME" = 'Chair'
- DELETE * FROM <table> WHERE "PRICE"<700
Hope it helped XD
p.s. mark as brainliest
Similar questions