Main Tables Views Indexes Constraints Triggers Procedures Functions Packages Sanity check Index

ACS3 Data Model

Description Columns Primary key Check Constraints Foreign keys Unique Keys Options Indexes Referenced by Triggers

NEWSGROUPS

Columns

NameTypeNullableDefault valueComment
NEWSGROUP_IDNUMBER(38)N  
SCOPEVARCHAR2(20.0)N  
GROUP_IDNUMBER(38)Y  

Primary key:

Constraint NameColumns
SYS_C002087447NEWSGROUP_ID

Check Constraints:

Constraint NameCheck Condition
SYS_C002087445"SCOPE" IS NOT NULL
SYS_C002087446(scope='group' and group_id is not null) or (scope='public') or (scope='all_users') or (scope='registered_users')

Foreign Keys:

Constraint NameColumnsReferenced tableReferenced ConstraintOn Delete Rule
SYS_C002087448GROUP_ID USER_GROUPS SYS_C002087305 NO ACTION

Options:

OptionSettings
Index OrganizedNo
Generated by OracleNo
ClusteredNo
NestedNo
TemporaryNo

Indexes:

Index NameTypeUnuquenessColumns
NEWSGROUP_GROUP_IDXNORMALNONUNIQUEGROUP_ID
SYS_C002087447NORMALUNIQUENEWSGROUP_ID

Referenced by:

TableConstraint
NEWS_ITEMS SYS_C002087460


Generated by OraSchemaDoc, (c) Aram Kananov, 2002