Computer Science, asked by yetendra, 2 months ago

Write a query to display all the records of marksheet in such order which
display the highest percentages on the top of the result.​

Answers

Answered by ratnakumari1631
0

Explanation:

select* marks from table name order by marksasc;

Similar questions