what command is used to create a table by copying the
structure of another table?
Answer Posted / naik
select * into oldtable from newtable where oldtable
=newtable
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the concept of optimization?
Explain what are the restrictions that views have to follow? : SQL Server Architecture
How to set a database state to offline in ms sql server?
What does COMMIT command do?
What are sp_configure commands and set commands?
Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?
Other than truncate statement, which other command can by-pass the trigger on the tables?
What do you mean by data manipulation language?
How to change the ownership of a schema in ms sql server?
What is sub-query in sql server? Explain its properties.
Suppose we have a table "MyTable" containing 10 rows, what query should be executed to update the odd rows "Salary" as 9000?
 Explain what is sql override for a source taLle in a mapping?
What are functions in the sql server?
How to create and drop temp table in sql server?
Tell me what is use of except clause? How it differs from not in clause?