Q 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).
Answer =
SELECT * FROM STUDENT ORDER BY PROJECT-GROUP ASC, SECTION DESC , MARKS DESC;
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )