what command is used to create a table by copying the
structure of another table?
Answer Posted / hokar
SELECT * INTO tabname1 FROM tabname2 WHERE 1=2 (TO copy
only the structure)
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
What do you mean by an execution plan? How would you view it?
What is the difference between mysql and mysqli?
Can we hide the definition of a stored procedure from a use?
What is the Difference Between Primary and Foreign Key?
How does stuff differ from the replace function?
Can the query output be sorted by multiple columns in ms sql server?
How to perform key word search in tables?
Describe how to use linked server?
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
What is “asynchronous” communication in sql server service broker?
How do I view a script in sql server?
Can you index views?
Why we need sql server?
Scalability, Availability, Integration with internet, etc.)?
What is the purpose of a table?