adspace
Answer Posted / Ankur Dixit
The SELECT INTO statement in SQL is used to create a new table and insert data from the result set of a SELECT query.nnExample:nSELECT column1, column2 FROM table_name INTO new_table;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does group by remove duplicates?
If a cursor is open, how can we find in a pl/sql block?
How do I remove duplicates in two columns?
what is sql server agent? : Sql dba
what are aggregate and scalar functions? : Sql dba
Do we need to rebuild index after truncate?
What is the best sql course?
how to start mysql server? : Sql dba
what is dbms? : Sql dba
what are all the common sql function? : Sql dba
What is your daily office routine?
what is schema? : Sql dba
what is collation? : Sql dba
how many tables will create when we create table, what are they? : Sql dba
define sql insert statement ? : Sql dba