  |
Wikipedia: SQL - http://en.wikipedia.org/wiki/SQL
History and overview of the language. |
  |
A Gentle Introduction to SQL - http://sqlzoo.net/
An interactive tutorial. Allows access to tables using any of Oracle, SQL Server, MySQL, Access or PostgreSQL engines. |
  |
An Introduction to Database Normalization - http://dev.mysql.com/tech-resources/articles/intro-to-normalization.html
Article by Mike Hillyer. Normalizing data is the most effective way to decrease storage requirements and increase data integrity. In this tutorial we cover the basics of data normalization. |
  |
SQL for Web Nerds - http://philip.greenspun.com/sql/
A nicely structured manuscript on SQL by Philip Greenspun, based on the Oracle database. Queries, transactions, triggers, and RDBMS concepts are covered. |
  |
Database and SQL eLearning - http://db.grussell.org/
Database theory and an online tutorial interface to an Oracle database system, allowing a user to learn SQL interactively. The site automatically checks and marks SQL and gives instant feedback. |
  |
Summarizing data with SQL (Structured Query Language) - http://www.paragoncorporation.com/ArticleDetail.aspx?ArticleID=6
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. |
  |
SQL Cheat Sheet: Query By Example - http://www.paragoncorporation.com/ArticleDetail.aspx?ArticleID=27
Provides ANSI-SQL solutions to common database query/update tasks. These apply to such relational databases as PostGreSQL, MySQL, Microsoft SQL Server, Oracle, Microsoft Access, SQLite. |
  |
SQLCourse - http://www.sqlcourse.com/
Interactive/On-line SQL Tutorial with SQL Interpreter and live practice database. |
  |
SQLcourse2 - http://www.sqlcourse2.com/
Online SQL tutorial featuring a live interpreter to test SQL commands. |
  |
SQL In Simple English - http://www.codecoffee.com/articles/sql1.html
SQL presented as a questions and answers session, with questions that novices would like to ask. |