1. Computing

Structured Query Language (SQL)

The Structured Query Language (SQL) forms the backbone of most modern database systems. These links provide the best resources on the Net for neophytes and expert database administrators alike!
  1. Advanced SQL Topics (13)
  2. Basic SQL Tutorials (11)

What is SQL?
The Structured Query Language (SQL) is the set of instructions used to interact with a relational database. In fact, SQL is the only language that most databases actually understand. Whenever you interact with such a database, the software translates your commands (whether they are mouse clicks or form entries) into SQL statement that the...

Structured Query Language Frequently Asked Questions
Looking for advice on using the Structured Query Language? The About Databases SQL FAQ provides answers to the most frequently asked questions about SQL and databases.

Discuss in my forum

©2013 About.com. All rights reserved.