05- Basic Queries

01

KEYWORDS:

  • SELECT
  • ORDER BY <colName>
  • ORDER BY <colName> ASC
    'ASC acending is default'
  • ORDER BY <colName> DESC
    decending
  • LIMIT