This lesson describes how to create a schema and a sample
database table for the DB2® application.
A schema is a logical grouping for your database artifacts.
You may already have a schema, but if you do not you will need to
do one of the following actions
- If you do not have the authority to create a schema, have your
database administrator create a schema for you under which you can
create a sample database table.
- If you have the proper authority, one way to create a schema is
to create a table under a new schema name. If you do not have the
authority to create a database table, you need to have a database
administrator create your table for you.
To create a schema and database table, do these steps: