COUNT(*) to count all rows including NULLs,COUNT(column_name) to count only non-NULL entries.Suman has created a table named WORKER with a set of records to maintain the data of the construction sites, which consists of WID, WNAME, WAGE, HOURS, TYPE, and SITEID. After creating the table, she entered data in it, which is as follows : 