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
Name some usages of database trigger?
What is mdb stand for?
what is denormalization. : Sql dba
what are set operators in sql? : Sql dba
How to install oracle sql developer?
what is commit? : Sql dba
How are sql commands classified?
is mysql query is case sensitive? : Sql dba
Why primary key is required?
Is full outer join same as cross join?
how to convert character strings to numeric values? : Sql dba
Is it possible to pass parameters to triggers?
What is union and union all keyword in sql?
what are the different tables present in mysql? : Sql dba
What is difference between procedure and trigger?