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.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.117.75.236