Home | Previous Page | Next Page  

Appendix A. The stores_demo Database

Structure of the Tables
The customer Table
The orders Table
The items Table
The stock Table
The catalog Table
The cust_calls Table
The call_type Table
The manufact Table
The state Table
The stores_demo Database Map
Primary-Foreign Key Relationships
The customer and orders Tables
The orders and items Tables
The items and stock Tables
The stock and catalog Tables
The stock and manufact Tables
The cust_calls and customer Tables
The call_type and cust_calls Tables
The state and customer Tables
Data in the stores_demo Database
customer Table
items Table
call_type Table
orders Table
stock Table
catalog Table
cust_calls Table
manufact Table
state Table

The stores_demo database contains a set of tables that describe an imaginary business. The examples in the IBM Informix: Guide to SQL Syntax, the IBM Informix: Guide to SQL Tutorial, and other IBM Informix manuals are based on this demonstration database. The stores_demo database uses the default (U.S. English) locale and is not ANSI compliant.

This appendix contains the following sections:

For information on how to create and populate the stores_demo database, see the IBM Informix: DB–Access User's Guide. For information on how to design and implement a relational database, see the IBM Informix: Database Design and Implementation Guide.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]