This topic contains the sample tables referred to and used in this topic and the SQL Reference topic collection.
Along with the tables are the SQL statements for creating the tables.
As a group, the tables include information that describes employees, departments, projects, and activities. This information makes up a sample application demonstrating some of the features of the DB2® UDB Query Manager and SQL Development Kit licensed program. All examples assume the tables are in a schema named CORPDATA (for corporate data).
CALL QSYS.CREATE_SQL_SAMPLE ('SAMPLE')The schema name must be specified in uppercase. The schema must not already exist.