Small. Fast. Reliable.
Choose any three.
*** 56,58 ****
--- 56,59 ----
  was removed because it is not standard SQL._
  *: name columns in views (i.e. CREATE VIEW (foo, bar) AS SELECT qux, quo FROM baz;)
  *:FLOOR and CEILING functions, e.g. "SELECT FLOOR(salary) FROM personnel;"
+ *:IF EXISTS function, e.g. "DROP TABLE IF EXISTS temp;"