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