returns the number of rows in the table,including Duplicates and Those with NULLS.SELECT COUNT(*) FROM Customers;