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
What programming language would you use to create embedded functions in ssrs?
How to list all field names in the result set using mssql_field_name()?
What is merge replication?
Tell me what are the advantages of using stored procedures?
What is acid properties?
can SSRS reports Cache results?
What is advantage data architect?
Why we use functions in sql server?
What does sql server mean?
How many types of triggers in sql server?
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
What are magic tables in sql server?
Explain the concept of view and Types of views in SQL server?
What is Fragmentation and Defragmentation? For 32GB Table,How can we do the fragmentation?
What is instead of trigger sql server?