Michael Berk
Feb 16, 2022

--

Your implementation is better.

Unnecessarily using joins to subset is inefficient. WHERE clauses execute prior to JOIN, limiting the data actually passed into a join.

--

--

Michael Berk
Michael Berk

Responses (1)