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
Can pl sql procedure have a return statement?
what does the t-sql command ident_incr does? : Transact sql
What is varchar example?
What does <> sql mean?
Explain locks? : Transact sql
What is indexing in sql and its types?
Why is sql better than hql?
What is t sql used for?
What is cursor status?
What are the parts of a sql statement?
What is an implicit commit?
Can we edit a view in sql?
What is rownum and rowid?
Is inner join faster than left join?
What are the different tcl commands in sql?