Computer Science, asked by sumit7457080371, 3 months ago


to show detail of item decreasing order of price in SQL queries

Answers

Answered by 2003yadavswati
0

Answer:

SELECT * FROM (table name)

ORDER BY price DESC;

Similar questions