REFERENCES
Description
Grammar Syntax
REFERENCES reftable [ ( refcolumn ) ]Sample Source Patterns
Input Code:
CREATE TABLE table1 (
col1 INTEGER REFERENCES table_test (col1)
);Output Code:
Related EWIs
Last updated
