what command is used to create a table by copying the
structure of another table?
Answer Posted / kunal sain
create table table_name
as select * from another_table
where 1>2;
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
How to configure odbc dsn with different port numbers?
Explain left outer join and right outer join?
What are the advantages to use stored procedures?
What are the different types of sub-queries?
What is Extended user-defined?
Why do we need different type of parameter?
What stored by the tempdb ? : sql server database administration
How to delete duplicate rows in sql server?
How to check if a table is being used in sql server?
What is the datatype of rowid?
Explain time data type in sal server 2008?
Explain in brief about Microsoft SQL server?
How to convert binary strings into integers in ms sql server?
Explain what are page splits? : SQL Server Architecture
What is a transact-sql statement batch in ms sql server?