Home |
Previous Page | Next Page Getting Started with DB-Access > Creating and Working with the Demonstration Databases >
The DB–Access utility,
which is provided with your IBM Informix database server products,
includes one or more of the following demonstration databases:
- The stores_demo database
illustrates a relational schema with information about a fictitious
wholesale sporting-goods distributor. Many examples in IBM Informix manuals
are based on the stores_demo database.
- The sales_demo database
illustrates a dimensional schema for data-warehousing applications.
For conceptual information about dimensional data modeling, see
the IBM Informix: Database Design and Implementation Guide.
- The superstores_demo database illustrates
an object-relational schema. The superstores_demo database
contains examples of extended data types, type and table inheritance,
and user-defined routines.
For descriptions of the databases and their contents, see the IBM Informix: Guide to SQL Reference.
The scripts that you use to install the demonstration databases
reside in the $INFORMIXDIR/bin directory
on UNIX platforms and in the %INFORMIXDIR%\bin directory
in Windows environments.
Table 4 lists
the databases available for each database server. To set up or reinitialize
the demonstration database,
run the corresponding initialization script that Table 4 shows.
Table 4. Demonstration Databases
Server Type |
Database Name |
Model |
Initialization Script |
All Informix database servers |
stores_demo |
Relational database |
dbaccessdemo |
IBM Informix Extended
Parallel Server |
sales_demo |
Dimensional data warehouse |
dbaccessdemo -dw |
IBM Informix Dynamic
Server |
superstores_demo |
Object-relational database |
dbaccessdemo_ud |
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]