Structured Query Language
From Wikibooks, open books for an open world
|
|
|
- For a thorough look at one SQL variant, see also MySQL and Oracle Programming/SQL Cheatsheet.
- For the SQL Dialects References, see also SQL Dialects Reference.
Structured Query Language (SQL) is a widely-used query language for using database. This Wikibook provides a detailed description of SQL, its origins, its programming, and its uses. This book follows the specifications of the SQL:2008 standard published in 2008 by the ISO. A draft of SQL:2008 is freely available as a zip archive at http://www.wiscorp.com/sql200n.zip from Whitemarsh Information Systems Corporation.
[edit] Chapters
- Introduction to SQL
- Relational Databases
- Data Query Language
- Data Manipulation Language
- Data Definition Language
- Data Control Language
- Performance