SQL

SQL, (Structured Query Language), is a language that enables you to work with a database. Using SQL, you can insert records, update records, and delete records.

You can also create new database objects such as databases and tables with SQL. And you can drop (delete) them.

This section of Quackit contains a number of resources to assist you in creating database driven websites.

SQL Tutorial

This tutorial covers everything you need to get you started in database programming.

SQL Server Tutorial

This tutorial explains what SQL Server is and how to use it. You don't need to do the SQL tutorial first, however, you should have a basic knowledge of relational database management systems and how they work.

MySQL Tutorial

Includes installation of MySQL and MySQL Workbench, code examples, screenshots, etc.

Basic Database Tutorial

If you don't feel quite ready to jump into a SQL tutorial or SQL Server tutorial, start here. This tutorial will explain what a database management system (DBMS) is, the typical features that make up a DBMS, and how they are generally used.

Microsoft Access Tutorial

This tutorial explains what Microsoft Access is and how to use it. You don't need to do the SQL tutorial first, however, you should have a basic knowledge of relational database management systems and how they work.