Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to copy a table in another table with datas?

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


Please Help Members By Posting Answers For Below Questions

How do I kill a query in postgresql?

1182


What is delete command in sql?

1170


how to rename an existing column in a table? : Sql dba

1075


What is exception? What are the types of exceptions?

1112


What normalization means?

1014


how to create a new table by selecting rows from another table in mysql? : Sql dba

1163


How to avoid using cursors? What to use instead of cursor and in what cases to do so?

1242


what happens if you no create privilege in a database? : Sql dba

1045


What is the meaning of disabling a trigger?

1236


How to add a column ‘salary’ to a table employee_details?

1052


Can you upgrade sql express to full sql?

1141


Define commit, rollback and savepoint?

1079


What program will open a mdb file?

1015


What is the purpose of my sql?

1008


how can I make a script that can be bi-language (supports english, german)? : Sql dba

1063