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
what is the difference between rownum pseudo column and row_number() function? : Sql dba
Is the primary key an index?
What is cursor and why it is required?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What are analytical functions in sql?
What are pl/sql cursors?
What is difference between my sql and sql?
Is sql sequential or random?
What is crud sql?
Can we join 3 tables in sql?
What is substitution variable?
What are the 3 modes of parameter?
what is 'trigger' in sql? : Sql dba
What is foreign key in sql with example?
How many sql statements are used? Define them.