Faster of the 2 Inner join or Outer join

  • Hi can anyone tell me if there is a diffrence in the performance for a inner join query and a outer join query.ie which is faster inner or outer join.

    thanks

  • Hi

    Mostly it would be the inner join since it needs to fetch lesser number of rows when compared to a outer join.

    "Keep Trying"

  • Inner Join will be faster.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply