Answers for "can we add columns to more than one table in postgresql"

SQL
1

alter table add multiple columns postgresql

ALTER TABLE customer 
ADD COLUMN fax VARCHAR,
ADD COLUMN email VARCHAR;
Posted by: Guest on May-26-2020

Code answers related to "can we add columns to more than one table in postgresql"

Code answers related to "SQL"

Browse Popular Code Answers by Language