[{"id": "hidden_min_0000", "db_id": "allergy_1", "query": "select lname from student where age = (select min(age) from student)", "query_toks": ["select", "lname", "from", "student", "where", "age", "=", "(", "select", "min", "(", "age", ")", "from", "student", ")"], "query_toks_no_value": ["select", "lname", "from", "student", "where", "age", "=", "value", "select", "min", "(", "age", ")", "from", "student", ")"], "question": "What is the last name of the student with minimum age?", "question_toks": ["What", "is", "the", "last", "name", "of", "the", "student", "with", "minimum", "age", "?"], "sql": {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[0, [0, [0, 6, false], null]]]], "where": [[false, 2, [0, [0, 8, false], null], {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[2, [0, [0, 8, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_0485", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0001", "db_id": "allergy_1", "query": "select lname from student where age = (select min(age) from student)", "query_toks": ["select", "lname", "from", "student", "where", "age", "=", "(", "select", "min", "(", "age", ")", "from", "student", ")"], "query_toks_no_value": ["select", "lname", "from", "student", "where", "age", "=", "value", "select", "min", "(", "age", ")", "from", "student", ")"], "question": "Provide the last name of the student with min age?", "question_toks": ["Provide", "the", "last", "name", "of", "the", "student", "with", "min", "age", "?"], "sql": {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[0, [0, [0, 6, false], null]]]], "where": [[false, 2, [0, [0, 8, false], null], {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[2, [0, [0, 8, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_0486", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0002", "db_id": "bike_1", "query": "select id from station where lat > 37.4 except select station_id from status group by station_id having min(bikes_available) < 7", "query_toks": ["select", "id", "from", "station", "where", "lat", ">", "37", ".", "4", "except", "select", "station_id", "from", "status", "group", "by", "station_id", "having", "min", "(", "bikes_available", ")", "<", "7"], "query_toks_no_value": ["select", "id", "from", "station", "where", "lat", ">", "value", ".", "4", "except", "select", "station_id", "from", "status", "group", "by", "station_id", "having", "min", "(", "bikes_available", ")", "<", "value"], "question": "What are the ids of stations that have latitude above 37.4 and minimum bike availability is below 7?", "question_toks": ["What", "are", "the", "ids", "of", "stations", "that", "have", "latitude", "above", "37", ".", "4", "and", "minimum", "bike", "availability", "is", "below", "7", "?"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 3, [0, [0, 3, false], null], 37.4, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 8, false], null]]]], "where": [], "groupBy": [[0, 8, false]], "having": [[false, 4, [0, [2, 9, false], null], 7.0, null]], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_0169", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0003", "db_id": "bike_1", "query": "select id from station where lat > 37.4 except select station_id from status group by station_id having min(bikes_available) < 7", "query_toks": ["select", "id", "from", "station", "where", "lat", ">", "37", ".", "4", "except", "select", "station_id", "from", "status", "group", "by", "station_id", "having", "min", "(", "bikes_available", ")", "<", "7"], "query_toks_no_value": ["select", "id", "from", "station", "where", "lat", ">", "value", ".", "4", "except", "select", "station_id", "from", "status", "group", "by", "station_id", "having", "min", "(", "bikes_available", ")", "<", "value"], "question": "What are the ids of all stations that have a latitude above 37.4 and have bikes available in minimum less than 7?", "question_toks": ["What", "are", "the", "ids", "of", "all", "stations", "that", "have", "a", "latitude", "above", "37", ".", "4", "and", "have", "bikes", "available", "in", "minimum", "less", "than", "7", "?"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 3, [0, [0, 3, false], null], 37.4, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 8, false], null]]]], "where": [], "groupBy": [[0, 8, false]], "having": [[false, 4, [0, [2, 9, false], null], 7.0, null]], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_0170", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0004", "db_id": "bike_1", "query": "select date , max_temperature_f - min_temperature_f from weather order by max_temperature_f - min_temperature_f limit 1", "query_toks": ["select", "date", ",", "max_temperature_f", "-", "min_temperature_f", "from", "weather", "order", "by", "max_temperature_f", "-", "min_temperature_f", "limit", "1"], "query_toks_no_value": ["select", "date", ",", "max_temperature_f", "-", "min_temperature_f", "from", "weather", "order", "by", "max_temperature_f", "-", "min_temperature_f", "limit", "1"], "question": "What are the days that had the minimum temperature range, and what was that range?", "question_toks": ["What", "are", "the", "days", "that", "had", "the", "minimum", "temperature", "range", ",", "and", "what", "was", "that", "range", "?"], "sql": {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[0, [0, [0, 23, false], null]], [0, [1, [0, 24, false], [0, 26, false]]]]], "where": [], "groupBy": [], "having": [], "orderBy": ["asc", [[1, [0, 24, false], [0, 26, false]]]], "limit": 1, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_0202", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0005", "db_id": "candidate_poll", "query": "select t1.name , t1.sex , min(oppose_rate) from people as t1 join candidate as t2 on t1.people_id = t2.people_id group by t1.sex", "query_toks": ["select", "t1", ".", "name", ",", "t1", ".", "sex", ",", "min", "(", "oppose_rate", ")", "from", "people", "as", "t1", "join", "candidate", "as", "t2", "on", "t1", ".", "people_id", "=", "t2", ".", "people_id", "group", "by", "t1", ".", "sex"], "query_toks_no_value": ["select", "t1", ".", "name", ",", "t1", ".", "sex", ",", "min", "(", "oppose_rate", ")", "from", "people", "as", "t1", "join", "candidate", "as", "t2", "on", "t1", ".", "people_id", "=", "t2", ".", "people_id", "group", "by", "t1", ".", "sex"], "question": "Find the name of the candidates whose oppose percentage is the min for each sex.", "question_toks": ["Find", "the", "name", "of", "the", "candidates", "whose", "oppose", "percentage", "is", "the", "min", "for", "each", "sex", "."], "sql": {"from": {"table_units": [["table_unit", 1], ["table_unit", 0]], "conds": [[false, 2, [0, [0, 9, false], null], [0, 2, false], null]]}, "select": [false, [[0, [0, [0, 11, false], null]], [0, [0, [0, 10, false], null]], [2, [0, [0, 7, false], null]]]], "where": [], "groupBy": [[0, 10, false]], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_2416", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0006", "db_id": "candidate_poll", "query": "select max(support_rate) , min(consider_rate) , min(oppose_rate) from candidate", "query_toks": ["select", "max", "(", "support_rate", ")", ",", "min", "(", "consider_rate", ")", ",", "min", "(", "oppose_rate", ")", "from", "candidate"], "query_toks_no_value": ["select", "max", "(", "support_rate", ")", ",", "min", "(", "consider_rate", ")", ",", "min", "(", "oppose_rate", ")", "from", "candidate"], "question": "find the highest support percentage, min consider rate and oppose rate of all candidates.", "question_toks": ["find", "the", "highest", "support", "percentage", ",", "min", "consider", "rate", "and", "oppose", "rate", "of", "all", "candidates", "."], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[1, [0, [0, 5, false], null]], [2, [0, [0, 6, false], null]], [2, [0, [0, 7, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_2426", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0007", "db_id": "car_1", "query": "select t2.make , t1.year from cars_data as t1 join car_names as t2 on t1.id = t2.makeid where t1.year = (select min(year) from cars_data)", "query_toks": ["select", "t2", ".", "make", ",", "t1", ".", "year", "from", "cars_data", "as", "t1", "join", "car_names", "as", "t2", "on", "t1", ".", "id", "=", "t2", ".", "makeid", "where", "t1", ".", "year", "=", "(", "select", "min", "(", "year", ")", "from", "cars_data", ")"], "query_toks_no_value": ["select", "t2", ".", "make", ",", "t1", ".", "year", "from", "cars_data", "as", "t1", "join", "car_names", "as", "t2", "on", "t1", ".", "id", "=", "t2", ".", "makeid", "where", "t1", ".", "year", "=", "value", "select", "min", "(", "year", ")", "from", "cars_data", ")"], "question": "Find the make and production time of the cars that were produced in the year with minimum value?", "question_toks": ["Find", "the", "make", "and", "production", "time", "of", "the", "cars", "that", "were", "produced", "in", "the", "year", "with", "minimum", "value", "?"], "sql": {"from": {"table_units": [["table_unit", 5], ["table_unit", 4]], "conds": [[false, 2, [0, [0, 16, false], null], [0, 13, false], null]]}, "select": [false, [[0, [0, [0, 15, false], null]], [0, [0, [0, 23, false], null]]]], "where": [[false, 2, [0, [0, 23, false], null], {"from": {"table_units": [["table_unit", 5]], "conds": []}, "select": [false, [[2, [0, [0, 23, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0101", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0008", "db_id": "car_1", "query": "select t2.make , t1.year from cars_data as t1 join car_names as t2 on t1.id = t2.makeid where t1.year = (select min(year) from cars_data)", "query_toks": ["select", "t2", ".", "make", ",", "t1", ".", "year", "from", "cars_data", "as", "t1", "join", "car_names", "as", "t2", "on", "t1", ".", "id", "=", "t2", ".", "makeid", "where", "t1", ".", "year", "=", "(", "select", "min", "(", "year", ")", "from", "cars_data", ")"], "query_toks_no_value": ["select", "t2", ".", "make", ",", "t1", ".", "year", "from", "cars_data", "as", "t1", "join", "car_names", "as", "t2", "on", "t1", ".", "id", "=", "t2", ".", "makeid", "where", "t1", ".", "year", "=", "value", "select", "min", "(", "year", ")", "from", "cars_data", ")"], "question": "What is the maker of the carr produced in the minimum year and what year was it?", "question_toks": ["What", "is", "the", "maker", "of", "the", "carr", "produced", "in", "the", "minimum", "year", "and", "what", "year", "was", "it", "?"], "sql": {"from": {"table_units": [["table_unit", 5], ["table_unit", 4]], "conds": [[false, 2, [0, [0, 16, false], null], [0, 13, false], null]]}, "select": [false, [[0, [0, [0, 15, false], null]], [0, [0, [0, 23, false], null]]]], "where": [[false, 2, [0, [0, 23, false], null], {"from": {"table_units": [["table_unit", 5]], "conds": []}, "select": [false, [[2, [0, [0, 23, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0102", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0009", "db_id": "car_1", "query": "select min(weight) from cars_data where cylinders = 8 and year = 1974", "query_toks": ["select", "min", "(", "weight", ")", "from", "cars_data", "where", "cylinders", "=", "8", "and", "year", "=", "1974"], "query_toks_no_value": ["select", "min", "(", "weight", ")", "from", "cars_data", "where", "cylinders", "=", "value", "and", "year", "=", "value"], "question": "What is the minimum weight of the car produced with 8 cylinders on 1974 ?", "question_toks": ["What", "is", "the", "minimum", "weight", "of", "the", "car", "produced", "with", "8", "cylinders", "on", "1974", "?"], "sql": {"from": {"table_units": [["table_unit", 5]], "conds": []}, "select": [false, [[2, [0, [0, 21, false], null]]]], "where": [[false, 2, [0, [0, 18, false], null], 8.0, null], "and", [false, 2, [0, [0, 23, false], null], 1974.0, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0119", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0010", "db_id": "car_1", "query": "select t2.makeid , t2.make from cars_data as t1 join car_names as t2 on t1.id = t2.makeid where t1.horsepower > (select min(horsepower) from cars_data) and t1.cylinders <= 3", "query_toks": ["select", "t2", ".", "makeid", ",", "t2", ".", "make", "from", "cars_data", "as", "t1", "join", "car_names", "as", "t2", "on", "t1", ".", "id", "=", "t2", ".", "makeid", "where", "t1", ".", "horsepower", ">", "(", "select", "min", "(", "horsepower", ")", "from", "cars_data", ")", "and", "t1", ".", "cylinders", "<=", "3"], "query_toks_no_value": ["select", "t2", ".", "makeid", ",", "t2", ".", "make", "from", "cars_data", "as", "t1", "join", "car_names", "as", "t2", "on", "t1", ".", "id", "=", "t2", ".", "makeid", "where", "t1", ".", "horsepower", ">", "value", "select", "min", "(", "horsepower", ")", "from", "cars_data", ")", "and", "t1", ".", "cylinders", "<=", "value"], "question": "Among the cars with more than minimum horsepower, which ones do not have more than 3 cylinders? List the car makeid and make name.", "question_toks": ["Among", "the", "cars", "with", "more", "than", "minimum", "horsepower", ",", "which", "ones", "do", "not", "have", "more", "than", "3", "cylinders", "?", "List", "the", "car", "makeid", "and", "make", "name", "."], "sql": {"from": {"table_units": [["table_unit", 5], ["table_unit", 4]], "conds": [[false, 2, [0, [0, 16, false], null], [0, 13, false], null]]}, "select": [false, [[0, [0, [0, 13, false], null]], [0, [0, [0, 15, false], null]]]], "where": [[false, 3, [0, [0, 20, false], null], {"from": {"table_units": [["table_unit", 5]], "conds": []}, "select": [false, [[2, [0, [0, 20, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null], "and", [false, 6, [0, [0, 18, false], null], 3.0, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0167", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0011", "db_id": "chinook_1", "query": "select max(milliseconds) , min(milliseconds) from track", "query_toks": ["select", "max", "(", "milliseconds", ")", ",", "min", "(", "milliseconds", ")", "from", "track"], "query_toks_no_value": ["select", "max", "(", "milliseconds", ")", ",", "min", "(", "milliseconds", ")", "from", "track"], "question": "What are the durations of the maximal and the minimum tracks in milliseconds?", "question_toks": ["What", "are", "the", "durations", "of", "the", "maximal", "and", "the", "minimum", "tracks", "in", "milliseconds", "?"], "sql": {"from": {"table_units": [["table_unit", 10]], "conds": []}, "select": [false, [[1, [0, [0, 62, false], null]], [2, [0, [0, 62, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_0831", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0012", "db_id": "chinook_1", "query": "select max(milliseconds) , min(milliseconds) from genre as t1 join track as t2 on t1.genreid = t2.genreid where t1.name = \"pop\"", "query_toks": ["select", "max", "(", "milliseconds", ")", ",", "min", "(", "milliseconds", ")", "from", "genre", "as", "t1", "join", "track", "as", "t2", "on", "t1", ".", "genreid", "=", "t2", ".", "genreid", "where", "t1", ".", "name", "=", "``", "pop", "''"], "query_toks_no_value": ["select", "max", "(", "milliseconds", ")", ",", "min", "(", "milliseconds", ")", "from", "genre", "as", "t1", "join", "track", "as", "t2", "on", "t1", ".", "genreid", "=", "t2", ".", "genreid", "where", "t1", ".", "name", "=", "value"], "question": "What are the duration of the max and min pop tracks in milliseconds?", "question_toks": ["What", "are", "the", "duration", "of", "the", "max", "and", "min", "pop", "tracks", "in", "milliseconds", "?"], "sql": {"from": {"table_units": [["table_unit", 4], ["table_unit", 10]], "conds": [[false, 2, [0, [0, 34, false], null], [0, 60, false], null]]}, "select": [false, [[1, [0, [0, 62, false], null]], [2, [0, [0, 62, false], null]]]], "where": [[false, 2, [0, [0, 35, false], null], "\"pop\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_0881", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0013", "db_id": "college_1", "query": "select max(stu_gpa) , avg(stu_gpa) , min(stu_gpa) , dept_code from student group by dept_code", "query_toks": ["select", "max", "(", "stu_gpa", ")", ",", "avg", "(", "stu_gpa", ")", ",", "min", "(", "stu_gpa", ")", ",", "dept_code", "from", "student", "group", "by", "dept_code"], "query_toks_no_value": ["select", "max", "(", "stu_gpa", ")", ",", "avg", "(", "stu_gpa", ")", ",", "min", "(", "stu_gpa", ")", ",", "dept_code", "from", "student", "group", "by", "dept_code"], "question": "What is the maximum, minimum and average student GPA for every department?", "question_toks": ["What", "is", "the", "maximum", ",", "minimum", "and", "average", "student", "GPA", "for", "every", "department", "?"], "sql": {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[1, [0, [0, 39, false], null]], [5, [0, [0, 39, false], null]], [2, [0, [0, 39, false], null]], [0, [0, [0, 41, false], null]]]], "where": [], "groupBy": [[0, 41, false]], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_3222", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0014", "db_id": "college_2", "query": "select min(salary) , dept_name from instructor group by dept_name having avg(salary) > (select avg(salary) from instructor)", "query_toks": ["select", "min", "(", "salary", ")", ",", "dept_name", "from", "instructor", "group", "by", "dept_name", "having", "avg", "(", "salary", ")", ">", "(", "select", "avg", "(", "salary", ")", "from", "instructor", ")"], "query_toks_no_value": ["select", "min", "(", "salary", ")", ",", "dept_name", "from", "instructor", "group", "by", "dept_name", "having", "avg", "(", "salary", ")", ">", "(", "select", "avg", "(", "salary", ")", "from", "instructor", ")"], "question": "What is the minimum salary in departments with average salary greater than the overall average.", "question_toks": ["What", "is", "the", "minimum", "salary", "in", "departments", "with", "average", "salary", "greater", "than", "the", "overall", "average", "."], "sql": {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[2, [0, [0, 14, false], null]], [0, [0, [0, 13, false], null]]]], "where": [], "groupBy": [[0, 13, false]], "having": [[false, 3, [0, [5, 14, false], null], {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[5, [0, [0, 14, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_1401", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0015", "db_id": "college_2", "query": "select name from instructor where salary > (select min(salary) from instructor where dept_name = \"biology\")", "query_toks": ["select", "name", "from", "instructor", "where", "salary", ">", "(", "select", "min", "(", "salary", ")", "from", "instructor", "where", "dept_name", "=", "``", "biology", "\")"], "query_toks_no_value": ["select", "name", "from", "instructor", "where", "salary", ">", "value", "select", "min", "(", "salary", ")", "from", "instructor", "where", "dept_name", "=", "value", "\")"], "question": "Find names of instructors with salary greater than that of minimum of instructors salaries in the Biology department.", "question_toks": ["Find", "names", "of", "instructors", "with", "salary", "greater", "than", "that", "of", "minimum", "of", "instructors", "salaries", "in", "the", "Biology", "department", "."], "sql": {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[0, [0, [0, 12, false], null]]]], "where": [[false, 3, [0, [0, 14, false], null], {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[2, [0, [0, 14, false], null]]]], "where": [[false, 2, [0, [0, 13, false], null], "\"biology\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_1488", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0016", "db_id": "college_2", "query": "select name from instructor where salary > (select min(salary) from instructor where dept_name = \"biology\")", "query_toks": ["select", "name", "from", "instructor", "where", "salary", ">", "(", "select", "min", "(", "salary", ")", "from", "instructor", "where", "dept_name", "=", "``", "biology", "\")"], "query_toks_no_value": ["select", "name", "from", "instructor", "where", "salary", ">", "value", "select", "min", "(", "salary", ")", "from", "instructor", "where", "dept_name", "=", "value", "\")"], "question": "What are the names of instructors who earn more than instructor with minimum salary from the Biology department?", "question_toks": ["What", "are", "the", "names", "of", "instructors", "who", "earn", "more", "than", "instructor", "with", "minimum", "salary", "from", "the", "Biology", "department", "?"], "sql": {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[0, [0, [0, 12, false], null]]]], "where": [[false, 3, [0, [0, 14, false], null], {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[2, [0, [0, 14, false], null]]]], "where": [[false, 2, [0, [0, 13, false], null], "\"biology\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_1489", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0017", "db_id": "cre_Doc_Template_Mgt", "query": "select min(version_number) , template_type_code from templates", "query_toks": ["select", "min", "(", "version_number", ")", ",", "template_type_code", "from", "templates"], "query_toks_no_value": ["select", "min", "(", "version_number", ")", ",", "template_type_code", "from", "templates"], "question": "What the minimum version number and its template type code?", "question_toks": ["What", "the", "minimum", "version", "number", "and", "its", "template", "type", "code", "?"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 4, 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_0335", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0018", "db_id": "cre_Doc_Template_Mgt", "query": "select min(version_number) , template_type_code from templates", "query_toks": ["select", "min", "(", "version_number", ")", ",", "template_type_code", "from", "templates"], "query_toks_no_value": ["select", "min", "(", "version_number", ")", ",", "template_type_code", "from", "templates"], "question": "Return the minimum version number, along with its corresponding template type code.", "question_toks": ["Return", "the", "minimum", "version", "number", ",", "along", "with", "its", "corresponding", "template", "type", "code", "."], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 4, 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_0336", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0019", "db_id": "department_store", "query": "select distinct customer_id from customer_orders where order_date > (select min(order_date) from customer_orders where order_status_code = \"cancelled\")", "query_toks": ["select", "distinct", "customer_id", "from", "customer_orders", "where", "order_date", ">", "(", "select", "min", "(", "order_date", ")", "from", "customer_orders", "where", "order_status_code", "=", "``", "cancelled", "\")"], "query_toks_no_value": ["select", "distinct", "customer_id", "from", "customer_orders", "where", "order_date", ">", "value", "select", "min", "(", "order_date", ")", "from", "customer_orders", "where", "order_status_code", "=", "value", "\")"], "question": "Find the ids of all distinct customers who made order with order date more than minimum order date of cancelled order.", "question_toks": ["Find", "the", "ids", "of", "all", "distinct", "customers", "who", "made", "order", "with", "order", "date", "more", "than", "minimum", "order", "date", "of", "cancelled", "order", "."], "sql": {"from": {"table_units": [["table_unit", 8]], "conds": []}, "select": [true, [[0, [0, [0, 31, false], null]]]], "where": [[false, 3, [0, [0, 33, false], null], {"from": {"table_units": [["table_unit", 8]], "conds": []}, "select": [false, [[2, [0, [0, 33, false], null]]]], "where": [[false, 2, [0, [0, 32, false], null], "\"cancelled\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4753", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0020", "db_id": "department_store", "query": "select distinct customer_id from customer_orders where order_date > (select min(order_date) from customer_orders where order_status_code = \"cancelled\")", "query_toks": ["select", "distinct", "customer_id", "from", "customer_orders", "where", "order_date", ">", "(", "select", "min", "(", "order_date", ")", "from", "customer_orders", "where", "order_status_code", "=", "``", "cancelled", "\")"], "query_toks_no_value": ["select", "distinct", "customer_id", "from", "customer_orders", "where", "order_date", ">", "value", "select", "min", "(", "order_date", ")", "from", "customer_orders", "where", "order_status_code", "=", "value", "\")"], "question": "What are the distinct ids of customers who made an order after minimum order date that was Cancelled?", "question_toks": ["What", "are", "the", "distinct", "ids", "of", "customers", "who", "made", "an", "order", "after", "minimum", "order", "date", "that", "was", "Cancelled", "?"], "sql": {"from": {"table_units": [["table_unit", 8]], "conds": []}, "select": [true, [[0, [0, [0, 31, false], null]]]], "where": [[false, 3, [0, [0, 33, false], null], {"from": {"table_units": [["table_unit", 8]], "conds": []}, "select": [false, [[2, [0, [0, 33, false], null]]]], "where": [[false, 2, [0, [0, 32, false], null], "\"cancelled\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4754", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0021", "db_id": "department_store", "query": "select max(customer_code) , min(customer_code) from customers", "query_toks": ["select", "max", "(", "customer_code", ")", ",", "min", "(", "customer_code", ")", "from", "customers"], "query_toks_no_value": ["select", "max", "(", "customer_code", ")", ",", "min", "(", "customer_code", ")", "from", "customers"], "question": "What is the maximum and minimum customer codes?", "question_toks": ["What", "is", "the", "maximum", "and", "minimum", "customer", "codes", "?"], "sql": {"from": {"table_units": [["table_unit", 4]], "conds": []}, "select": [false, [[1, [0, [0, 13, false], null]], [2, [0, [0, 13, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4775", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0022", "db_id": "department_store", "query": "select max(product_price) , min(product_price) , product_type_code from products group by product_type_code order by product_type_code", "query_toks": ["select", "max", "(", "product_price", ")", ",", "min", "(", "product_price", ")", ",", "product_type_code", "from", "products", "group", "by", "product_type_code", "order", "by", "product_type_code"], "query_toks_no_value": ["select", "max", "(", "product_price", ")", ",", "min", "(", "product_price", ")", ",", "product_type_code", "from", "products", "group", "by", "product_type_code", "order", "by", "product_type_code"], "question": "What are the maximum and minimum prices of products, grouped by and alphabetically ordered by product type?", "question_toks": ["What", "are", "the", "maximum", "and", "minimum", "prices", "of", "products", ",", "grouped", "by", "and", "alphabetically", "ordered", "by", "product", "type", "?"], "sql": {"from": {"table_units": [["table_unit", 5]], "conds": []}, "select": [false, [[1, [0, [0, 21, false], null]], [2, [0, [0, 21, false], null]], [0, [0, [0, 19, false], null]]]], "where": [], "groupBy": [[0, 19, false]], "having": [], "orderBy": ["asc", [[0, [0, 19, false], null]]], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4781", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0023", "db_id": "epinions_1", "query": "select min(rank) from review", "query_toks": ["select", "min", "(", "rank", ")", "from", "review"], "query_toks_no_value": ["select", "min", "(", "rank", ")", "from", "review"], "question": "Find the minimum rank of all reviews.", "question_toks": ["Find", "the", "minimum", "rank", "of", "all", "reviews", "."], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 7, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_1694", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0024", "db_id": "formula_1", "query": "select distinct driverid , stop from pitstops where duration > (select min(duration) from pitstops where raceid = 841)", "query_toks": ["select", "distinct", "driverid", ",", "stop", "from", "pitstops", "where", "duration", ">", "(", "select", "min", "(", "duration", ")", "from", "pitstops", "where", "raceid", "=", "841", ")"], "query_toks_no_value": ["select", "distinct", "driverid", ",", "stop", "from", "pitstops", "where", "duration", ">", "value", "select", "min", "(", "duration", ")", "from", "pitstops", "where", "raceid", "=", "value", ")"], "question": "Find the distinct driver id of all drivers that have a longer stop duration than minimum of drivers in the race whose id is 841?", "question_toks": ["Find", "the", "distinct", "driver", "id", "of", "all", "drivers", "that", "have", "a", "longer", "stop", "duration", "than", "minimum", "of", "drivers", "in", "the", "race", "whose", "id", "is", "841", "?"], "sql": {"from": {"table_units": [["table_unit", 11]], "conds": []}, "select": [true, [[0, [0, [0, 83, false], null]], [0, [0, [0, 84, false], null]]]], "where": [[false, 3, [0, [0, 87, false], null], {"from": {"table_units": [["table_unit", 11]], "conds": []}, "select": [false, [[2, [0, [0, 87, false], null]]]], "where": [[false, 2, [0, [0, 82, false], null], 841.0, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_2197", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0025", "db_id": "formula_1", "query": "select distinct driverid , stop from pitstops where duration > (select min(duration) from pitstops where raceid = 841)", "query_toks": ["select", "distinct", "driverid", ",", "stop", "from", "pitstops", "where", "duration", ">", "(", "select", "min", "(", "duration", ")", "from", "pitstops", "where", "raceid", "=", "841", ")"], "query_toks_no_value": ["select", "distinct", "driverid", ",", "stop", "from", "pitstops", "where", "duration", ">", "value", "select", "min", "(", "duration", ")", "from", "pitstops", "where", "raceid", "=", "value", ")"], "question": "What are the different ids and stop durations of all the drivers whose stop lasted longer than minimum of the drivers in the race with the id 841?", "question_toks": ["What", "are", "the", "different", "ids", "and", "stop", "durations", "of", "all", "the", "drivers", "whose", "stop", "lasted", "longer", "than", "minimum", "of", "the", "drivers", "in", "the", "race", "with", "the", "id", "841", "?"], "sql": {"from": {"table_units": [["table_unit", 11]], "conds": []}, "select": [true, [[0, [0, [0, 83, false], null]], [0, [0, [0, 84, false], null]]]], "where": [[false, 3, [0, [0, 87, false], null], {"from": {"table_units": [["table_unit", 11]], "conds": []}, "select": [false, [[2, [0, [0, 87, false], null]]]], "where": [[false, 2, [0, [0, 82, false], null], 841.0, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_2198", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0026", "db_id": "geo", "query": "select state_name from state where population = ( select min ( population ) from state )", "query_toks": ["select", "state_name", "from", "state", "where", "population", "=", "(", "select", "min", "(", "population", ")", "from", "state", ")"], "query_toks_no_value": ["select", "state_name", "from", "state", "where", "population", "=", "value", "select", "min", "(", "population", ")", "from", "state", ")"], "question": "what state has the minimum population", "question_toks": ["what", "state", "has", "the", "minimum", "population"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 2, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 2, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0030", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0027", "db_id": "geo", "query": "select state_name from state where population = ( select min ( population ) from state )", "query_toks": ["select", "state_name", "from", "state", "where", "population", "=", "(", "select", "min", "(", "population", ")", "from", "state", ")"], "query_toks_no_value": ["select", "state_name", "from", "state", "where", "population", "=", "value", "select", "min", "(", "population", ")", "from", "state", ")"], "question": "what is the state with minimum population", "question_toks": ["what", "is", "the", "state", "with", "minimum", "population"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 2, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 2, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0031", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0028", "db_id": "geo", "query": "select state_name from state where population = ( select min ( population ) from state )", "query_toks": ["select", "state_name", "from", "state", "where", "population", "=", "(", "select", "min", "(", "population", ")", "from", "state", ")"], "query_toks_no_value": ["select", "state_name", "from", "state", "where", "population", "=", "value", "select", "min", "(", "population", ")", "from", "state", ")"], "question": "what is the state with the minimum value of population", "question_toks": ["what", "is", "the", "state", "with", "the", "minimum", "value", "of", "population"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 2, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 2, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0032", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0029", "db_id": "geo", "query": "select city_name from city where population = ( select min ( population ) from city where state_name = \"alaska\" ) and state_name = \"alaska\"", "query_toks": ["select", "city_name", "from", "city", "where", "population", "=", "(", "select", "min", "(", "population", ")", "from", "city", "where", "state_name", "=", "``", "alaska", "''", ")", "and", "state_name", "=", "``", "alaska", "''"], "query_toks_no_value": ["select", "city_name", "from", "city", "where", "population", "=", "value", "select", "min", "(", "population", ")", "from", "city", "where", "state_name", "=", "value", ")", "and", "state_name", "=", "value"], "question": "what is the city in alaska with the minimum population", "question_toks": ["what", "is", "the", "city", "in", "alaska", "with", "the", "minimum", "population"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 7, false], null]]]], "where": [[false, 2, [0, [0, 8, false], null], {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 8, false], null]]]], "where": [[false, 2, [0, [0, 10, false], null], "\"alaska\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null], "and", [false, 2, [0, [0, 10, false], null], "\"alaska\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0145", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0030", "db_id": "geo", "query": "select density from state where area = ( select min ( area ) from state )", "query_toks": ["select", "density", "from", "state", "where", "area", "=", "(", "select", "min", "(", "area", ")", "from", "state", ")"], "query_toks_no_value": ["select", "density", "from", "state", "where", "area", "=", "value", "select", "min", "(", "area", ")", "from", "state", ")"], "question": "what is the population density of the state with the minimum value of area", "question_toks": ["what", "is", "the", "population", "density", "of", "the", "state", "with", "the", "minimum", "value", "of", "area"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 6, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0151", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0031", "db_id": "geo", "query": "select density from state where area = ( select min ( area ) from state )", "query_toks": ["select", "density", "from", "state", "where", "area", "=", "(", "select", "min", "(", "area", ")", "from", "state", ")"], "query_toks_no_value": ["select", "density", "from", "state", "where", "area", "=", "value", "select", "min", "(", "area", ")", "from", "state", ")"], "question": "what is the population density of the state with minimum area", "question_toks": ["what", "is", "the", "population", "density", "of", "the", "state", "with", "minimum", "area"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 6, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0152", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0032", "db_id": "geo", "query": "select city_name from city where population = ( select min ( population ) from city where state_name in ( select state_name from state where area = ( select max ( area ) from state ) ) ) and state_name in ( select state_name from state where area = ( select max ( area ) from state ) )", "query_toks": ["select", "city_name", "from", "city", "where", "population", "=", "(", "select", "min", "(", "population", ")", "from", "city", "where", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "area", "=", "(", "select", "max", "(", "area", ")", "from", "state", ")", ")", ")", "and", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "area", "=", "(", "select", "max", "(", "area", ")", "from", "state", ")", ")"], "query_toks_no_value": ["select", "city_name", "from", "city", "where", "population", "=", "value", "select", "min", "(", "population", ")", "from", "city", "where", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "area", "=", "value", "select", "max", "(", "area", ")", "from", "state", ")", ")", ")", "and", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "area", "=", "value", "select", "max", "(", "area", ")", "from", "state", ")", ")"], "question": "what is the city with the minimum area in the state with maximum area", "question_toks": ["what", "is", "the", "city", "with", "the", "minimum", "area", "in", "the", "state", "with", "maximum", "area"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 7, false], null]]]], "where": [[false, 2, [0, [0, 8, false], null], {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 8, false], null]]]], "where": [[false, 8, [0, [0, 10, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[1, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null], "and", [false, 8, [0, [0, 10, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[1, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0173", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0033", "db_id": "geo", "query": "select state_name from state where density = ( select min ( density ) from state )", "query_toks": ["select", "state_name", "from", "state", "where", "density", "=", "(", "select", "min", "(", "density", ")", "from", "state", ")"], "query_toks_no_value": ["select", "state_name", "from", "state", "where", "density", "=", "value", "select", "min", "(", "density", ")", "from", "state", ")"], "question": "what is the state with the minimum population density", "question_toks": ["what", "is", "the", "state", "with", "the", "minimum", "population", "density"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 6, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 6, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0189", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0034", "db_id": "geo", "query": "select state_name from state where density = ( select min ( density ) from state )", "query_toks": ["select", "state_name", "from", "state", "where", "density", "=", "(", "select", "min", "(", "density", ")", "from", "state", ")"], "query_toks_no_value": ["select", "state_name", "from", "state", "where", "density", "=", "value", "select", "min", "(", "density", ")", "from", "state", ")"], "question": "what state has the minimum population density", "question_toks": ["what", "state", "has", "the", "minimum", "population", "density"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 6, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 6, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0190", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0035", "db_id": "geo", "query": "select state_name from state where density = ( select min ( density ) from state )", "query_toks": ["select", "state_name", "from", "state", "where", "density", "=", "(", "select", "min", "(", "density", ")", "from", "state", ")"], "query_toks_no_value": ["select", "state_name", "from", "state", "where", "density", "=", "value", "select", "min", "(", "density", ")", "from", "state", ")"], "question": "which state has the minimum population density", "question_toks": ["which", "state", "has", "the", "minimum", "population", "density"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 6, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 6, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0191", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0036", "db_id": "geo", "query": "select state_name from state where density = ( select min ( density ) from state )", "query_toks": ["select", "state_name", "from", "state", "where", "density", "=", "(", "select", "min", "(", "density", ")", "from", "state", ")"], "query_toks_no_value": ["select", "state_name", "from", "state", "where", "density", "=", "value", "select", "min", "(", "density", ")", "from", "state", ")"], "question": "which state has the minimum population density", "question_toks": ["which", "state", "has", "the", "minimum", "population", "density"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 6, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 6, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0192", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0037", "db_id": "geo", "query": "select state_name from state where density = ( select min ( density ) from state )", "query_toks": ["select", "state_name", "from", "state", "where", "density", "=", "(", "select", "min", "(", "density", ")", "from", "state", ")"], "query_toks_no_value": ["select", "state_name", "from", "state", "where", "density", "=", "value", "select", "min", "(", "density", ")", "from", "state", ")"], "question": "what state has the minimum population density", "question_toks": ["what", "state", "has", "the", "minimum", "population", "density"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 6, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 6, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0193", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0038", "db_id": "geo", "query": "select state_name from state where density = ( select min ( density ) from state )", "query_toks": ["select", "state_name", "from", "state", "where", "density", "=", "(", "select", "min", "(", "density", ")", "from", "state", ")"], "query_toks_no_value": ["select", "state_name", "from", "state", "where", "density", "=", "value", "select", "min", "(", "density", ")", "from", "state", ")"], "question": "which state has the minimum population density", "question_toks": ["which", "state", "has", "the", "minimum", "population", "density"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 6, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 6, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0194", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0039", "db_id": "geo", "query": "select state_name from state where density = ( select min ( density ) from state )", "query_toks": ["select", "state_name", "from", "state", "where", "density", "=", "(", "select", "min", "(", "density", ")", "from", "state", ")"], "query_toks_no_value": ["select", "state_name", "from", "state", "where", "density", "=", "value", "select", "min", "(", "density", ")", "from", "state", ")"], "question": "what state has population density with minimum value", "question_toks": ["what", "state", "has", "population", "density", "with", "minimum", "value"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 6, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 6, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0195", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0040", "db_id": "geo", "query": "select state_name from state where density = ( select min ( density ) from state )", "query_toks": ["select", "state_name", "from", "state", "where", "density", "=", "(", "select", "min", "(", "density", ")", "from", "state", ")"], "query_toks_no_value": ["select", "state_name", "from", "state", "where", "density", "=", "value", "select", "min", "(", "density", ")", "from", "state", ")"], "question": "which state has the population density with minimum value", "question_toks": ["which", "state", "has", "the", "population", "density", "with", "minimum", "value"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 6, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 6, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0196", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0041", "db_id": "geo", "query": "select state_name from state where density = ( select min ( density ) from state )", "query_toks": ["select", "state_name", "from", "state", "where", "density", "=", "(", "select", "min", "(", "density", ")", "from", "state", ")"], "query_toks_no_value": ["select", "state_name", "from", "state", "where", "density", "=", "value", "select", "min", "(", "density", ")", "from", "state", ")"], "question": "what state has the min population density", "question_toks": ["what", "state", "has", "the", "min", "population", "density"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 6, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 6, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0197", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0042", "db_id": "geo", "query": "select area from state where density = ( select min ( density ) from state )", "query_toks": ["select", "area", "from", "state", "where", "density", "=", "(", "select", "min", "(", "density", ")", "from", "state", ")"], "query_toks_no_value": ["select", "area", "from", "state", "where", "density", "=", "value", "select", "min", "(", "density", ")", "from", "state", ")"], "question": "what is the area of the state with the min population density", "question_toks": ["what", "is", "the", "area", "of", "the", "state", "with", "the", "min", "population", "density"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 3, false], null]]]], "where": [[false, 2, [0, [0, 6, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 6, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0206", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0043", "db_id": "geo", "query": "select capital from state where area = ( select min ( area ) from state )", "query_toks": ["select", "capital", "from", "state", "where", "area", "=", "(", "select", "min", "(", "area", ")", "from", "state", ")"], "query_toks_no_value": ["select", "capital", "from", "state", "where", "area", "=", "value", "select", "min", "(", "area", ")", "from", "state", ")"], "question": "what is the capital of the state with min area", "question_toks": ["what", "is", "the", "capital", "of", "the", "state", "with", "min", "area"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 5, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0315", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0044", "db_id": "geo", "query": "select highest_point from highlow where state_name in ( select state_name from state where density = ( select min ( density ) from state ) )", "query_toks": ["select", "highest_point", "from", "highlow", "where", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "density", "=", "(", "select", "min", "(", "density", ")", "from", "state", ")", ")"], "query_toks_no_value": ["select", "highest_point", "from", "highlow", "where", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "density", "=", "value", "select", "min", "(", "density", ")", "from", "state", ")", ")"], "question": "what is the highest point of the state with the minimum population density", "question_toks": ["what", "is", "the", "highest", "point", "of", "the", "state", "with", "the", "minimum", "population", "density"], "sql": {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[0, [0, [0, 16, false], null]]]], "where": [[false, 8, [0, [0, 13, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 6, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 6, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0338", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0045", "db_id": "geo", "query": "select city_name from city where state_name in ( select state_name from state where state_name in ( select traverse from river where river_name = \"mississippi\" ) and area = ( select min ( area ) from state where state_name in ( select traverse from river where river_name = \"mississippi\" ) ) ) order by population desc limit 1", "query_toks": ["select", "city_name", "from", "city", "where", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "state_name", "in", "(", "select", "traverse", "from", "river", "where", "river_name", "=", "``", "mississippi", "''", ")", "and", "area", "=", "(", "select", "min", "(", "area", ")", "from", "state", "where", "state_name", "in", "(", "select", "traverse", "from", "river", "where", "river_name", "=", "``", "mississippi", "''", ")", ")", ")", "order", "by", "population", "desc", "limit", "1"], "query_toks_no_value": ["select", "city_name", "from", "city", "where", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "state_name", "in", "(", "select", "traverse", "from", "river", "where", "river_name", "=", "value", ")", "and", "area", "=", "value", "select", "min", "(", "area", ")", "from", "state", "where", "state_name", "in", "(", "select", "traverse", "from", "river", "where", "river_name", "=", "value", ")", ")", ")", "order", "by", "population", "desc", "limit", "1"], "question": "what is the largest city in state with minimum area through which the mississippi runs", "question_toks": ["what", "is", "the", "largest", "city", "in", "state", "with", "minimum", "area", "through", "which", "the", "mississippi", "runs"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 7, false], null]]]], "where": [[false, 8, [0, [0, 10, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 8, [0, [0, 1, false], null], {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[0, [0, [0, 29, false], null]]]], "where": [[false, 2, [0, [0, 26, false], null], "\"mississippi\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null], "and", [false, 2, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 3, false], null]]]], "where": [[false, 8, [0, [0, 1, false], null], {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[0, [0, [0, 29, false], null]]]], "where": [[false, 2, [0, [0, 26, false], null], "\"mississippi\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": ["desc", [[0, [0, 8, false], null]]], "limit": 1, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0339", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0046", "db_id": "geo", "query": "select city_name from city where population = ( select max ( population ) from city where state_name in ( select state_name from state where area = ( select min ( area ) from state ) ) ) and state_name in ( select state_name from state where area = ( select min ( area ) from state ) )", "query_toks": ["select", "city_name", "from", "city", "where", "population", "=", "(", "select", "max", "(", "population", ")", "from", "city", "where", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "area", "=", "(", "select", "min", "(", "area", ")", "from", "state", ")", ")", ")", "and", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "area", "=", "(", "select", "min", "(", "area", ")", "from", "state", ")", ")"], "query_toks_no_value": ["select", "city_name", "from", "city", "where", "population", "=", "value", "select", "max", "(", "population", ")", "from", "city", "where", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "area", "=", "value", "select", "min", "(", "area", ")", "from", "state", ")", ")", ")", "and", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "area", "=", "value", "select", "min", "(", "area", ")", "from", "state", ")", ")"], "question": "what is the largest city in the state with minimum area in the usa", "question_toks": ["what", "is", "the", "largest", "city", "in", "the", "state", "with", "minimum", "area", "in", "the", "usa"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 7, false], null]]]], "where": [[false, 2, [0, [0, 8, false], null], {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[1, [0, [0, 8, false], null]]]], "where": [[false, 8, [0, [0, 10, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null], "and", [false, 8, [0, [0, 10, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0340", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0047", "db_id": "geo", "query": "select city_name from city where population = ( select max ( population ) from city where state_name in ( select state_name from state where area = ( select min ( area ) from state ) ) ) and state_name in ( select state_name from state where area = ( select min ( area ) from state ) )", "query_toks": ["select", "city_name", "from", "city", "where", "population", "=", "(", "select", "max", "(", "population", ")", "from", "city", "where", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "area", "=", "(", "select", "min", "(", "area", ")", "from", "state", ")", ")", ")", "and", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "area", "=", "(", "select", "min", "(", "area", ")", "from", "state", ")", ")"], "query_toks_no_value": ["select", "city_name", "from", "city", "where", "population", "=", "value", "select", "max", "(", "population", ")", "from", "city", "where", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "area", "=", "value", "select", "min", "(", "area", ")", "from", "state", ")", ")", ")", "and", "state_name", "in", "(", "select", "state_name", "from", "state", "where", "area", "=", "value", "select", "min", "(", "area", ")", "from", "state", ")", ")"], "question": "what is the city with maximum area in the state with minimum area", "question_toks": ["what", "is", "the", "city", "with", "maximum", "area", "in", "the", "state", "with", "minimum", "area"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 7, false], null]]]], "where": [[false, 2, [0, [0, 8, false], null], {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[1, [0, [0, 8, false], null]]]], "where": [[false, 8, [0, [0, 10, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null], "and", [false, 8, [0, [0, 10, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0341", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0048", "db_id": "geo", "query": "select lowest_point from highlow where lowest_elevation = ( select min ( lowest_elevation ) from highlow )", "query_toks": ["select", "lowest_point", "from", "highlow", "where", "lowest_elevation", "=", "(", "select", "min", "(", "lowest_elevation", ")", "from", "highlow", ")"], "query_toks_no_value": ["select", "lowest_point", "from", "highlow", "where", "lowest_elevation", "=", "value", "select", "min", "(", "lowest_elevation", ")", "from", "highlow", ")"], "question": "what is the lowest point in usa with minimum elevation", "question_toks": ["what", "is", "the", "lowest", "point", "in", "usa", "with", "minimum", "elevation"], "sql": {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[0, [0, [0, 15, false], null]]]], "where": [[false, 2, [0, [0, 17, false], null], {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[2, [0, [0, 17, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0356", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0049", "db_id": "geo", "query": "select lowest_point from highlow where lowest_elevation = ( select min ( lowest_elevation ) from highlow )", "query_toks": ["select", "lowest_point", "from", "highlow", "where", "lowest_elevation", "=", "(", "select", "min", "(", "lowest_elevation", ")", "from", "highlow", ")"], "query_toks_no_value": ["select", "lowest_point", "from", "highlow", "where", "lowest_elevation", "=", "value", "select", "min", "(", "lowest_elevation", ")", "from", "highlow", ")"], "question": "what is the lowest point in the united states with the minimum elevation", "question_toks": ["what", "is", "the", "lowest", "point", "in", "the", "united", "states", "with", "the", "minimum", "elevation"], "sql": {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[0, [0, [0, 15, false], null]]]], "where": [[false, 2, [0, [0, 17, false], null], {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[2, [0, [0, 17, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0357", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0050", "db_id": "geo", "query": "select lowest_point from highlow where lowest_elevation = ( select min ( lowest_elevation ) from highlow )", "query_toks": ["select", "lowest_point", "from", "highlow", "where", "lowest_elevation", "=", "(", "select", "min", "(", "lowest_elevation", ")", "from", "highlow", ")"], "query_toks_no_value": ["select", "lowest_point", "from", "highlow", "where", "lowest_elevation", "=", "value", "select", "min", "(", "lowest_elevation", ")", "from", "highlow", ")"], "question": "where is the lowest point in the us with the minimum elevation", "question_toks": ["where", "is", "the", "lowest", "point", "in", "the", "us", "with", "the", "minimum", "elevation"], "sql": {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[0, [0, [0, 15, false], null]]]], "where": [[false, 2, [0, [0, 17, false], null], {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[2, [0, [0, 17, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0358", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0051", "db_id": "geo", "query": "select lowest_point from highlow where lowest_elevation = ( select min ( lowest_elevation ) from highlow )", "query_toks": ["select", "lowest_point", "from", "highlow", "where", "lowest_elevation", "=", "(", "select", "min", "(", "lowest_elevation", ")", "from", "highlow", ")"], "query_toks_no_value": ["select", "lowest_point", "from", "highlow", "where", "lowest_elevation", "=", "value", "select", "min", "(", "lowest_elevation", ")", "from", "highlow", ")"], "question": "what is the lowest point of the us with the min value of elevation", "question_toks": ["what", "is", "the", "lowest", "point", "of", "the", "us", "with", "the", "min", "value", "of", "elevation"], "sql": {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[0, [0, [0, 15, false], null]]]], "where": [[false, 2, [0, [0, 17, false], null], {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[2, [0, [0, 17, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0359", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0052", "db_id": "geo", "query": "select population from state where area = ( select min ( area ) from state )", "query_toks": ["select", "population", "from", "state", "where", "area", "=", "(", "select", "min", "(", "area", ")", "from", "state", ")"], "query_toks_no_value": ["select", "population", "from", "state", "where", "area", "=", "value", "select", "min", "(", "area", ")", "from", "state", ")"], "question": "what is the population of the state with the minimum area", "question_toks": ["what", "is", "the", "population", "of", "the", "state", "with", "the", "minimum", "area"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 2, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0375", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0053", "db_id": "geo", "query": "select city_name from city where population = ( select min ( population ) from city )", "query_toks": ["select", "city_name", "from", "city", "where", "population", "=", "(", "select", "min", "(", "population", ")", "from", "city", ")"], "query_toks_no_value": ["select", "city_name", "from", "city", "where", "population", "=", "value", "select", "min", "(", "population", ")", "from", "city", ")"], "question": "what is the city in the usa with minimum area", "question_toks": ["what", "is", "the", "city", "in", "the", "usa", "with", "minimum", "area"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 7, false], null]]]], "where": [[false, 2, [0, [0, 8, false], null], {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 8, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0378", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0054", "db_id": "geo", "query": "select city_name from city where population = ( select min ( population ) from city )", "query_toks": ["select", "city_name", "from", "city", "where", "population", "=", "(", "select", "min", "(", "population", ")", "from", "city", ")"], "query_toks_no_value": ["select", "city_name", "from", "city", "where", "population", "=", "value", "select", "min", "(", "population", ")", "from", "city", ")"], "question": "what is the city in the us with minimum area", "question_toks": ["what", "is", "the", "city", "in", "the", "us", "with", "minimum", "area"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 7, false], null]]]], "where": [[false, 2, [0, [0, 8, false], null], {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 8, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0379", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0055", "db_id": "geo", "query": "select city_name from city where population = ( select min ( population ) from city )", "query_toks": ["select", "city_name", "from", "city", "where", "population", "=", "(", "select", "min", "(", "population", ")", "from", "city", ")"], "query_toks_no_value": ["select", "city_name", "from", "city", "where", "population", "=", "value", "select", "min", "(", "population", ")", "from", "city", ")"], "question": "what city has the minimum population", "question_toks": ["what", "city", "has", "the", "minimum", "population"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 7, false], null]]]], "where": [[false, 2, [0, [0, 8, false], null], {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 8, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0380", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0056", "db_id": "geo", "query": "select city_name from city where population = ( select min ( population ) from city )", "query_toks": ["select", "city_name", "from", "city", "where", "population", "=", "(", "select", "min", "(", "population", ")", "from", "city", ")"], "query_toks_no_value": ["select", "city_name", "from", "city", "where", "population", "=", "value", "select", "min", "(", "population", ")", "from", "city", ")"], "question": "what is the city with the minimum population", "question_toks": ["what", "is", "the", "city", "with", "the", "minimum", "population"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 7, false], null]]]], "where": [[false, 2, [0, [0, 8, false], null], {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 8, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0381", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0057", "db_id": "geo", "query": "select state_name from state where area = ( select min ( area ) from state where state_name in ( select border from border_info where state_name = \"texas\" ) ) and state_name in ( select border from border_info where state_name = \"texas\" )", "query_toks": ["select", "state_name", "from", "state", "where", "area", "=", "(", "select", "min", "(", "area", ")", "from", "state", "where", "state_name", "in", "(", "select", "border", "from", "border_info", "where", "state_name", "=", "``", "texas", "''", ")", ")", "and", "state_name", "in", "(", "select", "border", "from", "border_info", "where", "state_name", "=", "``", "texas", "''", ")"], "query_toks_no_value": ["select", "state_name", "from", "state", "where", "area", "=", "value", "select", "min", "(", "area", ")", "from", "state", "where", "state_name", "in", "(", "select", "border", "from", "border_info", "where", "state_name", "=", "value", ")", ")", "and", "state_name", "in", "(", "select", "border", "from", "border_info", "where", "state_name", "=", "value", ")"], "question": "what is the state with minimum area bordering texas", "question_toks": ["what", "is", "the", "state", "with", "minimum", "area", "bordering", "texas"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 3, false], null]]]], "where": [[false, 8, [0, [0, 1, false], null], {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[0, [0, [0, 12, false], null]]]], "where": [[false, 2, [0, [0, 11, false], null], "\"texas\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null], "and", [false, 8, [0, [0, 1, false], null], {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[0, [0, [0, 12, false], null]]]], "where": [[false, 2, [0, [0, 11, false], null], "\"texas\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0382", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0058", "db_id": "geo", "query": "select river_name from river where length = ( select min ( length ) from river )", "query_toks": ["select", "river_name", "from", "river", "where", "length", "=", "(", "select", "min", "(", "length", ")", "from", "river", ")"], "query_toks_no_value": ["select", "river_name", "from", "river", "where", "length", "=", "value", "select", "min", "(", "length", ")", "from", "river", ")"], "question": "what is the river with the minimum length in the usa", "question_toks": ["what", "is", "the", "river", "with", "the", "minimum", "length", "in", "the", "usa"], "sql": {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[0, [0, [0, 26, false], null]]]], "where": [[false, 2, [0, [0, 27, false], null], {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[2, [0, [0, 27, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0460", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0059", "db_id": "geo", "query": "select river_name from river where length = ( select min ( length ) from river )", "query_toks": ["select", "river_name", "from", "river", "where", "length", "=", "(", "select", "min", "(", "length", ")", "from", "river", ")"], "query_toks_no_value": ["select", "river_name", "from", "river", "where", "length", "=", "value", "select", "min", "(", "length", ")", "from", "river", ")"], "question": "what is the river with minimum length", "question_toks": ["what", "is", "the", "river", "with", "minimum", "length"], "sql": {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[0, [0, [0, 26, false], null]]]], "where": [[false, 2, [0, [0, 27, false], null], {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[2, [0, [0, 27, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0461", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0060", "db_id": "geo", "query": "select river_name from river where length = ( select min ( length ) from river )", "query_toks": ["select", "river_name", "from", "river", "where", "length", "=", "(", "select", "min", "(", "length", ")", "from", "river", ")"], "query_toks_no_value": ["select", "river_name", "from", "river", "where", "length", "=", "value", "select", "min", "(", "length", ")", "from", "river", ")"], "question": "which river has the minimum length", "question_toks": ["which", "river", "has", "the", "minimum", "length"], "sql": {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[0, [0, [0, 26, false], null]]]], "where": [[false, 2, [0, [0, 27, false], null], {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[2, [0, [0, 27, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0464", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0061", "db_id": "geo", "query": "select distinct traverse from river where length = ( select min ( distinct length ) from river )", "query_toks": ["select", "distinct", "traverse", "from", "river", "where", "length", "=", "(", "select", "min", "(", "distinct", "length", ")", "from", "river", ")"], "query_toks_no_value": ["select", "distinct", "traverse", "from", "river", "where", "length", "=", "value", "select", "min", "(", "distinct", "length", ")", "from", "river", ")"], "question": "what state has the river with minimum length", "question_toks": ["what", "state", "has", "the", "river", "with", "minimum", "length"], "sql": {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [true, [[0, [0, [0, 29, false], null]]]], "where": [[false, 2, [0, [0, 27, false], null], {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[2, [0, [0, 27, true], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0501", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0062", "db_id": "geo", "query": "select traverse from river where length = ( select min ( length ) from river )", "query_toks": ["select", "traverse", "from", "river", "where", "length", "=", "(", "select", "min", "(", "length", ")", "from", "river", ")"], "query_toks_no_value": ["select", "traverse", "from", "river", "where", "length", "=", "value", "select", "min", "(", "length", ")", "from", "river", ")"], "question": "what states does the river with minimum length run through", "question_toks": ["what", "states", "does", "the", "river", "with", "minimum", "length", "run", "through"], "sql": {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[0, [0, [0, 29, false], null]]]], "where": [[false, 2, [0, [0, 27, false], null], {"from": {"table_units": [["table_unit", 6]], "conds": []}, "select": [false, [[2, [0, [0, 27, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "other_0504", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0063", "db_id": "hospital_1", "query": "select max(cost) , min(cost) , avg(cost) from procedures", "query_toks": ["select", "max", "(", "cost", ")", ",", "min", "(", "cost", ")", ",", "avg", "(", "cost", ")", "from", "procedures"], "query_toks_no_value": ["select", "max", "(", "cost", ")", ",", "min", "(", "cost", ")", ",", "avg", "(", "cost", ")", "from", "procedures"], "question": "What are the maximum cost, minimum cost and average cost of procedures?", "question_toks": ["What", "are", "the", "maximum", "cost", ",", "minimum", "cost", "and", "average", "cost", "of", "procedures", "?"], "sql": {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[1, [0, [0, 13, false], null]], [2, [0, [0, 13, false], null]], [5, [0, [0, 13, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_3966", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0064", "db_id": "hospital_1", "query": "select max(cost) , min(cost) , avg(cost) from procedures", "query_toks": ["select", "max", "(", "cost", ")", ",", "min", "(", "cost", ")", ",", "avg", "(", "cost", ")", "from", "procedures"], "query_toks_no_value": ["select", "max", "(", "cost", ")", ",", "min", "(", "cost", ")", ",", "avg", "(", "cost", ")", "from", "procedures"], "question": "Tell me the maximum, minimum and average cost of procedures.", "question_toks": ["Tell", "me", "the", "maximum", ",", "minimum", "and", "average", "cost", "of", "procedures", "."], "sql": {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[1, [0, [0, 13, false], null]], [2, [0, [0, 13, false], null]], [5, [0, [0, 13, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_3967", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0065", "db_id": "hr_1", "query": "select min(salary) , department_id from employees group by department_id", "query_toks": ["select", "min", "(", "salary", ")", ",", "department_id", "from", "employees", "group", "by", "department_id"], "query_toks_no_value": ["select", "min", "(", "salary", ")", ",", "department_id", "from", "employees", "group", "by", "department_id"], "question": "return the minimum salary for every departments.", "question_toks": ["return", "the", "minimum", "salary", "for", "every", "departments", "."], "sql": {"from": {"table_units": [["table_unit", 4]], "conds": []}, "select": [false, [[2, [0, [0, 21, false], null]], [0, [0, [0, 24, false], null]]]], "where": [], "groupBy": [[0, 24, false]], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_3471", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0066", "db_id": "hr_1", "query": "select first_name , last_name , department_id from employees where salary in (select min(salary) from employees group by department_id)", "query_toks": ["select", "first_name", ",", "last_name", ",", "department_id", "from", "employees", "where", "salary", "in", "(", "select", "min", "(", "salary", ")", "from", "employees", "group", "by", "department_id", ")"], "query_toks_no_value": ["select", "first_name", ",", "last_name", ",", "department_id", "from", "employees", "where", "salary", "in", "(", "select", "min", "(", "salary", ")", "from", "employees", "group", "by", "department_id", ")"], "question": "Find the first name and last name and department id for those employees who earn such amount of salary which is the minimum salary of any of the departments.", "question_toks": ["Find", "the", "first", "name", "and", "last", "name", "and", "department", "id", "for", "those", "employees", "who", "earn", "such", "amount", "of", "salary", "which", "is", "the", "minimum", "salary", "of", "any", "of", "the", "departments", "."], "sql": {"from": {"table_units": [["table_unit", 4]], "conds": []}, "select": [false, [[0, [0, [0, 15, false], null]], [0, [0, [0, 16, false], null]], [0, [0, [0, 24, false], null]]]], "where": [[false, 8, [0, [0, 21, false], null], {"from": {"table_units": [["table_unit", 4]], "conds": []}, "select": [false, [[2, [0, [0, 21, false], null]]]], "where": [], "groupBy": [[0, 24, false]], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_3473", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0067", "db_id": "hr_1", "query": "select first_name , last_name , department_id from employees where salary in (select min(salary) from employees group by department_id)", "query_toks": ["select", "first_name", ",", "last_name", ",", "department_id", "from", "employees", "where", "salary", "in", "(", "select", "min", "(", "salary", ")", "from", "employees", "group", "by", "department_id", ")"], "query_toks_no_value": ["select", "first_name", ",", "last_name", ",", "department_id", "from", "employees", "where", "salary", "in", "(", "select", "min", "(", "salary", ")", "from", "employees", "group", "by", "department_id", ")"], "question": "What are the full names and department ids for the minimum paid employees across all departments.", "question_toks": ["What", "are", "the", "full", "names", "and", "department", "ids", "for", "the", "minimum", "paid", "employees", "across", "all", "departments", "."], "sql": {"from": {"table_units": [["table_unit", 4]], "conds": []}, "select": [false, [[0, [0, [0, 15, false], null]], [0, [0, [0, 16, false], null]], [0, [0, [0, 24, false], null]]]], "where": [[false, 8, [0, [0, 21, false], null], {"from": {"table_units": [["table_unit", 4]], "conds": []}, "select": [false, [[2, [0, [0, 21, false], null]]]], "where": [], "groupBy": [[0, 24, false]], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_3474", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0068", "db_id": "hr_1", "query": "select * from employees where salary between (select min(salary) from employees) and 2500", "query_toks": ["select", "*", "from", "employees", "where", "salary", "between", "(", "select", "min", "(", "salary", ")", "from", "employees", ")", "and", "2500"], "query_toks_no_value": ["select", "*", "from", "employees", "where", "salary", "between", "(", "select", "min", "(", "salary", ")", "from", "employees", ")", "and", "2500"], "question": "display all the information of the employees whose salary if within the range of minimum salary and 2500.", "question_toks": ["display", "all", "the", "information", "of", "the", "employees", "whose", "salary", "if", "within", "the", "range", "of", "minimum", "salary", "and", "2500", "."], "sql": {"from": {"table_units": [["table_unit", 4]], "conds": []}, "select": [false, [[0, [0, [0, 0, false], null]]]], "where": [[false, 1, [0, [0, 21, false], null], {"from": {"table_units": [["table_unit", 4]], "conds": []}, "select": [false, [[2, [0, [0, 21, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, 2500.0]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_3495", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0069", "db_id": "hr_1", "query": "select employee_id , job_id from employees where salary < ( select min(salary) from employees where job_id = \"mk_man\" )", "query_toks": ["select", "employee_id", ",", "job_id", "from", "employees", "where", "salary", "<", "(", "select", "min", "(", "salary", ")", "from", "employees", "where", "job_id", "=", "``", "mk_man", "''", ")"], "query_toks_no_value": ["select", "employee_id", ",", "job_id", "from", "employees", "where", "salary", "<", "value", "select", "min", "(", "salary", ")", "from", "employees", "where", "job_id", "=", "value", ")"], "question": "display the employee number and job id for all employees whose salary is smaller than minimum salary of those employees whose job title is MK_MAN.", "question_toks": ["display", "the", "employee", "number", "and", "job", "id", "for", "all", "employees", "whose", "salary", "is", "smaller", "than", "minimum", "salary", "of", "those", "employees", "whose", "job", "title", "is", "MK_MAN", "."], "sql": {"from": {"table_units": [["table_unit", 4]], "conds": []}, "select": [false, [[0, [0, [0, 14, false], null]], [0, [0, [0, 20, false], null]]]], "where": [[false, 4, [0, [0, 21, false], null], {"from": {"table_units": [["table_unit", 4]], "conds": []}, "select": [false, [[2, [0, [0, 21, false], null]]]], "where": [[false, 2, [0, [0, 20, false], null], "\"mk_man\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_3507", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0070", "db_id": "hr_1", "query": "select employee_id , job_id from employees where salary < ( select min(salary) from employees where job_id = \"mk_man\" )", "query_toks": ["select", "employee_id", ",", "job_id", "from", "employees", "where", "salary", "<", "(", "select", "min", "(", "salary", ")", "from", "employees", "where", "job_id", "=", "``", "mk_man", "''", ")"], "query_toks_no_value": ["select", "employee_id", ",", "job_id", "from", "employees", "where", "salary", "<", "value", "select", "min", "(", "salary", ")", "from", "employees", "where", "job_id", "=", "value", ")"], "question": "What are the employee ids and job ids for employees who make less than the minimum earning employee with title MK_MAN?", "question_toks": ["What", "are", "the", "employee", "ids", "and", "job", "ids", "for", "employees", "who", "make", "less", "than", "the", "minimum", "earning", "employee", "with", "title", "MK_MAN", "?"], "sql": {"from": {"table_units": [["table_unit", 4]], "conds": []}, "select": [false, [[0, [0, [0, 14, false], null]], [0, [0, [0, 20, false], null]]]], "where": [[false, 4, [0, [0, 21, false], null], {"from": {"table_units": [["table_unit", 4]], "conds": []}, "select": [false, [[2, [0, [0, 21, false], null]]]], "where": [[false, 2, [0, [0, 20, false], null], "\"mk_man\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_3508", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0071", "db_id": "insurance_and_eClaims", "query": "select t3.customer_details from claim_headers as t1 join policies as t2 on t1.policy_id = t2.policy_id join customers as t3 on t2.customer_id = t3.customer_id where t1.amount_piad = (select min(amount_piad) from claim_headers)", "query_toks": ["select", "t3", ".", "customer_details", "from", "claim_headers", "as", "t1", "join", "policies", "as", "t2", "on", "t1", ".", "policy_id", "=", "t2", ".", "policy_id", "join", "customers", "as", "t3", "on", "t2", ".", "customer_id", "=", "t3", ".", "customer_id", "where", "t1", ".", "amount_piad", "=", "(", "select", "min", "(", "amount_piad", ")", "from", "claim_headers", ")"], "query_toks_no_value": ["select", "t3", ".", "customer_details", "from", "claim_headers", "as", "t1", "join", "policies", "as", "t2", "on", "t1", ".", "policy_id", "=", "t2", ".", "policy_id", "join", "customers", "as", "t3", "on", "t2", ".", "customer_id", "=", "t3", ".", "customer_id", "where", "t1", ".", "amount_piad", "=", "value", "select", "min", "(", "amount_piad", ")", "from", "claim_headers", ")"], "question": "Which customer made the minimum amount of claim in one claim? Return the customer details.", "question_toks": ["Which", "customer", "made", "the", "minimum", "amount", "of", "claim", "in", "one", "claim", "?", "Return", "the", "customer", "details", "."], "sql": {"from": {"table_units": [["table_unit", 3], ["table_unit", 2], ["table_unit", 0]], "conds": [[false, 2, [0, [0, 13, false], null], [0, 5, false], null], "and", [false, 2, [0, [0, 6, false], null], [0, 1, false], null]]}, "select": [false, [[0, [0, [0, 2, false], null]]]], "where": [[false, 2, [0, [0, 17, false], null], {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[2, [0, [0, 17, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_1522", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0072", "db_id": "manufactory_1", "query": "select name from manufacturers where revenue < (select min(revenue) from manufacturers where headquarter = \"austin\")", "query_toks": ["select", "name", "from", "manufacturers", "where", "revenue", "<", "(", "select", "min", "(", "revenue", ")", "from", "manufacturers", "where", "headquarter", "=", "``", "austin", "\")"], "query_toks_no_value": ["select", "name", "from", "manufacturers", "where", "revenue", "<", "value", "select", "min", "(", "revenue", ")", "from", "manufacturers", "where", "headquarter", "=", "value", "\")"], "question": "Find the name of companies whose revenue is smaller than the minimum revenue of all companies based in Austin.", "question_toks": ["Find", "the", "name", "of", "companies", "whose", "revenue", "is", "smaller", "than", "the", "minimum", "revenue", "of", "all", "companies", "based", "in", "Austin", "."], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 2, false], null]]]], "where": [[false, 4, [0, [0, 5, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 5, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], "\"austin\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_5302", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0073", "db_id": "manufactory_1", "query": "select name from manufacturers where revenue < (select min(revenue) from manufacturers where headquarter = \"austin\")", "query_toks": ["select", "name", "from", "manufacturers", "where", "revenue", "<", "(", "select", "min", "(", "revenue", ")", "from", "manufacturers", "where", "headquarter", "=", "``", "austin", "\")"], "query_toks_no_value": ["select", "name", "from", "manufacturers", "where", "revenue", "<", "value", "select", "min", "(", "revenue", ")", "from", "manufacturers", "where", "headquarter", "=", "value", "\")"], "question": "What are the names of companies with revenue less than the minimum revenue of any manufacturer in Austin?", "question_toks": ["What", "are", "the", "names", "of", "companies", "with", "revenue", "less", "than", "the", "minimum", "revenue", "of", "any", "manufacturer", "in", "Austin", "?"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 2, false], null]]]], "where": [[false, 4, [0, [0, 5, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 5, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], "\"austin\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_5303", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0074", "db_id": "manufactory_1", "query": "select sum(revenue) from manufacturers where revenue > (select min(revenue) from manufacturers where headquarter = \"austin\")", "query_toks": ["select", "sum", "(", "revenue", ")", "from", "manufacturers", "where", "revenue", ">", "(", "select", "min", "(", "revenue", ")", "from", "manufacturers", "where", "headquarter", "=", "``", "austin", "\")"], "query_toks_no_value": ["select", "sum", "(", "revenue", ")", "from", "manufacturers", "where", "revenue", ">", "value", "select", "min", "(", "revenue", ")", "from", "manufacturers", "where", "headquarter", "=", "value", "\")"], "question": "Find the total revenue of companies whose revenue is larger than the revenue of minimum value of companies based in Austin.", "question_toks": ["Find", "the", "total", "revenue", "of", "companies", "whose", "revenue", "is", "larger", "than", "the", "revenue", "of", "minimum", "value", "of", "companies", "based", "in", "Austin", "."], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[4, [0, [0, 5, false], null]]]], "where": [[false, 3, [0, [0, 5, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 5, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], "\"austin\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_5304", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0075", "db_id": "manufactory_1", "query": "select sum(revenue) from manufacturers where revenue > (select min(revenue) from manufacturers where headquarter = \"austin\")", "query_toks": ["select", "sum", "(", "revenue", ")", "from", "manufacturers", "where", "revenue", ">", "(", "select", "min", "(", "revenue", ")", "from", "manufacturers", "where", "headquarter", "=", "``", "austin", "\")"], "query_toks_no_value": ["select", "sum", "(", "revenue", ")", "from", "manufacturers", "where", "revenue", ">", "value", "select", "min", "(", "revenue", ")", "from", "manufacturers", "where", "headquarter", "=", "value", "\")"], "question": "What is the total revenue of companies with revenue greater than the minimum revenue of any manufacturer in Austin?", "question_toks": ["What", "is", "the", "total", "revenue", "of", "companies", "with", "revenue", "greater", "than", "the", "minimum", "revenue", "of", "any", "manufacturer", "in", "Austin", "?"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[4, [0, [0, 5, false], null]]]], "where": [[false, 3, [0, [0, 5, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 5, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], "\"austin\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_5305", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0076", "db_id": "manufactory_1", "query": "select code , name , min(price) from products group by name", "query_toks": ["select", "code", ",", "name", ",", "min", "(", "price", ")", "from", "products", "group", "by", "name"], "query_toks_no_value": ["select", "code", ",", "name", ",", "min", "(", "price", ")", "from", "products", "group", "by", "name"], "question": "Select the code, name and minimum price of the product for each code", "question_toks": ["Select", "the", "code", "of", "the", "product", "with", "minimum", "price", "in", "each", "product", "category", "."], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 6, false], null]], [0, [0, [0, 7, false], null]], [2, [0, [0, 8, false], null]]]], "where": [], "groupBy": [[0, 7, false]], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_5350", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0077", "db_id": "manufactory_1", "query": "select code , name , min(price) from products group by name", "query_toks": ["select", "code", ",", "name", ",", "min", "(", "price", ")", "from", "products", "group", "by", "name"], "query_toks_no_value": ["select", "code", ",", "name", ",", "min", "(", "price", ")", "from", "products", "group", "by", "name"], "question": "What are the codes, names and minimum prices of the product for each code?", "question_toks": ["What", "are", "the", "codes", "and", "names", "of", "the", "products", "with", "minimum", "price", "in", "each", "category", "?"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 6, false], null]], [0, [0, [0, 7, false], null]], [2, [0, [0, 8, false], null]]]], "where": [], "groupBy": [[0, 7, false]], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_5351", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0078", "db_id": "movie_1", "query": "select max(stars) , min(stars) from rating", "query_toks": ["select", "max", "(", "stars", ")", ",", "min", "(", "stars", ")", "from", "rating"], "query_toks_no_value": ["select", "max", "(", "stars", ")", ",", "min", "(", "stars", ")", "from", "rating"], "question": "What is the minimum and maximum rating star?", "question_toks": ["What", "is", "the", "minimum", "and", "maximum", "rating", "star", "?"], "sql": {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[1, [0, [0, 9, false], null]], [2, [0, [0, 9, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_2450", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0079", "db_id": "movie_1", "query": "select avg(t1.stars) , t2.title from rating as t1 join movie as t2 on t1.mid = t2.mid where t2.year = (select min(year) from movie)", "query_toks": ["select", "avg", "(", "t1", ".", "stars", ")", ",", "t2", ".", "title", "from", "rating", "as", "t1", "join", "movie", "as", "t2", "on", "t1", ".", "mid", "=", "t2", ".", "mid", "where", "t2", ".", "year", "=", "(", "select", "min", "(", "year", ")", "from", "movie", ")"], "query_toks_no_value": ["select", "avg", "(", "t1", ".", "stars", ")", ",", "t2", ".", "title", "from", "rating", "as", "t1", "join", "movie", "as", "t2", "on", "t1", ".", "mid", "=", "t2", ".", "mid", "where", "t2", ".", "year", "=", "value", "select", "min", "(", "year", ")", "from", "movie", ")"], "question": "What is the average rating stars and title for the movie with minimum year?", "question_toks": ["What", "is", "the", "average", "rating", "stars", "and", "title", "for", "the", "movie", "with", "minimum", "year", "?"], "sql": {"from": {"table_units": [["table_unit", 2], ["table_unit", 0]], "conds": [[false, 2, [0, [0, 8, false], null], [0, 1, false], null]]}, "select": [false, [[5, [0, [0, 9, false], null]], [0, [0, [0, 2, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_2462", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0080", "db_id": "movie_1", "query": "select avg(t1.stars) , t2.title from rating as t1 join movie as t2 on t1.mid = t2.mid where t2.year = (select min(year) from movie)", "query_toks": ["select", "avg", "(", "t1", ".", "stars", ")", ",", "t2", ".", "title", "from", "rating", "as", "t1", "join", "movie", "as", "t2", "on", "t1", ".", "mid", "=", "t2", ".", "mid", "where", "t2", ".", "year", "=", "(", "select", "min", "(", "year", ")", "from", "movie", ")"], "query_toks_no_value": ["select", "avg", "(", "t1", ".", "stars", ")", ",", "t2", ".", "title", "from", "rating", "as", "t1", "join", "movie", "as", "t2", "on", "t1", ".", "mid", "=", "t2", ".", "mid", "where", "t2", ".", "year", "=", "value", "select", "min", "(", "year", ")", "from", "movie", ")"], "question": "For the movie with min year listed, what is its average rating and title?", "question_toks": ["For", "the", "movie", "with", "min", "year", "listed", ",", "what", "is", "its", "average", "rating", "and", "title", "?"], "sql": {"from": {"table_units": [["table_unit", 2], ["table_unit", 0]], "conds": [[false, 2, [0, [0, 8, false], null], [0, 1, false], null]]}, "select": [false, [[5, [0, [0, 9, false], null]], [0, [0, [0, 2, false], null]]]], "where": [[false, 2, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 3, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_2463", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0081", "db_id": "movie_1", "query": "select t2.title , t1.rid , t1.stars , min(t1.stars) from rating as t1 join movie as t2 on t1.mid = t2.mid group by t1.rid", "query_toks": ["select", "t2", ".", "title", ",", "t1", ".", "rid", ",", "t1", ".", "stars", ",", "min", "(", "t1", ".", "stars", ")", "from", "rating", "as", "t1", "join", "movie", "as", "t2", "on", "t1", ".", "mid", "=", "t2", ".", "mid", "group", "by", "t1", ".", "rid"], "query_toks_no_value": ["select", "t2", ".", "title", ",", "t1", ".", "rid", ",", "t1", ".", "stars", ",", "min", "(", "t1", ".", "stars", ")", "from", "rating", "as", "t1", "join", "movie", "as", "t2", "on", "t1", ".", "mid", "=", "t2", ".", "mid", "group", "by", "t1", ".", "rid"], "question": "Find the title and star rating of the movie that got the minimum rating star for each reviewer.", "question_toks": ["Find", "the", "title", "and", "star", "rating", "of", "the", "movie", "that", "got", "the", "minimum", "rating", "star", "for", "each", "reviewer", "."], "sql": {"from": {"table_units": [["table_unit", 2], ["table_unit", 0]], "conds": [[false, 2, [0, [0, 8, false], null], [0, 1, false], null]]}, "select": [false, [[0, [0, [0, 2, false], null]], [0, [0, [0, 7, false], null]], [0, [0, [0, 9, false], null]], [2, [0, [0, 9, false], null]]]], "where": [], "groupBy": [[0, 7, false]], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_2504", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0082", "db_id": "movie_1", "query": "select t2.title , t1.rid , t1.stars , min(t1.stars) from rating as t1 join movie as t2 on t1.mid = t2.mid group by t1.rid", "query_toks": ["select", "t2", ".", "title", ",", "t1", ".", "rid", ",", "t1", ".", "stars", ",", "min", "(", "t1", ".", "stars", ")", "from", "rating", "as", "t1", "join", "movie", "as", "t2", "on", "t1", ".", "mid", "=", "t2", ".", "mid", "group", "by", "t1", ".", "rid"], "query_toks_no_value": ["select", "t2", ".", "title", ",", "t1", ".", "rid", ",", "t1", ".", "stars", ",", "min", "(", "t1", ".", "stars", ")", "from", "rating", "as", "t1", "join", "movie", "as", "t2", "on", "t1", ".", "mid", "=", "t2", ".", "mid", "group", "by", "t1", ".", "rid"], "question": "For each reviewer id, what is the title and rating for the movie with the minimum rating?", "question_toks": ["For", "each", "reviewer", "id", ",", "what", "is", "the", "title", "and", "rating", "for", "the", "movie", "with", "the", "minimum", "rating", "?"], "sql": {"from": {"table_units": [["table_unit", 2], ["table_unit", 0]], "conds": [[false, 2, [0, [0, 8, false], null], [0, 1, false], null]]}, "select": [false, [[0, [0, [0, 2, false], null]], [0, [0, [0, 7, false], null]], [0, [0, [0, 9, false], null]], [2, [0, [0, 9, false], null]]]], "where": [], "groupBy": [[0, 7, false]], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_2505", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0083", "db_id": "movie_1", "query": "select t2.title , t1.stars , t2.director , min(t1.stars) from rating as t1 join movie as t2 on t1.mid = t2.mid group by t2.director", "query_toks": ["select", "t2", ".", "title", ",", "t1", ".", "stars", ",", "t2", ".", "director", ",", "min", "(", "t1", ".", "stars", ")", "from", "rating", "as", "t1", "join", "movie", "as", "t2", "on", "t1", ".", "mid", "=", "t2", ".", "mid", "group", "by", "t2", ".", "director"], "query_toks_no_value": ["select", "t2", ".", "title", ",", "t1", ".", "stars", ",", "t2", ".", "director", ",", "min", "(", "t1", ".", "stars", ")", "from", "rating", "as", "t1", "join", "movie", "as", "t2", "on", "t1", ".", "mid", "=", "t2", ".", "mid", "group", "by", "t2", ".", "director"], "question": "Find the title and score of the movie with the minimum rating among all movies directed by each director.", "question_toks": ["Find", "the", "title", "and", "score", "of", "the", "movie", "with", "the", "minimum", "rating", "among", "all", "movies", "directed", "by", "each", "director", "."], "sql": {"from": {"table_units": [["table_unit", 2], ["table_unit", 0]], "conds": [[false, 2, [0, [0, 8, false], null], [0, 1, false], null]]}, "select": [false, [[0, [0, [0, 2, false], null]], [0, [0, [0, 9, false], null]], [0, [0, [0, 4, false], null]], [2, [0, [0, 9, false], null]]]], "where": [], "groupBy": [[0, 4, false]], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_2506", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0084", "db_id": "movie_1", "query": "select t2.title , t1.stars , t2.director , min(t1.stars) from rating as t1 join movie as t2 on t1.mid = t2.mid group by t2.director", "query_toks": ["select", "t2", ".", "title", ",", "t1", ".", "stars", ",", "t2", ".", "director", ",", "min", "(", "t1", ".", "stars", ")", "from", "rating", "as", "t1", "join", "movie", "as", "t2", "on", "t1", ".", "mid", "=", "t2", ".", "mid", "group", "by", "t2", ".", "director"], "query_toks_no_value": ["select", "t2", ".", "title", ",", "t1", ".", "stars", ",", "t2", ".", "director", ",", "min", "(", "t1", ".", "stars", ")", "from", "rating", "as", "t1", "join", "movie", "as", "t2", "on", "t1", ".", "mid", "=", "t2", ".", "mid", "group", "by", "t2", ".", "director"], "question": "For each director, what is the title and score of their minimum rated movie?", "question_toks": ["For", "each", "director", ",", "what", "is", "the", "title", "and", "score", "of", "their", "minimum", "rated", "movie", "?"], "sql": {"from": {"table_units": [["table_unit", 2], ["table_unit", 0]], "conds": [[false, 2, [0, [0, 8, false], null], [0, 1, false], null]]}, "select": [false, [[0, [0, [0, 2, false], null]], [0, [0, [0, 9, false], null]], [0, [0, [0, 4, false], null]], [2, [0, [0, 9, false], null]]]], "where": [], "groupBy": [[0, 4, false]], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_2507", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0085", "db_id": "music_1", "query": "select distinct song_name from song where resolution > (select min(resolution) from song where languages = \"english\")", "query_toks": ["select", "distinct", "song_name", "from", "song", "where", "resolution", ">", "(", "select", "min", "(", "resolution", ")", "from", "song", "where", "languages", "=", "``", "english", "\")"], "query_toks_no_value": ["select", "distinct", "song_name", "from", "song", "where", "resolution", ">", "value", "select", "min", "(", "resolution", ")", "from", "song", "where", "languages", "=", "value", "\")"], "question": "Find the distinct names of all songs that have a higher resolution than the minimum one in English.", "question_toks": ["Find", "the", "distinct", "names", "of", "all", "songs", "that", "have", "a", "higher", "resolution", "than", "the", "minimum", "one", "in", "English", "."], "sql": {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [true, [[0, [0, [0, 13, false], null]]]], "where": [[false, 3, [0, [0, 21, false], null], {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[2, [0, [0, 21, false], null]]]], "where": [[false, 2, [0, [0, 19, false], null], "\"english\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_3569", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0086", "db_id": "music_1", "query": "select min(t1.duration) , min(t2.rating) , t2.genre_is from files as t1 join song as t2 on t1.f_id = t2.f_id group by t2.genre_is order by t2.genre_is", "query_toks": ["select", "min", "(", "t1", ".", "duration", ")", ",", "min", "(", "t2", ".", "rating", ")", ",", "t2", ".", "genre_is", "from", "files", "as", "t1", "join", "song", "as", "t2", "on", "t1", ".", "f_id", "=", "t2", ".", "f_id", "group", "by", "t2", ".", "genre_is", "order", "by", "t2", ".", "genre_is"], "query_toks_no_value": ["select", "min", "(", "t1", ".", "duration", ")", ",", "min", "(", "t2", ".", "rating", ")", ",", "t2", ".", "genre_is", "from", "files", "as", "t1", "join", "song", "as", "t2", "on", "t1", ".", "f_id", "=", "t2", ".", "f_id", "group", "by", "t2", ".", "genre_is", "order", "by", "t2", ".", "genre_is"], "question": "What are the minimum duration and minimum rating of songs grouped by genre and ordered by genre?", "question_toks": ["What", "are", "the", "minimum", "duration", "and", "minimum", "rating", "of", "songs", "grouped", "by", "genre", "and", "ordered", "by", "genre", "?"], "sql": {"from": {"table_units": [["table_unit", 2], ["table_unit", 3]], "conds": [[false, 2, [0, [0, 8, false], null], [0, 16, false], null]]}, "select": [false, [[2, [0, [0, 11, false], null]], [2, [0, [0, 18, false], null]], [0, [0, [0, 17, false], null]]]], "where": [], "groupBy": [[0, 17, false]], "having": [], "orderBy": ["asc", [[0, [0, 17, false], null]]], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_3603", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0087", "db_id": "music_1", "query": "select min(t1.duration) , min(t2.rating) , t2.genre_is from files as t1 join song as t2 on t1.f_id = t2.f_id group by t2.genre_is order by t2.genre_is", "query_toks": ["select", "min", "(", "t1", ".", "duration", ")", ",", "min", "(", "t2", ".", "rating", ")", ",", "t2", ".", "genre_is", "from", "files", "as", "t1", "join", "song", "as", "t2", "on", "t1", ".", "f_id", "=", "t2", ".", "f_id", "group", "by", "t2", ".", "genre_is", "order", "by", "t2", ".", "genre_is"], "query_toks_no_value": ["select", "min", "(", "t1", ".", "duration", ")", ",", "min", "(", "t2", ".", "rating", ")", ",", "t2", ".", "genre_is", "from", "files", "as", "t1", "join", "song", "as", "t2", "on", "t1", ".", "f_id", "=", "t2", ".", "f_id", "group", "by", "t2", ".", "genre_is", "order", "by", "t2", ".", "genre_is"], "question": "What is the minimum duration and minimum rating of songs for each genre, ordered alphabetically by genre?", "question_toks": ["What", "is", "the", "minimum", "duration", "and", "minimum", "rating", "of", "songs", "for", "each", "genre", ",", "ordered", "alphabetically", "by", "genre", "?"], "sql": {"from": {"table_units": [["table_unit", 2], ["table_unit", 3]], "conds": [[false, 2, [0, [0, 8, false], null], [0, 16, false], null]]}, "select": [false, [[2, [0, [0, 11, false], null]], [2, [0, [0, 18, false], null]], [0, [0, [0, 17, false], null]]]], "where": [], "groupBy": [[0, 17, false]], "having": [], "orderBy": ["asc", [[0, [0, 17, false], null]]], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "added_for_hidden_min_0087", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0088", "db_id": "music_1", "query": "select song_name from song where rating < (select min(rating) from song where languages = \"english\")", "query_toks": ["select", "song_name", "from", "song", "where", "rating", "<", "(", "select", "min", "(", "rating", ")", "from", "song", "where", "languages", "=", "``", "english", "\")"], "query_toks_no_value": ["select", "song_name", "from", "song", "where", "rating", "<", "value", "select", "min", "(", "rating", ")", "from", "song", "where", "languages", "=", "value", "\")"], "question": "What are the names of the songs whose rating is below the minimum rating of all songs in English?", "question_toks": ["What", "are", "the", "names", "of", "the", "songs", "whose", "rating", "is", "below", "the", "minimum", "rating", "of", "all", "songs", "in", "English", "?"], "sql": {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[0, [0, [0, 13, false], null]]]], "where": [[false, 4, [0, [0, 18, false], null], {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[2, [0, [0, 18, false], null]]]], "where": [[false, 2, [0, [0, 19, false], null], "\"english\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_3613", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0089", "db_id": "network_2", "query": "select name from person where gender = \"male\" and age = (select min(age) from person where gender = \"male\" )", "query_toks": ["select", "name", "from", "person", "where", "gender", "=", "``", "male", "''", "and", "age", "=", "(", "select", "min", "(", "age", ")", "from", "person", "where", "gender", "=", "``", "male", "''", ")"], "query_toks_no_value": ["select", "name", "from", "person", "where", "gender", "=", "value", "and", "age", "=", "value", "select", "min", "(", "age", ")", "from", "person", "where", "gender", "=", "value", ")"], "question": "Who is the male with minimum age?", "question_toks": ["Who", "is", "the", "male", "with", "minimum", "age", "?"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 4, false], null], "\"male\"", null], "and", [false, 2, [0, [0, 2, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 2, false], null]]]], "where": [[false, 2, [0, [0, 4, false], null], "\"male\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4412", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0090", "db_id": "network_2", "query": "select name from person where gender = \"male\" and age = (select min(age) from person where gender = \"male\" )", "query_toks": ["select", "name", "from", "person", "where", "gender", "=", "``", "male", "''", "and", "age", "=", "(", "select", "min", "(", "age", ")", "from", "person", "where", "gender", "=", "``", "male", "''", ")"], "query_toks_no_value": ["select", "name", "from", "person", "where", "gender", "=", "value", "and", "age", "=", "value", "select", "min", "(", "age", ")", "from", "person", "where", "gender", "=", "value", ")"], "question": "What is the name of the male with minimum value of age?", "question_toks": ["What", "is", "the", "name", "of", "the", "male", "with", "minimum", "value", "of", "age", "?"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 2, [0, [0, 4, false], null], "\"male\"", null], "and", [false, 2, [0, [0, 2, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 2, false], null]]]], "where": [[false, 2, [0, [0, 4, false], null], "\"male\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4413", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0091", "db_id": "network_2", "query": "select min(age) , job from person group by job", "query_toks": ["select", "min", "(", "age", ")", ",", "job", "from", "person", "group", "by", "job"], "query_toks_no_value": ["select", "min", "(", "age", ")", ",", "job", "from", "person", "group", "by", "job"], "question": "How old is the person with minimum age for each job?", "question_toks": ["How", "old", "is", "the", "person", "with", "minimum", "age", "for", "each", "job", "?"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 2, false], null]], [0, [0, [0, 5, false], null]]]], "where": [], "groupBy": [[0, 5, false]], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4427", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0092", "db_id": "network_2", "query": "select name from person where age > (select min(age) from person where job = \"engineer\") order by age", "query_toks": ["select", "name", "from", "person", "where", "age", ">", "(", "select", "min", "(", "age", ")", "from", "person", "where", "job", "=", "``", "engineer", "\")", "order", "by", "age"], "query_toks_no_value": ["select", "name", "from", "person", "where", "age", ">", "value", "select", "min", "(", "age", ")", "from", "person", "where", "job", "=", "value", "\")", "order", "by", "age"], "question": "Find the name of people whose age is greater than minimum age of engineers sorted by their age.", "question_toks": ["Find", "the", "name", "of", "people", "whose", "age", "is", "greater", "than", "minimum", "age", "of", "engineers", "sorted", "by", "their", "age", "."], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 3, [0, [0, 2, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 2, false], null]]]], "where": [[false, 2, [0, [0, 5, false], null], "\"engineer\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": ["asc", [[0, [0, 2, false], null]]], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4430", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0093", "db_id": "network_2", "query": "select name from person where age > (select min(age) from person where job = \"engineer\") order by age", "query_toks": ["select", "name", "from", "person", "where", "age", ">", "(", "select", "min", "(", "age", ")", "from", "person", "where", "job", "=", "``", "engineer", "\")", "order", "by", "age"], "query_toks_no_value": ["select", "name", "from", "person", "where", "age", ">", "value", "select", "min", "(", "age", ")", "from", "person", "where", "job", "=", "value", "\")", "order", "by", "age"], "question": "What is the name of all the people who are older than at minimum-aged engineer? Order them by age.", "question_toks": ["What", "is", "the", "name", "of", "all", "the", "people", "who", "are", "older", "than", "at", "minimum", "-", "aged", "engineer", "?", "Order", "them", "by", "age", "."], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]]]], "where": [[false, 3, [0, [0, 2, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 2, false], null]]]], "where": [[false, 2, [0, [0, 5, false], null], "\"engineer\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": ["asc", [[0, [0, 2, false], null]]], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4431", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0094", "db_id": "network_2", "query": "select name from personfriend where friend = \"alice\" and year = (select min(year) from personfriend where friend = \"alice\")", "query_toks": ["select", "name", "from", "personfriend", "where", "friend", "=", "``", "alice", "''", "and", "year", "=", "(", "select", "min", "(", "year", ")", "from", "personfriend", "where", "friend", "=", "``", "alice", "\")"], "query_toks_no_value": ["select", "name", "from", "personfriend", "where", "friend", "=", "value", "and", "year", "=", "value", "select", "min", "(", "year", ")", "from", "personfriend", "where", "friend", "=", "value", "\")"], "question": "Find the name of persons who are friends with Alice for the minimum number of years.", "question_toks": ["Find", "the", "name", "of", "persons", "who", "are", "friends", "with", "Alice", "for", "the", "minimum", "number", "of", "years", "."], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 6, false], null]]]], "where": [[false, 2, [0, [0, 7, false], null], "\"alice\"", null], "and", [false, 2, [0, [0, 8, false], null], {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 8, false], null]]]], "where": [[false, 2, [0, [0, 7, false], null], "\"alice\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4472", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0095", "db_id": "network_2", "query": "select name from personfriend where friend = \"alice\" and year = (select min(year) from personfriend where friend = \"alice\")", "query_toks": ["select", "name", "from", "personfriend", "where", "friend", "=", "``", "alice", "''", "and", "year", "=", "(", "select", "min", "(", "year", ")", "from", "personfriend", "where", "friend", "=", "``", "alice", "\")"], "query_toks_no_value": ["select", "name", "from", "personfriend", "where", "friend", "=", "value", "and", "year", "=", "value", "select", "min", "(", "year", ")", "from", "personfriend", "where", "friend", "=", "value", "\")"], "question": "What are the names of all people who are friends with Alice for the minimum amount of time?", "question_toks": ["What", "are", "the", "names", "of", "all", "people", "who", "are", "friends", "with", "Alice", "for", "the", "minimum", "amount", "of", "time", "?"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[0, [0, [0, 6, false], null]]]], "where": [[false, 2, [0, [0, 7, false], null], "\"alice\"", null], "and", [false, 2, [0, [0, 8, false], null], {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 8, false], null]]]], "where": [[false, 2, [0, [0, 7, false], null], "\"alice\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4473", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0096", "db_id": "scientist_1", "query": "select t2.name , t3.name from assignedto as t1 join projects as t2 on t1.project = t2.code join scientists as t3 on t1.scientist = t3.ssn where t2.hours = (select min(hours) from projects)", "query_toks": ["select", "t2", ".", "name", ",", "t3", ".", "name", "from", "assignedto", "as", "t1", "join", "projects", "as", "t2", "on", "t1", ".", "project", "=", "t2", ".", "code", "join", "scientists", "as", "t3", "on", "t1", ".", "scientist", "=", "t3", ".", "ssn", "where", "t2", ".", "hours", "=", "(", "select", "min", "(", "hours", ")", "from", "projects", ")"], "query_toks_no_value": ["select", "t2", ".", "name", ",", "t3", ".", "name", "from", "assignedto", "as", "t1", "join", "projects", "as", "t2", "on", "t1", ".", "project", "=", "t2", ".", "code", "join", "scientists", "as", "t3", "on", "t1", ".", "scientist", "=", "t3", ".", "ssn", "where", "t2", ".", "hours", "=", "value", "select", "min", "(", "hours", ")", "from", "projects", ")"], "question": "Find name of the project that needs the minimum amount of time to finish and the name of scientists who worked on it.", "question_toks": ["Find", "name", "of", "the", "project", "that", "needs", "the", "minimum", "amount", "of", "time", "to", "finish", "and", "the", "name", "of", "scientists", "who", "worked", "on", "it", "."], "sql": {"from": {"table_units": [["table_unit", 2], ["table_unit", 1], ["table_unit", 0]], "conds": [[false, 2, [0, [0, 7, false], null], [0, 3, false], null], "and", [false, 2, [0, [0, 6, false], null], [0, 1, false], null]]}, "select": [false, [[0, [0, [0, 4, false], null]], [0, [0, [0, 2, false], null]]]], "where": [[false, 2, [0, [0, 5, false], null], {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 5, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_6515", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0097", "db_id": "scientist_1", "query": "select t2.name , t3.name from assignedto as t1 join projects as t2 on t1.project = t2.code join scientists as t3 on t1.scientist = t3.ssn where t2.hours = (select min(hours) from projects)", "query_toks": ["select", "t2", ".", "name", ",", "t3", ".", "name", "from", "assignedto", "as", "t1", "join", "projects", "as", "t2", "on", "t1", ".", "project", "=", "t2", ".", "code", "join", "scientists", "as", "t3", "on", "t1", ".", "scientist", "=", "t3", ".", "ssn", "where", "t2", ".", "hours", "=", "(", "select", "min", "(", "hours", ")", "from", "projects", ")"], "query_toks_no_value": ["select", "t2", ".", "name", ",", "t3", ".", "name", "from", "assignedto", "as", "t1", "join", "projects", "as", "t2", "on", "t1", ".", "project", "=", "t2", ".", "code", "join", "scientists", "as", "t3", "on", "t1", ".", "scientist", "=", "t3", ".", "ssn", "where", "t2", ".", "hours", "=", "value", "select", "min", "(", "hours", ")", "from", "projects", ")"], "question": "What is the name of the project that requires the minimum number of hours, and the names of the scientists assigned to it?", "question_toks": ["What", "is", "the", "name", "of", "the", "project", "that", "requires", "the", "minimum", "number", "of", "hours", ",", "and", "the", "names", "of", "the", "scientists", "assigned", "to", "it", "?"], "sql": {"from": {"table_units": [["table_unit", 2], ["table_unit", 1], ["table_unit", 0]], "conds": [[false, 2, [0, [0, 7, false], null], [0, 3, false], null], "and", [false, 2, [0, [0, 6, false], null], [0, 1, false], null]]}, "select": [false, [[0, [0, [0, 4, false], null]], [0, [0, [0, 2, false], null]]]], "where": [[false, 2, [0, [0, 5, false], null], {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 5, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_6516", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0098", "db_id": "soccer_2", "query": "select cname , state , min(enr) from college group by state", "query_toks": ["select", "cname", ",", "state", ",", "min", "(", "enr", ")", "from", "college", "group", "by", "state"], "query_toks_no_value": ["select", "cname", ",", "state", ",", "min", "(", "enr", ")", "from", "college", "group", "by", "state"], "question": "What is the name of school that has the minimum enrollment in each state?", "question_toks": ["What", "is", "the", "name", "of", "school", "that", "has", "the", "minimum", "enrollment", "in", "each", "state", "?"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]], [0, [0, [0, 2, false], null]], [2, [0, [0, 3, false], null]]]], "where": [], "groupBy": [[0, 2, false]], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4992", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0099", "db_id": "soccer_2", "query": "select cname , state , min(enr) from college group by state", "query_toks": ["select", "cname", ",", "state", ",", "min", "(", "enr", ")", "from", "college", "group", "by", "state"], "query_toks_no_value": ["select", "cname", ",", "state", ",", "min", "(", "enr", ")", "from", "college", "group", "by", "state"], "question": "What is the name of the school with minimum enrollment size per state?", "question_toks": ["What", "is", "the", "name", "of", "the", "school", "with", "minimum", "enrollment", "size", "per", "state", "?"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[0, [0, [0, 1, false], null]], [0, [0, [0, 2, false], null]], [2, [0, [0, 3, false], null]]]], "where": [], "groupBy": [[0, 2, false]], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_4993", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0100", "db_id": "soccer_2", "query": "select distinct cname from college where enr > (select min(enr) from college where state = \"fl\")", "query_toks": ["select", "distinct", "cname", "from", "college", "where", "enr", ">", "(", "select", "min", "(", "enr", ")", "from", "college", "where", "state", "=", "``", "fl", "\")"], "query_toks_no_value": ["select", "distinct", "cname", "from", "college", "where", "enr", ">", "value", "select", "min", "(", "enr", ")", "from", "college", "where", "state", "=", "value", "\")"], "question": "Find names of colleges with enrollment greater than college with minimum enrollment in the FL state.", "question_toks": ["Find", "names", "of", "colleges", "with", "enrollment", "greater", "than", "college", "with", "minimum", "enrollment", "in", "the", "FL", "state", "."], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [true, [[0, [0, [0, 1, false], null]]]], "where": [[false, 3, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 3, false], null]]]], "where": [[false, 2, [0, [0, 2, false], null], "\"fl\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_5040", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0101", "db_id": "soccer_2", "query": "select distinct cname from college where enr > (select min(enr) from college where state = \"fl\")", "query_toks": ["select", "distinct", "cname", "from", "college", "where", "enr", ">", "(", "select", "min", "(", "enr", ")", "from", "college", "where", "state", "=", "``", "fl", "\")"], "query_toks_no_value": ["select", "distinct", "cname", "from", "college", "where", "enr", ">", "value", "select", "min", "(", "enr", ")", "from", "college", "where", "state", "=", "value", "\")"], "question": "What are the names of the colleges that are larger than at college with minimum enrollment in Florida?", "question_toks": ["What", "are", "the", "names", "of", "the", "colleges", "that", "are", "larger", "than", "at", "college", "with", "minimum", "enrollment", "in", "Florida", "?"], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [true, [[0, [0, [0, 1, false], null]]]], "where": [[false, 3, [0, [0, 3, false], null], {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[2, [0, [0, 3, false], null]]]], "where": [[false, 2, [0, [0, 2, false], null], "\"fl\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_5041", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0102", "db_id": "station_weather", "query": "select min(low_temperature) , max(wind_speed_mph) from weekly_weather", "query_toks": ["select", "min", "(", "low_temperature", ")", ",", "max", "(", "wind_speed_mph", ")", "from", "weekly_weather"], "query_toks_no_value": ["select", "min", "(", "low_temperature", ")", ",", "max", "(", "wind_speed_mph", ")", "from", "weekly_weather"], "question": "show the minimum low temperature and maximum wind speed in miles per hour.", "question_toks": ["show", "the", "minimum", "low", "temperature", "and", "maximum", "wind", "speed", "in", "miles", "per", "hour", "."], "sql": {"from": {"table_units": [["table_unit", 3]], "conds": []}, "select": [false, [[2, [0, [0, 17, false], null]], [1, [0, [0, 19, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_3171", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0103", "db_id": "tracking_software_problems", "query": "select t1.problem_id from problems as t1 join staff as t2 on t1.reported_by_staff_id = t2.staff_id where date_problem_reported < ( select min(date_problem_reported) from problems as t3 join staff as t4 on t3.reported_by_staff_id = t4.staff_id where t4.staff_first_name = \"lysanne\" and t4.staff_last_name = \"turcotte\" )", "query_toks": ["select", "t1", ".", "problem_id", "from", "problems", "as", "t1", "join", "staff", "as", "t2", "on", "t1", ".", "reported_by_staff_id", "=", "t2", ".", "staff_id", "where", "date_problem_reported", "<", "(", "select", "min", "(", "date_problem_reported", ")", "from", "problems", "as", "t3", "join", "staff", "as", "t4", "on", "t3", ".", "reported_by_staff_id", "=", "t4", ".", "staff_id", "where", "t4", ".", "staff_first_name", "=", "``", "lysanne", "''", "and", "t4", ".", "staff_last_name", "=", "``", "turcotte", "''", ")"], "query_toks_no_value": ["select", "t1", ".", "problem_id", "from", "problems", "as", "t1", "join", "staff", "as", "t2", "on", "t1", ".", "reported_by_staff_id", "=", "t2", ".", "staff_id", "where", "date_problem_reported", "<", "value", "select", "min", "(", "date_problem_reported", ")", "from", "problems", "as", "t3", "join", "staff", "as", "t4", "on", "t3", ".", "reported_by_staff_id", "=", "t4", ".", "staff_id", "where", "t4", ".", "staff_first_name", "=", "value", "and", "t4", ".", "staff_last_name", "=", "value", ")"], "question": "What are the ids of the problems reported before the minimum date of problem reported by Lysanne Turcotte?", "question_toks": ["What", "are", "the", "ids", "of", "the", "problems", "reported", "before", "the", "minimum", "date", "of", "problem", "reported", "by", "Lysanne", "Turcotte", "?"], "sql": {"from": {"table_units": [["table_unit", 5], ["table_unit", 4]], "conds": [[false, 2, [0, [0, 24, false], null], [0, 17, false], null]]}, "select": [false, [[0, [0, [0, 21, false], null]]]], "where": [[false, 4, [0, [0, 25, false], null], {"from": {"table_units": [["table_unit", 5], ["table_unit", 4]], "conds": [[false, 2, [0, [0, 24, false], null], [0, 17, false], null]]}, "select": [false, [[2, [0, [0, 25, false], null]]]], "where": [[false, 2, [0, [0, 18, false], null], "\"lysanne\"", null], "and", [false, 2, [0, [0, 19, false], null], "\"turcotte\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_5388", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0104", "db_id": "tracking_software_problems", "query": "select t1.problem_id from problems as t1 join staff as t2 on t1.reported_by_staff_id = t2.staff_id where date_problem_reported < ( select min(date_problem_reported) from problems as t3 join staff as t4 on t3.reported_by_staff_id = t4.staff_id where t4.staff_first_name = \"lysanne\" and t4.staff_last_name = \"turcotte\" )", "query_toks": ["select", "t1", ".", "problem_id", "from", "problems", "as", "t1", "join", "staff", "as", "t2", "on", "t1", ".", "reported_by_staff_id", "=", "t2", ".", "staff_id", "where", "date_problem_reported", "<", "(", "select", "min", "(", "date_problem_reported", ")", "from", "problems", "as", "t3", "join", "staff", "as", "t4", "on", "t3", ".", "reported_by_staff_id", "=", "t4", ".", "staff_id", "where", "t4", ".", "staff_first_name", "=", "``", "lysanne", "''", "and", "t4", ".", "staff_last_name", "=", "``", "turcotte", "''", ")"], "query_toks_no_value": ["select", "t1", ".", "problem_id", "from", "problems", "as", "t1", "join", "staff", "as", "t2", "on", "t1", ".", "reported_by_staff_id", "=", "t2", ".", "staff_id", "where", "date_problem_reported", "<", "value", "select", "min", "(", "date_problem_reported", ")", "from", "problems", "as", "t3", "join", "staff", "as", "t4", "on", "t3", ".", "reported_by_staff_id", "=", "t4", ".", "staff_id", "where", "t4", ".", "staff_first_name", "=", "value", "and", "t4", ".", "staff_last_name", "=", "value", ")"], "question": "Which problems were reported before the minimum date of problem reported by the staff Lysanne Turcotte? Give me the ids of the problems.", "question_toks": ["Which", "problems", "were", "reported", "before", "the", "minimum", "date", "of", "problem", "reported", "by", "the", "staff", "Lysanne", "Turcotte", "?", "Give", "me", "the", "ids", "of", "the", "problems", "."], "sql": {"from": {"table_units": [["table_unit", 5], ["table_unit", 4]], "conds": [[false, 2, [0, [0, 24, false], null], [0, 17, false], null]]}, "select": [false, [[0, [0, [0, 21, false], null]]]], "where": [[false, 4, [0, [0, 25, false], null], {"from": {"table_units": [["table_unit", 5], ["table_unit", 4]], "conds": [[false, 2, [0, [0, 24, false], null], [0, 17, false], null]]}, "select": [false, [[2, [0, [0, 25, false], null]]]], "where": [[false, 2, [0, [0, 18, false], null], "\"lysanne\"", null], "and", [false, 2, [0, [0, 19, false], null], "\"turcotte\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_5389", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0105", "db_id": "voter_2", "query": "select max(age) , min(age) from student where major = 600", "query_toks": ["select", "max", "(", "age", ")", ",", "min", "(", "age", ")", "from", "student", "where", "major", "=", "600"], "query_toks_no_value": ["select", "max", "(", "age", ")", ",", "min", "(", "age", ")", "from", "student", "where", "major", "=", "value"], "question": "Tell me the ages of the students with maximum and minimum ages studying major 600.", "question_toks": ["Tell", "me", "the", "ages", "of", "the", "students", "with", "maximum", "and", "minimum", "ages", "studying", "major", "600", "."], "sql": {"from": {"table_units": [["table_unit", 0]], "conds": []}, "select": [false, [[1, [0, [0, 4, false], null]], [2, [0, [0, 4, false], null]]]], "where": [[false, 2, [0, [0, 6, false], null], 600.0, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_5461", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0106", "db_id": "wine_1", "query": "select distinct name from wine where price > (select min(price) from wine where winery = \"john anthony\")", "query_toks": ["select", "distinct", "name", "from", "wine", "where", "price", ">", "(", "select", "min", "(", "price", ")", "from", "wine", "where", "winery", "=", "``", "john", "anthony", "\")"], "query_toks_no_value": ["select", "distinct", "name", "from", "wine", "where", "price", ">", "value", "select", "min", "(", "price", ")", "from", "wine", "where", "winery", "=", "value", "anthony", "\")"], "question": "Find the distinct names of all wines that have prices higher than wines with minimum price from John Anthony winery.", "question_toks": ["Find", "the", "distinct", "names", "of", "all", "wines", "that", "have", "prices", "higher", "than", "wines", "with", "minimum", "price", "from", "John", "Anthony", "winery", "."], "sql": {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [true, [[0, [0, [0, 15, false], null]]]], "where": [[false, 3, [0, [0, 17, false], null], {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[2, [0, [0, 17, false], null]]]], "where": [[false, 2, [0, [0, 12, false], null], "\"john anthony\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_6557", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0107", "db_id": "wine_1", "query": "select distinct name from wine where price > (select min(price) from wine where winery = \"john anthony\")", "query_toks": ["select", "distinct", "name", "from", "wine", "where", "price", ">", "(", "select", "min", "(", "price", ")", "from", "wine", "where", "winery", "=", "``", "john", "anthony", "\")"], "query_toks_no_value": ["select", "distinct", "name", "from", "wine", "where", "price", ">", "value", "select", "min", "(", "price", ")", "from", "wine", "where", "winery", "=", "value", "anthony", "\")"], "question": "What are the distinct names of wines with prices higher than wine with minimum price from John Anthony winery.", "question_toks": ["What", "are", "the", "distinct", "names", "of", "wines", "with", "prices", "higher", "than", "wine", "with", "minimum", "price", "from", "John", "Anthony", "winery", "."], "sql": {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [true, [[0, [0, [0, 15, false], null]]]], "where": [[false, 3, [0, [0, 17, false], null], {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[2, [0, [0, 17, false], null]]]], "where": [[false, 2, [0, [0, 12, false], null], "\"john anthony\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_6558", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0108", "db_id": "wine_1", "query": "select name from wine where year < (select min(year) from wine where winery = \"brander\")", "query_toks": ["select", "name", "from", "wine", "where", "year", "<", "(", "select", "min", "(", "year", ")", "from", "wine", "where", "winery", "=", "``", "brander", "\")"], "query_toks_no_value": ["select", "name", "from", "wine", "where", "year", "<", "value", "select", "min", "(", "year", ")", "from", "wine", "where", "winery", "=", "value", "\")"], "question": "What are the names of wines whose production year are before the year of wines with min year by Brander winery?", "question_toks": ["What", "are", "the", "names", "of", "wines", "whose", "production", "year", "are", "before", "the", "year", "of", "wines", "with", "min", "year", "by", "Brander", "winery", "?"], "sql": {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[0, [0, [0, 15, false], null]]]], "where": [[false, 4, [0, [0, 16, false], null], {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[2, [0, [0, 16, false], null]]]], "where": [[false, 2, [0, [0, 12, false], null], "\"brander\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_6583", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0109", "db_id": "wine_1", "query": "select name from wine where year < (select min(year) from wine where winery = \"brander\")", "query_toks": ["select", "name", "from", "wine", "where", "year", "<", "(", "select", "min", "(", "year", ")", "from", "wine", "where", "winery", "=", "``", "brander", "\")"], "query_toks_no_value": ["select", "name", "from", "wine", "where", "year", "<", "value", "select", "min", "(", "year", ")", "from", "wine", "where", "winery", "=", "value", "\")"], "question": "What are the names of wines produced before wine with minimum year from the Brander winery?", "question_toks": ["What", "are", "the", "names", "of", "wines", "produced", "before", "wine", "with", "minimum", "year", "from", "the", "Brander", "winery", "?"], "sql": {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[0, [0, [0, 15, false], null]]]], "where": [[false, 4, [0, [0, 16, false], null], {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[2, [0, [0, 16, false], null]]]], "where": [[false, 2, [0, [0, 12, false], null], "\"brander\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "train_6584", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0110", "db_id": "world_1", "query": "select name from country where continent = \"africa\" and population < (select min(population) from country where continent = \"asia\")", "query_toks": ["select", "name", "from", "country", "where", "continent", "=", "``", "africa", "''", "and", "population", "<", "(", "select", "min", "(", "population", ")", "from", "country", "where", "continent", "=", "``", "asia", "\")"], "query_toks_no_value": ["select", "name", "from", "country", "where", "continent", "=", "value", "and", "population", "<", "value", "select", "min", "(", "population", ")", "from", "country", "where", "continent", "=", "value", "\")"], "question": "Which African countries have a smaller population than minimum population of country in Asia?", "question_toks": ["Which", "African", "countries", "have", "a", "smaller", "population", "than", "minimum", "population", "of", "country", "in", "Asia", "?"], "sql": {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[0, [0, [0, 9, false], null]]]], "where": [[false, 2, [0, [0, 10, false], null], "\"africa\"", null], "and", [false, 4, [0, [0, 14, false], null], {"from": {"table_units": [["table_unit", 2]], "conds": []}, "select": [false, [[2, [0, [0, 14, false], null]]]], "where": [[false, 2, [0, [0, 10, false], null], "\"asia\"", null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, null]], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0775", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0111", "db_id": "wta_1", "query": "select min(loser_rank) from matches", "query_toks": ["select", "min", "(", "loser_rank", ")", "from", "matches"], "query_toks_no_value": ["select", "min", "(", "loser_rank", ")", "from", "matches"], "question": "Find the minimum rank of losers in all matches.", "question_toks": ["Find", "the", "minimum", "rank", "of", "losers", "in", "all", "matches", "."], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 16, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0439", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}, {"id": "hidden_min_0112", "db_id": "wta_1", "query": "select min(loser_rank) from matches", "query_toks": ["select", "min", "(", "loser_rank", ")", "from", "matches"], "query_toks_no_value": ["select", "min", "(", "loser_rank", ")", "from", "matches"], "question": "What is the min rank of losers across all matches?", "question_toks": ["What", "is", "the", "min", "rank", "of", "losers", "across", "all", "matches", "?"], "sql": {"from": {"table_units": [["table_unit", 1]], "conds": []}, "select": [false, [[2, [0, [0, 16, false], null]]]], "where": [], "groupBy": [], "having": [], "orderBy": [], "limit": null, "intersect": null, "union": null, "except": null}, "tags": [], "source": "SIMPLIFIED", "parents_id": "dev_0440", "is_simplification": true, "simplifications_tags": ["HIDDEN_MIN"]}] |