Computer Science, asked by wwwsg128p2h399, 11 months ago

Write a query that sorts the data of table student on the basis of project-Group ( in ascending order ), section (in descending order), marks (in descending order).

Answers

Answered by alakaprasain
3

Answer:

Explanation:sry don’t know about it

Answered by shivu0518
11

Answer:

select * from student orderby project-group, section desc, marks desc;

Similar questions