"""Select count of rows from a given table.""" SELECT_COUNT_OF_ROWS = """ SELECT COUNT(*) as row_count FROM {table_name} """