Re: difference between explicit inner join and implicit




Is there any difference between  explicit inner join and implicit
inner join

Technically no, but it's a good idea to make it a habit to use the
explicit inner join. It is considered the standard nowadays, is
easier to read and debug, and is consistent with the OUTER JOIN
syntax.

.