How can I create a table from another table without copying
any values from the old table?
Answer Posted / tejas wajge
create table emp as select * from project where rownum <1;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how mysql optimizes distinct? : Sql dba
What is the difference between rename and alias?
What is a call statement? Explain with an example.
What is the difference between nvl function, ifnull function, and isnull function?
How do you update sql?
What is the maximum size of sqlite database?
What are the sql versions?
What is varchar sql?
What is data type in database?
Is it possible to update views?
what is a field in a database ? : Sql dba
Is sql a oracle?
Does postgresql run on the cloud?
What can you do with pl sql?
How many joins in sql?