Creating a database model

Database schema definition is an integral part of any application design. You can use the physical data model to define database schema objects, such as databases, tables, keys, referential constraints, indexes, stored procedures, and triggers.

This tutorial teaches you how to create a database model using Sybase WorkSpace tools. After you complete this tutorial, you will know how to create a database model with tables, indexes, and referential integrity constraints. You will have a complete physical data model, which is a working subset of the SybStore database model.

NoteThe complete SybStore database model can be found in the Sybase WorkSpace samples.