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 is pessimistic concurrency?
How to filter out duplications in the returning rows in ms sql server?
How do you test your database? : sql server database administration
What is the purpose of a table?
What is the difference between index seek vs. Index scan?
How to find the list of fixed hard drive and free space on server?
Explain go command in sql server?
Can two tables share the same primary key?
How to modify existing triggers using "alter trigger"?
What do you understand by coalesce in sql server?
What is the default port for SQL Server over a firewall?
Why olap is used?
What is intellisense?
What is query processing?
How many types of schemas are there?