what command is used to create a table by copying the
structure of another table?
Answer Posted / kumar.t
Select * into newnew1 from newnew WHere 1=2
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is amo? : sql server analysis services, ssas
Is candidate a key?
What are differences in between sql server 2012 and sql server 2016?
What do you mean by collation recursive stored procedure?
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?
What is a recursive stored procedure in sql server?
What is normalization? Describe its different types.
Can we insert data into a view?
What is etl - extraction, transformation, and loading?
Explain about integration services of Microsoft SQL server?
If any stored procedure is encrypted, then can we see its definition in activity monitor?
How to find the version of sql server? : sql server database administration
What is the name of reporting services config file and what’s it’s used for?
What is the concept of optimization?
How to declare a cursor with "declare ... Cursor" in ms sql server?