spiderology / testsets /having_in_sql /simplyset_having_in_sql.json
k8-dmi3eva's picture
[NEW]: Upload test-sets
cdc1cad verified
[{"id": "having_in_sql_0000", "db_id": "battle_death", "query": "select id , name from battle", "query_toks": ["select", "id", ",", "name", "from", "battle"], "query_toks_no_value": ["select", "id", ",", "name", "from", "battle"], "question": "What are the ids and names of the battles.", "question_toks": ["What", "are", "the", "ids", "and", "names", "of", "the", "battles", "."], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]], [0, [0, [0, 2, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0499", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0001", "db_id": "car_1", "query": "select countryname , countryid from countries", "query_toks": ["select", "countryname", ",", "countryid", "from", "countries"], "query_toks_no_value": ["select", "countryname", ",", "countryid", "from", "countries"], "question": "What are the countries? List name and id.", "question_toks": ["What", "are", "the", "countries", "?", "List", "name", "and", "id", "."], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 4, false], null]], [0, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0123", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0002", "db_id": "car_1", "query": "select countryname , countryid from countries", "query_toks": ["select", "countryname", ",", "countryid", "from", "countries"], "query_toks_no_value": ["select", "countryname", ",", "countryid", "from", "countries"], "question": "What are the names and ids of all countries?", "question_toks": ["What", "are", "the", "names", "and", "ids", "of", "all", "countries", "?"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 4, false], null]], [0, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0124", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0003", "db_id": "course_teach", "query": "select hometown from teacher", "query_toks": ["select", "hometown", "from", "teacher"], "query_toks_no_value": ["select", "hometown", "from", "teacher"], "question": "Show the hometowns of teachers", "question_toks": ["Show", "the", "hometowns", "of", "teachers"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 7, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0397", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0004", "db_id": "course_teach", "query": "select hometown from teacher", "query_toks": ["select", "hometown", "from", "teacher"], "query_toks_no_value": ["select", "hometown", "from", "teacher"], "question": "What are the towns from which teachers come from?", "question_toks": ["What", "are", "the", "towns", "from", "which", "teachers", "come", "from", "?"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 7, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0398", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0005", "db_id": "course_teach", "query": "select name from teacher", "query_toks": ["select", "name", "from", "teacher"], "query_toks_no_value": ["select", "name", "from", "teacher"], "question": "Show names of teachers.", "question_toks": ["Show", "names", "of", "teachers", "."], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 5, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0407", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0006", "db_id": "course_teach", "query": "select name from teacher", "query_toks": ["select", "name", "from", "teacher"], "query_toks_no_value": ["select", "name", "from", "teacher"], "question": "What are the names of the teachers?", "question_toks": ["What", "are", "the", "names", "of", "the", "teachers", "?"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 5, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0408", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0007", "db_id": "dog_kennels", "query": "select professional_id , last_name , cell_number from professionals where state = \"indiana\"", "query_toks": ["select", "professional_id", ",", "last_name", ",", "cell_number", "from", "professionals", "where", "state", "=", "``", "indiana", "''"], "query_toks_no_value": ["select", "professional_id", ",", "last_name", ",", "cell_number", "from", "professionals", "where", "state", "=", "value"], "question": "Which professionals live in the state of Indiana? List his or her id, last name and cell phone.", "question_toks": ["Which", "professionals", "live", "in", "the", "state", "of", "Indiana", "?", "List", "his", "or", "her", "id", ",", "last", "name", "and", "cell", "phone", "."], "sql": {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[0, [0, [0, 33, false], null]], [0, [0, [0, 40, false], null]], [0, [0, [0, 43, false], null]]]], "where": [[false, 2, [0, [0, 38, false], null], "\"indiana\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0922", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0008", "db_id": "dog_kennels", "query": "select professional_id , last_name , cell_number from professionals where state = \"indiana\"", "query_toks": ["select", "professional_id", ",", "last_name", ",", "cell_number", "from", "professionals", "where", "state", "=", "``", "indiana", "''"], "query_toks_no_value": ["select", "professional_id", ",", "last_name", ",", "cell_number", "from", "professionals", "where", "state", "=", "value"], "question": "Find the id, last name and cell phone of the professionals who live in the state of Indiana.", "question_toks": ["Find", "the", "id", ",", "last", "name", "and", "cell", "phone", "of", "the", "professionals", "who", "live", "in", "the", "state", "of", "Indiana", "."], "sql": {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[0, [0, [0, 33, false], null]], [0, [0, [0, 40, false], null]], [0, [0, [0, 43, false], null]]]], "where": [[false, 2, [0, [0, 38, false], null], "\"indiana\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0923", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0009", "db_id": "dog_kennels", "query": "select name from dogs", "query_toks": ["select", "name", "from", "dogs"], "query_toks_no_value": ["select", "name", "from", "dogs"], "question": "What are the names of the dogs?", "question_toks": ["What", "are", "the", "names", "of", "the", "dogs", "?"], "sql": {"from": {"table_units": [["table_unit", 5]], "conds": []}, "select": [false, [[0, [0, [0, 25, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0925", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0010", "db_id": "dog_kennels", "query": "select professional_id , cell_number from professionals", "query_toks": ["select", "professional_id", ",", "cell_number", "from", "professionals"], "query_toks_no_value": ["select", "professional_id", ",", "cell_number", "from", "professionals"], "question": "Find the id and cell phone of the professionals.", "question_toks": ["Find", "the", "id", "and", "cell", "phone", "of", "the", "professionals", "."], "sql": {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[0, [0, [0, 33, false], null]], [0, [0, [0, 43, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0943", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0011", "db_id": "flight_2", "query": "select airline from airlines", "query_toks": ["select", "airline", "from", "airlines"], "query_toks_no_value": ["select", "airline", "from", "airlines"], "question": "Find all airlines.", "question_toks": ["Find", "all", "airlines", "."], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 2, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0241", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0012", "db_id": "museum_visit", "query": "select id , name , age from visitor", "query_toks": ["select", "id", ",", "name", ",", "age", "from", "visitor"], "query_toks_no_value": ["select", "id", ",", "name", ",", "age", "from", "visitor"], "question": "find the id, name and age for visitors.", "question_toks": ["find", "the", "id", ",", "name", "and", "age", "for", "visitors", "."], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 5, false], null]], [0, [0, [0, 6, false], null]], [0, [0, [0, 8, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0419", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0013", "db_id": "network_1", "query": "select grade from highschooler", "query_toks": ["select", "grade", "from", "highschooler"], "query_toks_no_value": ["select", "grade", "from", "highschooler"], "question": "Show me all grades.", "question_toks": ["Show", "me", "all", "grades", "."], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0880", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0014", "db_id": "pets_1", "query": "select fname , sex from student", "query_toks": ["select", "fname", ",", "sex", "from", "student"], "query_toks_no_value": ["select", "fname", ",", "sex", "from", "student"], "question": "Find the first name and gender of student.", "question_toks": ["Find", "the", "first", "name", "and", "gender", "of", "student", "."], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 3, false], null]], [0, [0, [0, 5, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0081", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0015", "db_id": "pets_1", "query": "select fname , sex from student", "query_toks": ["select", "fname", ",", "sex", "from", "student"], "query_toks_no_value": ["select", "fname", ",", "sex", "from", "student"], "question": "What is the first name and gender of the all the students", "question_toks": ["What", "is", "the", "first", "name", "and", "gender", "of", "the", "all", "the", "students"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 3, false], null]], [0, [0, [0, 5, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0082", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0016", "db_id": "poker_player", "query": "select nationality from people", "query_toks": ["select", "nationality", "from", "people"], "query_toks_no_value": ["select", "nationality", "from", "people"], "question": "What are the nationalities?", "question_toks": ["What", "are", "the", "nationalities", "?"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 8, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0677", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0017", "db_id": "poker_player", "query": "select nationality from people", "query_toks": ["select", "nationality", "from", "people"], "query_toks_no_value": ["select", "nationality", "from", "people"], "question": "Return the nationalities.", "question_toks": ["Return", "the", "nationalities", "."], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 8, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0678", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0018", "db_id": "tvshow", "query": "select id from tv_channel", "query_toks": ["select", "id", "from", "tv_channel"], "query_toks_no_value": ["select", "id", "from", "tv_channel"], "question": "find id of the tv channels.", "question_toks": ["find", "id", "of", "the", "tv", "channels", "."], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0641", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0019", "db_id": "tvshow", "query": "select id from tv_channel", "query_toks": ["select", "id", "from", "tv_channel"], "query_toks_no_value": ["select", "id", "from", "tv_channel"], "question": "What are the ids of all tv channels?", "question_toks": ["What", "are", "the", "ids", "of", "all", "tv", "channels", "?"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0642", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0020", "db_id": "wta_1", "query": "select tourney_name from matches", "query_toks": ["select", "tourney_name", "from", "matches"], "query_toks_no_value": ["select", "tourney_name", "from", "matches"], "question": "Find the name of tourney.", "question_toks": ["Find", "the", "name", "of", "tourney", "."], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 27, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0445", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0021", "db_id": "wta_1", "query": "select tourney_name from matches", "query_toks": ["select", "tourney_name", "from", "matches"], "query_toks_no_value": ["select", "tourney_name", "from", "matches"], "question": "What are the names of tournaments?", "question_toks": ["What", "are", "the", "names", "of", "tournaments", "?"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 27, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0446", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0022", "db_id": "wta_1", "query": "select country_code from players", "query_toks": ["select", "country_code", "from", "players"], "query_toks_no_value": ["select", "country_code", "from", "players"], "question": "Find the codes of countries.", "question_toks": ["Find", "the", "codes", "of", "countries", "."], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 6, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0477", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0023", "db_id": "wta_1", "query": "select country_code from players", "query_toks": ["select", "country_code", "from", "players"], "query_toks_no_value": ["select", "country_code", "from", "players"], "question": "What are the codes of countries?", "question_toks": ["What", "are", "the", "codes", "of", "countries", "?"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 6, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0478", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0024", "db_id": "aircraft", "query": "select aircraft from aircraft", "query_toks": ["select", "aircraft", "from", "aircraft"], "query_toks_no_value": ["select", "aircraft", "from", "aircraft"], "question": "List the names of aircrafts.", "question_toks": ["List", "the", "names", "of", "aircrafts", "."], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 5, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4829", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0025", "db_id": "aircraft", "query": "select aircraft from aircraft ", "query_toks": ["select", "aircraft", "from", "aircraft"], "query_toks_no_value": ["select", "aircraft", "from", "aircraft"], "question": "What are the names of all aircrafts?", "question_toks": ["What", "are", "the", "names", "of", "all", "aircrafts", "that", "have", "won", "a", "match", "at", "least", "twice", "?"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 5, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4830", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0026", "db_id": "allergy_1", "query": "select stuid from has_allergy", "query_toks": ["select", "stuid", "from", "has_allergy"], "query_toks_no_value": ["select", "stuid", "from", "has_allergy"], "question": "Show all student IDs that has allergy.", "question_toks": ["Show", "all", "student", "IDs", "."], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_0505", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0027", "db_id": "allergy_1", "query": "select stuid from student", "query_toks": ["select", "stuid", "from", "has_allergy"], "query_toks_no_value": ["select", "stuid", "from", "has_allergy"], "question": "What are the students ids?", "question_toks": ["What", "are", "the", "students", "ids", "?"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_0506", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0028", "db_id": "architecture", "query": "select id , name from architect", "query_toks": ["select", "id", ",", "name", "from", "architect"], "query_toks_no_value": ["select", "id", ",", "name", "from", "architect"], "question": "What are the ids and names of the architects?", "question_toks": ["What", "are", "the", "ids", "and", "names", "of", "the", "architects", "?"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]], [0, [0, [0, 2, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_6953", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}, {"id": "having_in_sql_0029", "db_id": "architecture", "query": "select id , name , gender from architect ", "query_toks": ["select", "id", ",", "name", ",", "gender", "from", "architect"], "query_toks_no_value": ["select", "id", ",", "name", ",", "gender", "from", "architect"], "question": "What are the ids, names and genders of the architects?", "question_toks": ["What", "are", "the", "ids", ",", "names", "and", "genders", "of", "the", "architects", "?"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]], [0, [0, [0, 2, false], null]], [0, [0, [0, 4, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_6955", "is_simplification": true, "simplifications_tags": ["HAVING_IN_SQL"]}]