Detailed explaination on DDL Alter, Drop and Truncate scripts with practical in #postgresql
How to add column in table using #alter
How to modify column in table using #alter
How to rename table/column using #alter
How to modify column datatype in table using #alter
How to drop column in table using #alter
#ddl #drop #truncate #rename #commands