table_ref_clause

The following is the syntax for the table_ref_clause in the CREATE TABLE statement:

[SCOPE FOR ( [ref_column | ref_attribute] ) 
IS [schema.]scope_table_name]
[REF ( [ref_column | ref_attribute] ) WITH ROWID ]
SCOPE FOR ... IS

Restricts the scope of the ref_column or ref_attribute to scope_table_name.

REF ... WITH ROWID

References a row in an object table.

Get Oracle Database Administration: The Essential Refe now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.