PPT Slide
SELECT Count(*)FROM SNV_CLASS;
This particular statement is slightly different from the other aggregate functions since there isn't a column supplied to the count function. This statement will return the number of rows in the employees table.