How can I create a table from another table without copying
any values from the old table?
Answer Posted / sunil panghal
create table sunil as select *from hr.employees
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can we use joins in subquery?
Is left join inner or outer by default?
How to use boolean type in select statement?
How do I sort a table in sql?
Does sql*plus have a pl/sql engine?
What is right join sql?
What are the three pl sql block types?
how can we submit a form without a submit button? : Sql dba
How to connect a sql*plus session to an oracle server?
What is rename command in sql?
How does left join work in sql?
Write the alter statement to enable all the triggers on the t.students table.
What is serial sql?
How do you delete duplicates in sql query using rowid?
How many columns should be in an index?