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 do I kill a query in postgresql?
What is delete command in sql?
how to rename an existing column in a table? : Sql dba
What is exception? What are the types of exceptions?
What normalization means?
how to create a new table by selecting rows from another table in mysql? : Sql dba
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
what happens if you no create privilege in a database? : Sql dba
What is the meaning of disabling a trigger?
How to add a column ‘salary’ to a table employee_details?
Can you upgrade sql express to full sql?
Define commit, rollback and savepoint?
What program will open a mdb file?
What is the purpose of my sql?
how can I make a script that can be bi-language (supports english, german)? : Sql dba