Chapter 15 DBMS-Specific Features
The following extended attributes are defined by default in the Red Brick Warehouse DBMS.
The following extended attributes are available on the Red Brick tab:
| Name | Scripting Name | Description |
|---|---|---|
| Unique | IsUnique | Declares that duplicate values are not allowed in the column.
Declaring a column UNIQUE does not enforce uniqueness on the column; to enforce uniqueness, you must also build a BTREE index on the column. |
The following extended attributes are available on the Red Brick tab:
| Name | Scripting Name | Description |
|---|---|---|
| Macro Type | MacroType | A macro can be temporary, public, or private: see MacroTypeList for details.
If neither temporary nor public is specified, a private macro is created by default. |
| Copyright (C) 2006. Sybase Inc. All rights reserved. |
| |