Computer Science, asked by 368898, 11 months ago

plzzzzzzzzzz ans tomorrow is my exam​

Attachments:

Answers

Answered by lastbenchstudent
0

a)

select * from Mobile order by price asc

b)

insert into Mobile values ("M007", "MI", "Note5", 2000, '2017-12-12')

c)

update Mobile set price = (price +1000) where Company = 'Samsung'

d)

delete from Mobile where Company = "Oppo"

e)

select * from Mobile where price > 5000

Similar questions