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
How do you create an execution plan?
How to create an identity column?
Explain a differential backup?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
What are the differences between having and where clause.
List layers of abstraction microsoft architectured to provide relational db through cloud platform ?
What are tables in sql server?
What is the difference between count and distinct count?
How can we call UDF(User Define Function) using C# code in ASP.net ?
How to add the custom code in Report?
What are the components of dbms?
What are the difficulties faced in cube development? : sql server analysis services, ssas
Write an sql query to sort a table according to the amounts in a row and find the second largest amount.
Explain foreign key in sql server?
How to how to convert numeric expression data types using the convert() function??