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 are functions in the sql server?
What are the difference between primary keys and foreign keys?
How do I view a procedure in sql server?
What are the system database in sql server 2008?
What are the five characteristics of good data?
Does a full backup include transaction log?
What is isnull() operator?
role of sql sever 2005 in database rather than any other database
What are information schema views?
Why the trigger fires multiple times in single login?
How to store and query spatial data?
Explain the rules for designing files and file groups in sql server?
What is an entity-relationship diagram (erd)?
What is application role in sql server database security? : sql server security
Explain ranking functions?