Row filtering with HAVING
In some cases, using HAVING
, instead of WHERE
, as a filter condition will produce the same results. If filtering individual or ungrouped rows then it is more efficient to use WHERE
.
In this exercise, you want to know the number of players from Latin American countries playing in the 2017-2018 NBA season.
Diese Übung ist Teil des Kurses
Improving Query Performance in SQL Server
Interaktive Übung
Setze die Theorie in einer unserer interaktiven Übungen in die Praxis um
