Small. Fast. Reliable.
Choose any three.
*** 9,11 ****
--- 9,16 ----
  *: Stored Procedures
  *: Rollup and Cube
  *: INSERT INTO with multiple rows (ie. INSERT INTO table VALUES (...), (...). etc)
+ *: CREATE DATABASE, DROP DATABASE
+ *: 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)
+ *: CREATE TRIGGER [BEFORE | AFTER | INSTEAD OF] (Oracle)