Computer Science, asked by arifkhan9879967, 2 months ago

Which statement in SQL is used to sort the fetched data in either ascending or descending accordingto one or more columns?​

Answers

Answered by ayushdedpsnt
0

Answer:

ORDER BY

Example: ORDER BY id DESC, ORDER BY id ASC

Similar questions