How can I create a table from another table without copying
any values from the old table?
Answer Posted / srinivas
create table emp1
as
select * from scott.emp where rownum=0
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of partition by in sql?
What is the use of pl/sql table?
what are the advantages of using stored procedures? : Sql dba
What is the main reason behind using an index?
Is sql port 1433 encrypted?
Is sql a oracle?
Do we need to create index on primary key?
what is the command used to fetch first 5 characters of the string? : Sql dba
Why is stored procedure faster than query?
What packages are available to pl/sql developers?
Why we use sql profiler?
Can I create table without primary key?
How can you view the errors encountered in a trigger?
Is mariadb a nosql database?
how to rename an existing table in mysql? : Sql dba