Choose Category
COUNT( port [, filter_condition] ) or COUNT( * [, filter_condition] )
COUNT(student_name,marks > 90)
COUNT(*,marks > 90)
COUNT(*)