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
When cursors are useful?
What is the difference between implicit and explicit transaction?
When do you think a developer should use sql server-based cursors?
What is normalization and denormalization in sql server?
What are the general features of sql server management studio? : sql server management studio
How to enter date and time literals in ms sql server?
Explain the microsoft sql server delete command? : SQL Server Architecture
Explain tables in SQL Azure?
Explain can SSRS reports Cache results?
Do you know what are the reporting services components?
Explain different types of BACKUPs avaialabe in SQL Server? Given a particular scenario, how would you go about choosing a backup plan?
What is the simplest way to create a new database in ms sql server?
What is standby servers? Explain types of standby servers.
Does union all remove duplicates?
What extended events?