Fred: Database: Index
These notes started as SQL command summary pages, and a few more pages have been added.
Here's a zipped version of these notes: notes-db-2004-01-31.zip
(200 KB).
If you want online tutorials, look at Tutorials.
Design Issues
SQL Commands
Queries (SELECT)
Domains (Data Types)
- Datatypes - Table of common SQL, MS Access, and MySQL datatypes.
Tables - Creating, Updating, Altering, ...
Security
- Security - Privileges, GRANT and REVOKE commands
Transactions
Database Software
Resources
- www.databasecentral.com -
Lots of database resources.
- www.wiscorp.com - Mike Gorman of Whitemarsh
has some interesting things to read, especially if you want an overview of where SQL is headed.
Examples