The CTDP SQL Guide Version 0.2.1 June 9, 2001IntroductionThis SQL Guide is written as a basic introduction to Structured Query Language (SQL). RDBMS and SQLStructured Query Language (SQL) is a standard language for communication with a relational database management system (RDBMS). SQL provides commands which are used to create, modify, and access the database. Databases contain one or more tables of data with relationships between multiple tables defined in the database. Each table is an object. SQL Commands
|