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 the difference between delete and truncate commands? : Sql dba
how to select unique records from a table? : Sql dba
What is transaction control language (tcl)?
what is csv? : Sql dba
how to show all tables with 'mysql'? : Sql dba
Why do we use set serveroutput on?
Is sql an operating system?
What is pl sql code?
How to display the records between two range in Oracle SQL Plus?
What are the 3 modes of parameter?
What is difference sql and mysql?
Name the different types of indexes in sql and define them.
What are views in sql?
What is sql*loader and what is it used for? : aql loader
what is self-join? : Sql dba