what command is used to create a table by copying the
structure of another table?
Answer Posted / jaydev
SELECT TOP 0* INTO tabname2 FROM tabname1
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are sub reports?
What is hot add cpu in sql server 2008?
What is a hint?
How to see existing views in ms sql server?
What is a database in ms sql server?
How to update values in a table with update statements in ms sql server?
What is sleeping status in sql server?
What command must you use to include the not null constraint after a table has already been created?
How do you set a trace flag in sql server?
Explain the properties of subqueries in sql server?
What is the use of floor function in sql server?
How can windows applications connect to sql servers via odbc?
What is the difference between functions and scalar functions?
Is t sql the same as sql server?
What is difference between unique and primary key?