SELECT list and WHERE clause.
mysql> SELECT CONCAT(first, ' ', last)
-> FROM taxpayer
-> WHERE income/dependents > 50000 AND age > 64;
GROUP BY and ORDER BY clauses.
LEFT OUTER JOIN and RIGHT OUTER JOIN with both standard SQL and ODBC syntax.
SHOW statement can be used to retrieve information about databases, storage engines, tables, and indexes.
EXPLAIN statement can be used to determine how the optimizer resolves a query.
ABS is a valid column name.
What are the security features?
© 2007 John Michael Pierobon