November 2007
Intermediate to advanced
1136 pages
26h 7m
English
• CREATING DATABASE OBJECTS
• DATA TYPES
• TABLES
• CONSTRAINTS
• VIEWS
• INDEXES
The standard language of relational database access is SQL (Structured Query Language). SQL is not a conventional programming language. It was designed for the purpose of accessing tabular data. Every Relational Database Management System (RDBMS) implements a slightly different version of SQL.
In this chapter we examine the DB2 implementation of the SQL language. If you are familiar with other RDBMS products, you will already understand many aspects of the DB2 implementation of SQL thanks to the industry acceptance of the ISO®/ANSI® SQL standard.
We first examine the DB2 database objects that can be referenced in an SQL statement; then, ...
Read now
Unlock full access