Netezza Alter Table Command and Examples
You can use the Netezza ALTER TABLE command to change the structure of an existing table. You can add, modify existing columns in Netezza tables. If the table is in use by an active query, the ALTER command waits until that query completes. Read: Netezza CREATE TABLE command and Examples Netezza Data Types Clustered base table in Netezza Netezza Foreign Key Constraint and Syntax Netezza Primary Key Constraint and Syntax Uses of Netezza Alter Table Command The main use of the alter table command is to alter the table structure.…