Answer Posted / mohan
create table emp_dup as select * from emp:
if we have already structure means:
Insert into emp_dup(select * from emp);
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
what is sp_pkeys? : Transact sql
Explain the methods used to protect source code of pl/sql.
What is composite primary key in sql?
What is a dynamic query?
What is a database? Explain
What are the string functions in sql?
What is sqlcontext?
How do you sort in sql?
What is the difference between sql and t sql?
What is a primary key sql?
Is pl sql better than sql?
What does bitemporal mean?
Explain the savepoint statement.
What has stored procedures in sql?