Bingo! We want the number of records, not the records themselves, which is why we SELECT
the countWHERE
the condition age < 50
is true.
Hmm. We want the number of records, not the records themselves, which is why we SELECT
the countWHERE
the condition age < 50
is true.