adspace
Answer Posted / Sanjeev Kumar Chauhan
In PostgreSQL, you can use the `CREATE TABLE ... AS SELECT` statement to create a new table and populate it with data from an existing table. For example: `CREATE TABLE new_table AS SELECT * FROM old_table;`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the advantages of sql ? : Sql dba
what is schema? : Sql dba
What is the current version of postgresql?
what are all the common sql function? : Sql dba
how to start mysql server? : Sql dba
what is collation? : Sql dba
What is the current version of sql?
how many tables will create when we create table, what are they? : Sql dba
what are aggregate and scalar functions? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
What is the best sql course?
how to use regular expression in pattern match conditions? : Sql dba
what is dbms? : Sql dba
Do we need to rebuild index after truncate?
Is primary key always clustered index?