How can I create a table from another table without copying
any values from the old table?
Answer Posted / atul verma
SELECT *
INTO emp1
from scott.emp where rownum=0
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which table is left in left join?
Can we write ddl statements in functions?
What is equi join in sql?
Why use subqueries instead of joins?
Is sqlite free?
Which language is used in sql?
What is the source code of a program?
Is sql an operating system?
What are the two types of periodical indexes?
How many postgresql users are there, worldwide?
Which are the different types of indexes in sql?
How long does it take to learn pl sql?
How to select random rows from a table?
Is vs as in pl sql?
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure