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
What is the use of triggers?
What are the types of keys?
What is trigger in sql?
Give the order of sql select?
What is sql injection owasp?
What is the difference between a query and a report?
What is query optimization in sql?
What is cursor and why it is required?
What is cte sql?
What is the advantage of nosql?
What is equi join in sql?
What is the use of index in sql?
How do you use collections in procedure to return the resultset?
What is sql in oracle?
Why do we need a foreign key?