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
Explain about Joins?
What do you understand by the denormalisation?
What is sql injection? How to protect against sql injection attack?
What is a fan-out query in SQL Azure?
What are system databases into sql server (2005/2008)?
How to modify the underlying query of an existing view?
What are the steps to follow to configure SQL*Net?
How to retrieve error messages using odbc_errormsg()?
Explain what is the difference between union and union all?
What are the triggers in sql?
how to overcome kernel isssues
What is user-defined scalar function?
What is the difference between the application object and session object?
What is difference between createstatement and preparedstatement?
What’s the use of custom fields in report?