what command is used to create a table by copying the
structure of another table?
Answer Posted / pradip jain
SELECT * INTO tblNew FROM tblOld WHERE 1=2
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Your table has a large character field there are queries that use this field in their search clause what should you do?
What is resource governor?
What is server-level principal?
What is indexed view? How to create it?
What is the full form of ddl?
Why is sql server log file full?
what's sql server? : Sql server database administration
What is a trigger and its types?
How to create a simple stored procedure in ms sql server?
How many categories of functions based their return modes?
What is a domain constraint give an example?
What is a covering index?
What is difference between Datepart() and Datename() in SqlServer?
Explain the third normal form(3nf)?
Can we write a distributed query and get some data which is located on other server and oracle database?