How do I add a column in postgresql?



How do I add a column in postgresql?..

Answer / Akhil Rastogi

To add a new column to an existing table, you can use the following command: `ALTER TABLE table_name ADD COLUMN column_name data_type;`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

How do I connect to postgresql access?

1 Answers  


Who owns postgres database?

1 Answers  


What is postgresql?

1 Answers  


How to connect postgresql database using pgadmin 4?

1 Answers  


What are the rules of setting a primary key?

1 Answers  


How do I change the default port for postgresql?

1 Answers  


What language does postgresql use?

1 Answers  


Does postgres cache queries?

1 Answers  


How do I create a database in pgadmin 4?

1 Answers  


What is pgrouting?

1 Answers  


What is postgresql vs mysql?

1 Answers  


Is postgresql cloud based?

1 Answers  


Categories