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
Does mysql support pl sql?
I need a function for a train ticket reservation please answer it thanks in advance
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
How many clustered indexes can you have?
what is datawarehouse? : Sql dba
Can a trigger call a stored procedure?
What is the difference between Union and Union all. Which is faster.
what is index? : Sql dba
How to run pl/sql statements in sql*plus?
What is snowflake sql?
How do you run a query?
How do you exit in sql?
How many joins in sql?
How can you load multi line records? : aql loader
How do you optimize a stored procedure in sql?