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.
Este ejercicio forma parte del curso
Improving Query Performance in SQL Server
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
