How to create temporary table in postgresql?



How to create temporary table in postgresql?..

Answer / Vishwamani Sharma

To create a temporary table in PostgreSQL, use the following syntax:n`nCREATE TEMP TABLE your_table_name (n column1 data_type constraint,n n);n`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Postgre Interview Questions

What is edb postgres?

1 Answers  


What is vacuuming in postgresql?

1 Answers  


Is postgresql scalable?

1 Answers  


What is pg server?

1 Answers  


How is the statistics in PostgreSQL updated?

1 Answers  


Explain about concurreny with the help of MVCC?

1 Answers  


What is sequelize?

1 Answers  


How do I connect to pgadmin server?

1 Answers  


What is self referencing foreign key?

1 Answers  


Is postgresql relational?

1 Answers  


How do I connect to postgresql database using pgadmin?

1 Answers  


What is pgrouting?

1 Answers  


Categories