SQL queries

Throughout the documentation, SELECT statements and other SQL statements appear with each clause on a separate row, and with the SQL keywords in uppercase. This is done to make the statements easier to read but is not a requirement. You can enter SQL keywords in any case, and you can have line breaks anywhere in the statement.

 Keywords and line breaks
 Case sensitivity of strings and identifiers
 Qualifying identifiers
 Row order in the result set
 See also