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 are the t string functions available in tsql? : Transact sql
How to return an array from java to pl/sql?
What is application trigger?
What is a relationship and what are they?
How many aggregate functions are available there in sql?
What are the types of dbms?
Is grant a ddl statement?
What is a string data type in sql?
What is difference between hql and sql?
What are the types of variables use in pl sql?
What are the topics in pl sql?
How to get list of all tables from a database?
What is implicit cursor in pl sql?
Is sql microsoft?
What are schema-level triggers?