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...

SELECT THE RECORDS FROM 3 TABLES LIKE(T1,T2,T3) AND HOW CAN
WE INSERT THAT RECORD IN ANOTHER TABLE LIKE(T4)?

Answer Posted / manoj

Suppose that the tables are having same structure:

insert into T4 ( select <col1>,<col2>, ...<colN> from T1
UNION select <col1>,<col2>, ...<colN> from T2 UNION select
<col1>,<col2>, ...<colN> from T3)

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between substr and instr function in oracle?

1143


Is oracle a programming language?

1037


how do u setup a replication site?

2033


Is it possible to insert comments into sql statements return in the data model editor ?

2638


How to select some rows from a table in oracle?

1127


What is the difference between a hot backup and a cold backup in oracle?

1075


How to retrieve the count of updated rows?

1193


How to load a large xml file?

1106


How can we find out the current date and time in oracle?

1131


What is Data Dictionary Cache in Oracle?

1243


How to use in conditions in oracle?

1115


How to create additional tablespaces for an new database?

1078


How to initialize variables with default values?

1307


Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.

1396


Explain compound trigger in oracle?

1088