| Transact-SQL Tutorial |
This tutorial is intended for users who are new to writing SQL statements. It will help new users get started by reviewing some basic statements for creating
tables and inserting data. This tutorial uses Transact-SQL, the Microsoft implementation of the SQL standard. This tutorial is intended as a brief introduction
to the Transact-SQL language and not as a replacement for a Transact-SQL class. The statements in this tutorial are intentionally simple, and are not meant to
represent the complexity found in a typical production database.
|
| The Structured Query Language |
This web site is dedicated to the Structured Query Language (SQL). You will find a number of useful SQL articles / tutorial on this website.
|
| SQL Programming Tutorial |
This free SQL database programming tutorial is very comprehensive and includes lots of examples.
|
| SQL Database Programming Tutorial |
This SQL database programming tutorial is well written and easy to understand. An SQL tutorial worth checking.
|
| Database SQL Tutorial |
This one is a good looking SQL programming tutorial. It covers topics like History of SQL, SQL Components, Data Types in SQL, Creating Tables,
Inserting Data using Insert, Getting Data with Select Statement, Basic SQL Funtions, Sub-Queries, Nested Queries, SQL UPDATE and Relationships in a RDBMS.
|
| Basic ADO and SQL Tutorial |
In this tutorial you will learn how to use the ADO Connection, Command, and RecordSet object with simple SQL statements with ASP
(Active Server Pages).
|
| SQL Tutorial |
This SQL tutorial is also looking good. The concepts are explained in plain language.
|
| Interactive SQL Tutorial |
This interactive SQL tutorial not only provides easy-to-understand basic SQL instructions, but it also allows you to practice what you
learn, using the on-line SQL interpreter.
|
| SQL / XML Tutorial |
This SQL / XML Tutorial will teach you SQL / XML, XQuery, and Native XML Programming Languages.
|
|