Tuesday, October 26, 2010

What is the difference between Explicit and Implicit JOINs ?

1. Performance wise difference - DONT KNOW !

2. Syntax wise difference -
implicit JOIN does not support OUTER JOINS.

No comments:

Post a Comment

Dynamic Import in Javascript

  Dynamic Imports If you need to load a function conditionally or on-demand (e.g., inside an  if  block or an event listener), use the  impo...