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 index in an assignment?
What is use of attribute hierarchy optimized state? : sql server analysis services, ssas
What is de-normalization in sql database administration? Give examples?
What is "scheduled jobs" or "scheduled tasks"?
What are the basic features of a trigger in ms sql server?
Why we should not use triggers?
How to create view in stored procedure sql server?
Explain about nested stored procedure?
What command would you use to add a column to a table in sql server?
Write a query to find 5th highest amount paid from the customer table.
How to delete a login name in ms sql server?
What is an indexing technique?
How to drop existing indexes in ms sql server?
What are the recovery models for a database?
How many cores do I need for sql server 2016?