Previous Section Table of Contents Next Section

Chapter 2. Foundational Concepts

SQL provides an easy, intuitive way to interact with a database. While the SQL2003 standard does not define the concept of a "database," it does define all the functions and concepts needed for a user to create, retrieve, update, and delete data. It is important to know the types of syntax in the SQL2003 standard and the particular platform-specific syntax guidelines.

    Previous Section Table of Contents Next Section