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 using in sql?
What is a schema sql?
What is orm in sql?
Can a trigger call a stored procedure?
Can we perform dml in function?
how many values can the set function of mysql take? : Sql dba
What is oracle and pl sql?
what is the difference between inner and outer join? Explain with example. : Sql dba
What does desc stand for?
How can you get sql*loader to commit only at the end of the load file? : aql loader
What is the default isolation level in sql server? : Transact sql
How does a self join work?
How does postgresql compare to "nosql"?
What are the different sql languages?
How do I save a sql query?