How can I create a table from another table without copying
any values from the old table?
Answer Posted / shabana
Use the describe command to display the table structure
then use the create table command and copy the table
structure in your command.
| Is This Answer Correct ? | 1 Yes | 11 No |
Post New Answer View All Answers
Are pl sql variables case sensitive?
differentiate between float and double. : Sql dba
What is a record in a database?
What are the ways on commenting in a pl/sql code?
how to shutdown mysql server? : Sql dba
what is 'mysqldump'? : Sql dba
What is sql key?
What is column?
What is right join in sql?
What is field delimiter?
What does a pl/sql package consist of?
how to select unique records from a table? : Sql dba
What is the difference between function, procedure and package in pl/sql?
List different type of expressions with the example.
what is the use of double ampersand (&&) in sql queries?