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 maney row would be print after join if A table have 100
rows and B table have 50 rows...

Answer Posted / gowrishankar.s

join is used to join the two or more based on join tables.
in A table having 100 rows and b table having 50 rows in
this situation innerjoin join the related columns only.
select A.sutdid,B.empid, from A innnerJoin B
on A.studid=B.empid;
innerjoin is used retrieve all rows from both tables as
long as there is a matching between two columns.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to scale out a federation by Sql statement?

118


What are the source of constraints?

978


Explain features and concepts of analysis services?

1022


How to declare and use cursor variables?

1252


What factors you will consider calculating the storage requirement for that view?

990


Explain transaction server isolation?

1083


What is the importance of three tier architecture?

1141


What are the purpose of Normalisation?

1095


What is data mart? : sql server analysis services, ssas

1103


What are indexes in sql?

1350


What is an active database?

1067


wat wil hapn if we give the both read and deny read permission to user?

2151


Where do we use trace frag?

1062


Explain unique key in sql server?

1051


How to find related tables in sql server?

1001