How can we rename the result column when using COUNT?

By aliasing it with AS and a new nameBy coding a new name between the parentheses of COUNT()

By aliasing it with AS and a new name.