Database Systems 1 - A brief overview of SQL/relational database. Author uses MySQL for examples and touches on the concepts of database creation and use.
A Gentle Introduction to SQL - An interactive tutorial. Allows access to tables using any of Oracle, SQL Server, MySQL, Access or PostgreSQL engines.
Intro To Structured Query Language (SQL) - A basic introduction to writing queries so that beginners can begin to extract data from an existing relational databse.
Kihlman's SQL (Graphic SQL tutorial) - This program helps you learn SQL, Structured Query Language. You can use the test questions or make your own SQL statements. [Shareware]
SQL for Web Nerds - A nicely structured manuscript on SQL by Philip Greenspun, based on the Oracle database. Queries, transactions, triggers, and RDBMS concepts are covered.
Summarizing data with SQL (Structured Query Language) - This article provides a brief SQL How-to on how to summarize data. Most of the examples we provide will be based on the ANSI-SQL 92 standard. Some examples will show features specific to SQL Server 7.