"""Select all values in a single field.""" SELECT_ALL_FIELDS = """ SELECT {field_names} FROM {table_name}; """