Table Constraints

Description

Definition sets the constraints of table.

Click here to navigate to the Redshift documentation page for this syntax.

Grammar Syntax

 [ UNIQUE ( column_name [, ... ] ) ]
 [ PRIMARY KEY ( column_name [, ... ] )  ]
 [ FOREIGN KEY (column_name [, ... ] ) REFERENCES reftable [ ( refcolumn ) ]

Navigate to the following pages to get more details about the translation spec for the subsections of the content-source section.

Last updated