Chapter 2 Physical Data Model Basics
The databases can be used as a physical option for the tables, columns, views, keys, and indexes of your model.
When you use the in [<tablespace>] physical option, you can manually associate a predefined tablespace with a database using the following syntax:
DBname.TBSPCname
For example, tablespace CUST_DATA belongs to database myBase. In the following example, table Customer will be created in tablespace CUST_DATA:
You should not define a database together with a tablespace physical option on the same object, this will raise an error during check model.
The database Dependencies page displays the list of objects that use the current database in their physical options.
To use a database in a physical option:
Copyright (C) 2005. Sybase Inc. All rights reserved. |