joins (inner and outer) and how to correctly use GROUP BY
performance evaluation/tuning
knowledge of efficient (and inefficient) ways of doing things in queries (understanding how certain things can affect performance, e.g. using functions in WHERE clauses)
dynamic SQL and knowledge of cursors (and IMO the few times they should be used)
understanding of schema design, indexing, and referential integrity