Computer Science, asked by skrebot, 5 days ago

it's a MySQL query problem, I can't solve please help me guys​

Attachments:

Answers

Answered by santhoshvishwa52
0

Answer:

1) select name,pweight,cweight from carvers where city='Mumbai';

2) select name,pweight,cweight,pweight-cweight as "change in weight" from carvers;

3)select name,doj from carvers where doj='%2018%';

4) select * from carvers order by CWEIGHT desc;

5) select name,doj from carvers where name like 'S%a';

Explanation:

plezz write exactly as I wrote .... because change in capital and small letters of the query will effect the output!

Similar questions