what command is used to create a table by copying the
structure of another table?
Answer Posted / narsing
SELECT * INTO tabname1 FROM tabname2 WHERE 1<>2 (TO copy
only the structure)
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Describe how to use linked server?
Difference between drill down and drill through report.
What is the command to change the recovery model?
Explain transaction isolation levels in sql server?
What are the characteristics of modern DBMS?
What are the reporting services components?
What program is used to store the data source file?
Do comments need to go in a special place in sql server 2005?
What is correlated subquery in sql server?
What is the sql case statement used for?
Explain the functionalities that views support?
How do you troubleshoot errors in a SQL Server Agent Job?
What are extended events in sql server?
What is policy based management (pbm)? : sql server database administration
What are the differences between stored procedure and view in sql server?