Definition of SQLLast reviewed: November 2, 1994Article ID: Q68783 |
SUMMARYSQL (structured query language) is a computer language developed by IBM to provide standard commands that permit you to access relational databases.
MORE INFORMATION"Structured" refers to the rules that govern the language's usage. SQL consists of three types of commands: Data Definition, Data Manipulation, and Data Control. Data Definition language permits creation of tables and indexes. Data Manipulation language is used to query and modify databases. Data Control language allows and withholds access to databases.
REFERENCES"Guide to SQL Quick Reference" by John Viescas, page v.
|
KBCategory: kbother
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |