SQL Tutorials
Links to External Resources:
Beginning SQL
About.com: Learn SQL for database development...
Introduction to SQL
The goal of these tutorials is to teach you everything you need to know about
SQL. We will start off easy...
W3 Schools
SQL Introduction
In our SQL tutorial you will learn how to use SQL to access, define, and
manipulate data in Oracle, DB2, Sybase, Informix, Microsoft SQL Server,
Microsoft Access, and other database systems...
SQLCourse.com
This unique introductory SQL tutorial not only provides easy-to-understand SQL
instructions, but it allows you to practice what you learn using the on-line SQL
interpreter...
Overview of Normalization
One of the more complicated topics in the area of database management is the
process of normalizing the tables in a relational database...
A
Simple Guide to Five Normal Forms in Relational Database Theory
MySQL Cross-tabulation
Cross tabulations are statistical reports where you de-normalize your data and
show results grouped by one field, having one column for each distinct value of
a second field...
|