What is the default sort direction in an ORDER BY clause?

Advanced SQL Developer Easy

Advanced SQL Developer — Easy

What is the default sort direction in an ORDER BY clause?

Key points

  • ASC is the default sort direction in SQL ORDER BY
  • Results are sorted in ascending order with ASC
  • DESC is used for descending order, not the default

Ready to go further?

Related questions