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 a Query to copy data from on table to another table.

Answer Posted / dhiraj kumar

we have to use INSERT INTO method.
with the use of this method we can easily transfer records
from one table to another table but both table should have
similar columns or you need to select same no of columns
and datatype as inserting table

example:table A1 having 2 columns emp_name,emp_address
and A2 having 4 column name,address,city,dept

INSERT INTO A1 select name,address from A2.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Insert multiple rows with a single insert statement?

1092


What is the name of the Database which IBM mainframe uses?

1029


Can you explain different types of joins?

984


How to truncate the log in sql server 2012? : sql server database administration

1341


What are the limitations/drawbacks or ssrs 2008 r2?

152


Does an index slow down updates on indexed columns?

1031


How you can minimize the deadlock situation?

1081


What is the use of builtinadministrators group in sql server? : sql server security

1103


What is the use of commit?

1056


what number files will a information contain in SQL Server? How many forms of information files exist in SQL Server? How many of those files can exist for a single database?

1101


What is Sqlpaging in SqlServer 2005 ?

1111


What do you understand by triggers and mention the different types of it?

992


What is used to replicate sessions between instances in coldfusion clusters?

1101


Where are full-text indexes stored?

1036


How to get the query of a table in sql server?

960