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 to test for null values?
Does truncate need commit?
how to return query output in html format? : Sql dba
Which are sql * plus commands?
Does google use sql?
What is indexes?
How would you reference column values before and after you have inserted and deleted triggers?
How do you modify a trigger?
What is procedure in pl sql?
What does where 1 1 mean in sql?
What packages(if any) has oracle provided for use by developers?
explain advantages of innodb over myisam. : Sql dba
What is case function?
What is aggregate function in sql?
How do I partition a table in sql?