MariaDB Question:
Download Job Interview Questions and Answers PDF
Tell me what is the use of ORDER BY clause in MariaDB?
Answer:
MariaDB ORDER BY Clause is used to sort the records in your result set in ascending or descending order.
Syntax:
SELECT expressions
FROM tables
[WHERE conditions]
ORDER BY expression [ ASC | DESC ];
Syntax:
SELECT expressions
FROM tables
[WHERE conditions]
ORDER BY expression [ ASC | DESC ];
Download MariaDB Interview Questions And Answers
PDF
Previous Question | Next Question |
Tell me which Is The Max Storage Capacity Of Version 5.5 Mariadb? | Tell me what is RIGHT OUTER JOIN in MariaDB? |