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 the difference between delete, truncate and drop command?
What is field delimiter?
How many parts of a pl sql block are optional?
What is t sql used for?
Which is faster view or stored procedure?
Explain what is a field in a database and record in a database?
Is null operator in sql?
What is cartesian join in sql?
How many databases can sql express handle?
How will you distinguish a global variable with a local variable in pl/sql?
What are database links used for?
how to get a list of columns in an existing table? : Sql dba
What are its different types of dbms?
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
Describe types of sql statements?