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

How to check local and global angular versions

 Use the command ng version (or ng v ) to find the version of Angular CLI in the current folder. Run it outside of the Angular project, to f...