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 syntax error and runtime error?
how can we optimize or increase the speed of a mysql select query? : Sql dba
Why we use stored procedure instead of query?
How show all rows in sql?
Does sql require a server?
define join and explain different type of joins? : Sql dba
what are aggregate and scalar functions? : Sql dba
How to create your own reports in sql developer?
what is rdbms? : Sql dba
Does pl sql work in mysql?
Is sql open source?
What is the best partition size for windows 10?
What is the difference between delete and truncate commands?
What are all the different normalizations?
Is sql a programming?