Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

hi experts

Former Member
0 Likes
603

hi gurus.

actually <b>for inner join condition , maximum how many tables we can use?</b>

regards .

subhasis

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
558

hi,

there is no limit in no of tables any number of tables can bes used in an inner join condition.

regards,

Navneeth.K

hi gurus.

actually <b>for inner join condition , maximum how many tables we can use?</b>

regards .

subhasis

3 REPLIES 3
Read only

Former Member
0 Likes
559

hi,

there is no limit in no of tables any number of tables can bes used in an inner join condition.

regards,

Navneeth.K

Read only

Former Member
0 Likes
558

Hi Subhasis,

It is efficient for two or three tables only .

If it is more than three tables means Preformance points of view it will give the lower performance that why In case for inner join we will use the 'FOR ALL ENTERIES'.

if u use this performance is good. We have to follow the Performance standards.

Rgds,

P.Naganjana Reddy

Read only

Former Member
0 Likes
558

Hi subhasis,

In Joins concept,there is no limitation of tables that u can join..

but performance issue you can use 2 or 3 tables only.

why b.coz.. if u joined more 2 or 3 tables , performance will be reduced.

i thnk u get my point.

regards,

Vijay.