Small. Fast. Reliable.
Choose any three.
*** 10,15 ****
--- 10,16 ----
  *: Rollup and Cube
  *: INSERT INTO with multiple rows (ie. INSERT INTO table VALUES (...), (...). etc)
  *: CREATE DATABASE, DROP DATABASE
+ *: ALTER VIEW, ALTER TRIGGER
  *: Schemas
  *: TRUNCATE (MySQL, Postgresql and Oracle have it... but I dont know if this is a standard command)
  *: ORDER BY myfield ASC NULLS LAST (Oracle)