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
what is user defined functions? : Sql dba
What is the purpose of a secondary key?
How can I see all tables in sql?
What is cte?
How do I run a script in sql developer?
what are the differences among rownum, rank and dense_rank? : Sql dba
what are the authentication modes in sql server? : Sql dba
What does a pl/sql package consist of?
What is t-sql? : Transact sql
How do rank () and dense_rank () differ?
Can we commit in trigger?
What is sap sql anywhere?
define data blocks ? : Sql dba
What are the disadvantages of file system?
what is index? : Sql dba