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
What is difference sql and mysql?
How many databases can sql express handle?
Can we use pl sql in mysql?
what are all different types of collation sensitivity? : Sql dba
Describe different types of general function used in sql?
What is plpgsql language?
differentiate between float and double. : Sql dba
What is pls integer?
What is mutating sql table?
What is meant by temporal data?
what are the difference between clustered and a non-clustered index? : Sql dba
What is a dynamic query?
How does a self join work?
Why should I use postgresql?
Is t sql a programming language?