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 will you distinguish a global variable with a local variable in pl/sql?
What is dml and ddl?
How do you rename a table in sql?
What does inner join mean?
What are tables and fields?
What are the two parts of design view?
how is myisam table stored? : Sql dba
How is indexing done in search engines?
How do I truncate a sql log file?
What is hibernate and its relation to sql?
What is difference between rank () row_number () and dense_rank () in sql?
How do I save a sql query?
What are dml commands?
What is sqlservr exe?
Why procedure is used in sql?