Netezza Unique Key Constraint and Syntax
Netezza nzsql supports SQL-92 standard. Netezza data warehouse appliance supports referential integrity such as Netezza unique key, primary key, and foreign keys as part of SQL-92 standard requirement. You can create Netezza unique key constraint while creating tables in Netezza database but it will not be enforced while loading Netezza tables. Read: Netezza nzsql command and its Usage Netezza Primary Key Constraint and Syntax Netezza Foreign Key Constraint and Syntax In this post we will learn about the Netezza unique key constraints and its syntax. Netezza Unique Key Constraint Syntax and Example…