Rules for SQL STATEMENT

  1. SQL statements are not case sensitive.
  2. SQL statement can have one or more lines.
  3. Keyword cannot split across line or abbreviated.
  4. Indents should be used to make code more readable.
  5. Keywords are entered in uppercase and table name, column name are entered in lowercase.
  6. Clauses are usually placed on separate lines for readability and ease of editing.
Previous
Next Post »