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 are the advantages of using stored procedures in sql server?
You are doing log shipping due to some reasons it is failing. How you will proceed from there
How can we get count of the number of records in a table?
Explain what is log shipping?
What is a dbms wizard?
What is a hint?
Do you know the policy based administration feature of sql server 2008?
Are all views updatable ?
What are scalar functions?
When should you use an instead of trigger?
What is the usage of the sign function?
What is linked report?
Explain few examples of RDBMS?
Do you know what is sql service broker?
What are the types of stored procedures in an sql server?