sql command to return number of records in a table code example Example: how to count number of rows in sql SELECT COUNT(*) FROM dbo.bigTransactionHistory;