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
What are the steps you can take to avoid “deadlocks”?
What are the advantages to use stored procedures?
Suppose you want to implement the many-to-many relationships while designing tables. How would you do it?
How to convert numeric values to integers in ms sql server?
How do you send email on SQL Server?
What is serializable?
What are extended events in sql server?
Can we take the full database backup in log shipping?
Explain what is cte (common table expression)?
What are the different types of columns types constraints in the sql server?
How to connect php with different port numbers?
How do I start sql server 2017?
What is default constraint?
How to turn off warning messages during php execution?
What are the steps you must follow to hide sql server instances?