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
Why do we use subquery?
What is difference between stored procedures and application procedures?
How to check if a column is nullable before setting to nullable?
What are pl/sql packages?
What is a primary key sql?
Can we rollback delete command?
How do I find duplicates in a single column in sql?
Is it important to partition hard disk?
What version is sql?
What is the difference between left join and right join?
what is a tablespace? : Sql dba
What is group by in sql?
What do you think about pl/sql?
How to run sql statements through the web interface?
How can I delete duplicate rows?