How do I add one column in postgresql?



How do I add one column in postgresql?..

Answer / Anubhav Saxena

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

What ports does postgresql use?

1 Answers  


Do provide an explanation for pgadmin?

1 Answers  


What is character varying in postgres?

1 Answers  


What is shared buffer in postgres?

1 Answers  


How many columns can a postgres table have?

1 Answers  


Is postgresql secure?

1 Answers  


What are the rules of setting a primary key?

1 Answers  


What are the advantages of postgresql?

1 Answers  


What are the data types in postgresql?

1 Answers  


How secure is postgresql?

1 Answers  


How do I enable postgis on pgadmin?

1 Answers  


How do I change the default port for postgresql?

1 Answers  


Categories