How can I create a table from another table without copying
any values from the old table?
Answer Posted / sunil panghal
create table sunil as select *from hr.employees
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to start oracle sql developer?
Explain what is a subquery ?
what is a database transaction? : Sql dba
What is difference between primary and secondary key?
Can I join the same table twice?
Define sql delete statement.
Does user triggers have entry for trigger with compilation errors?
What are sql injection vulnerabilities?
What is the plv (pl/vision) package offers?
What are system versioned tables?
How do I count rows in sql query?
What is an index in sql with example?
Explain ddl statements in pl/sql?
What is sql data?
What is pragma in pl sql?