SQL Tutorial

Introduction
SQL Commands
Table Manipulation
Links

SQL Introduction

This SQL Tutorial site is aimed to teach beginners the building blocks of SQL. This site is divided into the following sections:

  • SQL Commands: How SQL is used to store, retrieve, and manipulate data in the relational database.
  • Table Manipulation: How SQL is used to manage tables inside the database.
  • Links: Additional SQL-related information.

By the end of this brief tutorial, you should have a good general understanding of the syntax of SQL. In addition, you should be able to write SQL code to perform basic queries. My experience is that understanding the basics of SQL is much easier than mastering all the intricacies of this computer language, and I hope you will reach the same conclusion as well.

An excellent SQL reference books is SQL: The Complete Reference. This is a book that we find very useful and would recommend you to get it now.

Okay, enough introduction. Click here to start learning SQL!


The author can be contacted at webmaster@1keydata.com.
Copyright 1999-2003 Chuo-Han Lee All Rights Reserved.