How to a Query to copy data from on table to another table.
Answer Posted / rajdeep gupta
Hi there is a question copy only schema without data from
one table to another
INSERT INTO A1 select name,address from A2 WHERE 1 = 2
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do I install only the client tools of sql server 2000?
How many partitions a clustered index has by default in sql server 2012?
Explain the steps to create and execute a user-defined function in the sql server?
Which is the best place or learning center for MS SQL?????In Bangladesh?????
What is 2nf example?
What is the difference between inner join and equi join?
Where is localdb stored?
what is the primary use of the model database? : Sql server administration
Explain database normalization?
What are wait types?
Tell me what is the significance of null value and why should we avoid permitting null values?
Explain what you mean by 3 tier architecture.
Tell me about the approaches which you used to counter the DI problems.
Can you explain what is sql server english query?
Is null vs coalesce?