what command is used to create a table by copying the
structure of another table including constraints ?
Answer Posted / anksuh
SELECT TOP 0 * INTO employee2 FROM dbo.employeedtls
using this command we can copying the structure of one table
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can you create an empty table from an existing table?
Does sql backup shrink transaction log?
When is the explicit cursor used ?
What does over partition by mean in sql?
What is the primary key?
Explain what is a database?
Does view contain data?
What is java sql connection?
Is there any restriction on the use of union in embedded sql?
What are inner and outer joins examples of both?
What are character functions in sql?
what is a record in a database ? : Sql dba
What is a Mapplet?
what are all the common sql function? : Sql dba
Differentiate pl/sql and sql?