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
What is a non clustered primary key?
List the different index configurations possible for a table?
Explain tablesample?
What are the tool windows in sql server management studio? : sql server management studio
Create a dts package to produce a text file using the ‘update statistics’ command for the tables in a database with obsolete statistics.
What is @@rowcount in sql?
What is the process of normalization?
how to create a scrollable cursor with the scroll option? : Sql server database administration
What are parameterized reports?
Does full backup break log chain?
What is the difference between an index and a unique index?
What is cursor in ms sql server?
How do I perform an unattended install of sql server 2000?
Explain primary key in sql server?
Suggest a method of joining two tables.