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 are the types of subqueries?
What is an alias command?
Can you upgrade sql express to full sql?
How much does sqlite cost?
How do I start pl sql?
What is update query?
What is not null in sql?
What is database migration?
what is the difference between primary key and unique key? : Sql dba
What are the sql versions?
Why we use sql profiler?
Is null operator in sql?
Do prepared statements prevent sql injection?
What is a .db file?
How many types of tables are there?