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 ereg_replace() and eregi_replace()? : Sql dba
What is a trigger in sql?
How does one load ebcdic data? : aql loader
Can sql function call stored procedure?
Which join is like an inner join?
How do I count duplicates in sql?
How can you save or place your msg in a table?
Can I call a procedure inside a function?
what is meant by urlencode and urldocode? : Sql dba
What is break?
What is dml statement?
What is hibernate and its relation to sql?
What is having clause in sql?
What does select count (*) mean in sql?
What is a database trigger?