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 difference between a having clause and a where clause? : Sql dba
give the syntax of grant and revoke commands? : Sql dba
Why do we need view in sql?
How many types of normalization are there?
what is the command used to fetch first 5 characters of the string? : Sql dba
What is the use of sql trace?
What is difference between db2 and sql?
What is delimiter in pl sql?
How you improve the performance of sql*loader? : aql loader
Which is better join or inner query?
Differentiate between pl/sql and sql?
What is the maximum number of triggers, you can apply on a single table?
What has stored procedures in sql and how we can use it?
How can you fetch common records from two tables?
how can we know the number of days between two given dates using mysql? : Sql dba