How to a Query to copy data from on table to another table.
Answer Posted / gali kondareddy
INSERT INTO TABLE_2 SELECT * FROM TABLE_1
OR
INSERT INTO TABLE_2 SELECT * FROM TABLE_1 WHERE 1=1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When would you use it?
How to get the query of a table in sql server?
what is a check constraint?
What is a trigger what are the advantages of trigger?
Can You Use A Stored Procedure To Provide Data To An Ssrs Report?
tell me the disaster recovery plan
How many triggers you can have on a table?
What is a full text index?
Can you explain important index characteristics?
How can we migrate from SQL server to SQL Azure?
Mention a few common trace flags used with sql server?
Can we perform backup restore operation on tempdb? : sql server database administration
What is Cross Join and in which scenario do we use Cross Join?
what are the disadvantages of cursors? : Sql server database administration
Can we perform backup restore operation on tempdb?