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
What is the log shipping?
What is dirty read?
How to convert binary strings into integers in ms sql server?
State a few properties of relational databases?
Explain the etl (extraction, transformation, and loading)?
What are rest-style architecture's?
Explain ranking functions?
What are the differences between user defined functions and stored procedures?
How to create a user name in a database?
How adventureworkslt tables are related?
How much is a sql server license?
What are the drawbacks of reporting in ssrs?
what is the difference in login security modes between v6.5 and 7.0? : Sql server database administration
What is the distinction amongst delete and truncate?
What are the two modes of authentication in sql server?