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
how to enter characters as hex numbers? : Sql dba
What are the advantages of pl sql?
what is the difference between inner and outer join? Explain with example. : Sql dba
What is package in pl sql?
Is nosql faster than sql?
What's the difference between inner join and left join?
Can we call a function containing dml statements in a select query?
How do I debug a stored procedure?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
how can we repair a mysql table? : Sql dba
What are different types of sql commands?
What is the maximum rows in csv?
What are the advantages of pl sql over sql?
Can unique keys be null?
what is a table in a database ? : Sql dba