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
how to include numeric values in sql statements? : Sql dba
What is relationship? How many types of relationship are there?
What is dialect in sql?
What is synchronized subquery?
How do I run pl sql in sql developer?
What is db journal file?
Explain cursor types?
What is normalization in sql?
Which is better stored procedure or query?
What are expressions?
how are mysql timestamps seen to a user? : Sql dba
how to use 'mysql' to run sql statements? : Sql dba
Which one is faster ienumerable or iqueryable?
How do you determine the current isolation level? : Transact sql
What is a sql profiler?