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 are the nonstandard string types? : Sql dba
How to prepare for oracle pl sql certification?
What is trigger point?
what is clause? : Sql dba
Is pl sql useful?
What are the sql aggregate functions?
What is keys and its types?
What is trigger in pl sql?
Why we use triggers in mysql?
Why is partition used in sql?
How to run pl sql program in mysql?
What are local and global Indexes and where they are useful.
What are secondary keys?
What is not null in sql?
Write a sql query to get the third highest salary of an employee from employee_table?