diff --git "a/train.csv" "b/train.csv" --- "a/train.csv" +++ "b/train.csv" @@ -1,3656 +1,3656 @@ id,parent_id,role,instruction,answer,context -89433108-d39d-4c65-8118-f9d0ce89878a,,USER,How many different results are there for the battles?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RESULT"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""date"",""bulgarian_commander"",""latin_commander"",""result""],""name"":""battle"",""type"":""grid""}]" -66b6f600-9c98-4c2b-bf96-4755768fc1c0,,USER,Find the capacity and gender type of the dorm whose name has substring ‘Donor’.,"{""actions"":[{""actionType"":""condition"",""column"":""dorm_name"",""operation"":""contains"",""value"":""Donor""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" -dfb3695e-e1ce-4ef2-a853-ff1eccd25484,,USER,What is the average age of males for each job title?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -37974d2c-fba8-4268-abf9-3076adfb3e4c,,USER,Find the oldest log id and its corresponding problem id.,"{""actions"":[{""actionType"":""topFilter"",""column"":""log_entry_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""problem_log_id"",""assigned_to_staff_id"",""problem_id"",""problem_category_code"",""problem_status_code"",""log_entry_date"",""log_entry_description"",""log_entry_fix"",""other_log_details""],""name"":""Problem_Log"",""type"":""grid""}]" -49885db0-2b14-454a-bbec-2159f6c8341f,,USER,What are the rooms for members of the faculty who are professors and who live in building NEB?,"{""actions"":[{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""},{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'NEB'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -7bc479e1-27e9-4ce2-8b24-04084609d1da,,USER,"Find the address line 1 and 2 of the customer with email ""vbogisich@example.org"".","{""actions"":[{""actionType"":""condition"",""column"":""email_address"",""operation"":""="",""value"":""'vbogisich@example.org'""}]}","[{""columns"":[""customer_id"",""customer_type_code"",""address_line_1"",""address_line_2"",""town_city"",""state"",""email_address"",""phone_number""],""name"":""Customers"",""type"":""grid""}]" -c735e1db-f578-4835-9e91-aa913c4cc3bc,,USER,How many models do not have the wifi function?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Model_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""wifi"",""operation"":""="",""value"":""No""}]}","[{""columns"":[""Model_name"",""Launch_year"",""RAM_MiB"",""ROM_MiB"",""Slots"",""WiFi"",""Bluetooth""],""name"":""chip_model"",""type"":""grid""}]" -53a6f6b0-8446-4514-8b90-5a050d5d3cbe,,USER,How many employees do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" -943f6ce3-bb3a-489f-84db-edf0f32071e9,,USER,Show transaction types and their total amounts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""transaction_type""}]}","[{""columns"":[""transaction_id"",""account_id"",""invoice_number"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" -9e13679f-8425-48be-9a09-900e2e40accb,,USER,What is the total number of customers across banks?,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""sum""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -ce525ce7-eed9-4e19-b222-35e38e5fe1d4,,USER,what major cities are located in kansas,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kansas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -16d03cfb-9ae4-4fa6-83ce-8266c3763e3c,,USER,How many courses in total are listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""course_id"",""aggregation"":""count""}]}","[{""columns"":[""course_id"",""course_name"",""course_description"",""other_details""],""name"":""Courses"",""type"":""grid""}]" -6f000197-4d4e-4218-90a1-c64b3775d429,,USER,Show all the cinema names and opening years in descending order of opening year.,"{""actions"":[{""actionType"":""sorting"",""column"":""openning_year"",""direction"":""desc""}]}","[{""columns"":[""Cinema_ID"",""Name"",""Openning_year"",""Capacity"",""Location""],""name"":""cinema"",""type"":""grid""}]" -2eeed05c-e2de-41eb-be4c-83a9d8474791,,USER,which state borders kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -154c820c-d44f-4202-a643-cff083df79e2,,USER,List the publisher of the publication with the highest price.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" -a14d47f9-3b85-4219-974e-d438de232f35,,USER,Present all publishers and the book counts for each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""publisher""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -8d927afc-34c5-47dc-9e20-9c6e0d8e5003,,USER,What are the distinct wineries which produce wines costing between 50 and 100?,"{""actions"":[{""actionType"":""condition"",""column"":""Price"",""operation"":"">="",""value"":50},{""actionType"":""condition"",""column"":""Price"",""operation"":""<="",""value"":100}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -5bbbd5ba-2b1b-47e8-9bab-adbba3604262,,USER,How many different instructors have taught some course?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""}]}","[{""columns"":[""ID"",""course_id"",""sec_id"",""semester"",""year""],""name"":""teaches"",""type"":""grid""}]" -cddc6314-c04a-4614-b472-5a5ceb906464,,USER,What are the names of the countries that are in the continent of Europe and have a population of 80000?,"{""actions"":[{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'Europe'""},{""actionType"":""condition"",""column"":""Population"",""operation"":""="",""value"":""'80000'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -ef3b8887-2c9f-4c9b-a2a2-96f66fa9a287,,USER,What are the dates that have an average sea level pressure between 30.3 and 31?,"{""actions"":[{""actionType"":""condition"",""column"":""mean_sea_level_pressure_inches"",""operation"":"">="",""value"":30.3},{""actionType"":""condition"",""column"":""mean_sea_level_pressure_inches"",""operation"":""<="",""value"":31}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -e0dfef44-0610-41e9-8c1e-b145a4ec99d5,,USER,Find the first names of all the teachers that teach in classroom 110.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":110}]}","[{""columns"":[""LastName"",""FirstName"",""Classroom""],""name"":""teachers"",""type"":""grid""}]" -04657463-b201-4100-b27b-ea51da8e49e8,,USER,Find the average weight for each pet type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pettype""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -eb364382-a467-4c95-bac2-6debffca68d9,,USER,How is the math course described?,"{""actions"":[{""actionType"":""condition"",""column"":""course_name"",""operation"":""="",""value"":""math""}]}","[{""columns"":[""course_id"",""course_name"",""course_description"",""other_details""],""name"":""Courses"",""type"":""grid""}]" -04f8e98b-8acb-418e-a49c-06bcd4dda617,,USER,Which catalog contents has price above 700 dollars? Show their catalog entry names and capacities.,"{""actions"":[{""actionType"":""condition"",""column"":""price_in_dollars"",""operation"":"">"",""value"":700}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" -49e8f865-9f25-4db6-82c3-0ff9cea7b1db,,USER,List the number of different series names and contents in the TV Channel table.,"{""actions"":[{""actionType"":""aggregations"",""column"":""series_name"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""content"",""aggregation"":""count""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -90c24e76-0727-4638-8def-acb8c4e47934,,USER,"What is the name, account type, and account balance corresponding to the customer with the highest credit score?","{""actions"":[{""actionType"":""topFilter"",""column"":""credit_score"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -35500ea3-330e-42f2-baaa-60226b9aded5,,USER,"Which authors have last name ""Ueno""? List their first names.","{""actions"":[{""actionType"":""condition"",""column"":""lname"",""operation"":""="",""value"":""'Ueno'""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" -c2947943-cb38-43eb-90ac-020e137d5829,,USER,What is the average age of the visitors whose membership level is not higher than 4?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Level_of_membership"",""operation"":""<="",""value"":4}]}","[{""columns"":[""ID"",""Name"",""Level_of_membership"",""Age""],""name"":""visitor"",""type"":""grid""}]" -1eb692c9-2abf-4159-963e-5e0b262c7e9b,,USER,What are the names and ids of documents that have the type code BK?,"{""actions"":[{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -a31146b5-1920-48bb-962b-d3c85e9fc012,,USER,Show the organizer and name for churches that opened between 1830 and 1840.,"{""actions"":[{""actionType"":""condition"",""column"":""open_date"",""operation"":"">="",""value"":1830},{""actionType"":""condition"",""column"":""open_date"",""operation"":""<="",""value"":1840}]}","[{""columns"":[""Church_ID"",""Name"",""Organized_by"",""Open_Date"",""Continuation_of""],""name"":""church"",""type"":""grid""}]" -c2afb256-ce41-40fa-9c0a-86f7bd4bb6b1,,USER,Count the number of invoices.,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" -b95bfe23-cf53-4c50-99f2-6da0d52bc9b2,,USER,Count the number of bank branches.,"{""actions"":[{""actionType"":""aggregations"",""column"":""branch_ID"",""aggregation"":""count""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -1d62d81d-ffe1-42f9-a555-156002d4145a,,USER,How many companies are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -21b8a3b0-30a9-4d9d-a4f5-30cfe23d4cd7,,USER,Count the total tours for every ranking date.,"{""actions"":[{""actionType"":""aggregations"",""column"":""tours"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""ranking_date""}]}","[{""columns"":[""ranking_date"",""ranking"",""player_id"",""ranking_points"",""tours""],""name"":""rankings"",""type"":""grid""}]" -042ecdf6-61f6-4888-a884-2acdb6b3f2f6,,USER,Find the highest rank of losers in all matches.,"{""actions"":[{""actionType"":""aggregations"",""column"":""loser_rank"",""aggregation"":""min""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -4c9def62-cd05-4813-928f-a6b70bbe5d2c,,USER,Find the count of people for each sex with a weight higher than 85.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""weight"",""operation"":"">"",""value"":85},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" -85e2390d-97b0-46ac-bc3c-82f1de7fbd9c,,USER,List the earnings of poker players in descending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Earnings"",""direction"":""desc""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" -66a992d6-cf04-4ac9-9695-d38db63d2348,,USER,what is the area of the largest state,"{""actions"":[{""actionType"":""aggregations"",""column"":""area"",""aggregation"":""MAX""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -c50a4cd1-f591-4162-b8e5-0a0e87d9316d,,USER,What is the average money requested by all entrepreneurs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Money_Requested"",""aggregation"":""avg""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" -633ffb7f-b41d-4647-9ab9-3ecad1ffc38e,,USER,What is the smallest weight of the car produced with 8 cylinders on 1974 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""min""},{""actionType"":""condition"",""column"":""cylinders"",""operation"":""="",""value"":8},{""actionType"":""condition"",""column"":""year"",""operation"":""="",""value"":1974}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -16da1de0-2ecf-47f1-93cf-219f19026874,,USER,Find the number of left handed winners who participated in the WTA Championships.,"{""actions"":[{""actionType"":""aggregations"",""column"":""winner_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""tourney_name"",""operation"":""="",""value"":""WTA Championships""},{""actionType"":""condition"",""column"":""winner_hand"",""operation"":""="",""value"":""L""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -64c2a38f-0353-488e-aff5-9ef70ef6ca79,,USER,Calculate the average age and the number of male students in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Denomination""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -6bc4d69a-35a9-4b58-9eba-f4d6c1778da5,,USER,what states have towns named springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -9a8d47e0-f1f6-4a93-9fa8-bccd980e2e9a,,USER,return the smallest salary for every departments.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""MIN""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -29dc556f-82dc-443c-aef8-6d1bb8cacef5,,USER,How many rooms does the Lamberton building have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""building"",""operation"":""="",""value"":""Lamberton""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -f75669c5-873d-4885-a271-99bd4a12ceb6,,USER,What si the youngest employee's first and last name?,"{""actions"":[{""actionType"":""topFilter"",""column"":""birth_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -0b270f91-c167-4942-a248-71611fa0a077,,USER,what is the lowest point in iowa,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'iowa'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -186d015a-5991-48d9-ad1c-32f4a066c319,,USER,How many kids stay in the rooms reserved by ROY SWEAZY?,"{""actions"":[{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'ROY'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'SWEAZY'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" -9e31bee5-cae5-4887-abee-e62b711bdf56,,USER,"Return the number of kids for the room reserved and checked in by DAMIEN TRACHSEL on Sep 21, 2010.","{""actions"":[{""actionType"":""condition"",""column"":""CheckIn"",""operation"":""="",""value"":""'2010-09-21'""},{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'DAMIEN'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'TRACHSEL'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" -695272ff-3512-4bf5-a2da-3089ec45fc66,,USER,"How many games in 1885 postseason resulted in ties (that is, the value of ""ties"" is '1')?","{""actions"":[{""actionType"":""aggregations"",""column"":""year"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1885},{""actionType"":""condition"",""column"":""ties"",""operation"":""="",""value"":1}]}","[{""columns"":[""year"",""round"",""team_id_winner"",""league_id_winner"",""team_id_loser"",""league_id_loser"",""wins"",""losses"",""ties""],""name"":""postseason"",""type"":""grid""}]" -d3468155-ebc6-42f1-8d61-d1486729bb1c,,USER,How many students does each advisor have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -9b8cc3e3-6b2d-40ab-a0a6-339b1b0ba4a6,,USER,What is the average distance and average price for flights from Los Angeles.,"{""actions"":[{""actionType"":""aggregations"",""column"":""distance"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -b41a0184-8df3-4944-9962-ef36711c1163,,USER,What are the average prices of wines for different years?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -1b4efa83-60cf-43a2-aa21-6d475f8f795c,,USER,Identify the number of races per constructor ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorStandingsId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""constructorid""}]}","[{""columns"":[""constructorStandingsId"",""raceId"",""constructorId"",""points"",""position"",""positionText"",""wins""],""name"":""constructorStandings"",""type"":""grid""}]" -696c4d6c-2c5a-4bbc-bdca-9fe17883c47f,,USER,Compute the average score of submissions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Scores"",""aggregation"":""avg""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" -27cedb31-905b-46b1-bd61-b54ae76c4457,,USER,Count the number of customers who are active.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""active"",""operation"":""="",""value"":""1""}]}","[{""columns"":[""customer_id"",""store_id"",""first_name"",""last_name"",""email"",""address_id"",""active"",""create_date"",""last_update""],""name"":""customer"",""type"":""grid""}]" -0486dcb6-687e-45c9-a9a4-6a41adb42ab4,,USER,"How many tests have result ""Fail""?","{""actions"":[{""actionType"":""aggregations"",""column"":""registration_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""test_result"",""operation"":""="",""value"":""'Fail'""}]}","[{""columns"":[""registration_id"",""date_test_taken"",""test_result""],""name"":""Student_Tests_Taken"",""type"":""grid""}]" -5f624497-1653-4302-9344-2ed18c0a8d43,,USER,"Return the names of shops, ordered by year of opening ascending.","{""actions"":[{""actionType"":""sorting"",""column"":""Open_Year"",""direction"":""asc""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" -a62ca227-ab79-4928-b174-944d42b2ab96,,USER,Which distinct source system code includes the substring 'en'?,"{""actions"":[{""actionType"":""condition"",""column"":""source_system_code"",""operation"":""contains"",""value"":""en""}]}","[{""columns"":[""cmi_cross_ref_id"",""master_customer_id"",""source_system_code""],""name"":""CMI_Cross_References"",""type"":""grid""}]" -11b88f16-ce2a-44e8-bfa6-a02efe786c47,,USER,Show ids for all students who have advisor 1121.,"{""actions"":[{""actionType"":""condition"",""column"":""Advisor"",""operation"":""="",""value"":1121}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -f922a70c-b116-42cd-8ea2-5b785ef9c97a,,USER,Show the flight number of flights with three lowest distances.,"{""actions"":[{""actionType"":""topFilter"",""column"":""distance"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -870fef91-e6c5-4866-9572-211c1d7eef3e,,USER,What is the total revenue generated by companies founded by a specific founder?,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""founder""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -1a41a41a-5d96-40de-bdd3-31fa5a125ea2,,USER,What are the names of the ships that are not from the United States?,"{""actions"":[{""actionType"":""condition"",""column"":""Nationality"",""operation"":""!="",""value"":""'United States'""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -a0b3b0b3-019f-49ce-9541-f15b26e7cb18,,USER,Count the number of different teams involved in match season.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Team"",""aggregation"":""count""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" -b09d41ab-c252-4143-8011-fcf259a4608c,,USER,What is the total amount of settlement made for all the settlements?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Amount_Settled"",""aggregation"":""sum""}]}","[{""columns"":[""Settlement_ID"",""Claim_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled"",""Customer_Policy_ID""],""name"":""Settlements"",""type"":""grid""}]" -51e63477-4f4d-4501-bb42-6d0d005d847f,,USER,what are the major cities of kansas,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kansas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -8e81a02b-ec13-47b7-9803-132c342b19f5,,USER,What is the average amount due for all the payments?,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_due"",""aggregation"":""avg""}]}","[{""columns"":[""payment_id"",""booking_id"",""customer_id"",""payment_type_code"",""amount_paid_in_full_yn"",""payment_date"",""amount_due"",""amount_paid""],""name"":""Payments"",""type"":""grid""}]" -eba6c211-2d0a-415b-98a1-e61c9fdf87de,,USER,"List the order id, customer id for orders in Cancelled status, ordered by their order dates.","{""actions"":[{""actionType"":""condition"",""column"":""order_status_code"",""operation"":""="",""value"":""'Cancelled'""},{""actionType"":""sorting"",""column"":""order_date"",""direction"":""asc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status_code"",""order_date""],""name"":""Customer_Orders"",""type"":""grid""}]" -40adf477-1ae8-4443-bda6-d477ce72ac2d,,USER,"For each grade 0 classroom, report the student count.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'0'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -2af06964-9210-4390-b591-76104fdf9860,,USER,How many distinct claim outcome codes are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""claim_outcome_code"",""aggregation"":""count""}]}","[{""columns"":[""Claim_Processing_ID"",""Claim_ID"",""Claim_Outcome_Code"",""Claim_Stage_ID"",""Staff_ID""],""name"":""Claims_Processing"",""type"":""grid""}]" -df9d50fc-3548-48f4-b201-f583cfbd228f,,USER,How many employees are living in Canada?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""'Canada'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -dd50414c-9d42-4a8e-b299-ee3121cea055,,USER,What are the ids of the trips that lasted the longest and how long did they last?,"{""actions"":[{""actionType"":""topFilter"",""column"":""duration"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" -37459093-14ef-4312-85d0-7d3a858941b1,,USER,"What are the names, headquarters and founders of the company with the highest revenue?","{""actions"":[{""actionType"":""topFilter"",""column"":""revenue"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -36abb8e1-a5b0-467f-8416-14f6b36a8173,,USER,Count the number of countries in Asia.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Code"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'Asia'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -22a21ef8-b37e-455e-82b2-87de91018290,,USER,What is the average age for all managers?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Age"",""aggregation"":""avg""}]}","[{""columns"":[""Manager_ID"",""Name"",""Country"",""Working_year_starts"",""Age"",""Level""],""name"":""manager"",""type"":""grid""}]" -d95fa2fe-4c4f-4157-8c82-f00491fc50ff,,USER,Show all region code and region name sorted by the codes.,"{""actions"":[{""actionType"":""sorting"",""column"":""region_code"",""direction"":""asc""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" -961354fd-776d-4bee-a707-a9ca0dac9e34,,USER,What is the total grant amount allocated to each organization and their respective IDs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""grant_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""organisation_id""}]}","[{""columns"":[""grant_id"",""organisation_id"",""grant_amount"",""grant_start_date"",""grant_end_date"",""other_details""],""name"":""Grants"",""type"":""grid""}]" -b997364a-261c-4d1c-9b7b-c48200e28dab,,USER,"For each account type, find the average account balance of customers with credit score lower than 50.","{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""acc_type""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -15562658-ecce-43ff-91cf-4d0fe9b86eee,,USER,In how many different states are banks located?,"{""actions"":[{""actionType"":""aggregations"",""column"":""state"",""aggregation"":""count""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -53c2aa9a-5e97-4d9d-915e-1225fb05a700,,USER,List the names of the city with the top 5 white percentages.,"{""actions"":[{""actionType"":""topFilter"",""column"":""White"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""County_ID"",""Name"",""White"",""Black"",""Amerindian"",""Asian"",""Multiracial"",""Hispanic""],""name"":""city"",""type"":""grid""}]" -f9b44113-5dbf-4151-8621-c65c35e93d84,,USER,"For each bed type, find the average base price of different bed type.","{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -9b4101fc-28fa-40db-9f46-68bdaf666c0f,,USER,"Which category does the product named ""flax"" belong to?","{""actions"":[{""actionType"":""condition"",""column"":""product_name"",""operation"":""="",""value"":""'flax'""}]}","[{""columns"":[""product_id"",""color_code"",""product_category_code"",""product_name"",""typical_buying_price"",""typical_selling_price"",""product_description"",""other_product_details""],""name"":""Products"",""type"":""grid""}]" -208dac5b-f90c-48c8-81d7-6ecd1d253738,,USER,How many films are produced by each movie studio?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Studio""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" -67c61973-1c00-4c0e-bbaf-c68dd4d2446c,,USER,How many type of jobs do they have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""job"",""aggregation"":""count""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -d265c601-111b-46b6-bbbf-1f3a26b976fa,,USER,Return the maximum number of points for climbers from the United Kingdom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Country"",""operation"":""="",""value"":""'United Kingdom'""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -babf23ad-b223-4048-a822-5de13afc3450,,USER,"Show the description for role name ""Proof Reader"".","{""actions"":[{""actionType"":""condition"",""column"":""role_name"",""operation"":""="",""value"":""'Proof Reader'""}]}","[{""columns"":[""Role_Code"",""Role_Name"",""Role_Description""],""name"":""Roles"",""type"":""grid""}]" -bca2773f-7e70-4321-a20c-7b003b394423,,USER,Show each location and the number of cinemas there.,"{""actions"":[{""actionType"":""aggregations"",""column"":""grant_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""organisation_id""}]}","[{""columns"":[""grant_id"",""organisation_id"",""grant_amount"",""grant_start_date"",""grant_end_date"",""other_details""],""name"":""Grants"",""type"":""grid""}]" -df03d192-5de8-471c-89d4-4f46f35f36ee,,USER,When and in what zip code did max temperature reach 80?,"{""actions"":[{""actionType"":""condition"",""column"":""max_temperature_f"",""operation"":"">="",""value"":80}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -354dd9e4-9693-4183-b4e1-0989444a1b72,,USER,"What are the names and birth dates of people, ordered by their names in alphabetical order?","{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" -84454a34-c6af-411f-b0d9-e36487565f5a,,USER,Take the average of the school enrollment.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""avg""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -c90bb52c-9449-4e52-9d21-7bb02e6ca4ba,,USER,Calculate the average room cost for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -f2acc2f4-18da-4351-b739-58357ab3749a,,USER,Count the number of conductors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Conductor_ID"",""aggregation"":""count""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" -f83e1f46-eb30-46dd-a8a3-c87616f1e65c,,USER,Please list all album titles in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Title"",""direction"":""asc""}]}","[{""columns"":[""AlbumId"",""Title"",""ArtistId""],""name"":""Album"",""type"":""grid""}]" -12ae9d63-5e3f-47da-999f-c54cf67c70fd,,USER,Give the mean GNP and total population of nations which are considered US territory.,"{""actions"":[{""actionType"":""aggregations"",""column"":""GNP"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""population"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""GovernmentForm"",""operation"":""="",""value"":""'US Territory'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -6eec0488-944d-49bc-ab46-4b1584a8f8df,,USER,How many different jobs are listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""job"",""aggregation"":""count""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -4db73e7d-c298-4223-bed5-992f09791a86,,USER,What is the average price for flights from LA to Honolulu?,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""'Honolulu'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -1c28ffa4-d530-45dd-8dbf-a8a37777282e,,USER,"What are the different software platforms for devices, and how many devices have each?","{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Software_Platform""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" -68d211cf-befc-4198-86e9-874dc4cd9358,,USER,How many distinct types of accounts are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_type"",""aggregation"":""count""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -1501a026-716f-48a4-b13a-80a571b0fb93,,USER,List all directors along with the number of films directed by each director.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""directed_by""}]}","[{""columns"":[""Film_ID"",""Rank_in_series"",""Number_in_season"",""Title"",""Directed_by"",""Original_air_date"",""Production_code""],""name"":""film"",""type"":""grid""}]" -a175ea72-2962-4d9a-8d25-5614c8907c3d,,USER,How many different last names do the actors and actresses have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""last_name"",""aggregation"":""count""}]}","[{""columns"":[""actor_id"",""first_name"",""last_name"",""last_update""],""name"":""actor"",""type"":""grid""}]" -6a04155a-ad19-47c2-9bd3-6e6f49c21b49,,USER,What is the average length in feet of the bridges?,"{""actions"":[{""actionType"":""aggregations"",""column"":""length_feet"",""aggregation"":""avg""}]}","[{""columns"":[""architect_id"",""id"",""name"",""location"",""length_meters"",""length_feet""],""name"":""bridge"",""type"":""grid""}]" -288293d8-dea1-44a3-99d5-248a9f840458,,USER,What are the ids of all students and number of hours played?,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""Stuid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" -1c87cc56-c235-4292-aee9-a2c11268f6cf,,USER,List the title of all cartoons in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" -a4756bcd-6dd1-4b1d-b11b-21694b6dcbac,,USER,Show the number of accounts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -c13c118c-1df6-4fdc-b470-cdf3ad8d973b,,USER,"What year is the movie "" The Imitation Game "" from ?","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'The Imitation Game'""}]}","[{""columns"":[""mid"",""title"",""release_year"",""title_aka"",""budget""],""name"":""movie"",""type"":""grid""}]" -44eaced9-41ca-4680-9b89-9dc8d06a6030,,USER,Return the name and id of the furniture with the highest market rate.,"{""actions"":[{""actionType"":""topFilter"",""column"":""market_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Furniture_ID"",""Name"",""Num_of_Component"",""Market_Rate""],""name"":""furniture"",""type"":""grid""}]" -c0e6ebf5-6c7d-4fb8-9bb8-c972d21f851d,,USER,"What are the different affiliations, and how many schools with each affiliation have an enrollment size of over 20000?","{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enrollment"",""operation"":"">"",""value"":20000},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -1e2c56bc-8c6d-4eb7-8f99-72c61c19ce06,,USER,"List the grape, appelation and name of wines whose score is higher than 93 ordered by Name.","{""actions"":[{""actionType"":""condition"",""column"":""Score"",""operation"":"">"",""value"":93},{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -f62f401d-1f2e-4495-8a06-d75ee4db6a72,,USER,How many distinct allergies are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""allergytype"",""aggregation"":""count""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" -fd994276-8452-408d-bfd3-97d808c8f14f,,USER,Find the total revenue created by the companies whose headquarter is located at Austin.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""headquarter"",""operation"":""="",""value"":""Austin""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -e5b1efdc-0f20-4e31-b95a-b99a711615f9,,USER,Present race classes and the number of races within each class.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""CLASS""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" -bbd6de81-6463-47f3-b2c1-1f92a7ea7aed,,USER,What are the distinct buildings with capacities of greater than 50?,"{""actions"":[{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -bfda64c5-fd7f-40d1-b24e-1a8701608ee0,,USER,Return the type of transaction with the highest total amount.,"{""actions"":[{""actionType"":""grouping"",""column"":""transaction_type""},{""actionType"":""topFilter"",""column"":""transaction_amount"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""transaction_id"",""previous_transaction_id"",""account_id"",""card_id"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" -0c6f9100-f6db-47df-b1d9-921b63fe06fd,,USER,What are the names of products with price at most 200?,"{""actions"":[{""actionType"":""condition"",""column"":""price"",""operation"":""<="",""value"":200}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -75b67aaa-5f1b-4523-b548-c3b345544d3f,,USER,what is the lowest elevation in pennsylvania,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'pennsylvania'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -3dd1f06c-f87e-4e7f-ac2d-7ab79ad1f57a,,USER,What are the names of the schools with the top 3 largest class sizes?,"{""actions"":[{""actionType"":""topFilter"",""column"":""enr"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -615d80a6-67e5-4ed6-8426-49810385f495,,USER,"How old is each gender, on average?","{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -587ff459-56c2-46be-847f-d4f0398362c8,,USER,"Which enzyme names have the substring ""ALA""?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""ALA""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" -e98b6b35-1c57-40b3-9f28-5036f26b886f,,USER,What is the total number of residents for the districts with the 3 largest areas?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_population"",""aggregation"":""sum""},{""actionType"":""topFilter"",""column"":""city_area"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" -4cda5d2c-f663-4003-a70d-7757cbc20c20,,USER,Find the number of phones for each accreditation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Accreditation_type""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" -701b0a61-a20d-4db6-ba2a-587f57f19fc2,,USER,What is the name of the wrestler with the fewest days held?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Days_held"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" -18747b60-ee91-43ba-b4a3-8ecf0d2ba1cb,,USER,Determine the total enrollment for universities of each affiliation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -0e07543a-ee80-4550-9492-d1624755ad56,,USER,What are the id of students who registered course 301?,"{""actions"":[{""actionType"":""condition"",""column"":""course_id"",""operation"":""="",""value"":301}]}","[{""columns"":[""student_id"",""course_id"",""date_of_attendance""],""name"":""Student_Course_Attendance"",""type"":""grid""}]" -c6fc28d0-2423-4657-b65a-e2a586dcf43e,,USER,What is the mean product price for each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_category_code""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" -824124e9-ef8d-4746-b86d-64f296d331d1,,USER,Count the number of different affiliation types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""affiliation"",""aggregation"":""count""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -f86234af-09a6-4966-be37-ac190921031b,,USER,Count the number of addressed in the California district.,"{""actions"":[{""actionType"":""aggregations"",""column"":""address_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""district"",""operation"":""="",""value"":""California""}]}","[{""columns"":[""address_id"",""address"",""address2"",""district"",""city_id"",""postal_code"",""phone"",""last_update""],""name"":""address"",""type"":""grid""}]" -941b4541-6083-49f0-a7d3-8d2e30e28047,,USER,How many technicians are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""count""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" -eac75fc5-a48e-4f4c-bc85-9a3d2bd8543f,,USER,How many performances are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Performance_ID"",""aggregation"":""count""}]}","[{""columns"":[""Performance_ID"",""Date"",""Host"",""Location"",""Attendance""],""name"":""performance"",""type"":""grid""}]" -6d3d1dc2-2cca-4002-963e-3329967bd7c2,,USER,Determine the number of trains that originate from each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""origin""}]}","[{""columns"":[""id"",""train_number"",""name"",""origin"",""destination"",""time"",""interval""],""name"":""train"",""type"":""grid""}]" -acd555c3-38ab-491f-964a-ed410247341b,,USER,How many likes correspond to each student id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""liked_id""],""name"":""Likes"",""type"":""grid""}]" -f159f49e-4fbe-423f-807f-471936f98e4b,,USER,Show all ministers and parties they belong to in descending order of the time they took office.,"{""actions"":[{""actionType"":""sorting"",""column"":""took_office"",""direction"":""desc""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" -df30ea72-8150-4535-8a9d-517999a6c3c5,,USER,Display the student ids and the number of hours played.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""Stuid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" -fe9e88b0-d11a-469b-8963-1a83c29ea22f,,USER,Find the id and weight of all pets whose age is older than 1.,"{""actions"":[{""actionType"":""condition"",""column"":""pet_age"",""operation"":"">"",""value"":1}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -dde83940-b289-4944-86d6-704198b1c0c5,,USER,What nurses are on call with block floor 1 and block code 1? Tell me their names.,"{""actions"":[{""actionType"":""condition"",""column"":""blockfloor"",""operation"":""="",""value"":1},{""actionType"":""condition"",""column"":""blockcode"",""operation"":""="",""value"":1}]}","[{""columns"":[""Nurse"",""BlockFloor"",""BlockCode"",""OnCallStart"",""OnCallEnd""],""name"":""On_Call"",""type"":""grid""}]" -187429de-bd7c-4e41-97bc-c2296f3f9c16,,USER,List the names of companies by ascending number of sales.,"{""actions"":[{""actionType"":""sorting"",""column"":""Sales_in_Billion"",""direction"":""asc""}]}","[{""columns"":[""Company_ID"",""Name"",""Headquarters"",""Industry"",""Sales_in_Billion"",""Profits_in_Billion"",""Assets_in_Billion"",""Market_Value_in_Billion""],""name"":""company"",""type"":""grid""}]" -2208d971-b31d-4463-a59c-6fc0e63fe517,,USER,What is the name and country of origin of every singer who has a song with the word 'Hey' in its title?,"{""actions"":[{""actionType"":""condition"",""column"":""song_name"",""operation"":""contains"",""value"":""Hey""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -a316b9ba-b57e-4f4f-baf9-97d781dc9fe0,,USER,How many different types of rooms are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""roomtype"",""aggregation"":""count""}]}","[{""columns"":[""RoomNumber"",""RoomType"",""BlockFloor"",""BlockCode"",""Unavailable""],""name"":""Room"",""type"":""grid""}]" -0b5c7898-66d6-4993-bb1d-421bbf12db05,,USER,Return the names and ids of all products whose price is between 600 and 700.,"{""actions"":[{""actionType"":""condition"",""column"":""product_price"",""operation"":"">="",""value"":600},{""actionType"":""condition"",""column"":""product_price"",""operation"":""<="",""value"":700}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -079d8c74-1990-48a0-9567-1cd947a87256,,USER,What is the total student capacity of all dorms?,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_capacity"",""aggregation"":""sum""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" -89bd7331-c7c9-48b0-85dd-bc6b61233c57,,USER,Please show the record formats of orchestras in ascending order of count.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -0413e159-afac-4ed7-b3e9-c0dc3fe8156c,,USER,Return the names of the contestants whose names contain the substring 'Al' .,"{""actions"":[{""actionType"":""condition"",""column"":""contestant_name"",""operation"":""contains"",""value"":""al""}]}","[{""columns"":[""contestant_number"",""contestant_name""],""name"":""CONTESTANTS"",""type"":""grid""}]" -58e3e6b5-5304-4457-80e0-2adf6348823b,,USER,What is the alphabetically ordered list of all distinct medications?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Brand"",""Description""],""name"":""Medication"",""type"":""grid""}]" -dd18c812-3329-4783-aa3b-4e655406eddf,,USER,What is the first name and country code of the oldest player?,"{""actions"":[{""actionType"":""topFilter"",""column"":""birth_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -430f6a73-899d-4d8c-8dae-9c3d01419069,,USER,Sort all the distinct product names in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""product_name"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_name"",""product_details""],""name"":""Product"",""type"":""grid""}]" -12b96ae1-a184-48bd-8ff1-deed317c7312,,USER,Show me the departure date and arrival date for all flights from Los Angeles to Honolulu.,"{""actions"":[{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""'Honolulu'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -b41fcc17-6831-486b-b237-66c65a500c06,,USER,"What is the template type code for template type description ""Book"".","{""actions"":[{""actionType"":""condition"",""column"":""template_type_description"",""operation"":""="",""value"":""'Book'""}]}","[{""columns"":[""Template_Type_Code"",""Template_Type_Description""],""name"":""Ref_Template_Types"",""type"":""grid""}]" -0b6c9b63-735a-42bb-b8c6-cdefcfb52626,,USER,Count the number of artists who are older than 46 and joined after 1990.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":46},{""actionType"":""condition"",""column"":""year_join"",""operation"":"">"",""value"":1990}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" -49414788-86fc-4f3e-8b6c-35f4e47ae6f8,,USER,What is the mean age for both genders?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -13ca8a74-8fc0-4503-a1e0-1c61bf7b4081,,USER,Count the number of different nationalities.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Nationality"",""aggregation"":""count""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" -0a5e236c-4241-4907-a2ed-2c2e2e8cd254,,USER,"Show different carriers of phones, along with the number of phones for each carrier.","{""actions"":[{""actionType"":""aggregations"",""column"":""Name"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Carrier""}]}","[{""columns"":[""Name"",""Phone_ID"",""Memory_in_G"",""Carrier"",""Price""],""name"":""phone"",""type"":""grid""}]" -a0bee02c-5733-4efd-b71d-bb44379b8095,,USER,What is the description of role code ED?,"{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""'ED'""}]}","[{""columns"":[""role_code"",""role_description""],""name"":""Roles"",""type"":""grid""}]" -7304c4f6-9490-48c6-9ae8-357ebbc0f336,,USER,What is the list of school locations sorted in descending order of school foundation year?,"{""actions"":[{""actionType"":""sorting"",""column"":""Founded"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -7800f476-5efc-40fc-921c-229bb613dfa5,,USER,"What are the different template type codes, and how many templates correspond to each?","{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_type_code""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" -6b042ab0-8c1a-42de-a585-39b070c3cdfa,,USER,"What is the description of the club ""Pen and Paper Gaming""?","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Pen and Paper Gaming'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" -17ac9f39-c309-4bf4-a4b5-7124d58ea2e0,,USER,Find the total capacity of all dorms.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_capacity"",""aggregation"":""sum""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" -bf1bbb4f-d9b3-4ee5-81cb-33986f639062,,USER,What is the country of the airport with the highest elevation?,"{""actions"":[{""actionType"":""topFilter"",""column"":""elevation"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -af56f1bd-faa1-4610-b549-b0c79e36c0f9,,USER,Display various statuses and the count of roller coasters with each status.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Roller_Coaster_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" -41e26e80-b476-4773-8a47-716e2b96fe98,,USER,"Find products with max page size as ""A4"" and pages per minute color smaller than 5.","{""actions"":[{""actionType"":""condition"",""column"":""max_page_size"",""operation"":""="",""value"":""'A4'""},{""actionType"":""condition"",""column"":""pages_per_minute_color"",""operation"":""<"",""value"":5}]}","[{""columns"":[""product_id"",""product"",""dimensions"",""dpi"",""pages_per_minute_color"",""max_page_size"",""interface""],""name"":""product"",""type"":""grid""}]" -f79e71bb-49b7-4b52-b34d-f72ba8818b94,,USER,How many captains are in each rank?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -cccfeeaa-5d0e-43d0-84c8-613e2fb8c34b,,USER,Give the phone and postal code corresponding to the address '1031 Daugavpils Parkway'.,"{""actions"":[{""actionType"":""condition"",""column"":""address"",""operation"":""="",""value"":""1031 Daugavpils Parkway""}]}","[{""columns"":[""address_id"",""address"",""address2"",""district"",""city_id"",""postal_code"",""phone"",""last_update""],""name"":""address"",""type"":""grid""}]" -94c12559-7540-463f-8c1b-d242323a2164,,USER,Return the codes of countries where Spanish is the primary spoken language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -e527193b-adeb-43ed-bb94-5fefa0b0f505,,USER,"Return the description of the product called ""Chocolate"".","{""actions"":[{""actionType"":""condition"",""column"":""product_name"",""operation"":""="",""value"":""'Chocolate'""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" -89acf831-0b40-4834-ae89-22529b883e3e,,USER,How many different levels do members have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LEVEL"",""aggregation"":""count""}]}","[{""columns"":[""Member_ID"",""Card_Number"",""Name"",""Hometown"",""Level""],""name"":""member"",""type"":""grid""}]" -ae49c009-85d2-4bbf-8c90-8c73d29506af,,USER,What is the first and last name of the oldest employee?,"{""actions"":[{""actionType"":""topFilter"",""column"":""emp_dob"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""EMP_NUM"",""EMP_LNAME"",""EMP_FNAME"",""EMP_INITIAL"",""EMP_JOBCODE"",""EMP_HIREDATE"",""EMP_DOB""],""name"":""EMPLOYEE"",""type"":""grid""}]" -61f1d00c-94ff-4d69-b44b-46553fac4e74,,USER,What is the list of program origins ordered alphabetically?,"{""actions"":[{""actionType"":""sorting"",""column"":""origin"",""direction"":""asc""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" -33a9f23e-d78a-48a9-89bf-6b94faf39fec,,USER,How many different teams have had eliminated wrestlers?,"{""actions"":[{""actionType"":""aggregations"",""column"":""team"",""aggregation"":""COUNT""}]}","[{""columns"":[""Elimination_ID"",""Wrestler_ID"",""Team"",""Eliminated_By"",""Elimination_Move"",""Time""],""name"":""Elimination"",""type"":""grid""}]" -c4e01425-43bd-44fc-bdcd-b3c2406f5b21,,USER,How many singers belong to each citizenship category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -b4a319e1-51e3-479a-a387-d59a6f9ba4c7,,USER,"Which employees have the role with code ""HR""? Find their names.","{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""'HR'""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" -1d75d583-03af-4b4a-a66f-ca1a0691ce0f,,USER,"Return the login names of the students whose family name is ""Ward"".","{""actions"":[{""actionType"":""condition"",""column"":""family_name"",""operation"":""="",""value"":""'Ward'""}]}","[{""columns"":[""student_id"",""date_of_registration"",""date_of_latest_logon"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name""],""name"":""Students"",""type"":""grid""}]" -dbb2656c-8f2b-41f6-a750-ec4483b3da23,,USER,"Show card number, name, and hometown for all members in a descending order of level.","{""actions"":[{""actionType"":""sorting"",""column"":""LEVEL"",""direction"":""desc""}]}","[{""columns"":[""Member_ID"",""Card_Number"",""Name"",""Hometown"",""Level""],""name"":""member"",""type"":""grid""}]" -2c8927ca-419a-4c7e-8e18-7e3ad35eceed,,USER,how large is new mexico,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'new mexico'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -c44c0d6b-f8ea-4dd7-8a26-38d936515171,,USER,How many captains younger than 50 are in each rank?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -0b55fe6d-6087-43a7-b8a2-6b83b57ad959,,USER,What are the names of everybody sorted by age in descending order?,"{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -ea41187a-e35a-418b-a9b8-10879c22452a,,USER,how many states have cities or towns named springfield,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -ff26c2d3-e8b0-48e6-a6c1-88496274a118,,USER,List the distinct carriers of phones with memories bigger than 32.,"{""actions"":[{""actionType"":""condition"",""column"":""Memory_in_G"",""operation"":"">"",""value"":32}]}","[{""columns"":[""Name"",""Phone_ID"",""Memory_in_G"",""Carrier"",""Price""],""name"":""phone"",""type"":""grid""}]" -81699dc8-3009-4c06-afdf-65b57bf31f00,,USER,Find the ids of orders whose status is 'Success'.,"{""actions"":[{""actionType"":""condition"",""column"":""order_status_code"",""operation"":""="",""value"":""Success""}]}","[{""columns"":[""actual_order_id"",""order_status_code"",""regular_order_id"",""actual_order_date""],""name"":""Actual_Orders"",""type"":""grid""}]" -0a191f4b-29d3-43b6-ae9a-943e8698deda,,USER,Sort the names of products in ascending order of their price.,"{""actions"":[{""actionType"":""sorting"",""column"":""Product_Price"",""direction"":""asc""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" -3025e0cb-8f1b-4949-93bf-4878379e7db8,,USER,What is the total checking balance in all accounts?,"{""actions"":[{""actionType"":""aggregations"",""column"":""balance"",""aggregation"":""sum""}]}","[{""columns"":[""custid"",""balance""],""name"":""CHECKING"",""type"":""grid""}]" -5812767d-32fc-43dc-beba-ccd8e11d1b8c,,USER,What is the name of the organization that was formed most recently?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_formed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""organization_id"",""date_formed"",""organization_name"",""uk_vat_number""],""name"":""Organizations"",""type"":""grid""}]" -24237cdc-c2c2-4620-823a-099c9d79c902,,USER,What is the phone number and postal code of the address 1031 Daugavpils Parkway?,"{""actions"":[{""actionType"":""condition"",""column"":""address"",""operation"":""="",""value"":""1031 Daugavpils Parkway""}]}","[{""columns"":[""address_id"",""address"",""address2"",""district"",""city_id"",""postal_code"",""phone"",""last_update""],""name"":""address"",""type"":""grid""}]" -468711c8-0016-43c4-a18a-c6719856880f,,USER,What are the different district names in order of descending city area?,"{""actions"":[{""actionType"":""sorting"",""column"":""city_area"",""direction"":""desc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" -f9d66595-3960-48b1-978e-12f4fdfa43b4,,USER,Return the names of wrestlers with fewer than 100 days held.,"{""actions"":[{""actionType"":""condition"",""column"":""Days_held"",""operation"":""<"",""value"":100}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" -fd0a4762-adeb-49d8-a54c-e29e9c591cf4,,USER,what states border kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -93358fbc-40fa-4201-9ef3-752a95f39aab,,USER,What are the statuses and average populations of each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" -2f110703-888d-481d-bfdc-6ca1929b549c,,USER,in which state is springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -b3c1260b-7155-42a7-9dea-c6d75715f720,,USER,How many medicines were not approved by the FDA?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""FDA_approved"",""operation"":""="",""value"":""No""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" -a7dada65-0cbf-4947-82bb-b0ebad9464fd,,USER,List the name of actors in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" -fdefb8fe-2abc-448d-a08d-145f7a265f46,,USER,Find the number of rooms with king bed for each decor type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -7b70643d-4069-4231-9d3c-e2abd138471e,,USER,How many shops are located in each area?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Shop_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" -53567588-3cee-49be-844f-7e6adea31e3c,,USER,When was the school with the largest enrollment founded?,"{""actions"":[{""actionType"":""topFilter"",""column"":""enrollment"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -c675696d-c7d7-4e02-9406-66916ba31525,,USER,"What are the names of companies whose headquarters are not ""USA""?","{""actions"":[{""actionType"":""condition"",""column"":""Headquarters"",""operation"":""!="",""value"":""USA""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -450cf9c3-6c80-423f-8208-eca0ae378a8e,,USER,Show different citizenship of singers and the number of singers of each citizenship.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -e84ccf97-6ed6-4457-99e7-006d23ad53d3,,USER,"List the dog name, age and weight of the dogs who have been abandoned? 1 stands for yes, and 0 stands for no.","{""actions"":[{""actionType"":""condition"",""column"":""abandoned_yn"",""operation"":""="",""value"":1}]}","[{""columns"":[""dog_id"",""owner_id"",""abandoned_yn"",""breed_code"",""size_code"",""name"",""age"",""date_of_birth"",""gender"",""weight"",""date_arrived"",""date_adopted"",""date_departed""],""name"":""Dogs"",""type"":""grid""}]" -7f9b4877-0eb3-4642-bbbd-dd49958830df,,USER,"What is the abbreviation of Airline ""JetBlue Airways""?","{""actions"":[{""actionType"":""condition"",""column"":""Airline"",""operation"":""="",""value"":""'JetBlue Airways'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" -97cc4d30-232b-4dd3-b70b-150f05620ceb,,USER,Count the number of countries.,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""count""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -4932991c-51a5-4df0-916f-fbf6eb0b9b04,,USER,"What are the different classes of races, and how many races correspond to each?","{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""CLASS""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" -35383e47-9681-4bac-8e38-2d9f4060b7e8,,USER,"What are the number of international and domestic passengers of the airport named London ""Heathrow""?","{""actions"":[{""actionType"":""condition"",""column"":""Airport_Name"",""operation"":""="",""value"":""'London Heathrow'""}]}","[{""columns"":[""Airport_ID"",""Airport_Name"",""Total_Passengers"",""%_Change_2007"",""International_Passengers"",""Domestic_Passengers"",""Transit_Passengers"",""Aircraft_Movements"",""Freight_Metric_Tonnes""],""name"":""airport"",""type"":""grid""}]" -5115ebf4-a474-41b0-ab89-9795dd34da62,,USER,give me the states that border kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -e4d091c6-5f02-40a2-b986-33e49e61a586,,USER,Count the number of employees in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" -555c15f8-bb19-475c-b08c-60b13df2b3e6,,USER,Return the song in the volume that has spent the most weeks on top?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Weeks_on_Top"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" -43ebc327-eeaa-4a08-b1eb-cd7bbdc7d4f7,,USER,Find the number of departments in each school.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -3256c214-867e-4b73-93c4-cbefb75faa41,,USER,"List the distinct names of the instructors, ordered by name.","{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -648912bf-64af-4a53-a3cc-c3afac25e714,,USER,"Show the apartment type code that has the largest number of total rooms, together with the number of bathrooms and number of bedrooms.","{""actions"":[{""actionType"":""grouping"",""column"":""apt_type_code""},{""actionType"":""topFilter"",""column"":""room_count"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" -56a4d54d-0f89-4048-b8e9-5ef19cd61592,,USER,What are the cities that have a branch that opened in 2001 and a branch with more than 100 members?,"{""actions"":[{""actionType"":""condition"",""column"":""open_year"",""operation"":""="",""value"":2001},{""actionType"":""condition"",""column"":""membership_amount"",""operation"":"">"",""value"":100}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" -ae1bd739-2ff6-41c6-8b8e-86e5d19c381a,,USER,What is the average weight of cars each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -5bbd2b45-e13b-438d-a12b-527b9eb5805f,,USER,"Which order's shipment tracking number is ""3452""? Give me the id of the order.","{""actions"":[{""actionType"":""condition"",""column"":""shipment_tracking_number"",""operation"":""="",""value"":""'3452'""}]}","[{""columns"":[""shipment_id"",""order_id"",""invoice_number"",""shipment_tracking_number"",""shipment_date"",""other_shipment_details""],""name"":""Shipments"",""type"":""grid""}]" -107b478f-3b1c-45dc-8e02-fabf6c0abddf,,USER,"Return the maximum support rate, minimum consider rate, and minimum oppose rate across all candidates?","{""actions"":[{""actionType"":""aggregations"",""column"":""support_rate"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""consider_rate"",""aggregation"":""min""},{""actionType"":""aggregations"",""column"":""oppose_rate"",""aggregation"":""min""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" -9b5d0515-7380-430b-a1da-8eefd939d393,,USER,What is the total number of students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -37f34201-3452-4b00-8884-6687f76f6f25,,USER,What are the names and descriptions of the products that are of 'Cutlery' type and have daily hire cost lower than 20?,"{""actions"":[{""actionType"":""condition"",""column"":""product_type_code"",""operation"":""="",""value"":""Cutlery""},{""actionType"":""condition"",""column"":""daily_hire_cost"",""operation"":""<"",""value"":20}]}","[{""columns"":[""product_id"",""product_type_code"",""daily_hire_cost"",""product_name"",""product_description""],""name"":""Products_for_Hire"",""type"":""grid""}]" -cf074347-8006-4e42-8110-b1928cd501f3,,USER,How many gas station are opened between 2000 and 2005?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Station_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":"">="",""value"":2000},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<="",""value"":2005}]}","[{""columns"":[""Station_ID"",""Open_Year"",""Location"",""Manager_Name"",""Vice_Manager_Name"",""Representative_Name""],""name"":""gas_station"",""type"":""grid""}]" -539445c5-f63d-461b-bf30-5e460c536604,,USER,"What are the IDs of customers who have ""Diana"" in part of their names?","{""actions"":[{""actionType"":""condition"",""column"":""customer_name"",""operation"":""contains"",""value"":""Diana""}]}","[{""columns"":[""Customer_ID"",""Customer_name""],""name"":""Customers"",""type"":""grid""}]" -d6b985f6-8e44-4764-b792-aec781c8ce45,,USER,Find the total number of tours for each ranking date.,"{""actions"":[{""actionType"":""aggregations"",""column"":""tours"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""ranking_date""}]}","[{""columns"":[""ranking_date"",""ranking"",""player_id"",""ranking_points"",""tours""],""name"":""rankings"",""type"":""grid""}]" -fa7ead6c-f879-4ac1-9a8c-d69f047f32ad,,USER,How many phones are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Name"",""aggregation"":""count""}]}","[{""columns"":[""Name"",""Phone_ID"",""Memory_in_G"",""Carrier"",""Price""],""name"":""phone"",""type"":""grid""}]" -13ea70c8-af17-472d-a6df-2a049d64ed64,,USER,what is the major cities in kansas,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kansas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -b5820127-fc65-4085-8fca-9999e637bd27,,USER,what is the lowest point in the state of iowa,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'iowa'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -955aeff5-4674-4193-921a-afdd865cfcfd,,USER,How many students are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -d51f69aa-c276-4215-8ec3-ec75b1119b60,,USER,Determine the number of locations for each school.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -fb033c77-031d-4d1d-ba70-05665293012b,,USER,"Among players with an overall rating above 80, count right-footed and left-footed players.","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""overall_rating"",""operation"":"">"",""value"":80},{""actionType"":""grouping"",""column"":""preferred_foot""}]}","[{""columns"":[""id"",""player_fifa_api_id"",""player_api_id"",""date"",""overall_rating"",""potential"",""preferred_foot"",""attacking_work_rate"",""defensive_work_rate"",""crossing"",""finishing"",""heading_accuracy"",""short_passing"",""volleys"",""dribbling"",""curve"",""free_kick_accuracy"",""long_passing"",""ball_control"",""acceleration"",""sprint_speed"",""agility"",""reactions"",""balance"",""shot_power"",""jumping"",""stamina"",""strength"",""long_shots"",""aggression"",""interceptions"",""positioning"",""vision"",""penalties"",""marking"",""standing_tackle"",""sliding_tackle"",""gk_diving"",""gk_handling"",""gk_kicking"",""gk_positioning"",""gk_reflexes""],""name"":""Player_Attributes"",""type"":""grid""}]" -1c7bf916-a2b0-4984-a915-1de8fd4b8029,,USER,What are the employee ids for each employee and final dates of employment at their last job?,"{""actions"":[{""actionType"":""aggregations"",""column"":""end_date"",""aggregation"":""MAX""},{""actionType"":""grouping"",""column"":""employee_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""START_DATE"",""END_DATE"",""JOB_ID"",""DEPARTMENT_ID""],""name"":""job_history"",""type"":""grid""}]" -0213d1d2-b5a9-4d59-963d-68965bb1af91,,USER,How many faculty members do we have for each faculty rank?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -45c395b9-0510-4b59-b146-bdad93813158,,USER,How many milliseconds long is Fast As a Shark?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Fast As a Shark'""}]}","[{""columns"":[""id"",""name"",""album_id"",""media_type_id"",""genre_id"",""composer"",""milliseconds"",""bytes"",""unit_price""],""name"":""tracks"",""type"":""grid""}]" -7c23de64-13c8-48d4-bbdf-0aa5257725c9,,USER,Find the titles of all movies directed by steven spielberg.,"{""actions"":[{""actionType"":""condition"",""column"":""director"",""operation"":""="",""value"":""Steven Spielberg""}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" -d3b7b223-6d30-4911-93ce-af7dbb5fa804,,USER,What are the id of all the files in mp3 format?,"{""actions"":[{""actionType"":""condition"",""column"":""formats"",""operation"":""="",""value"":""'mp3'""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" -d926c6a1-6011-4c87-8d08-dda977a4a185,,USER,what is the lowest point of iowa,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'iowa'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -9190ec84-932e-4a9e-b817-50389a26c2c3,,USER,What are the name and description for location code x?,"{""actions"":[{""actionType"":""condition"",""column"":""location_code"",""operation"":""="",""value"":""'x'""}]}","[{""columns"":[""Location_Code"",""Location_Name"",""Location_Description""],""name"":""Ref_Locations"",""type"":""grid""}]" -054d909c-d526-4313-99ba-effe19a2eacd,,USER,What are the name and level of catalog structure with level number between 5 and 10,"{""actions"":[{""actionType"":""condition"",""column"":""catalog_level_number"",""operation"":"">="",""value"":5},{""actionType"":""condition"",""column"":""catalog_level_number"",""operation"":""<="",""value"":10}]}","[{""columns"":[""catalog_level_number"",""catalog_id"",""catalog_level_name""],""name"":""Catalog_Structure"",""type"":""grid""}]" -f2e56b5f-b036-4a6e-9f01-b18174e6b204,,USER,"Give the name, year of independence, and surface area of the country that has the lowest population.","{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -91ab8b70-9ae6-433f-b5d8-60c464293282,,USER,Where is the youngest teacher from?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" -2116459d-f612-4c2c-b4ff-eb9ed4a736ad,,USER,"Show the short names of the buildings managed by ""Emma"".","{""actions"":[{""actionType"":""condition"",""column"":""building_manager"",""operation"":""="",""value"":""'Emma'""}]}","[{""columns"":[""building_id"",""building_short_name"",""building_full_name"",""building_description"",""building_address"",""building_manager"",""building_phone""],""name"":""Apartment_Buildings"",""type"":""grid""}]" -e79c6cce-dcb2-4550-be8d-0e3b4c23136a,,USER,Determine the total number of hours completed by students in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""stu_hrs"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" -cdbb2e23-320e-45c3-8aba-54ffa99bb6ff,,USER,Show the average age for male and female students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -dc1207ba-d1a1-4a9d-b185-bb70a411a2e5,,USER,What are the names of all movies directed by Steven Spielberg?,"{""actions"":[{""actionType"":""condition"",""column"":""director"",""operation"":""="",""value"":""Steven Spielberg""}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" -549cd363-580a-4d64-b49f-cf590cee9d39,,USER,where is mount whitney located,"{""actions"":[{""actionType"":""condition"",""column"":""mountain_name"",""operation"":""="",""value"":""'whitney'""}]}","[{""columns"":[""mountain_name"",""mountain_altitude"",""country_name"",""state_name""],""name"":""mountain"",""type"":""grid""}]" -fb9e11af-f46a-4e4c-916e-0308a6d62d26,,USER,What is the age of the oldest dog?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""max""}]}","[{""columns"":[""dog_id"",""owner_id"",""abandoned_yn"",""breed_code"",""size_code"",""name"",""age"",""date_of_birth"",""gender"",""weight"",""date_arrived"",""date_adopted"",""date_departed""],""name"":""Dogs"",""type"":""grid""}]" -f637e6ce-601b-4bf5-abec-cc0299115e4e,,USER,Show all role codes and the number of employees in each role.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""role_code""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" -a267edb9-5a70-4e8b-b92c-777702e3a63b,,USER,"Find the number of team franchises that are active (have 'Y' as ""active"" information).","{""actions"":[{""actionType"":""aggregations"",""column"":""franchise_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""active"",""operation"":""="",""value"":""Y""}]}","[{""columns"":[""franchise_id"",""franchise_name"",""active"",""na_assoc""],""name"":""team_franchise"",""type"":""grid""}]" -a8e970df-27a0-4a61-abb6-0135a5abee47,,USER,"Show names of people whose nationality is not ""Russia"".","{""actions"":[{""actionType"":""condition"",""column"":""Nationality"",""operation"":""!="",""value"":""'Russia'""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" -9d0bd48a-b273-428a-baf6-2983a6d2f00a,,USER,Count the number of markets that have a number of cities lower than 300.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Market_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Number_cities"",""operation"":""<"",""value"":300}]}","[{""columns"":[""Market_ID"",""Country"",""Number_cities""],""name"":""market"",""type"":""grid""}]" -2721a075-d275-43d0-b0f0-ebea463e1183,,USER,Show all card type codes and the number of customers holding cards in each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""card_type_code""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" -de2f49f1-4ac5-4020-a501-87a79658837f,,USER,"What are the order ids and customer ids for orders that have been Cancelled, sorted by their order dates?","{""actions"":[{""actionType"":""condition"",""column"":""order_status_code"",""operation"":""="",""value"":""'Cancelled'""},{""actionType"":""sorting"",""column"":""order_date"",""direction"":""asc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status_code"",""order_date""],""name"":""Customer_Orders"",""type"":""grid""}]" -f2307c3f-4433-47fe-a00a-a0bd7a491e4e,,USER,What is the name of every college in alphabetical order that has more than 18000 students enrolled?,"{""actions"":[{""actionType"":""condition"",""column"":""enr"",""operation"":"">"",""value"":18000},{""actionType"":""sorting"",""column"":""cName"",""direction"":""asc""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -22216c42-2545-4c7c-a11b-883516992d8a,,USER,What is the average price of products for each category code?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_category_code""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" -530018f1-3f17-4175-9826-9591f0195a3f,,USER,"For each hometown, how many teachers are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Hometown""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" -0eaf4b32-73cb-4a79-bc1a-466cc85c3f2e,,USER,Show all the distinct president votes made on 08/30/2015.,"{""actions"":[{""actionType"":""condition"",""column"":""Registration_Date"",""operation"":""="",""value"":""'08/30/2015'""}]}","[{""columns"":[""StuID"",""Registration_Date"",""Election_Cycle"",""President_Vote"",""Vice_President_Vote"",""Secretary_Vote"",""Treasurer_Vote"",""Class_President_Vote"",""Class_Senator_Vote""],""name"":""Voting_record"",""type"":""grid""}]" -698f0ea3-aa90-4c69-b3f2-137931f76aac,,USER,Find the names of all instructors in Comp. Sci. department with salary > 80000.,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Comp. Sci.""},{""actionType"":""condition"",""column"":""salary"",""operation"":"">"",""value"":80000}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -a51cd8ae-c3ee-4fec-98f3-e51cf5c9c424,,USER,"Count the number of tests with ""Fail"" result.","{""actions"":[{""actionType"":""aggregations"",""column"":""registration_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""test_result"",""operation"":""="",""value"":""'Fail'""}]}","[{""columns"":[""registration_id"",""date_test_taken"",""test_result""],""name"":""Student_Tests_Taken"",""type"":""grid""}]" -c6672426-36dd-450c-9a14-a42be9c0e1f2,,USER,What is the weight of the shortest person?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Date_of_Birth""],""name"":""people"",""type"":""grid""}]" -22539e67-65bd-4843-bd09-7428fb84c066,,USER,What are the average prices of hotels grouped by their pet policy.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pets_allowed_yn""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -ddf09f95-dbb2-488e-9a1a-2542750cc746,,USER,How many teachers are there in each hometown?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Hometown""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" -4396e5e9-5fcc-46fd-b0fd-87b05eb05f0f,,USER,"For each grade 0 classroom, return the classroom number and the count of students.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'0'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -d1be0af8-2702-40b9-97fd-0856d44ae803,,USER,"Count the number of universities with over 20,000 enrollees for each affiliation type.","{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enrollment"",""operation"":"">"",""value"":20000},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -61d62aab-a14f-43c0-a380-8796348b0434,,USER,What is the description for the budget type with code ORG?,"{""actions"":[{""actionType"":""condition"",""column"":""budget_type_code"",""operation"":""="",""value"":""'ORG'""}]}","[{""columns"":[""Budget_Type_Code"",""Budget_Type_Description""],""name"":""Ref_Budget_Codes"",""type"":""grid""}]" -cece1442-ee19-4962-a9e0-0c69f3953b68,,USER,List all the businesses with more than 4.5 stars,"{""actions"":[{""actionType"":""condition"",""column"":""rating"",""operation"":"">"",""value"":4.5}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" -ec939f2f-5995-4ecc-8d9d-5ffbeaa76687,,USER,Which of the airport names contains the word 'international'?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""international""}]}","[{""columns"":[""id"",""City"",""Country"",""IATA"",""ICAO"",""name""],""name"":""airport"",""type"":""grid""}]" -1c76c628-e522-4cd4-80db-cb048ffb1825,,USER,Find the number of dorms and total capacity for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -a34d73e9-ec33-493c-8fc6-c78ef63893c0,,USER,"Find the names of all the products whose stock number starts with ""2"".","{""actions"":[{""actionType"":""condition"",""column"":""product_stock_number"",""operation"":""starts with"",""value"":""2""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" -e657ec4c-31be-47e7-9277-d175e55f0b0c,,USER,What is the average age for a male in each job?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -83762d3f-0c42-4487-b1d4-5aaaac8629c7,,USER,How many customers in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -e3d61fcc-f46b-4c56-8a40-cb1c0cb1230d,,USER,"Where is the birth place of "" Kevin Spacey ""","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'director_name0'""}]}","[{""columns"":[""did"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""director"",""type"":""grid""}]" -7f56aeed-7f10-4c82-90fc-ce444882e92b,,USER,"What are the different template type codes, and how many templates correspond to each?","{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_type_code""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" -59fdba32-6f62-456d-b01f-e5b02e9a312d,,USER,How many distinct currency codes are there for all drama workshop groups?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Currency_Code"",""aggregation"":""count""}]}","[{""columns"":[""Workshop_Group_ID"",""Address_ID"",""Currency_Code"",""Marketing_Region_Code"",""Store_Name"",""Store_Phone"",""Store_Email_Address"",""Other_Details""],""name"":""Drama_Workshop_Groups"",""type"":""grid""}]" -594810e2-fd81-4b23-8b49-9379ab3e984d,,USER,How many members are not living in Hartford?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""address"",""operation"":""!="",""value"":""Hartford""}]}","[{""columns"":[""Member_ID"",""Name"",""Membership_card"",""Age"",""Time_of_purchase"",""Level_of_membership"",""Address""],""name"":""member"",""type"":""grid""}]" -a1790629-210f-448a-94bd-4933a9a6dde2,,USER,How many invoices were billed from each state?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""billing_country"",""operation"":""="",""value"":""'USA'""},{""actionType"":""grouping"",""column"":""billing_state""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -ccb71725-ddb2-47bb-b071-531c2ccb8125,,USER,How many parties do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""party_name"",""aggregation"":""count""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" -1b2360b6-b410-48d7-b7c1-ffcef0abe4c9,,USER,Find the id of the song that lasts the longest.,"{""actions"":[{""actionType"":""topFilter"",""column"":""duration"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" -4172f7a9-1c07-45fd-8c75-13c33be2f9bc,,USER,Report the number of students in each classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -b11e8de5-e3e2-4781-8300-13d3c9098421,,USER,What is the name of the tallest building?,"{""actions"":[{""actionType"":""topFilter"",""column"":""height_feet"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""building_id"",""Name"",""Street_address"",""Years_as_tallest"",""Height_feet"",""Floors""],""name"":""building"",""type"":""grid""}]" -bef3ca6a-afcc-42e6-b0b3-10bc61d7dd67,,USER,List all club names in ascending order of start year.,"{""actions"":[{""actionType"":""sorting"",""column"":""Start_year"",""direction"":""asc""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" -525abd58-f2e7-4f59-bc29-3ca77ae60826,,USER,Show the advisors and the corresponding number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -241b7cf6-a21e-4423-b543-1a96af56f64d,,USER,"Find the name, city, country, and altitude (or elevation) of the airports in the city of New York.","{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""New York""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -65dc95f7-072d-4b4f-a18f-754ce0e3fb09,,USER,What is the total count of enzymes?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" -7a0598fd-ada7-4e76-a214-e4170443b292,,USER,What is the total number of singers?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -721c27f7-77e3-42b1-b082-a7f1ad9abb30,,USER,"What is the first, middle, and last name of the first student to register?","{""actions"":[{""actionType"":""topFilter"",""column"":""date_first_registered"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" -b5520091-c934-47a8-92fe-a1d1014181b1,,USER,"What are the gas station ids, locations, and manager names for the gas stations ordered by opening year?","{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Station_ID"",""Open_Year"",""Location"",""Manager_Name"",""Vice_Manager_Name"",""Representative_Name""],""name"":""gas_station"",""type"":""grid""}]" -537a42e5-5c93-4f6c-ad63-f129219f2f68,,USER,Could you show the number of members from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Member_ID"",""Name"",""Country"",""College_ID""],""name"":""member"",""type"":""grid""}]" -fc8c8bbe-67c0-4547-b446-f86fe41ef543,,USER,"What are the names of ships, ordered by year they were built and their class?","{""actions"":[{""actionType"":""sorting"",""column"":""built_year"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""CLASS"",""direction"":""asc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Built_Year"",""Class"",""Flag""],""name"":""Ship"",""type"":""grid""}]" -721f78ef-d467-4811-90a1-c7e07ee96a94,,USER,return me the paper with more than 200 citations .,"{""actions"":[{""actionType"":""condition"",""column"":""citation_num"",""operation"":"">"",""value"":200}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" -bb064c57-978f-4199-a542-d76fddd6f98e,,USER,What is the average fee for a CSU campus in the year of 2005?,"{""actions"":[{""actionType"":""aggregations"",""column"":""campusfee"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2005}]}","[{""columns"":[""Campus"",""Year"",""CampusFee""],""name"":""csu_fees"",""type"":""grid""}]" -397d072c-2ad2-43ef-8b2e-a403d2d90ade,,USER,Which room has the highest base price?,"{""actions"":[{""actionType"":""topFilter"",""column"":""basePrice"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -7d46377d-0256-494c-91c5-680df47c125c,,USER,What are the names of companies with revenue between 100 and 150?,"{""actions"":[{""actionType"":""condition"",""column"":""revenue"",""operation"":"">="",""value"":100},{""actionType"":""condition"",""column"":""revenue"",""operation"":""<="",""value"":150}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -995a764a-b93b-41a2-a89d-658c14ae9fa9,,USER,Count the number of different nationalities of conductors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Nationality"",""aggregation"":""count""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" -acb6c890-304e-4154-be34-ea8705e76dc3,,USER,"What are the name, height and prominence of mountains which do not belong to the range 'Aberdare Range'?","{""actions"":[{""actionType"":""condition"",""column"":""range"",""operation"":""!="",""value"":""Aberdare Range""}]}","[{""columns"":[""id"",""name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" -a18bc8e2-9a4c-444f-a0bd-f63e84f10c52,,USER,What is the name of the artist who joined latest?,"{""actions"":[{""actionType"":""topFilter"",""column"":""year_join"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" -e410b5cd-d7d5-4bc0-84cc-861680d32a12,,USER,How many distinct nationalities are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Nationality"",""aggregation"":""count""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" -873a82b2-9331-4479-8ff7-5986b8c86f3c,,USER,What is the total number of hours for all projects?,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours"",""aggregation"":""sum""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" -56663777-a553-4812-a359-57db09bd8686,,USER,Show the number of ships of each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""max_wind_Speed_mph"",""operation"":"">="",""value"":25},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -ba6d1747-b076-4d05-93da-f1f32e8c3554,,USER,"Return the type code of the document named ""David CV"".","{""actions"":[{""actionType"":""condition"",""column"":""document_name"",""operation"":""="",""value"":""'David CV'""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" -56f27862-5831-498f-b1fa-e57d14b4701f,,USER,What are airport names at City 'Aberdeen'?,"{""actions"":[{""actionType"":""condition"",""column"":""City"",""operation"":""="",""value"":""'Aberdeen'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" -9550d69a-09be-44b6-9a81-deb588c63376,,USER,Count the number of employees for each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" -d7b1a9bc-b730-4e5c-ab03-f2bdb506de21,,USER,"What are the names of musicals with nominee ""Bob Fosse""?","{""actions"":[{""actionType"":""condition"",""column"":""Nominee"",""operation"":""="",""value"":""'Bob Fosse'""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" -c4be5a32-5758-4bf9-bec4-eb5733eab79a,,USER,How many different product types are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_type_code"",""aggregation"":""count""}]}","[{""columns"":[""product_id"",""product_type_code"",""daily_hire_cost"",""product_name"",""product_description""],""name"":""Products_for_Hire"",""type"":""grid""}]" -6e213f68-9be8-49d0-8833-52309a9f3cf6,,USER,Return the poll source corresponding to the candidate who has the oppose rate.,"{""actions"":[{""actionType"":""topFilter"",""column"":""oppose_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" -13d71509-f368-4746-9aae-a1dfad2c6807,,USER,Determine the mean weight for each type of pet.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pettype""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -adc4a2bc-97e3-4845-9f0b-b49e57398c76,,USER,How many students are enrolled in each major?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""major""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -90405dfb-a369-4b88-9c5a-b4a3b1500043,,USER,How much does the most expensive charge type costs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""charge_amount"",""aggregation"":""max""}]}","[{""columns"":[""charge_id"",""charge_type"",""charge_amount""],""name"":""Charges"",""type"":""grid""}]" -7003c422-ab7d-4c45-b9f6-16ebc03fd34c,,USER,A list of the top 10 countries by average invoice size. List country name and average invoice size.,"{""actions"":[{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""AVG""},{""actionType"":""grouping"",""column"":""billing_country""},{""actionType"":""topFilter"",""column"":""total"",""limit"":10,""aggregation"":""AVG"",""direction"":""desc""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -a1b520eb-2c40-4dec-9118-29721e7f0c53,,USER,Find the name and training hours of players whose hours are below 1500.,"{""actions"":[{""actionType"":""condition"",""column"":""HS"",""operation"":""<"",""value"":1500}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" -f3f7950e-dbdf-40c1-ae38-f6e5973c3b9f,,USER,Count the number of regions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Region_id"",""aggregation"":""count""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" -d99a6a33-460e-4c91-9031-1e4381500d95,,USER,"List the names of all distinct medications, ordered in an alphabetical order.","{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Brand"",""Description""],""name"":""Medication"",""type"":""grid""}]" -8ebbc585-aa84-4693-9864-51de6a70285d,,USER,Give me Brazil’s population and life expectancies.,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""="",""value"":""'Brazil'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -a465fdf9-f8e1-4225-ac0d-3f980089b576,,USER,"List the number of invoices from the US, grouped by state.","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""billing_country"",""operation"":""="",""value"":""'USA'""},{""actionType"":""grouping"",""column"":""billing_state""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -e9d5cb6c-5f17-44c3-b6fa-6fbc36cdf470,,USER,give me the cities in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -24401d22-cacb-4cc3-97ea-eb0fc717c088,,USER,"Find the name, population and expected life length of asian country with the largest area?","{""actions"":[{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Asia'""},{""actionType"":""topFilter"",""column"":""SurfaceArea"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -937d61e3-2590-4c6b-87c8-6f3f128c488c,,USER,Eduardo Martins is a customer at which company?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Eduardo'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Martins'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" -2090e309-d754-4bc4-a398-6624a2e35bd6,,USER,Show all book categories and the number of books in each category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""category""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -5149ab9e-c701-4cd3-ac75-dc352b00a07f,,USER,Count the phones for every accreditation category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Accreditation_type""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" -c22d9878-f8b5-4c8f-8028-266d45b3611e,,USER,"For every payment method, count the number of payments made.","{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""payment_method_code""}]}","[{""columns"":[""customer_id"",""datetime_payment"",""payment_method_code"",""amount_payment""],""name"":""Customer_Payments"",""type"":""grid""}]" -fd29c661-b461-4431-96b0-ecfe0cbc72dc,,USER,"Given the titles of all courses, in order of titles and credits.","{""actions"":[{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""credits"",""direction"":""asc""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" -b9e8332d-4563-4dd6-8bf2-785355b59fa6,,USER,what state is springfield in,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -fad139ca-775f-480c-8587-39b24dff3646,,USER,How many shops are there in each location?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Shop_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" -e7c5e92b-316c-4b63-a84c-ad5e4bf7d22a,,USER,Show all book categories and the book count in each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""category""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -6ab6bbd9-5d3f-4e8b-8357-3504b8812a95,,USER,what is the population in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -239b5ca9-eac1-4a85-aa2d-b46f896fb681,,USER,HOw many engineers are older than 30?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":30},{""actionType"":""condition"",""column"":""job"",""operation"":""="",""value"":""engineer""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -01132af5-bc14-47e5-bfd2-17b48eeec7e4,,USER,Find the count of medicines offered for each trade.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""trade_name""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" -22b1e6b9-d04d-4ac5-ad93-ce647ee1260a,,USER,Find the ids of the nurses who are on call in block floor 1 and block code 1.,"{""actions"":[{""actionType"":""condition"",""column"":""blockfloor"",""operation"":""="",""value"":1},{""actionType"":""condition"",""column"":""blockcode"",""operation"":""="",""value"":1}]}","[{""columns"":[""Nurse"",""BlockFloor"",""BlockCode"",""OnCallStart"",""OnCallEnd""],""name"":""On_Call"",""type"":""grid""}]" -3e9a8c7b-c7f7-47e9-b3b1-815e901cdb7e,,USER,What are the names of singers ordered by ascending net worth?,"{""actions"":[{""actionType"":""sorting"",""column"":""Net_Worth_Millions"",""direction"":""asc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -05a950c6-ca17-405b-bfb2-9cf584f58c10,,USER,List all program origins in the alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""origin"",""direction"":""asc""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" -6652d42a-ecb3-4b5c-8cfe-8fb0b7476c83,,USER,Give me a list of the names of all songs ordered by their resolution.,"{""actions"":[{""actionType"":""sorting"",""column"":""resolution"",""direction"":""asc""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -9851a9af-e49b-43e6-82c2-6fb4a6cd4587,,USER,Count the number of employees,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" -6fa23f85-2004-46e6-bafa-cef364eaebc0,,USER,What is the id of the candidate who most recently accessed the course?,"{""actions"":[{""actionType"":""topFilter"",""column"":""assessment_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""candidate_id"",""qualification"",""assessment_date"",""asessment_outcome_code""],""name"":""Candidate_Assessments"",""type"":""grid""}]" -daedb594-58ef-4130-9e05-ee00807bf21c,,USER,"What is the maximum level of managers in countries that are not ""Australia""?","{""actions"":[{""actionType"":""aggregations"",""column"":""LEVEL"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Country"",""operation"":""!="",""value"":""'Australia\t'""}]}","[{""columns"":[""Manager_ID"",""Name"",""Country"",""Working_year_starts"",""Age"",""Level""],""name"":""manager"",""type"":""grid""}]" -9febb399-6d93-4961-949b-408ac8a8c0a4,,USER,"For each payment method, how many payments were made?","{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""payment_method_code""}]}","[{""columns"":[""customer_id"",""datetime_payment"",""payment_method_code"",""amount_payment""],""name"":""Customer_Payments"",""type"":""grid""}]" -02f91689-4b87-4c75-8cea-d1afd0876fd7,,USER,"List the full name (first and last name), and salary for those employees who earn below 6000.","{""actions"":[{""actionType"":""condition"",""column"":""salary"",""operation"":""<"",""value"":6000}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -c657df1e-e92e-4826-8a31-8f9c8e883d00,,USER,What is the name of the department with an instructure who has a name like 'Soisalon'?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Soisalon""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -1116ac8f-839a-4bf9-a4f4-f6281ebfadef,,USER,papers that were not published in the last year,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""!="",""value"":2015}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" -e11f883d-f66f-4189-a1fc-ea049a893bef,,USER,What is the id and salary of the employee named Mark Young?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Mark Young""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" -acbc5308-085e-4501-ae17-7eee9cea23fa,,USER,How many matches occurred in each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -e8eb91e5-f45a-438e-adf9-e7c8d47b7fe6,,USER,Sort the each workshop in alphabetical order of the venue. Return the date and venue of each workshop.,"{""actions"":[{""actionType"":""sorting"",""column"":""Venue"",""direction"":""asc""}]}","[{""columns"":[""Workshop_ID"",""Date"",""Venue"",""Name""],""name"":""workshop"",""type"":""grid""}]" -ece8e761-f889-4fd8-9d35-719e7d9ede10,,USER,What is the highest acceleration for different cylinder types?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Accelerate"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Cylinders""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -46e11824-798d-4ceb-9f16-60a81556226d,,USER,What are the total number of the audiences who visited any of the festivals?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Num_of_Audience"",""aggregation"":""sum""}]}","[{""columns"":[""Festival_ID"",""Festival_Name"",""Chair_Name"",""Location"",""Year"",""Num_of_Audience""],""name"":""festival_detail"",""type"":""grid""}]" -3f267286-c760-483b-beba-2e0bf7026e80,,USER,What is the zip code in which the average mean sea level pressure is the lowest?,"{""actions"":[{""actionType"":""grouping"",""column"":""zip_code""},{""actionType"":""topFilter"",""column"":""mean_sea_level_pressure_inches"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -64ea3f5e-2f0a-466e-bce1-c5c9f69cde71,,USER,"What are the phone, room, and building of the faculty member called Jerry Prince?","{""actions"":[{""actionType"":""condition"",""column"":""Fname"",""operation"":""="",""value"":""'Jerry'""},{""actionType"":""condition"",""column"":""Lname"",""operation"":""="",""value"":""'Prince'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -b2d198e5-1499-4370-b2d1-df212f285be1,,USER,"return me the year of "" Making database systems usable "" .","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" -faf5d720-7b76-40e9-b065-621585a5d70f,,USER,Show all cities and corresponding number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -7c4b8e20-e0e5-4c3c-9ca8-672dd01e4e1d,,USER,What is the total revenue of companies started by founder?,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""founder""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -bedce11c-1db0-477d-91c5-892ca33e05e2,,USER,Return the issue date of the volume that has spent the fewest weeks on top.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Weeks_on_Top"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" -bd7d2bc7-66c7-4539-a6e7-60836dade719,,USER,What is the maximum Online Mendelian Inheritance in Man (OMIM) value of the enzymes?,"{""actions"":[{""actionType"":""aggregations"",""column"":""OMIM"",""aggregation"":""max""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" -fea1ec6a-1dd1-40eb-87ff-f0a05ac4a451,,USER,List all payment methods and number of payments using each payment methods.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""payment_method_code""}]}","[{""columns"":[""customer_id"",""datetime_payment"",""payment_method_code"",""amount_payment""],""name"":""Customer_Payments"",""type"":""grid""}]" -a67960a1-667b-46e2-b7e4-9c7414343635,,USER,Find the total number of instructors who teach a course in the Spring 2010 semester.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""semester"",""operation"":""="",""value"":""Spring""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2010}]}","[{""columns"":[""ID"",""course_id"",""sec_id"",""semester"",""year""],""name"":""teaches"",""type"":""grid""}]" -37c482c9-3716-4251-adc4-1d39257872b8,,USER,Show the party and the number of drivers in each party.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Driver_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""party""}]}","[{""columns"":[""Driver_ID"",""Name"",""Party"",""Home_city"",""Age""],""name"":""driver"",""type"":""grid""}]" -84f08491-b2bb-4b86-a6b7-a58eeb1d448c,,USER,Show all template type codes and the number of templates for each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_type_code""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" -aa868e1c-198a-4c54-8b3d-846f54f8864b,,USER,Show the id and salary of Mark Young.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Mark Young""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" -115bff1f-7fc9-418e-af36-4911ef21adfd,,USER,"Find the titles of the papers that contain the word ""ML"".","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":""ML""}]}","[{""columns"":[""paperID"",""title""],""name"":""Papers"",""type"":""grid""}]" -fde314b5-f2d9-42a0-947e-ab23d20d84a5,,USER,Identify the quantity of medicines provided by each trade.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""trade_name""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" -bc4f7c9c-ed74-40e5-b67c-1a79330e8cdb,,USER,Count the number of races.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" -01cf6941-a8aa-4337-bb0c-cda38c8861ed,,USER,Give the songs included in volumes that have more than 1 week on top.,"{""actions"":[{""actionType"":""condition"",""column"":""Weeks_on_Top"",""operation"":"">"",""value"":1}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" -ca2d516c-8413-45bf-b07e-a6e7360b3956,,USER,Tell me the age of the oldest dog.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""max""}]}","[{""columns"":[""dog_id"",""owner_id"",""abandoned_yn"",""breed_code"",""size_code"",""name"",""age"",""date_of_birth"",""gender"",""weight"",""date_arrived"",""date_adopted"",""date_departed""],""name"":""Dogs"",""type"":""grid""}]" -4d4a3dfd-3382-4059-aa0a-a2fea2e9a096,,USER,Identify city statuses and their respective average populations.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" -1112fe9d-c5d5-4290-87f8-3a3710f949d2,,USER,Give the country codes for countries in which people speak langauges that are not English.,"{""actions"":[{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""!="",""value"":""'English'""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -8cdd52a6-1248-427b-aba0-5094e515d8c6,,USER,Select the name of the products with a price less than or equal to $200.,"{""actions"":[{""actionType"":""condition"",""column"":""price"",""operation"":""<="",""value"":200}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -145bccdb-6de9-4d5b-a67e-0b8791dd1ae9,,USER,List the physicians' employee ids together with their primary affiliation departments' ids.,"{""actions"":[{""actionType"":""condition"",""column"":""primaryaffiliation"",""operation"":""="",""value"":1}]}","[{""columns"":[""Physician"",""Department"",""PrimaryAffiliation""],""name"":""Affiliated_With"",""type"":""grid""}]" -4cd61ac2-68fe-40e8-9ba7-3ed82d1a8ba5,,USER,What is the id of the shortest trip?,"{""actions"":[{""actionType"":""topFilter"",""column"":""duration"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" -d43b2847-33c7-4aa5-8939-7d1a85130ab2,,USER,Select the average product price per manufacturer code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""AVG""},{""actionType"":""grouping"",""column"":""Manufacturer""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -778eecff-c18d-46ed-a4a1-f10199d925ba,,USER,Return the sum of all payment amounts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount"",""aggregation"":""sum""}]}","[{""columns"":[""payment_id"",""customer_id"",""staff_id"",""rental_id"",""amount"",""payment_date"",""last_update""],""name"":""payment"",""type"":""grid""}]" -39b146cf-d397-446f-8bf8-5f258a95f25e,,USER,"What are the years, titles, and publishers for all books, ordered by year descending?","{""actions"":[{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""desc""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -2ab44e52-8883-43f6-bade-80fd03f6c4e0,,USER,Find the id and name of customers whose address contains WY state and do not use credit card for payment.,"{""actions"":[{""actionType"":""condition"",""column"":""customer_address"",""operation"":""contains"",""value"":""WY""},{""actionType"":""condition"",""column"":""payment_method_code"",""operation"":""!="",""value"":""'Credit Card'""}]}","[{""columns"":[""customer_id"",""payment_method_code"",""customer_code"",""customer_name"",""customer_address"",""customer_phone"",""customer_email""],""name"":""Customers"",""type"":""grid""}]" -911cefbe-677a-4315-bc69-28cb8fe41cb8,,USER,Which tourist attractions can we get to by bus? Tell me the names of the attractions.,"{""actions"":[{""actionType"":""condition"",""column"":""How_to_Get_There"",""operation"":""="",""value"":""'bus'""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" -d544ab84-0168-40e8-8b97-4936fc0863c1,,USER,Which district has the least area?,"{""actions"":[{""actionType"":""topFilter"",""column"":""city_area"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" -5d98a53f-d335-4019-b274-85dce19e2e67,,USER,"For each document, list the number of employees who have been in the circulation history of that document, along with the document ID and number of employees.","{""actions"":[{""actionType"":""aggregations"",""column"":""employee_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""}]}","[{""columns"":[""document_id"",""draft_number"",""copy_number"",""employee_id""],""name"":""Circulation_History"",""type"":""grid""}]" -fcb84edc-1549-4724-862d-fae2c6cd952a,,USER,where is springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -877784fd-7ab0-4f19-9b3a-0745f267e681,,USER,Find all the distinct district names ordered by city area in descending.,"{""actions"":[{""actionType"":""sorting"",""column"":""city_area"",""direction"":""desc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" -45cc05a8-0b0e-472f-aeb5-f68cd8549b15,,USER,Find the number of distinct students enrolled in courses.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""}]}","[{""columns"":[""registration_id"",""student_id"",""course_id"",""date_of_enrolment"",""date_of_completion""],""name"":""Student_Course_Enrolment"",""type"":""grid""}]" -f56c04c9-a22d-49e8-ad04-a472fdf4de06,,USER,What is the phone and email for customer with first name Aniyah and last name Feest?,"{""actions"":[{""actionType"":""condition"",""column"":""customer_first_name"",""operation"":""="",""value"":""'Aniyah'""},{""actionType"":""condition"",""column"":""customer_last_name"",""operation"":""="",""value"":""'Feest'""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_last_name"",""customer_address"",""customer_phone"",""customer_email"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" -21808f4d-e0c2-4ecd-8691-ea5c52d549e7,,USER,"Check the invoices record and compute the average quantities ordered with the payment method ""MasterCard"".","{""actions"":[{""actionType"":""aggregations"",""column"":""Order_Quantity"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""payment_method_code"",""operation"":""="",""value"":""'MasterCard'""}]}","[{""columns"":[""Invoice_ID"",""Order_ID"",""payment_method_code"",""Product_ID"",""Order_Quantity"",""Other_Item_Details"",""Order_Item_ID""],""name"":""Invoices"",""type"":""grid""}]" -2c17af99-b5dc-4b0e-94ee-c7415efa0ed1,,USER,How many faculty members does each building have? Please list the result with the name of the building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Competition_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Competition_type""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" -7217f7f2-03c9-4959-9ce5-a13fae3329f2,,USER,Determine the total count of countries where Spanish is the most spoken language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""CountryCode"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -9089185f-2332-4c56-a012-b09482a7914d,,USER,Determine the number of entrepreneurs associated with each investor.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Investor""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" -b3252856-470d-4492-9ab3-0c10d8906d7f,,USER,"return me the references of "" Making database systems usable "" .","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" -003b8caf-9c75-4ac8-b0e3-7b82c1d5dc4b,,USER,How many kinds of enzymes are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" -29616d3a-42af-4a08-bbf7-d02d8573725d,,USER,What are the full names of faculties with sex M and who live in building NEB?,"{""actions"":[{""actionType"":""condition"",""column"":""sex"",""operation"":""="",""value"":""'M'""},{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'NEB'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -f97d705f-5078-4389-919b-b325fb092f3a,,USER,"Which paper's title contains the word ""Database""?","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":""Database""}]}","[{""columns"":[""paperID"",""title""],""name"":""Papers"",""type"":""grid""}]" -3329e19f-649b-4c88-9a86-2d7c9f526941,,USER,What are the names of the sections in reverse alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""section_name"",""direction"":""desc""}]}","[{""columns"":[""section_id"",""course_id"",""section_name"",""section_description"",""other_details""],""name"":""Sections"",""type"":""grid""}]" -eead6ab4-dc24-43a0-9421-ba81713483ea,,USER,"What are the different affiliations, and how many schools with each have an enrollment size of above 20000?","{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enrollment"",""operation"":"">"",""value"":20000},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -ca8914d6-7f02-4e5c-8f93-4f5756d846ac,,USER,Count the number of players who enter hall of fame for each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""yearid""}]}","[{""columns"":[""player_id"",""yearid"",""votedby"",""ballots"",""needed"",""votes"",""inducted"",""category"",""needed_note""],""name"":""hall_of_fame"",""type"":""grid""}]" -055bd1a9-4d6e-43b9-8f9f-53cc24610146,,USER,Find the grade studying in room 105.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":105}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -b3893896-29c4-45fd-b638-138725e425f9,,USER,Show all template ids and number of documents using each template.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_id""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -377ccd24-75f7-48a4-b3a7-111e6058a783,,USER,"Which location names contain the word ""film""?","{""actions"":[{""actionType"":""condition"",""column"":""Location_Name"",""operation"":""contains"",""value"":""film""}]}","[{""columns"":[""Location_ID"",""Location_Name"",""Address"",""Other_Details""],""name"":""Locations"",""type"":""grid""}]" -a2798a3c-2a0b-4915-a9d7-f7324da378a5,,USER,What are the names of the all-female dorms?,"{""actions"":[{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" -063aaa82-b815-4562-9800-a2e503185547,,USER,Group hotels by their pet policy and report their average prices.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pets_allowed_yn""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -a43632c0-944c-46c3-a87e-cb2c0ae8d0f7,,USER,Find the number of kids staying in the rooms reserved by a person called ROY SWEAZ.,"{""actions"":[{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'ROY'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'SWEAZY'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" -d9ff76ec-6422-4bfd-85fc-72f7925b83b3,,USER,"Find the emails of the user named ""Mary"".","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Mary""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" -c16439f8-6376-43aa-87c3-d6f777597955,,USER,What is the name of the highest rated wine?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Score"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -bdd5d1a2-89e9-42d8-acfe-107c70410acf,,USER,Show the id and name of the employee with maximum salary.,"{""actions"":[{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" -415865a1-9452-4df6-b72b-91ae57b79dde,,USER,How many movies were made before 2000?,"{""actions"":[{""actionType"":""aggregations"",""column"":""mID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<"",""value"":2000}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" -db9203c1-a7a8-44a0-afb6-00e876e7929e,,USER,"Find the name, account type, and account balance of the customer who has the highest credit score.","{""actions"":[{""actionType"":""topFilter"",""column"":""credit_score"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -ab46884b-82e8-4d32-8977-c5a1368350d1,,USER,How many musical nominations does each nominee have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Musical_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nominee""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" -ac434bd8-ba78-4123-958a-913579f0746c,,USER,"What are the titles, years, and directors of all movies, ordered by budget in millions?","{""actions"":[{""actionType"":""sorting"",""column"":""budget_million"",""direction"":""asc""}]}","[{""columns"":[""movie_id"",""Title"",""Year"",""Director"",""Budget_million"",""Gross_worldwide""],""name"":""movie"",""type"":""grid""}]" -c99258ee-65dd-4d67-a523-ae3cce89aec4,,USER,what is the density of wyoming,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'wyoming'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -39471175-0f8b-424c-8292-e70aaedc4418,,USER,what is the lowest point in iowa in meters,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'iowa'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -b115043c-676a-41f6-b1d0-1575946e710d,,USER,List the venues of debates in ascending order of the number of audience.,"{""actions"":[{""actionType"":""sorting"",""column"":""Num_of_Audience"",""direction"":""asc""}]}","[{""columns"":[""Debate_ID"",""Date"",""Venue"",""Num_of_Audience""],""name"":""debate"",""type"":""grid""}]" -9e29ff10-815e-4107-9927-6f102230462a,,USER,What is the owner of the channel that has the highest rating ratio?,"{""actions"":[{""actionType"":""topFilter"",""column"":""rating_in_percent"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -1af7f0aa-55a3-4978-9aff-f020eefd0ca3,,USER,Return the first names and last names of employees who earn more than 30000 in salary.,"{""actions"":[{""actionType"":""condition"",""column"":""salary"",""operation"":"">"",""value"":30000}]}","[{""columns"":[""Fname"",""Minit"",""Lname"",""Ssn"",""Bdate"",""Address"",""Sex"",""Salary"",""Super_ssn"",""Dno""],""name"":""employee"",""type"":""grid""}]" -ab581795-3e0f-4af1-90db-d4132a9582ff,,USER,Show ids for all students who live in CHI.,"{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""="",""value"":""'CHI'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -c7bff135-96a4-4e09-ad06-3992b452332a,,USER,How many students are in each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" -893a22e0-f77d-4363-ab51-c8900f53b9d9,,USER,Find the names of all wines produced in 2008.,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":""'2008'""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -beea8c42-e52d-4f2b-b013-9f94e1f5dbc3,,USER,What is the complete description of the researcher role.,"{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""researcher""}]}","[{""columns"":[""role_code"",""role_description""],""name"":""Staff_Roles"",""type"":""grid""}]" -854b4dd1-1ded-4f7c-967c-ab5dca3715ed,,USER,"For each classroom, report the classroom number and count the number of distinct grades that use it.","{""actions"":[{""actionType"":""aggregations"",""column"":""grade"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -0648489d-08ff-47db-9a9f-59c008d65707,,USER,Count the number of employees for each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" -69992ffc-332e-42d4-be3b-959f4a011c4a,,USER,List the names of players in ascending order of votes.,"{""actions"":[{""actionType"":""sorting"",""column"":""Votes"",""direction"":""asc""}]}","[{""columns"":[""Player_ID"",""Sponsor_name"",""Player_name"",""Gender"",""Residence"",""Occupation"",""Votes"",""Rank""],""name"":""player"",""type"":""grid""}]" -61132452-5a61-4c7c-a5ba-2c93cf2b6f96,,USER,Count the number of captains that have each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -b58c5273-9c89-42a2-a8d0-c70fce0e8bc8,,USER,"Show the average amount of transactions with type code ""SALE"".","{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""transaction_type_code"",""operation"":""="",""value"":""'SALE'""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -65676069-9854-490e-a809-77dc9dd0e1f3,,USER,What is the total surface area of the countries in the Caribbean region?,"{""actions"":[{""actionType"":""aggregations"",""column"":""SurfaceArea"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""Region"",""operation"":""="",""value"":""'Caribbean'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -162f955f-a6cc-4163-99b6-dfa554504157,,USER,How many users are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""u_id"",""aggregation"":""count""}]}","[{""columns"":[""u_id"",""name""],""name"":""useracct"",""type"":""grid""}]" -4d4a83a3-62d9-4307-a10d-e5756c9f0a28,,USER,"Find the name and access counts of all documents, in alphabetic order of the document name.","{""actions"":[{""actionType"":""sorting"",""column"":""document_name"",""direction"":""asc""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" -067fb2a9-43c0-4fbc-acbc-fdc248a41cd7,,USER,What is the mobile phone number of the student named Timmothy Ward ?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""timmothy""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""ward""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" -880fd0dd-d264-40e3-87ab-4e3505470d1d,,USER,Return the duration of the actor with the greatest age.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" -6c0ca8ba-8b38-473b-b118-222ff9557b0e,,USER,What is the highest elevation of an airport in the country of Iceland?,"{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""Iceland""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -6d966067-a46c-40c5-909a-ce9bcd3571a6,,USER,What is the total number of rooms available in this inn?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -876148ff-4d66-4578-9d7a-6e89fd7d6496,,USER,rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -77d5160b-e97a-45c3-88d4-4e63c7f9e22c,,USER,How many documents are with document type code BK for each product id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -79d248c5-078f-4f0f-97f4-45c7b69a0ae9,,USER,What is the average price of wine for each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -62625b82-566e-4b9a-a007-14dd11f611e1,,USER,How many players are inducted into the hall of fame each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""yearid""}]}","[{""columns"":[""player_id"",""yearid"",""votedby"",""ballots"",""needed"",""votes"",""inducted"",""category"",""needed_note""],""name"":""hall_of_fame"",""type"":""grid""}]" -cb332a41-90dc-461b-93d6-9b68c9bc301d,,USER,"How much was the budget of "" Finding Nemo ""","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Finding Nemo'""}]}","[{""columns"":[""mid"",""title"",""release_year"",""title_aka"",""budget""],""name"":""movie"",""type"":""grid""}]" -71e98054-6d88-45e6-b433-16cafe479bfc,,USER,Sort the names of all counties in descending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""County_name"",""direction"":""desc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" -c226628b-7d5e-4588-b0ce-0e9a29bef634,,USER,List the forenames of all distinct drivers in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""forename"",""direction"":""asc""}]}","[{""columns"":[""driverId"",""driverRef"",""number"",""code"",""forename"",""surname"",""dob"",""nationality"",""url""],""name"":""drivers"",""type"":""grid""}]" -d933a0c3-1595-408f-bdf4-3ec5b946e875,,USER,What the smallest version number and its template type code?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Version_Number"",""aggregation"":""min""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" -132b0846-0035-44e7-ae4a-ad7fcfaaeb95,,USER,List in alphabetic order the names of all distinct instructors.,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -fd8c0361-64c6-4105-88ad-2654bcc7b698,,USER,What are all the different food allergies?,"{""actions"":[{""actionType"":""condition"",""column"":""allergytype"",""operation"":""="",""value"":""'food'""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" -0795367a-c653-4ec5-a225-ad2b73737719,,USER,what is the highest mountain in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -3ade39d5-0165-4247-9051-cc5d1c7a0833,,USER,"For each classroom, provide the classroom number and the number of grade levels using it.","{""actions"":[{""actionType"":""aggregations"",""column"":""grade"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -8fe46c9b-a110-4039-a4a3-cdb55676837e,,USER,Show the different countries and the number of members from each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Member_ID"",""Name"",""Country"",""College_ID""],""name"":""member"",""type"":""grid""}]" -f9f81c3f-e956-4456-8635-10d49e1ea0f7,,USER,"For complaints with type code ""Product Failure"", how many had each different status code?","{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -6db943a3-eb60-45b6-85ec-5f9b2d4932f3,,USER,Display country IDs and their respective city counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""country_id""}]}","[{""columns"":[""LOCATION_ID"",""STREET_ADDRESS"",""POSTAL_CODE"",""CITY"",""STATE_PROVINCE"",""COUNTRY_ID""],""name"":""locations"",""type"":""grid""}]" -d2d6e4ec-ef13-459d-ada7-3a10efe6b853,,USER,What is the total number of points for all players?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""sum""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -8a04abce-fd08-4eca-a8bf-8789885d4fc8,,USER,Find the last name of female (sex is F) students in the descending order of age.,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""'F'""},{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -94f16411-2d51-4ade-aaa9-b4bb8a165b06,,USER,What are the birthdays of people in ascending order of height?,"{""actions"":[{""actionType"":""sorting"",""column"":""Height"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Birth_Date"",""Birth_Place""],""name"":""people"",""type"":""grid""}]" -ad92b50d-5476-4268-90ae-0509830f637b,,USER,"List total amount of invoice from Chicago, IL.","{""actions"":[{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""billing_city"",""operation"":""="",""value"":""'Chicago'""},{""actionType"":""condition"",""column"":""billing_state"",""operation"":""="",""value"":""'IL'""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -d1dbb525-b611-4b57-bb58-27eb06f48d6f,,USER,"What is the unit price of the tune ""Fast As a Shark""?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Fast As a Shark'""}]}","[{""columns"":[""id"",""name"",""album_id"",""media_type_id"",""genre_id"",""composer"",""milliseconds"",""bytes"",""unit_price""],""name"":""tracks"",""type"":""grid""}]" -91852727-e285-483a-9e0d-6e1b3f8686b5,,USER,Provide a breakdown of the number of devices using each software platform.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Software_Platform""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" -441aa54a-2f68-41c8-8f4c-bc62684373d1,,USER,"For each city, what is the highest latitude for its stations?","{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -9afbcd40-c7ce-4715-9f56-0176ae19a59b,,USER,What are all the different start station names for a trip that lasted less than 100?,"{""actions"":[{""actionType"":""condition"",""column"":""duration"",""operation"":""<"",""value"":100}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" -b04b9368-8afc-4855-9a2c-8fba1c013321,,USER,what is the height of the highest point in the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""highest_elevation"",""aggregation"":""MAX""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -db8657f4-7eda-47e4-b54a-160d318e24c1,,USER,Show the price ranges of hotels with 5 star ratings.,"{""actions"":[{""actionType"":""condition"",""column"":""star_rating_code"",""operation"":""="",""value"":""'5'""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -5b7f62f7-ad8a-466e-9cb6-52e65247d6f1,,USER,What is the name and rank of every company ordered by descending number of sales?,"{""actions"":[{""actionType"":""sorting"",""column"":""Sales_billion"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -ca08edab-ecce-4bce-86ae-d766811c6a3b,,USER,"Find the name, headquarter and founder of the manufacturer that has the highest revenue.","{""actions"":[{""actionType"":""topFilter"",""column"":""revenue"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -64d1b077-081e-4c07-ab2c-869184234e6a,,USER,"What is the first, last name, gpa of the youngest one among students whose GPA is above 3?","{""actions"":[{""actionType"":""condition"",""column"":""stu_gpa"",""operation"":"">"",""value"":3},{""actionType"":""topFilter"",""column"":""stu_dob"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" -b07aca97-10f8-43a1-ae55-74907cee8b0a,,USER,List the studios of each film and the number of films produced by that studio.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Studio""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" -18dc0137-5a58-4078-941f-1daca49cbb5a,,USER,Return the age of the person with the greatest height.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" -3fba1467-8aec-44fe-92ec-a4d54370a034,,USER,Show year where a track with a seating at least 5000 opened and a track with seating no more than 4000 opened.,"{""actions"":[{""actionType"":""condition"",""column"":""seating"",""operation"":"">="",""value"":4000},{""actionType"":""condition"",""column"":""seating"",""operation"":""<="",""value"":5000}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" -784d6a67-32aa-47d8-af4f-2441d5d8f33f,,USER,Find the name of the stadium that has the maximum capacity.,"{""actions"":[{""actionType"":""topFilter"",""column"":""capacity"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" -41e8bbc0-504e-4159-991a-dc417090a67e,,USER,How many distinct complaint type codes are there in the database?,"{""actions"":[{""actionType"":""aggregations"",""column"":""complaint_type_code"",""aggregation"":""count""}]}","[{""columns"":[""complaint_id"",""product_id"",""customer_id"",""complaint_outcome_code"",""complaint_status_code"",""complaint_type_code"",""date_complaint_raised"",""date_complaint_closed"",""staff_id""],""name"":""Complaints"",""type"":""grid""}]" -4983b105-fafc-4bf8-b9ff-2c093eb48d00,,USER,how many programs are broadcast in each time section of the day?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Channel_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""time_of_day""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" -a6c4aefa-b7ff-460e-875c-37ab1d867116,,USER,What is the description of the product category with the code 'Spices'?,"{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Spices'""}]}","[{""columns"":[""product_category_code"",""product_category_description"",""unit_of_measure""],""name"":""Ref_Product_Categories"",""type"":""grid""}]" -ca0dc1e5-59b7-4c57-b3ea-2fba740fe065,,USER,Provide a count of individuals from each birthplace.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Birth_Place""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Birth_Date"",""Birth_Place""],""name"":""people"",""type"":""grid""}]" -aa727bf8-61a3-41bd-bc6e-7095897b50ad,,USER,How many distinct countries are the climbers from?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Country"",""aggregation"":""COUNT""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -3cdc0dfa-0400-44dd-a8b3-c0fb59973a73,,USER,Count the number of different affected regions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""region_id"",""aggregation"":""count""}]}","[{""columns"":[""Region_id"",""Storm_ID"",""Number_city_affected""],""name"":""affected_region"",""type"":""grid""}]" -b972556c-e4eb-49fe-ad7e-e2d85431aa02,,USER,Sort the gender codes in descending order of their corresponding number of guests. Please return both the gender codes and counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Team""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" -efd7eaab-e0d8-4663-9d4f-5cdb3bb68d18,,USER,What are the first names of all students who are older than 20?,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":20}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -316841e5-6688-4554-bee2-6429868fdbd8,,USER,What are the speeds of the longest roller coaster?,"{""actions"":[{""actionType"":""topFilter"",""column"":""LENGTH"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" -946d36b9-d570-48d0-9ad8-095d7a09245e,,USER,What are the number of rooms for each bed type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -c73b258a-b020-4b22-b13e-596cc08f6726,,USER,"For cities, count branches opened before 2010.","{""actions"":[{""actionType"":""aggregations"",""column"":""Branch_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":2010},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" -775d1855-d2da-4e65-808b-768e54e53071,,USER,Which department has the largest number of employees?,"{""actions"":[{""actionType"":""grouping"",""column"":""departmentID""},{""actionType"":""topFilter"",""column"":""departmentID"",""limit"":1,""aggregation"":""count"",""direction"":""desc""}]}","[{""columns"":[""DepartmentID"",""Name"",""Head""],""name"":""Department"",""type"":""grid""}]" -9730b600-0afb-4632-a8c9-959ac9dd758c,,USER,What is the id and market share of the browser Safari?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Safari""}]}","[{""columns"":[""id"",""name"",""market_share""],""name"":""browser"",""type"":""grid""}]" -d4694a70-190e-4d7e-8d68-830746228759,,USER,Find the city and state of the bank branch named morningside.,"{""actions"":[{""actionType"":""condition"",""column"":""bname"",""operation"":""="",""value"":""morningside""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -1459102d-593f-4a4e-a365-114cb35ea500,,USER,Find the total course credits offered by different departments.,"{""actions"":[{""actionType"":""aggregations"",""column"":""credits"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" -507167fd-baab-4e99-90d8-ad973ebf1b69,,USER,Show the countries and the number of climbers from each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -690514b5-6b18-4530-a6c0-e9ef19ca6ea8,,USER,What campus has the most degrees conferrred over its entire existence?,"{""actions"":[{""actionType"":""grouping"",""column"":""campus""},{""actionType"":""topFilter"",""column"":""degrees"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""Year"",""Campus"",""Degrees""],""name"":""degrees"",""type"":""grid""}]" -5177c44a-a488-4677-b19d-992f1f988808,,USER,List all public schools and their locations.,"{""actions"":[{""actionType"":""condition"",""column"":""affiliation"",""operation"":""="",""value"":""Public""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -5b9d239f-2f03-4248-84c9-aec7c918cd78,,USER,What is the average quantity of stocks?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Quantity"",""aggregation"":""avg""}]}","[{""columns"":[""Shop_ID"",""Device_ID"",""Quantity""],""name"":""stock"",""type"":""grid""}]" -c31bd684-c399-4a22-8a79-b11a86ec385f,,USER,List the names of climbers in descending order of points.,"{""actions"":[{""actionType"":""sorting"",""column"":""Points"",""direction"":""desc""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -a9bc0614-2aed-40f5-94ed-67dbdb74371e,,USER,What is the total number of ratings that has more than 3 stars?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""stars"",""operation"":"">"",""value"":3}]}","[{""columns"":[""rID"",""mID"",""stars"",""ratingDate""],""name"":""Rating"",""type"":""grid""}]" -374fb821-b9d7-4d7d-afc3-6ccded8b95c2,,USER,How many male and female artists are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" -a01102e7-2038-4de7-b501-db6eda990a9a,,USER,Calculate the total credits offered by each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""credits"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" -9afce041-59f5-4f87-b60a-0a43807b80b3,,USER,Which film has the highest rental rate? And what is the rate?,"{""actions"":[{""actionType"":""topFilter"",""column"":""rental_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" -c3e74389-e511-477f-9735-7331756d2b1c,,USER,"What are the names and headquarters of all manufacturers, ordered by revenue descending?","{""actions"":[{""actionType"":""sorting"",""column"":""revenue"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -c7f0d15f-ba1f-4ff7-87f9-fcce35dc264c,,USER,how many states are there in the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""COUNT""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -f0f3b6d6-2a5c-44f8-9f6a-8c63c91c75d2,,USER,Find the average number of factories for the manufacturers that have more than 20 shops.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Num_of_Factories"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""num_of_shops"",""operation"":"">"",""value"":20}]}","[{""columns"":[""Manufacturer_ID"",""Open_Year"",""Name"",""Num_of_Factories"",""Num_of_Shops""],""name"":""manufacturer"",""type"":""grid""}]" -889d3303-5381-4a24-af45-2ada8ac23fab,,USER,List all the student details in reversed lexicographical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""other_student_details"",""direction"":""desc""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" -19c52774-6d28-4485-9ed9-e1d646e90901,,USER,Count the number of exhibitions that happened in or after 2005.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Exhibition_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":2005}]}","[{""columns"":[""Exhibition_ID"",""Year"",""Theme"",""Artist_ID"",""Ticket_Price""],""name"":""exhibition"",""type"":""grid""}]" -1ee95520-a950-4cd9-a895-ec9694518f19,,USER,"Which tests have ""Pass"" results? Return the dates when the tests were taken.","{""actions"":[{""actionType"":""condition"",""column"":""test_result"",""operation"":""="",""value"":""'Pass'""}]}","[{""columns"":[""registration_id"",""date_test_taken"",""test_result""],""name"":""Student_Tests_Taken"",""type"":""grid""}]" -9d79b416-9c6a-48fb-a563-862cb7452cb3,,USER,Show the order IDs and the quantity of each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_quantity"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -e92bbc9e-75d7-4cfb-afd6-edcfbf3ccca0,,USER,which state is mount whitney in,"{""actions"":[{""actionType"":""condition"",""column"":""mountain_name"",""operation"":""="",""value"":""'whitney'""}]}","[{""columns"":[""mountain_name"",""mountain_altitude"",""country_name"",""state_name""],""name"":""mountain"",""type"":""grid""}]" -342204c1-d6c5-465f-b835-4ffe90260c68,,USER,List the number of faculty members for each building along with the name of the building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -69c2e012-f9ef-43f9-8785-0143d588ea9f,,USER,How many different winners both participated in the WTA Championships and were left handed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""winner_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""tourney_name"",""operation"":""="",""value"":""WTA Championships""},{""actionType"":""condition"",""column"":""winner_hand"",""operation"":""="",""value"":""L""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -b91dd65c-3fac-427f-a24b-c2e2f531ec9b,,USER,What is the minimum salary in each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""MIN""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -b6954ddb-1c12-444f-ba9c-b64e150400fa,,USER,List the personal names and family names of all the students in alphabetical order of family name.,"{""actions"":[{""actionType"":""sorting"",""column"":""family_name"",""direction"":""asc""}]}","[{""columns"":[""student_id"",""date_of_registration"",""date_of_latest_logon"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name""],""name"":""Students"",""type"":""grid""}]" -da7038ad-4d29-47f3-8b62-61429fecd2c8,,USER,What are the different ranges of the 3 mountains with the highest prominence?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Prominence"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" -ebe53fc8-341f-4b1c-929b-3666df5a0b96,,USER,Find the id and star rating of each hotel and sort them in increasing order of price.,"{""actions"":[{""actionType"":""sorting"",""column"":""price_range"",""direction"":""asc""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -eb513371-a5f6-4472-88ef-2f2bbd0ae077,,USER,Find the number of different cities that employees live in.,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""COUNT""}]}","[{""columns"":[""EmployeeId"",""LastName"",""FirstName"",""Title"",""ReportsTo"",""BirthDate"",""HireDate"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email""],""name"":""Employee"",""type"":""grid""}]" -b1c6cb25-b078-4452-8118-a5f7847802b7,,USER,how many states have major rivers,"{""actions"":[{""actionType"":""aggregations"",""column"":""traverse"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -1013cdcc-919a-4e06-9499-a574a41c9f0f,,USER,What nationalities do the pilots belong to? Please provide the number of pilots for each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Pilot_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""Pilot_ID"",""Pilot_name"",""Rank"",""Age"",""Nationality"",""Position"",""Join_Year"",""Team""],""name"":""pilot"",""type"":""grid""}]" -087de24b-2115-482d-bc2d-2ec1fc0be921,,USER,Determine the number of musicals that each nominee has been nominated for.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Musical_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nominee""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" -e349076f-d6be-4463-a7e2-8ef7d6bac606,,USER,Which head's name has the substring 'Ha'? List the id and name.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Ha""}]}","[{""columns"":[""head_ID"",""name"",""born_state"",""age""],""name"":""head"",""type"":""grid""}]" -1182ff39-429a-4210-9a09-2a4dc017a02b,,USER,How many different nationalities do conductors have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Nationality"",""aggregation"":""count""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" -cf5fed35-cb8f-4a64-8d91-d4accf39d439,,USER,What are the catalog entry names of the products with next entry ID above 8?,"{""actions"":[{""actionType"":""condition"",""column"":""next_entry_id"",""operation"":"">"",""value"":8}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" -6aaebffb-fa40-4a53-b764-62157bc6019b,,USER,Find the number of matches happened in each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -ec9dafef-72ed-4734-9f91-3e85a92fe6ec,,USER,what are the populations of the major cities of wisconsin,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'wisconsin'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -a9d61a20-92bf-4c2f-a807-671d5dd00743,,USER,What are the dates of publications in descending order of price?,"{""actions"":[{""actionType"":""sorting"",""column"":""Price"",""direction"":""desc""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" -330cf85c-61a6-414a-b9bb-c4473864670b,,USER,How many accounts do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" -b6851581-e16e-482f-aee0-41c43470dab4,,USER,What are the names of players who train between 500 and 1500 hours?,"{""actions"":[{""actionType"":""condition"",""column"":""HS"",""operation"":"">="",""value"":500},{""actionType"":""condition"",""column"":""HS"",""operation"":""<="",""value"":1500}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" -0db1af94-ce7e-43a8-bd46-78f857c3bc57,,USER,Determine the total account balance for customers with a credit score above 100 for different states.,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":"">"",""value"":100},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -fe28100f-4045-4b63-85a3-c7322544b33f,,USER,Show order ids and the number of products in each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -91dcc3aa-bdd2-49a4-8e55-8a002aee48ec,,USER,Show all city with a branch opened in 2001 and a branch with more than 100 membership.,"{""actions"":[{""actionType"":""condition"",""column"":""open_year"",""operation"":""="",""value"":2001},{""actionType"":""condition"",""column"":""membership_amount"",""operation"":"">"",""value"":100}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" -5739c75f-6d18-4964-a71f-fb430f8a5adc,,USER,How much is the track Fast As a Shark?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Fast As a Shark'""}]}","[{""columns"":[""id"",""name"",""album_id"",""media_type_id"",""genre_id"",""composer"",""milliseconds"",""bytes"",""unit_price""],""name"":""tracks"",""type"":""grid""}]" -54ecb72c-1d7c-4cd3-8276-09dd3af078ac,,USER,what are the population of california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -1ec99cb8-c24b-463f-b901-00644bc4a54e,,USER,"Find all actors who were born in "" New York City "" in 1984","{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'New York City'""},{""actionType"":""condition"",""column"":""birth_year"",""operation"":""="",""value"":1984}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -255ccaa9-8c0f-4ff6-bc22-1cdd061a1a82,,USER,Return the codes of countries for which Spanish is the predominantly spoken language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -1cf0ca93-85e7-4e39-b007-e348fd94128d,,USER,"What are the names of conductors, ordered by age?","{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""asc""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" -498d6d88-a5c6-4e0a-ab4f-7cd4bc228cf8,,USER,what are the top 3 highest support rates?,"{""actions"":[{""actionType"":""topFilter"",""column"":""support_rate"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" -c32b8f42-d585-454c-8f87-918fa2e33b56,,USER,How many king beds are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""beds"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""bedtype"",""operation"":""="",""value"":""King""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -f6e0e43f-c556-4c99-9235-8813c77495ab,,USER,"On average, when were the transcripts printed?","{""actions"":[{""actionType"":""aggregations"",""column"":""transcript_date"",""aggregation"":""avg""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" -0b29d5d0-241a-441a-bb08-4c78be0232b9,,USER,How many poker players are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Poker_Player_ID"",""aggregation"":""count""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" -8397afea-7345-4552-ace6-ea6626efd508,,USER,What are the names of all stations with a latitude smaller than 37.5?,"{""actions"":[{""actionType"":""condition"",""column"":""lat"",""operation"":""<"",""value"":37.5}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -5e172358-bcc2-43ce-b329-58734030e6a1,,USER,List all pilot names in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" -9437173c-a33f-4860-9b14-5dc52e7764e4,,USER,What is the count of different game types?,"{""actions"":[{""actionType"":""aggregations"",""column"":""gtype"",""aggregation"":""count""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" -d4e06265-0ac2-444f-af51-f4b76db20706,,USER,Please show the different record companies and the corresponding number of orchestras.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Orchestra_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Record_Company""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" -ab886291-bc77-4005-9e99-ed4d95a7b8d0,,USER,"List all the document names which contains ""CV"".","{""actions"":[{""actionType"":""condition"",""column"":""document_name"",""operation"":""contains"",""value"":""CV""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" -b0d9fb59-a0c4-428b-8186-70c631f3afe3,,USER,How many countries have Spanish as the most spoken language?,"{""actions"":[{""actionType"":""aggregations"",""column"":""CountryCode"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -d2f45dd0-807a-42bc-82fd-f5933dd74502,,USER,How many settlements are there in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Settlement_ID"",""aggregation"":""count""}]}","[{""columns"":[""Settlement_ID"",""Claim_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled"",""Customer_Policy_ID""],""name"":""Settlements"",""type"":""grid""}]" -8774fb9c-caa6-41ea-aae9-b91b1c5d8530,,USER,Find the average price of all product clothes.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""product_type_code"",""operation"":""="",""value"":""Clothes""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -3eab06e9-5beb-4d3d-ae6c-4d784849d359,,USER,Find the patient who has the most recent undergoing treatment?,"{""actions"":[{""actionType"":""topFilter"",""column"":""dateundergoes"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Patient"",""Procedures"",""Stay"",""DateUndergoes"",""Physician"",""AssistingNurse""],""name"":""Undergoes"",""type"":""grid""}]" -f9d17e4f-9889-415f-966c-e95677ddd46f,,USER,What is the name of the race that occurred most recently?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" -9e530db3-b518-4046-ad5f-41df642dc959,,USER,"What are the name, latitude, and city of the station with the lowest latitude?","{""actions"":[{""actionType"":""topFilter"",""column"":""lat"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -461abf2a-7b5c-4eed-b813-01587e94a0d2,,USER,Count the number of distinct governors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Governor"",""aggregation"":""count""}]}","[{""columns"":[""Party_ID"",""Year"",""Party"",""Governor"",""Lieutenant_Governor"",""Comptroller"",""Attorney_General"",""US_Senate""],""name"":""party"",""type"":""grid""}]" -71433845-f24b-4b6e-be2f-e9f1631f994d,,USER,Show order ids and the total quantity in each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_quantity"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -580fef8a-3d31-4254-91a6-49dcc925c21c,,USER,How many staff have the first name Ludie?,"{""actions"":[{""actionType"":""aggregations"",""column"":""staff_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Ludie'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" -7256db40-9202-41ba-86e9-bff8af829f18,,USER,Return the title and director of the movie released in the year 2000 or earlier that had the highest worldwide gross.,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2000},{""actionType"":""topFilter"",""column"":""gross_worldwide"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""movie_id"",""Title"",""Year"",""Director"",""Budget_million"",""Gross_worldwide""],""name"":""movie"",""type"":""grid""}]" -697bceb4-e430-4327-8f11-7d3d77209a74,,USER,What is the maximum number of final tables made among poker players with earnings less than 200000?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Final_Table_Made"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Earnings"",""operation"":""<"",""value"":200000}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" -0aa039dc-4e4c-4acf-b1d9-aabaf4a20cea,,USER,List document type codes and the number of documents in each code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_type_code""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -dc3c8e52-e70d-4dc5-8a5a-f89f944c1625,,USER,What campuses opened before 1800?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<"",""value"":1800}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" -f5276075-65a9-4074-ac24-0ef3b76cd64d,,USER,Count the total number of settlements made.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Settlement_ID"",""aggregation"":""count""}]}","[{""columns"":[""Settlement_ID"",""Claim_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled"",""Customer_Policy_ID""],""name"":""Settlements"",""type"":""grid""}]" -f6ae7bcd-7315-4b38-84b1-654dc63a4c13,,USER,Show all card type codes and the count of customers with cards of each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""card_type_code""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" -dfc7332f-03b6-4edd-b90a-a3a5879d1394,,USER,"return me all the organizations in "" North America "" .","{""actions"":[{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'North America'""}]}","[{""columns"":[""continent"",""homepage"",""name"",""oid""],""name"":""organization"",""type"":""grid""}]" -f50ba056-2946-4e84-a550-b67f26201cc6,,USER,Find the average number of customers cross all banks.,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""avg""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -550809fa-a9b2-4760-9040-4d6c1d31bab3,,USER,what is the size of the largest state in the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""area"",""aggregation"":""MAX""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -52dfd4fe-33b4-4d56-b659-08ca22f1dc2c,,USER,Display the count of male and female assistant professors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""rank"",""operation"":""="",""value"":""'AsstProf'""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -380a7bc3-0b98-4c5c-a347-050084253bcb,,USER,"When was the document named ""Marry CV"" stored? Give me the date.","{""actions"":[{""actionType"":""condition"",""column"":""Document_name"",""operation"":""="",""value"":""'Marry CV'""}]}","[{""columns"":[""Document_ID"",""Date_Stored"",""Document_Type_Code"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""All_Documents"",""type"":""grid""}]" -fef1cd3d-7258-4a77-8328-73340344c370,,USER,Find the number of professionals who have ever treated dogs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""professional_id"",""aggregation"":""count""}]}","[{""columns"":[""treatment_id"",""dog_id"",""professional_id"",""treatment_type_code"",""date_of_treatment"",""cost_of_treatment""],""name"":""Treatments"",""type"":""grid""}]" -bd0c9dd0-4378-489d-9d06-7eff74b39316,,USER,What is the mail date of the document with id 7?,"{""actions"":[{""actionType"":""condition"",""column"":""document_id"",""operation"":""="",""value"":7}]}","[{""columns"":[""document_id"",""mailed_to_address_id"",""mailing_date""],""name"":""Documents_Mailed"",""type"":""grid""}]" -10cc7114-d6de-43bd-a4ac-80f733576f4c,,USER,what is the highest point in each state whose lowest point is sea level,"{""actions"":[{""actionType"":""condition"",""column"":""lowest_elevation"",""operation"":""="",""value"":0}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -608fc9ec-d919-4f04-b5e0-c40b4dab1554,,USER,"Find the number of students who have the word ""son"" in their personal names.","{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""personal_name"",""operation"":""contains"",""value"":""son""}]}","[{""columns"":[""student_id"",""date_of_registration"",""date_of_latest_logon"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name""],""name"":""Students"",""type"":""grid""}]" -a852ba64-47ea-4852-8c99-316281d29348,,USER,Calculate the average weight for each pet category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pettype""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -f07c1594-3dd3-405a-a52d-3821bca2e586,,USER,How many distinct president votes are recorded?,"{""actions"":[{""actionType"":""aggregations"",""column"":""President_Vote"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""Registration_Date"",""Election_Cycle"",""President_Vote"",""Vice_President_Vote"",""Secretary_Vote"",""Treasurer_Vote"",""Class_President_Vote"",""Class_Senator_Vote""],""name"":""Voting_record"",""type"":""grid""}]" -64aab917-4039-42be-b49e-ba1bd446d133,,USER,what is the population of the major cities in wisconsin,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'wisconsin'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -9e1311a9-c8a1-4011-a05c-16b8c3c20d98,,USER,How many bank branches are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""branch_ID"",""aggregation"":""count""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -fd31e3e7-994d-4691-ae08-3af038e30b60,,USER,Which restaurants have highest rating? List the restaurant name and its rating.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Rating"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ResID"",""ResName"",""Address"",""Rating""],""name"":""Restaurant"",""type"":""grid""}]" -592b9784-9841-40e3-a88a-2351031b4e1c,,USER,Return the unit of measure for 'Herb' products.,"{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Herbs'""}]}","[{""columns"":[""product_category_code"",""product_category_description"",""unit_of_measure""],""name"":""Ref_Product_Categories"",""type"":""grid""}]" -bec1a6c1-c6c0-4bd9-af24-d6eeb5e1c357,,USER,Count the number of gymnasts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Gymnast_ID"",""aggregation"":""count""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" -6cd7279f-44eb-4312-88ea-01e99cdf8c61,,USER,"Where is the club ""Hopkins Student Enterprises"" located?","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Hopkins Student Enterprises'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" -8a90edfc-4eb4-4a36-a3f8-c559fc2ea80b,,USER,show all train numbers and names ordered by their time from early to late.,"{""actions"":[{""actionType"":""sorting"",""column"":""TIME"",""direction"":""asc""}]}","[{""columns"":[""id"",""train_number"",""name"",""origin"",""destination"",""time"",""interval""],""name"":""train"",""type"":""grid""}]" -9e4e9c57-fe1b-4621-a239-1eff361c4ebe,,USER,"Find the emails and phone numbers of all the customers, ordered by email address and phone number.","{""actions"":[{""actionType"":""sorting"",""column"":""email_address"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""phone_number"",""direction"":""asc""}]}","[{""columns"":[""customer_id"",""customer_type_code"",""address_line_1"",""address_line_2"",""town_city"",""state"",""email_address"",""phone_number""],""name"":""Customers"",""type"":""grid""}]" -0a709827-0c41-458b-b3e3-297f15632592,,USER,How many different bike ids are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""bike_id"",""aggregation"":""count""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" -8a0c1911-5b68-4907-b6ed-8da23250467c,,USER,Find the total claimed amount of all the claims.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Amount_Claimed"",""aggregation"":""sum""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" -f9a53f5e-e140-4631-8ea6-02e7308a4c1d,,USER,What is the total amount of grants given by each organization? Also list the organization ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""grant_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""organisation_id""}]}","[{""columns"":[""grant_id"",""organisation_id"",""grant_amount"",""grant_start_date"",""grant_end_date"",""other_details""],""name"":""Grants"",""type"":""grid""}]" -167aeda9-f8c3-4e50-96c6-2e8246b02236,,USER,how many states are in the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""COUNT""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -0d5952ac-559b-4d10-9c93-01de40c0e49c,,USER,"Show gas station id, location, and manager_name for all gas stations ordered by open year.","{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Station_ID"",""Open_Year"",""Location"",""Manager_Name"",""Vice_Manager_Name"",""Representative_Name""],""name"":""gas_station"",""type"":""grid""}]" -6f682d93-e513-41e8-8001-86932fd44d34,,USER,What is the average unit price of all the tracks?,"{""actions"":[{""actionType"":""aggregations"",""column"":""UnitPrice"",""aggregation"":""AVG""}]}","[{""columns"":[""TrackId"",""Name"",""AlbumId"",""MediaTypeId"",""GenreId"",""Composer"",""Milliseconds"",""Bytes"",""UnitPrice""],""name"":""Track"",""type"":""grid""}]" -aac36035-3365-4fe4-93ec-7dff4a1a0399,,USER,number of citizens in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -486b127f-2f1b-4a6f-a7bf-ea6ff1ff14e0,,USER,how many people live in seattle washington,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'seattle'""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'washington'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -8e7df33c-f25c-4d1d-aae6-c770e414d30f,,USER,what are the major cities in the state of kansas,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kansas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -1cee525f-359d-438f-b1a4-6f0c538d34e9,,USER,How many orchestras does each record company manage?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Orchestra_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Record_Company""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" -d0a7d20c-4254-49b2-80be-4d0ce4ec3aab,,USER,What is the average number of hosts for parties?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Number_of_hosts"",""aggregation"":""avg""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" -25057ad5-adf3-402a-a19a-7130846539a1,,USER,"Which accelerator name contains substring ""Opera""?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Opera""}]}","[{""columns"":[""id"",""name"",""Operating_system"",""Client"",""Connection""],""name"":""Web_client_accelerator"",""type"":""grid""}]" -cb3ad0ee-358d-4ba1-8c06-2d8d8c798650,,USER,How many different series and contents are listed in the TV Channel table?,"{""actions"":[{""actionType"":""aggregations"",""column"":""series_name"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""content"",""aggregation"":""count""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -f7a87d5d-7d16-4756-ac08-34d848a234bf,,USER,Find the number of departments in each school.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -9f7517ce-6d13-45a3-acbe-fc1f6973978a,,USER,Display all customer IDs and the number of accounts held by each customer.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -0fd472c3-b420-4c57-8283-8c30b1605f6b,,USER,What is the total credit does each department offer?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_credit"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" -3df55da4-6188-4e4b-bb95-02bccc241df9,,USER,"Please show the names of the buildings whose status is ""on-hold"", in ascending order of stories.","{""actions"":[{""actionType"":""condition"",""column"":""Status"",""operation"":""="",""value"":""'on-hold'""},{""actionType"":""sorting"",""column"":""Stories"",""direction"":""asc""}]}","[{""columns"":[""id"",""name"",""City"",""Height"",""Stories"",""Status""],""name"":""buildings"",""type"":""grid""}]" -b5f3bd67-59f1-4fef-89da-c1d1e57a4d9d,,USER,"What is the email of the student with first name ""Emma"" and last name ""Rohan""?","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Emma'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Rohan'""}]}","[{""columns"":[""student_id"",""address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""date_first_rental"",""date_left_university"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" -364b1e1c-fce6-4354-992b-c9ecb7904c77,,USER,"Return the categories of music festivals that have the result ""Awarded"".","{""actions"":[{""actionType"":""condition"",""column"":""RESULT"",""operation"":""="",""value"":""'Awarded'""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" -0184647b-7b63-4037-86d1-d6ed657999a3,,USER,"What is the air date of TV series with Episode ""A Love of a Lifetime""?","{""actions"":[{""actionType"":""condition"",""column"":""Episode"",""operation"":""="",""value"":""'A Love of a Lifetime'""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" -4bdbe2d9-ff0f-47f9-9b4b-4272fdd90651,,USER,Determine the number of unique addresses for each school.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -3cd27cd0-a3f6-47c4-b6c0-d19966e17186,,USER,Find the claimed amount in the claim with the least amount settled. Show both the settlement amount and claim amount.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Amount_Settled"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" -a061eac7-2d9e-4a26-a8ef-aedf35e59dd9,,USER,How many vehicle in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""vehicle_id"",""aggregation"":""count""}]}","[{""columns"":[""vehicle_id"",""vehicle_details""],""name"":""Vehicles"",""type"":""grid""}]" -dff45b2a-789d-4881-83b0-4860a0f5c55b,,USER,"Return the themes of farm competitions, sorted by year ascending.","{""actions"":[{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""asc""}]}","[{""columns"":[""Competition_ID"",""Year"",""Theme"",""Host_city_ID"",""Hosts""],""name"":""farm_competition"",""type"":""grid""}]" -a6e5988b-c45b-4fe4-a871-0238c5de7a78,,USER,What are the first and last names of the top 10 longest-serving employees?,"{""actions"":[{""actionType"":""topFilter"",""column"":""hire_date"",""limit"":10,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -cf26b7a8-7d76-4ee8-ad12-2bda252356db,,USER,Count the number of regions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Region_ID"",""aggregation"":""count""}]}","[{""columns"":[""Region_ID"",""Region_name"",""Date"",""Label"",""Format"",""Catalogue""],""name"":""region"",""type"":""grid""}]" -5a271847-3eb2-4847-a746-13914567d0d5,,USER,"For each constructor ID, count the associated races.","{""actions"":[{""actionType"":""aggregations"",""column"":""constructorStandingsId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""constructorid""}]}","[{""columns"":[""constructorStandingsId"",""raceId"",""constructorId"",""points"",""position"",""positionText"",""wins""],""name"":""constructorStandings"",""type"":""grid""}]" -984f7fa4-fe25-4275-b9b9-a1b2b1ab815d,,USER,What are the three largest cities in terms of regional population?,"{""actions"":[{""actionType"":""topFilter"",""column"":""regional_population"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" -d535609c-b32e-413e-ac29-f52c5cb50d4a,,USER,"What is the title, phone number and hire date for the employee named Nancy Edwards?","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Nancy'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Edwards'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -3abad74a-e38b-4fbe-96a1-82c7a7fae56d,,USER,What is the oldest age among the students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Age"",""aggregation"":""max""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -32f49578-d30b-4b00-9f78-b40ce0d59109,,USER,Identify distinct card type codes and the count of customers holding each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""card_type_code""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" -86fecb7d-b800-4143-ab08-9cd55e9e1968,,USER,List customer ids and their respective account counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -b80d1d67-838c-4ed1-86c1-38263791378b,,USER,What are the different product names? What is the average product price for each of them?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Product_Name""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" -2c623fe8-1210-4095-819a-4f698c801e70,,USER,what is the name and nation of the singer who have a song having 'Hey' in its name?,"{""actions"":[{""actionType"":""condition"",""column"":""song_name"",""operation"":""contains"",""value"":""Hey""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -eed8e955-1b58-46c2-acab-7a72de61b4d0,,USER,What is the average tonnage for each type of product?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tonnage"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -9328057f-e925-4ac3-ad88-d73f440a7221,,USER,Count the number of likes for each student id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""liked_id""],""name"":""Likes"",""type"":""grid""}]" -b1f75ba3-97e0-46a2-8ead-4325cd3e13a1,,USER,"What is the attribute data type of the attribute with name ""Green""?","{""actions"":[{""actionType"":""condition"",""column"":""attribute_name"",""operation"":""="",""value"":""'Green'""}]}","[{""columns"":[""attribute_id"",""attribute_name"",""attribute_data_type""],""name"":""Attribute_Definitions"",""type"":""grid""}]" -0481d630-5828-47c6-8943-45bd200f86a8,,USER,What is the average number of audience for festivals?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Num_of_Audience"",""aggregation"":""avg""}]}","[{""columns"":[""Festival_ID"",""Festival_Name"",""Chair_Name"",""Location"",""Year"",""Num_of_Audience""],""name"":""festival_detail"",""type"":""grid""}]" -225a9b21-da90-428f-8769-9308a714fb49,,USER,Show me the owner of the channel with the highest rating.,"{""actions"":[{""actionType"":""topFilter"",""column"":""rating_in_percent"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -58389d36-c739-4a6c-86f3-c4adac50403c,,USER,Count the number of patients who stayed in room 112.,"{""actions"":[{""actionType"":""aggregations"",""column"":""patient"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""room"",""operation"":""="",""value"":112}]}","[{""columns"":[""StayID"",""Patient"",""Room"",""StayStart"",""StayEnd""],""name"":""Stay"",""type"":""grid""}]" -3b82bc17-4280-4a30-b5e2-63c3bc95501b,,USER,How many likes correspond to each student ID?,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""liked_id""],""name"":""Likes"",""type"":""grid""}]" -389edb28-5914-4ce0-825b-af918fd3acff,,USER,List the names of editors who are older than 25.,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">"",""value"":25}]}","[{""columns"":[""Editor_ID"",""Name"",""Age""],""name"":""editor"",""type"":""grid""}]" -0777b744-bd7b-4650-aca4-82b5baf07305,,USER,Count the number of party events.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Event_ID"",""aggregation"":""count""}]}","[{""columns"":[""Event_ID"",""Event_Name"",""Party_ID"",""Member_in_charge_ID""],""name"":""party_events"",""type"":""grid""}]" -f568bfef-0922-4b9a-9c05-59da07c4155d,,USER,"List the grape, winery and year of the wines whose price is bigger than 100 ordered by year.","{""actions"":[{""actionType"":""condition"",""column"":""Price"",""operation"":"">"",""value"":100},{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -c622b202-70f4-4924-aa8a-da75783597dd,,USER,When did Carole Bernhard first become a customer?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Carole'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Bernhard'""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -e68390e0-c382-4581-af2d-abb090f38511,,USER,"Find the full name of the customer with the email ""luisg@embraer.com.br"".","{""actions"":[{""actionType"":""condition"",""column"":""Email"",""operation"":""="",""value"":""'luisg@embraer.com.br'""}]}","[{""columns"":[""CustomerId"",""FirstName"",""LastName"",""Company"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email"",""SupportRepId""],""name"":""Customer"",""type"":""grid""}]" -b39f5ee5-2232-4e2f-8325-fae041f1ad55,,USER,What are the names of banks in the state of New York?,"{""actions"":[{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""New York""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -72ec8b18-b4e5-47f5-ab0b-9ac9d385a133,,USER,"How many rooms have king beds, categorized by decor type?","{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -a8356c71-d616-4e54-a472-a10f363b3220,,USER,Show project ids and the number of documents in each project.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -41d3895b-d37c-4d20-ada8-511e6906a751,,USER,Show the average amount of transactions for different investors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""investor_id""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -e2a38172-80c6-4572-a28a-be2bffe6deca,,USER,List each birth place along with the number of people from there.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Birth_Place""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Birth_Date"",""Birth_Place""],""name"":""people"",""type"":""grid""}]" -5ea9484f-58a3-4520-b935-e210ba1f6a22,,USER,"return me the year of "" Making database systems usable ""","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" -cf459c61-18a5-4aa1-976f-e238396f6006,,USER,"Where us the club named ""Tennis Club"" located?","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Tennis Club'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" -8b52082c-f700-45f1-974c-06db0c4b8b4a,,USER,Show all opening years and the number of churches that opened in that year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Church_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""open_date""}]}","[{""columns"":[""Church_ID"",""Name"",""Organized_by"",""Open_Date"",""Continuation_of""],""name"":""church"",""type"":""grid""}]" -5c57d1fd-cdfa-4704-9d6c-e35adb60ffc5,,USER,when is the hire date for those employees whose first name does not containing the letter M?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""not contains"",""value"":""M""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -562904f4-3aeb-446d-b865-67105d1b294e,,USER,What is the average expected life expectancy for countries in the region of Central Africa?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LifeExpectancy"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Region"",""operation"":""="",""value"":""'Central Africa'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -526b0138-7b23-4493-9c47-f4fc46895d06,,USER,What are the different police forces of counties that are not located in the East?,"{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""!="",""value"":""'East'""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -15b17504-6c8b-48bf-a7f2-2b6b1b54216b,,USER,How many movies were made before 2000?,"{""actions"":[{""actionType"":""aggregations"",""column"":""mID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<"",""value"":2000}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" -514671e9-eefd-42ab-9b5a-a5c36caf9390,,USER,What are the names and job titles of every person ordered alphabetically by name?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -1fd1f5a6-88a3-4902-be2c-9dc289509974,,USER,What are the different ages of editors? Display each age along with the number of editors of that age.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Editor_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Age""}]}","[{""columns"":[""Editor_ID"",""Name"",""Age""],""name"":""editor"",""type"":""grid""}]" -72411862-369c-443a-86cd-b4afd59ca2d5,,USER,How many different locations does the school with code BUS has?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""school_code"",""operation"":""="",""value"":""BUS""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -be92adcf-8b81-4a4d-bb63-163e03b8e120,,USER,Identify distinct store types and their count.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Store_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Store_ID"",""Store_Name"",""Type"",""Area_size"",""Number_of_product_category"",""Ranking""],""name"":""store"",""type"":""grid""}]" -0248fd4b-752a-4459-93cc-367a21df4b65,,USER,how many people live in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -10171187-b23b-4d8c-86bf-397b2eda37a2,,USER,Compute the average price of all the products.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -ca407a06-a71f-43af-944c-da35c1200d87,,USER,Determine the number of matches that occurred each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -334e6356-4bab-4000-bb27-f5c07565a382,,USER,List the number of TV channels using each language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LANGUAGE""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -994b9721-dd98-467a-bea9-9b304b52925f,,USER,Count the number of poker players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Poker_Player_ID"",""aggregation"":""count""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" -d566f7b2-94c9-4efe-b19d-09ff8acaaf57,,USER,"List the enrollment for each school that does not have ""Catholic"" as denomination.","{""actions"":[{""actionType"":""condition"",""column"":""Denomination"",""operation"":""!="",""value"":""'Catholic'""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -632fe737-9340-4724-aaae-078402d1405b,,USER,What are the names of players whose training hours is between 500 and 1500?,"{""actions"":[{""actionType"":""condition"",""column"":""HS"",""operation"":"">="",""value"":500},{""actionType"":""condition"",""column"":""HS"",""operation"":""<="",""value"":1500}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" -473ed238-ffbf-41ae-b517-761a86af760c,,USER,how many cities are there in us,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""COUNT""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -33af4149-be8a-41c1-ad41-35a59b9ee654,,USER,how many citizens in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -05e97010-10c0-4a6c-891a-88f3781293b9,,USER,Find the name of players whose card is yes in the descending order of training hours.,"{""actions"":[{""actionType"":""condition"",""column"":""yCard"",""operation"":""="",""value"":""yes""},{""actionType"":""sorting"",""column"":""HS"",""direction"":""desc""}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" -f2076be5-4ae8-4dc7-9577-0aff9aee875e,,USER,List the names of roller coasters by ascending order of length.,"{""actions"":[{""actionType"":""sorting"",""column"":""LENGTH"",""direction"":""asc""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" -6a16b904-0512-4a17-bdeb-75728def8ba5,,USER,Count the number of races for each constructor ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorStandingsId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""constructorid""}]}","[{""columns"":[""constructorStandingsId"",""raceId"",""constructorId"",""points"",""position"",""positionText"",""wins""],""name"":""constructorStandings"",""type"":""grid""}]" -5208e160-22fb-4061-9672-da8e741d5645,,USER,Find the first names of faculties of rank Professor in alphabetic order.,"{""actions"":[{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""},{""actionType"":""sorting"",""column"":""Fname"",""direction"":""asc""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -e2bbb215-95b0-4803-8796-86d04434bbcb,,USER,Find the average number of bedrooms of all the apartments.,"{""actions"":[{""actionType"":""aggregations"",""column"":""bedroom_count"",""aggregation"":""avg""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" -67d5f3de-de90-4515-8004-aaa0850cee4d,,USER,Show all distinct region names ordered by their labels.,"{""actions"":[{""actionType"":""sorting"",""column"":""Label"",""direction"":""asc""}]}","[{""columns"":[""Region_ID"",""Region_name"",""Date"",""Label"",""Format"",""Catalogue""],""name"":""region"",""type"":""grid""}]" -e633af0e-afc5-4697-92b2-85d398058608,,USER,Show all game ids and the number of hours played.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""gameid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" -cb112020-417f-4783-a29f-e24e5d1a0e8c,,USER,"In what year was "" Benedict Cumberbatch "" born","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Benedict Cumberbatch'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -0d8a601f-503e-4940-bbc2-cb2fd1ae657a,,USER,What is Astrid Gruber's email and phone number?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Astrid'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Gruber'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" -da420618-52c1-4c70-9dc8-ed8666570fd1,,USER,How many clubs have total medals less than 10?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rank"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Total"",""operation"":""<"",""value"":10}]}","[{""columns"":[""Rank"",""Club_ID"",""Gold"",""Silver"",""Bronze"",""Total""],""name"":""club_rank"",""type"":""grid""}]" -d52c79b7-7dbb-433a-883d-fc6ee8959229,,USER,Count the number of songs released for each format.,"{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""formats""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" -4df45dd5-6413-4b64-9271-a97caf531a2c,,USER,What is the zip code for Port Chelsea?,"{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""Port Chelsea""}]}","[{""columns"":[""address_id"",""line_1"",""line_2"",""line_3"",""city"",""zip_postcode"",""state_province_county"",""country"",""other_address_details""],""name"":""Addresses"",""type"":""grid""}]" -9c7a86a2-129a-46c8-8f38-227eb88c168c,,USER,How many hours do the players train on average?,"{""actions"":[{""actionType"":""aggregations"",""column"":""HS"",""aggregation"":""avg""}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" -95f1ce97-ee50-4592-acd2-f570db45684f,,USER,What is the description of document status code 'working'?,"{""actions"":[{""actionType"":""condition"",""column"":""document_status_code"",""operation"":""="",""value"":""'working'""}]}","[{""columns"":[""document_status_code"",""document_status_description""],""name"":""Ref_Document_Status"",""type"":""grid""}]" -7a991e21-1a4b-44d6-b082-cd2085ed009e,,USER,How many distinct students are enrolled in courses?,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""}]}","[{""columns"":[""registration_id"",""student_id"",""course_id"",""date_of_enrolment"",""date_of_completion""],""name"":""Student_Course_Enrolment"",""type"":""grid""}]" -04dc0c5b-ac39-4263-a0e2-1512727993ed,,USER,What is the maximum capacity and the average of all stadiums ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""capacity"",""aggregation"":""max""}]}","[{""columns"":[""Stadium_ID"",""Location"",""Name"",""Capacity"",""Highest"",""Lowest"",""Average""],""name"":""stadium"",""type"":""grid""}]" -0d6c01a3-fadf-41ea-b464-8be3ad762d29,,USER,How many artists are above age 46 and joined after 1990?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":46},{""actionType"":""condition"",""column"":""year_join"",""operation"":"">"",""value"":1990}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" -0c9893d3-705a-4835-a09b-2ec96579b354,,USER,What are the average prominence of the mountains in country 'Morocco'?,"{""actions"":[{""actionType"":""aggregations"",""column"":""prominence"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""Morocco""}]}","[{""columns"":[""id"",""name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" -e7e63e64-8ae3-4f2b-b154-ea32f654fc4f,,USER,How many high school students are there in each grade level?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" -1ad745be-c5b0-4113-a0c7-f10c1a30ea4e,,USER,List all the reviews which rated a business less than 1,"{""actions"":[{""actionType"":""condition"",""column"":""rating"",""operation"":""<"",""value"":1}]}","[{""columns"":[""rid"",""business_id"",""user_id"",""rating"",""text"",""year"",""month""],""name"":""review"",""type"":""grid""}]" -10b595fa-6759-442d-900a-53395061bcc9,,USER,Display various nominees and their nomination count for musicals.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Musical_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nominee""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" -1bc63b1d-341b-4cb3-aeff-f0a53bec5ba0,,USER,"What are the companies of entrepreneurs, ordered descending by amount of money requested?","{""actions"":[{""actionType"":""sorting"",""column"":""Money_Requested"",""direction"":""desc""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" -43f39da6-f2ae-414d-b79c-0ea35352d044,,USER,what is the height of the highest mountain in texas,"{""actions"":[{""actionType"":""aggregations"",""column"":""highest_elevation"",""aggregation"":""MAX""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -bf381ad1-abb2-4133-b586-74172d2c2495,,USER,What is the founded year of the non public school that was founded most recently?,"{""actions"":[{""actionType"":""condition"",""column"":""affiliation"",""operation"":""!="",""value"":""Public""},{""actionType"":""topFilter"",""column"":""founded"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -f60fe120-2aac-4dae-804e-e3ae6d5318bd,,USER,List all students' first names and last names who majored in 600.,"{""actions"":[{""actionType"":""condition"",""column"":""Major"",""operation"":""="",""value"":600}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -64c6062a-fbee-406e-b97c-1ebabe5c56b6,,USER,What are the price ranges of five star hotels?,"{""actions"":[{""actionType"":""condition"",""column"":""star_rating_code"",""operation"":""="",""value"":""'5'""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -83c9f153-e08a-4436-b1bf-f79cdcdc39df,,USER,List all the event names by year from the most recent to the oldest.,"{""actions"":[{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""desc""}]}","[{""columns"":[""ID"",""Name"",""Stadium_ID"",""Year""],""name"":""event"",""type"":""grid""}]" -f3be47f8-d81a-4623-ab33-5f44894ec2f7,,USER,Please show the countries and the number of climbers from each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -2073e01f-a387-4f19-942b-f8e796d28498,,USER,What are the card numbers of members from Kentucky?,"{""actions"":[{""actionType"":""condition"",""column"":""Hometown"",""operation"":""contains"",""value"":""Kentucky""}]}","[{""columns"":[""Member_ID"",""Card_Number"",""Name"",""Hometown"",""Level""],""name"":""member"",""type"":""grid""}]" -124440cf-053b-4951-825e-4ef031694193,,USER,Show the student IDs and the number of friends corresponding to each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""friend_id""],""name"":""Friend"",""type"":""grid""}]" -c7cb9364-be27-4486-a54b-a333d9688e1a,,USER,how high is guadalupe peak,"{""actions"":[{""actionType"":""condition"",""column"":""highest_point"",""operation"":""="",""value"":""'guadalupe peak'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -2e015bb3-04a9-4466-8d27-4257d98ff46d,,USER,Find the patient who most recently stayed in room 111.,"{""actions"":[{""actionType"":""condition"",""column"":""room"",""operation"":""="",""value"":111},{""actionType"":""topFilter"",""column"":""staystart"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""StayID"",""Patient"",""Room"",""StayStart"",""StayEnd""],""name"":""Stay"",""type"":""grid""}]" -e624137f-04a1-4b5c-bc83-b8ad0d2992e2,,USER,How many accounts are there for each customer id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -6652c39d-b25f-4b97-b31d-0bbce4d7ce02,,USER,Find the number of bands.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Id"",""aggregation"":""count""}]}","[{""columns"":[""Id"",""Firstname"",""Lastname""],""name"":""Band"",""type"":""grid""}]" -7d1e746d-a818-4ce4-9d34-b5ef03c01503,,USER,What are the distinct secretary votes in the fall election cycle?,"{""actions"":[{""actionType"":""condition"",""column"":""ELECTION_CYCLE"",""operation"":""="",""value"":""'Fall'""}]}","[{""columns"":[""StuID"",""Registration_Date"",""Election_Cycle"",""President_Vote"",""Vice_President_Vote"",""Secretary_Vote"",""Treasurer_Vote"",""Class_President_Vote"",""Class_Senator_Vote""],""name"":""Voting_record"",""type"":""grid""}]" -b56524ad-f4b4-4a47-9ba0-a6216c9e4719,,USER,Determine the average salary of employees whose commission percentage is not null.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""AVG""},{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""!="",""value"":""'null'""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -8f9a2bc3-6ec1-4852-8c0d-c434a84f3b31,,USER,What is the minimum age of the youngest person in each job?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -37e127d3-378f-4fdd-b52e-54d158c466a5,,USER,List the names of employees and sort in ascending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""asc""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" -635b459f-69d7-4fe1-a186-931e661eb008,,USER,When did the staff member named Janessa Sawayn join the company?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" -b1222e5f-fb2c-4d05-b9f8-3ec7ac503a44,,USER,What are the average ages for male and female students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -d866f471-e940-4dec-b49e-ccdc895b7dd9,,USER,How many games are played for all students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""gamesplayed"",""aggregation"":""sum""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" -9f59c8e7-a528-4eea-9365-b946e12ca40b,,USER,List the document type code for the document with the id 2.,"{""actions"":[{""actionType"":""condition"",""column"":""document_id"",""operation"":""="",""value"":2}]}","[{""columns"":[""document_id"",""document_status_code"",""document_type_code"",""shipping_agent_code"",""receipt_date"",""receipt_number"",""other_details""],""name"":""Documents"",""type"":""grid""}]" -48ed70a2-dd67-4a8b-971d-2fe978c40dd9,,USER,What is the total amount of grants given by each organization? Please also provide the organization ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""friend_id""],""name"":""Friend"",""type"":""grid""}]" -bdce0caa-683f-4f5f-a58f-70564f9b8848,,USER,Who is the person whose age is below 30?,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":30}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -b6ac2d80-8418-432f-8fe8-9d64e2cd11c5,,USER,What is the maximum accelerate for different number of cylinders?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Accelerate"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Cylinders""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -e4998aa5-9877-423d-b683-0c583ed2eb33,,USER,Which part has the least chargeable amount? List the part id and amount.,"{""actions"":[{""actionType"":""topFilter"",""column"":""chargeable_amount"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""part_id"",""part_name"",""chargeable_yn"",""chargeable_amount"",""other_part_details""],""name"":""Parts"",""type"":""grid""}]" -32e2bd98-2257-4352-bc38-40d09f8f38bb,,USER,Which catalog content has the smallest capacity? Return the catalog entry name.,"{""actions"":[{""actionType"":""topFilter"",""column"":""capacity"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" -1ea73a44-7275-4dd0-af3e-7dba2a08989a,,USER,How long is the people’s average life expectancy in Central Africa?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LifeExpectancy"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Region"",""operation"":""="",""value"":""'Central Africa'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -69a82242-1d81-4f16-b11f-fc9864c54d33,,USER,how many people lived in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -8d779179-1edd-4d64-a7f3-7c538475145a,,USER,"Return the famous titles of the artist called ""Triumfall"".","{""actions"":[{""actionType"":""condition"",""column"":""Artist"",""operation"":""="",""value"":""'Triumfall'""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" -8eb50957-4f7a-4117-8cc1-14a1763f7c7b,,USER,What is the product with the highest height? Give me the catalog entry name.,"{""actions"":[{""actionType"":""topFilter"",""column"":""height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" -78ea1a2f-6920-4254-8c6d-0d55923b08a4,,USER,what states have cities named springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -71f3e64f-8408-4cae-97dc-b9abf896a4d4,,USER,"Find the name of the document that has been accessed the greatest number of times, as well as the count of how many times it has been accessed?","{""actions"":[{""actionType"":""topFilter"",""column"":""access_count"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" -6ad75239-2a5d-4438-8639-5bc9ba873728,,USER,Count the number of documents with type code BK that correspond to each product id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -366de0ce-a62e-442d-9d8e-12604e7996bf,,USER,How many reviewers listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rID"",""aggregation"":""count""}]}","[{""columns"":[""rID"",""name""],""name"":""Reviewer"",""type"":""grid""}]" -20ac37bd-990b-455b-afe4-9697f85f0117,,USER,"Find the location of the club ""Pen and Paper Gaming"".","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Pen and Paper Gaming'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" -8275da1a-6f9f-4744-bed2-95ef4a90d0fb,,USER,How many markets have number of cities smaller than 300?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Market_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Number_cities"",""operation"":""<"",""value"":300}]}","[{""columns"":[""Market_ID"",""Country"",""Number_cities""],""name"":""market"",""type"":""grid""}]" -26aa6bc9-de24-43ed-b007-1cb69f7a6101,,USER,What are the names of buildings sorted in descending order of building height?,"{""actions"":[{""actionType"":""sorting"",""column"":""Height"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""City"",""Height"",""Stories"",""Status""],""name"":""buildings"",""type"":""grid""}]" -86429da1-bd1a-45b5-907e-4ea252327f1c,,USER,Count the number of distinct company industries.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Industry"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -3c853ba6-1a28-46d6-bb28-85387839285b,,USER,What is the average GNP and total population in all nations whose government is US territory?,"{""actions"":[{""actionType"":""aggregations"",""column"":""GNP"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""population"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""GovernmentForm"",""operation"":""="",""value"":""'US Territory'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -677c2392-e0e5-44d0-ae45-faa45d642e4f,,USER,"Sort all the shops by number products in descending order, and return the name, location and district of each shop.","{""actions"":[{""actionType"":""sorting"",""column"":""number_products"",""direction"":""desc""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" -b5becef5-6573-46af-9d4e-bd0584cddec1,,USER,"Tell me the location of the club ""Hopkins Student Enterprises"".","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Hopkins Student Enterprises'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" -34939796-aa9a-4383-8082-c884e499c9a4,,USER,What is the phone number of the man with the first name Timmothy and the last name Ward?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""Timmothy""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""Ward""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" -3e09502d-c817-4cb5-9981-9bf7b380e103,,USER,"List the id, genre and artist name of English songs ordered by rating.","{""actions"":[{""actionType"":""condition"",""column"":""languages"",""operation"":""="",""value"":""'english'""},{""actionType"":""sorting"",""column"":""rating"",""direction"":""asc""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -c377fe86-75e4-4c60-9860-3316553511f0,,USER,How many students live in each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -42e35e7d-7d86-4ab7-baa0-95c9384b9f3f,,USER,Find the name and age of all males in order of their age.,"{""actions"":[{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""sorting"",""column"":""age"",""direction"":""asc""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -8ee2f4e7-7840-4081-b8b5-e40cc6060af9,,USER,What is the produdction code and channel of the most recent cartoon ?,"{""actions"":[{""actionType"":""topFilter"",""column"":""original_air_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" -6963d108-abb8-43df-95f0-3afa036e59fc,,USER,How many party events do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Event_ID"",""aggregation"":""count""}]}","[{""columns"":[""Event_ID"",""Event_Name"",""Party_ID"",""Member_in_charge_ID""],""name"":""party_events"",""type"":""grid""}]" -d58af590-0b04-4c0b-95dc-1f8d5fdb5888,,USER,How many friends does each student have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""friend_id""],""name"":""Friend"",""type"":""grid""}]" -e12d4813-3fdb-4ee6-b398-442cd80efa63,,USER,Find the number of distinct projects.,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" -b0307b91-768b-4e93-91e7-28e7f3581c22,,USER,"Which customers have the substring ""Diana"" in their names? Return the customer details.","{""actions"":[{""actionType"":""condition"",""column"":""customer_details"",""operation"":""contains"",""value"":""Diana""}]}","[{""columns"":[""Customer_ID"",""Customer_Details""],""name"":""Customers"",""type"":""grid""}]" -3c3d1dfa-660e-42de-95c1-649282560725,,USER,How many songs have 4 minute duration?,"{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""duration"",""operation"":""starts with"",""value"":""4:""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" -f921a905-2f11-4ea9-a553-1d90d0b0a5c7,,USER,What are the majors of male (sex is M) students?,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""'M'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -f540d361-bbd9-43d2-90ed-e41a53e9353c,,USER,"return me the number of citations of "" Making database systems usable "" in each year .","{""actions"":[{""actionType"":""aggregations"",""column"":""citation_num"",""aggregation"":""SUM""},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" -357b49e7-669e-42c7-9287-74e919bc0530,,USER,"What are all the players who played in match season, sorted by college in ascending alphabetical order?","{""actions"":[{""actionType"":""sorting"",""column"":""College"",""direction"":""asc""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" -d91d54f9-3b44-48e1-af62-4a4784a02e1d,,USER,Find the grade taught in classroom 103.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":103}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -cdbcce66-8534-489f-acf0-ddec23344b26,,USER,Return the names of musicals who have the nominee Bob Fosse.,"{""actions"":[{""actionType"":""condition"",""column"":""Nominee"",""operation"":""="",""value"":""'Bob Fosse'""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" -1b4dcd73-1f7d-451f-8ff5-21506d1e5a94,,USER,display the average salary of employees for each department who gets a commission percentage.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""AVG""},{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""!="",""value"":""'null'""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -86b4e14a-3fe1-4f50-aa08-7ba97a42673e,,USER,How many different colleges were represented at tryouts?,"{""actions"":[{""actionType"":""aggregations"",""column"":""cName"",""aggregation"":""count""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" -5fcb9c19-8fd4-4a0e-acf7-b92492cbcf1d,,USER,Show booking status codes and their corresponding booking counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""booking_status_code""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" -9a97b8ed-99fd-4801-b806-594e56f4a7a5,,USER,Present distinct template ids for documents and their respective usage counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_id""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -e8e1a232-cde3-4a2d-a76d-199af436e06d,,USER,Who are the players that have names containing the letter a?,"{""actions"":[{""actionType"":""condition"",""column"":""pName"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" -d73f0623-a5b8-430b-be47-cb75ef63409e,,USER,What are the names of all the dorms that can accomdate more than 300 students?,"{""actions"":[{""actionType"":""condition"",""column"":""student_capacity"",""operation"":"">"",""value"":300}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" -435eeb47-2500-41df-80ab-40726c6015ff,,USER,What are the name and id of the three highest priced rooms?,"{""actions"":[{""actionType"":""topFilter"",""column"":""basePrice"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -60cebbb9-0991-49c3-bd08-d711119f9abd,,USER,Find the average age of female students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""'F'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -e01aca8e-8ccc-4bda-9bc0-4b606701154b,,USER,What are the names and decor of rooms with a king bed? Sort them by their price,"{""actions"":[{""actionType"":""condition"",""column"":""bedtype"",""operation"":""="",""value"":""King""},{""actionType"":""sorting"",""column"":""basePrice"",""direction"":""asc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -85f114a7-0319-41fa-8ef6-bc996f261217,,USER,Calculate the total number of students enrolled in colleges founded after 1850 for each affiliation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1850},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -ea9e7010-a150-4a5f-85aa-8862b3f21e6b,,USER,what cities are located in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -d6e7b09c-33a8-406c-8566-885e5e2c6976,,USER,What is the total revenue of each manufacturer?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""major""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -267ef462-540e-4faa-a888-b5d559643daf,,USER,What is the description of document type 'Paper'?,"{""actions"":[{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'Paper'""}]}","[{""columns"":[""document_type_code"",""document_type_description""],""name"":""Ref_Document_Types"",""type"":""grid""}]" -5511a01c-a016-44a0-b202-4a181c392f25,,USER,Find the average price for each type of product.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_type_code""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -72db2775-c3e1-463a-bb6e-895f3a792994,,USER,Count the number of companies.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -ac1bb3b9-bd30-4bce-ab8a-f0f8de384a7b,,USER,List the name of the shop with the latest open year.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Open_Year"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" -e206fefb-54de-4bbe-b3f6-870101115aa8,,USER,Find the names of channels that are not owned by CCTV.,"{""actions"":[{""actionType"":""condition"",""column"":""OWNER"",""operation"":""!="",""value"":""CCTV""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -b759f2b0-559d-424b-8a72-6c2acc8aa557,,USER,Find the first name of students living in city PHL whose age is between 20 and 25.,"{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""="",""value"":""PHL""},{""actionType"":""condition"",""column"":""age"",""operation"":"">="",""value"":20},{""actionType"":""condition"",""column"":""age"",""operation"":""<="",""value"":25}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -89691db5-ee1e-4f72-8bdd-99cdf0832e06,,USER,Which state has the greatest total number of bank customers?,"{""actions"":[{""actionType"":""grouping"",""column"":""state""},{""actionType"":""topFilter"",""column"":""no_of_customers"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -7f334421-1fa2-4676-aa45-958e18454794,,USER,"List the name and number of followers for each user, and sort the results by the number of followers in descending order.","{""actions"":[{""actionType"":""sorting"",""column"":""followers"",""direction"":""desc""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" -9fddbaec-1747-4ea2-b931-57ee1edb93a4,,USER,"Display the first name, and department number for all employees whose last name is ""McEwen"".","{""actions"":[{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""McEwen""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -200e9394-2616-40c2-97f8-991940683531,,USER,How many different genders are there in the dorms?,"{""actions"":[{""actionType"":""aggregations"",""column"":""gender"",""aggregation"":""count""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" -6da34f33-c9dc-4953-8f7c-65cae8ff1d2c,,USER,Find the country of the airlines whose name starts with 'Orbit'.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""starts with"",""value"":""Orbit""}]}","[{""columns"":[""alid"",""name"",""iata"",""icao"",""callsign"",""country"",""active""],""name"":""airlines"",""type"":""grid""}]" -85f44639-166d-4e2c-b4cf-480bfa0ad94e,,USER,Show the names of the three most recent festivals.,"{""actions"":[{""actionType"":""topFilter"",""column"":""YEAR"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Festival_ID"",""Festival_Name"",""Chair_Name"",""Location"",""Year"",""Num_of_Audience""],""name"":""festival_detail"",""type"":""grid""}]" -a391bf3f-2dd6-4204-9692-0342771dfdb7,,USER,What are the names of people in ascending order of height?,"{""actions"":[{""actionType"":""sorting"",""column"":""Height"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Home Town""],""name"":""people"",""type"":""grid""}]" -e9c2a70f-61c5-4174-9583-b54bb6f6122a,,USER,Show all advisors and the associated student count.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -87ea4503-989f-46b8-9242-db3783e159c9,,USER,Count the number of songs released for each format.,"{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""formats""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" -df6ce95e-d57e-477d-a76e-e42746838be3,,USER,List all female students age is older than 18 who is not majoring in 600. List students' first name and last name.,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">"",""value"":18},{""actionType"":""condition"",""column"":""Major"",""operation"":""!="",""value"":600},{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -43f97c0d-fef3-4a3b-9981-82e12ff5e865,,USER,What are ids and total number of hours played for each game?,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""gameid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" -f7818911-04d6-434d-acac-3b28fa41c53a,,USER,Give the average quantity of stocks.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Quantity"",""aggregation"":""avg""}]}","[{""columns"":[""Shop_ID"",""Device_ID"",""Quantity""],""name"":""stock"",""type"":""grid""}]" -f529bf69-f1ee-43ae-97f9-028b56444de4,,USER,"What is the address of the location ""UK Gallery""?","{""actions"":[{""actionType"":""condition"",""column"":""Location_Name"",""operation"":""="",""value"":""'UK Gallery'""}]}","[{""columns"":[""Location_ID"",""Location_Name"",""Address"",""Other_Details""],""name"":""Locations"",""type"":""grid""}]" -8f337121-06f8-49d0-8c15-ac77f9574804,,USER,"What are the support, consider, and oppose rates of each candidate, ordered ascending by their unsure rate?","{""actions"":[{""actionType"":""sorting"",""column"":""unsure_rate"",""direction"":""asc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" -30db2340-3ec4-4c8b-962b-e643a2435d4c,,USER,Show different locations and the number of performances at each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Performance_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Performance_ID"",""Date"",""Host"",""Location"",""Attendance""],""name"":""performance"",""type"":""grid""}]" -6151d859-e59d-403f-9690-3abfad2a3650,,USER,Find all states in which there is a Whataburger,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Whataburger'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" -34af7603-2ea0-490c-97e3-2451fbd3106d,,USER,What details are there on the research staff? List the result in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""staff_details"",""direction"":""asc""}]}","[{""columns"":[""staff_id"",""employer_organisation_id"",""staff_details""],""name"":""Research_Staff"",""type"":""grid""}]" -dde3a04c-244b-4d1d-84da-a95afe5b86bc,,USER,What is the average weight and year for each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -08d1850f-9aea-4c95-8646-1ac31bec5714,,USER,How many Bangladeshi artists are listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""'Bangladesh'""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" -099efed6-3c82-4b43-9c6c-e2a62b0f2a42,,USER,List the type of bed and name of all traditional rooms.,"{""actions"":[{""actionType"":""condition"",""column"":""decor"",""operation"":""="",""value"":""'traditional'""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -9b86357d-385c-40a6-bc99-e646422ecd6a,,USER,Calculate the number of rooms with a capacity of more than 50 for each building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -50b6c98d-e2f8-45d4-bcaf-b3e175955049,,USER,"What is the name, latitude, and city of the station that is located the furthest South?","{""actions"":[{""actionType"":""topFilter"",""column"":""lat"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -8d6d7ca3-45cf-409d-b294-6f7d9c93b739,,USER,What is the last transcript release date?,"{""actions"":[{""actionType"":""topFilter"",""column"":""transcript_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" -562af1a8-1a1e-4ad1-ab49-e0e7c58a8e7a,,USER,"What are the names of the wrestlers, ordered descending by days held?","{""actions"":[{""actionType"":""sorting"",""column"":""Days_held"",""direction"":""desc""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" -7ed3c2de-6b80-48eb-b04e-943c10391479,,USER,Which program was launched most recently? Return the program name.,"{""actions"":[{""actionType"":""topFilter"",""column"":""launch"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" -8a40bb26-2f4a-4877-bef0-ec295afe3c76,,USER,What are the names and revenues of the companies with the highest revenues in each headquarter city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Headquarter""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -ecac751b-3d5c-40be-be0b-c650466b137d,,USER,Return the version numbers and template type codes of templates with a version number greater than 5.,"{""actions"":[{""actionType"":""condition"",""column"":""version_number"",""operation"":"">"",""value"":5}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" -56e27c3b-a07c-402a-acec-41824b458fb1,,USER,How many different kinds of clients are supported by the web clients accelerators?,"{""actions"":[{""actionType"":""aggregations"",""column"":""client"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Operating_system"",""Client"",""Connection""],""name"":""Web_client_accelerator"",""type"":""grid""}]" -62c1b539-a4be-4021-837a-b9727b193f5c,,USER,Compute the mean price for each product category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_type_code""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -0490b972-7db4-4739-856f-3a2d05873e94,,USER,How many staff in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""staff_id"",""aggregation"":""count""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" -07495aa8-34d9-4d9b-ac9c-73c41a0cc23d,,USER,Show project ids and the number of documents in each project.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -d7414a33-99ee-41f3-b493-2d1c8b4af7f9,,USER,What is the number of players who have points less than 30 for each position?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""points"",""operation"":""<"",""value"":30},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -a4399a4a-3f2f-4518-883d-731c62b32b4d,,USER,What is the average age for each occupation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -0c3c0eb5-d5fa-4717-8c5d-6973db0af153,,USER,Find the total number of students in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" -be2c097c-3f8c-4887-bff9-846f5b67a23e,,USER,How many Professors are in building NEB?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""},{""actionType"":""condition"",""column"":""building"",""operation"":""="",""value"":""'NEB'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -97a4e8ce-1e48-4025-9053-54dada4639b2,,USER,How many students are enrolled in college?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""sum""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -9fff6f54-e0d0-4437-afbb-9f8b87d5a341,,USER,Show different parties of people along with the number of people in each party.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Party""}]}","[{""columns"":[""People_ID"",""District"",""Name"",""Party"",""Age""],""name"":""people"",""type"":""grid""}]" -f6588803-06aa-4c79-92c9-702f1974ed83,,USER,"List the name and residence for players whose occupation is not ""Researcher"".","{""actions"":[{""actionType"":""condition"",""column"":""Occupation"",""operation"":""!="",""value"":""'Researcher'""}]}","[{""columns"":[""Player_ID"",""Sponsor_name"",""Player_name"",""Gender"",""Residence"",""Occupation"",""Votes"",""Rank""],""name"":""player"",""type"":""grid""}]" -92d23c4d-4d34-48e5-9b53-41919804e695,,USER,Display all student IDs and their total hours played.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""Stuid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" -29d1103d-b2f6-4e2e-929f-fd53c88fe7bf,,USER,"What are the first name, last name, and phone number of all the female faculty members?","{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -70ebac7b-2333-4a80-95b5-6c514d6f9843,,USER,"Report the grade, number of classrooms, and total number of students for each grade.","{""actions"":[{""actionType"":""aggregations"",""column"":""classroom"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -f7330473-8684-4e41-9aee-6f714704956c,,USER,List the name of artworks in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Artwork_ID"",""Type"",""Name""],""name"":""artwork"",""type"":""grid""}]" -979cda15-8df7-4064-8f81-8d806e02d21f,,USER,How many weddings are there in year 2016?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Church_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2016}]}","[{""columns"":[""Church_ID"",""Male_ID"",""Female_ID"",""Year""],""name"":""wedding"",""type"":""grid""}]" -c992b6c6-2fe8-4673-a587-4f5e02fdd6a2,,USER,What are the departure and arrival dates of all flights from LA to Honolulu?,"{""actions"":[{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""'Honolulu'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -018be547-1acb-48c9-b567-c23f291306e1,,USER,Which country is the airport that has the highest altitude located in?,"{""actions"":[{""actionType"":""topFilter"",""column"":""elevation"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -cd792526-42f7-4b8f-a32e-238e2ad7f945,,USER,What is the average score of submissions?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Scores"",""aggregation"":""avg""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" -ea3c3ac5-457a-4a9e-b0f3-ae7fb29b2d6a,,USER,Find the total number of players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -c806d832-fd08-4b87-a6ac-4e52f1420f44,,USER,What is the reviewer id of Daniel Lewis?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Daniel Lewis'""}]}","[{""columns"":[""rID"",""name""],""name"":""Reviewer"",""type"":""grid""}]" -d3244d48-f209-4244-a6c1-f9cb667ad4e0,,USER,"Find the average room count of the apartments that have the ""Studio"" type code.","{""actions"":[{""actionType"":""aggregations"",""column"":""room_count"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""apt_type_code"",""operation"":""="",""value"":""'Studio'""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" -46ab4c68-0129-40ea-b70b-0caf62f09823,,USER,How many accounts are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -b91221e8-4e77-47c9-b59f-c6df980a1287,,USER,Find the first name of students in the descending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -66577aeb-bfcb-431c-b99c-8e5cd8b3c23e,,USER,List top 10 employee work longest in the company. List employee's first and last name.,"{""actions"":[{""actionType"":""topFilter"",""column"":""hire_date"",""limit"":10,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -56983731-4c5f-4961-bad2-c12c6a778522,,USER,"For each team, how many technicians are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Team""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" -6f4f5871-161f-41b3-877f-880e6f5e17b9,,USER,"In what city was "" Kevin Spacey "" born ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'director_name0'""}]}","[{""columns"":[""did"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""director"",""type"":""grid""}]" -33e83977-4dce-4b6a-a1c6-a6bd90b38110,,USER,how many citizens live in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -626be653-4c28-44e5-9311-2eeccc471f1d,,USER,Tally the number of students assigned to each advisor.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -e393b4e2-09d4-47b4-ab90-4af313e09dd4,,USER,"Find the names of the buildings in ""on-hold"" status, and sort them in ascending order of building stories.","{""actions"":[{""actionType"":""condition"",""column"":""Status"",""operation"":""="",""value"":""'on-hold'""},{""actionType"":""sorting"",""column"":""Stories"",""direction"":""asc""}]}","[{""columns"":[""id"",""name"",""City"",""Height"",""Stories"",""Status""],""name"":""buildings"",""type"":""grid""}]" -be4010d6-f583-42b8-b703-d01c74ffb622,,USER,Which document type is described with the prefix 'Initial'?,"{""actions"":[{""actionType"":""condition"",""column"":""document_description"",""operation"":""starts with"",""value"":""Initial""}]}","[{""columns"":[""document_type_code"",""document_description""],""name"":""Document_Types"",""type"":""grid""}]" -3c8b8d21-6b0f-440d-b754-82a8928bdd4e,,USER,How many books are in each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""category""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -880591d3-7b36-4530-b91a-d5f4fef990f1,,USER,Which rooms cost between 120 and 150? Give me the room names.,"{""actions"":[{""actionType"":""condition"",""column"":""baseprice"",""operation"":"">="",""value"":120},{""actionType"":""condition"",""column"":""baseprice"",""operation"":""<="",""value"":150}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -2169d9b8-ebbe-470a-aedb-f7cee8d387bb,,USER,Give the name of the department with the lowest budget.,"{""actions"":[{""actionType"":""topFilter"",""column"":""budget"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""dept_name"",""building"",""budget""],""name"":""department"",""type"":""grid""}]" -94e006f3-cdd6-4a54-9bfc-16a98e69431e,,USER,Find the average price of the products for each category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Railway_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" -dd5ba8ac-fa4f-4d08-b3e5-113dbceac5a1,,USER,Determine the department count in each academic institution.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -e6143801-4149-41cb-88b6-8b0dde9f7a79,,USER,"For each year, display the year and the average attendance at home games.","{""actions"":[{""actionType"":""aggregations"",""column"":""attendance"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""year"",""league_id"",""team_id"",""park_id"",""span_first"",""span_last"",""games"",""openings"",""attendance""],""name"":""home_game"",""type"":""grid""}]" -d562e3ff-271d-44fc-9218-99a032c91c65,,USER,"List the names of all genres in alphabetical oder, together with its ratings.","{""actions"":[{""actionType"":""sorting"",""column"":""g_name"",""direction"":""asc""}]}","[{""columns"":[""g_name"",""rating"",""most_popular_in""],""name"":""genre"",""type"":""grid""}]" -840c67d4-d138-4b4a-9232-ca1b98e24a05,,USER,"List the invoice count from the US, grouped by state.","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""billing_country"",""operation"":""="",""value"":""'USA'""},{""actionType"":""grouping"",""column"":""billing_state""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -cf6e0ac6-fcfc-47e5-911a-bea640267064,,USER,"What are the population, name and leader of the country with the largest area?","{""actions"":[{""actionType"":""topFilter"",""column"":""SurfaceArea"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -c3885e7d-3741-40e0-a974-0d60db49fdbb,,USER,How many statements do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Statement_ID"",""aggregation"":""count""}]}","[{""columns"":[""Statement_ID"",""Statement_Details""],""name"":""Statements"",""type"":""grid""}]" -e77f688c-d6e4-4bfe-bc4c-68d3e2a18707,,USER,"Find the description of the club called ""Tennis Club"".","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Tennis Club'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" -abfb8c0d-8614-4698-affd-6e8a83e059bd,,USER,How many regions are affected?,"{""actions"":[{""actionType"":""aggregations"",""column"":""region_id"",""aggregation"":""count""}]}","[{""columns"":[""Region_id"",""Storm_ID"",""Number_city_affected""],""name"":""affected_region"",""type"":""grid""}]" -bd3baccd-ea34-48f9-856c-9b6b910a188f,,USER,Find the department with the most employees.,"{""actions"":[{""actionType"":""grouping"",""column"":""departmentID""},{""actionType"":""topFilter"",""column"":""departmentID"",""limit"":1,""aggregation"":""count"",""direction"":""desc""}]}","[{""columns"":[""DepartmentID"",""Name"",""Head""],""name"":""Department"",""type"":""grid""}]" -a47158bf-8744-474d-9882-f5c976d3c201,,USER,What is the nationality of the journalist with the largest number of years working?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Years_working"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""journalist_ID"",""Name"",""Nationality"",""Age"",""Years_working""],""name"":""journalist"",""type"":""grid""}]" -0439a1ed-2d6b-4b83-9770-6154eb3d789b,,USER,Sort the customer names in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""customer_details"",""direction"":""asc""}]}","[{""columns"":[""Customer_ID"",""Customer_Details""],""name"":""Customers"",""type"":""grid""}]" -496164d1-3566-4ff5-af19-4016955995f3,,USER,How many credits does the department offer?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_credit"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" -85824f79-d29a-455f-945d-8a8b7d3f9cd3,,USER,Find the name of the campuses opened before 1800.,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<"",""value"":1800}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" -b0394bfd-c429-47e8-943e-809dd2302f90,,USER,Find the name and account balance of the customer whose name includes the letter ‘a’.,"{""actions"":[{""actionType"":""condition"",""column"":""cust_name"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -97ab33c4-376a-42cf-8ce4-9a0c4a929f80,,USER,How many different cities have these stations?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -f4cac286-a9c5-48ca-bee5-ca5d0e37b15e,,USER,Who is the founder of Sony?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Sony""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -15dd5bf8-0c13-4949-805d-7a219ac5f64d,,USER,Show the transaction types and the total amount of transactions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""transaction_type""}]}","[{""columns"":[""transaction_id"",""account_id"",""invoice_number"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" -5a2c302b-b736-44bc-8484-069f4a9f72d4,,USER,What is the count of singers?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -e5d75772-37f7-44df-97dd-2eeb0b963dbf,,USER,Calculate the average age of males in each job.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -c717f2c5-d04b-4e61-9048-f9247ea14a40,,USER,Determine the number of documents corresponding to each project id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -34e73d06-eb3e-4b73-ab7c-af0c22a91a65,,USER,"Show the name, role code, and date of birth for the employee with name 'Armani'.","{""actions"":[{""actionType"":""condition"",""column"":""employee_Name"",""operation"":""="",""value"":""Armani""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" -56338a91-327d-44cc-a291-3925aa8ce772,,USER,Show all the buildings along with the number of faculty members the buildings have.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -ae3c3c00-bc54-4cb7-a0da-d3f83ff26114,,USER,What is the average rating for players who are left-footed and right-footed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""overall_rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""preferred_foot""}]}","[{""columns"":[""id"",""player_fifa_api_id"",""player_api_id"",""date"",""overall_rating"",""potential"",""preferred_foot"",""attacking_work_rate"",""defensive_work_rate"",""crossing"",""finishing"",""heading_accuracy"",""short_passing"",""volleys"",""dribbling"",""curve"",""free_kick_accuracy"",""long_passing"",""ball_control"",""acceleration"",""sprint_speed"",""agility"",""reactions"",""balance"",""shot_power"",""jumping"",""stamina"",""strength"",""long_shots"",""aggression"",""interceptions"",""positioning"",""vision"",""penalties"",""marking"",""standing_tackle"",""sliding_tackle"",""gk_diving"",""gk_handling"",""gk_kicking"",""gk_positioning"",""gk_reflexes""],""name"":""Player_Attributes"",""type"":""grid""}]" -cf6c2a2f-587b-41ae-95cf-90e3d35c34f0,,USER,Determine the total amount of grant money given to each organization and its corresponding id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""grant_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""organisation_id""}]}","[{""columns"":[""grant_id"",""organisation_id"",""grant_amount"",""grant_start_date"",""grant_end_date"",""other_details""],""name"":""Grants"",""type"":""grid""}]" -33c04604-8e0e-4a6e-af6e-94419473ff24,,USER,What are the maximum price and score of wines for each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -ec54762f-915f-4708-89cd-212cd3887b01,,USER,Show the number of customers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" -586618f6-0cfe-44ed-90f9-11cee0e2f79e,,USER,Calculate the average tonnage for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tonnage"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -020de2fe-4a20-41da-9e9f-c508754f6656,,USER,How many staff live in state Georgia?,"{""actions"":[{""actionType"":""aggregations"",""column"":""address_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state_province_county"",""operation"":""="",""value"":""'Georgia'""}]}","[{""columns"":[""address_id"",""line_1_number_building"",""city"",""zip_postcode"",""state_province_county"",""country""],""name"":""Addresses"",""type"":""grid""}]" -16b98afe-a381-47a4-9201-c9fb0b41367d,,USER,What are the different ages of editors? Show each age along with the number of editors of that age.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Editor_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Age""}]}","[{""columns"":[""Editor_ID"",""Name"",""Age""],""name"":""editor"",""type"":""grid""}]" -773c8942-5869-4790-aaab-1605e8899dc3,,USER,What is the the phone number of Nancy Edwards?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Nancy'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Edwards'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -58b9ea95-a660-457a-8f7c-5b95664ca9c6,,USER,What are the 3 counties that have the smallest population? Give me the county names.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" -28697a03-3ff3-4aa9-8923-fdfccfec946f,,USER,where is mount whitney,"{""actions"":[{""actionType"":""condition"",""column"":""mountain_name"",""operation"":""="",""value"":""'whitney'""}]}","[{""columns"":[""mountain_name"",""mountain_altitude"",""country_name"",""state_name""],""name"":""mountain"",""type"":""grid""}]" -012019ce-6013-4823-8b11-b55607d299ba,,USER,Find the names of all instructors in computer science department,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Comp. Sci.""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -06cd4255-eb21-4066-8490-ae15dac07053,,USER,Find the cities of businesses rated below 1.5,"{""actions"":[{""actionType"":""condition"",""column"":""rating"",""operation"":""<"",""value"":1.5}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" -bac1ce2d-db13-49be-bada-35b17b0fae8a,,USER,What is maximum group equity shareholding of the companies?,"{""actions"":[{""actionType"":""aggregations"",""column"":""group_equity_shareholding"",""aggregation"":""max""}]}","[{""columns"":[""id"",""name"",""Type"",""Principal_activities"",""Incorporated_in"",""Group_Equity_Shareholding""],""name"":""operate_company"",""type"":""grid""}]" -16fb9148-19fc-43c7-984e-d8a477e6742f,,USER,"What are the full name, hire date, salary, and department id for employees without the letter M in their first name?","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""not contains"",""value"":""M""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -0c4e0b88-8613-482f-95b2-c7675ed20f00,,USER,Count the number of distinct product types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_type_code"",""aggregation"":""count""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -d8472330-4b97-4884-abc5-b16872b120f1,,USER,Count the number of distinct player positions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""POSITION"",""aggregation"":""count""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" -4f7417f6-7d31-44f7-8bcb-b69c64fd3d18,,USER,"For each classroom, report the classroom number and the number of grades using it.","{""actions"":[{""actionType"":""aggregations"",""column"":""grade"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -a4a90371-0870-4b4d-ab80-754e0621b219,,USER,how many states have a city named springfield,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -47cf54d6-9e18-4a37-9810-4381e7baf397,,USER,return me the number of papers after 2000 .,"{""actions"":[{""actionType"":""aggregations"",""column"":""title"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" -644e459b-674b-4d86-9b67-57a7e15510cc,,USER,What is the first and last name of all the German drivers?,"{""actions"":[{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""'German'""}]}","[{""columns"":[""driverId"",""driverRef"",""number"",""code"",""forename"",""surname"",""dob"",""nationality"",""url""],""name"":""drivers"",""type"":""grid""}]" -ef0b258a-25a1-424f-ba9e-f775668f77b1,,USER,what are the major rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -206da4db-d109-46c9-9d6d-a8db4f8e6082,,USER,Find the name and category of the most expensive product.,"{""actions"":[{""actionType"":""topFilter"",""column"":""product_price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" -50085f0e-c084-4b8d-8feb-4085ccd4f2d2,,USER,What are the companies and main industries of all companies that are not headquartered in the United States?,"{""actions"":[{""actionType"":""condition"",""column"":""headquarters"",""operation"":""!="",""value"":""USA""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -6802cb18-d2b7-45af-815a-df8a675c6e28,,USER,Which continent is Anguilla in?,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""="",""value"":""'Anguilla'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -e56666b9-ea50-48ee-a675-26882124dcb8,,USER,Enumerate each language and the count of TV channels using it.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LANGUAGE""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -b0cba594-5fcb-4e9e-ba49-0b93a0b506f8,,USER,Find the name and capacity of products with price greater than 700 (in USD).,"{""actions"":[{""actionType"":""condition"",""column"":""price_in_dollars"",""operation"":"">"",""value"":700}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" -9e62e652-d8ae-4cbf-a041-0c350976ef04,,USER,List all user ids with name Michelle,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Michelle'""}]}","[{""columns"":[""uid"",""user_id"",""name""],""name"":""user"",""type"":""grid""}]" -c6662e61-a5c5-44ab-9d84-d3169af8c1b3,,USER,List the names of the top 5 oldest people.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" -64775c7b-fec1-4db5-af9c-861c7db8ea68,,USER,Find the production code and channel of the most recently aired cartoon .,"{""actions"":[{""actionType"":""topFilter"",""column"":""original_air_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" -6e96ee41-6835-43d3-bac1-8457e6ce2298,,USER,List the types of competition and the number of competitions of each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Competition_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Competition_type""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" -067a2af5-2e7c-4b70-921a-df8587431de0,,USER,What is the name of country that has the shortest life expectancy in Asia?,"{""actions"":[{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Asia'""},{""actionType"":""topFilter"",""column"":""LifeExpectancy"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -a99f87d1-9a36-485f-92b2-1eb064b3c273,,USER,What are the names of the singers who are not French citizens?,"{""actions"":[{""actionType"":""condition"",""column"":""Citizenship"",""operation"":""!="",""value"":""'France'""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -7f999bce-7262-4115-b6df-6c444d8edcc1,,USER,What is the content of the series Sky Radio?,"{""actions"":[{""actionType"":""condition"",""column"":""series_name"",""operation"":""="",""value"":""'Sky Radio'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -959a2477-3e96-4c3c-869c-53dc735bf582,,USER,What are the average profits of companies?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Profits_billion"",""aggregation"":""avg""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -b71e8c5a-95df-470d-8b39-65827fadca85,,USER,Show all video games with type Collectible card game.,"{""actions"":[{""actionType"":""condition"",""column"":""gtype"",""operation"":""="",""value"":""'Collectible card game'""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" -1a9b430e-2b37-4b75-b94c-943147e18f2a,,USER,"What are all the album titles, in alphabetical order?","{""actions"":[{""actionType"":""sorting"",""column"":""Title"",""direction"":""asc""}]}","[{""columns"":[""AlbumId"",""Title"",""ArtistId""],""name"":""Album"",""type"":""grid""}]" -f58e6aba-1c57-4ba1-b488-5a6135fa2da9,,USER,what rivers flow through illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -dab7d44b-ceb8-4a62-bf8b-0dd48a7cf8c8,,USER,What is the largest payment amount?,"{""actions"":[{""actionType"":""topFilter"",""column"":""amount"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""payment_id"",""customer_id"",""staff_id"",""rental_id"",""amount"",""payment_date"",""last_update""],""name"":""payment"",""type"":""grid""}]" -0885087d-c3c2-48f1-939e-486aacc6fc3d,,USER,Count the number of different parties.,"{""actions"":[{""actionType"":""aggregations"",""column"":""party_name"",""aggregation"":""count""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" -d6bbde4b-dd07-465f-aad6-899f476ae847,,USER,List the total scores of body builders in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Total"",""direction"":""asc""}]}","[{""columns"":[""Body_Builder_ID"",""People_ID"",""Snatch"",""Clean_Jerk"",""Total""],""name"":""body_builder"",""type"":""grid""}]" -363d7481-eac5-4c87-b10a-8b8009fc83ec,,USER,Find all the female actors from Austin,"{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Austin'""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""'female'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -ef884f15-60b7-48c9-a82f-b6839cc1a901,,USER,Find the number of rooms with more than 50 capacity for each building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -0668dadc-2c58-4f87-8b4b-1211566b475a,,USER,How many different templates do all document use?,"{""actions"":[{""actionType"":""aggregations"",""column"":""template_id"",""aggregation"":""count""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -75a8d78e-b0e2-4163-8d67-b0c123826dd9,,USER,How many TV Channel using language English?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'English'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -db5daa12-c612-4f18-9b31-73d35a1b9f4a,,USER,What is the name and directors of all the cartoons that are ordered by air date?,"{""actions"":[{""actionType"":""sorting"",""column"":""Original_air_date"",""direction"":""asc""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" -c58eb56a-15ae-474b-8ab5-7dde6085927e,,USER,What is the document name and template id for document with description with the letter 'w' in it?,"{""actions"":[{""actionType"":""condition"",""column"":""Document_Description"",""operation"":""contains"",""value"":""w""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -3fb22ca9-13d0-43e9-9f81-5e4148b93703,,USER,What is employee Nancy Edwards's phone number?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Nancy'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Edwards'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -6467b37d-f4f7-43a3-8415-c78db272bbb7,,USER,find the name of the program that was launched most recently.,"{""actions"":[{""actionType"":""topFilter"",""column"":""launch"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" -6143217f-cd8c-4f3f-a44e-3e83b9a8b268,,USER,What are the IDs of all students and the number of hours they played?,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""Stuid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" -7e21065c-fd87-4483-9a30-2a4b8ff46ed9,,USER,Present distinct occupations and their corresponding player counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Occupation""}]}","[{""columns"":[""Player_ID"",""Sponsor_name"",""Player_name"",""Gender"",""Residence"",""Occupation"",""Votes"",""Rank""],""name"":""player"",""type"":""grid""}]" -0ec6c214-5380-454c-a604-c24524a90be5,,USER,Display the order ids and the number of invoices for each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" -77f51033-985c-4917-af70-e8a6063e8959,,USER,List every album whose title starts with A in alphabetical order.,"{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""starts with"",""value"":""A""},{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""}]}","[{""columns"":[""id"",""title"",""artist_id""],""name"":""albums"",""type"":""grid""}]" -713130b8-4f6f-4813-857a-d775ee5a0834,,USER,How many different statuses do cities have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Status"",""aggregation"":""count""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" -06a21518-3f83-4b72-9859-b2565cce6690,,USER,which states does the ohio run through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -95cb159d-f7c4-4ae9-b760-a944268d90b3,,USER,"List the id, country, city and name of the airports ordered alphabetically by the name.","{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""id"",""City"",""Country"",""IATA"",""ICAO"",""name""],""name"":""airport"",""type"":""grid""}]" -96d22024-531d-4c40-b2ad-c7fca2f8b05a,,USER,What is minimum age for different job title?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -5c11f170-566c-40f6-ad25-45dd84f4ae3c,,USER,Count the number of Professors who have office in building NEB.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""},{""actionType"":""condition"",""column"":""building"",""operation"":""="",""value"":""'NEB'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -9867e282-f9d7-4364-918e-cd5324097fc2,,USER,List the number of invoices and the invoice total from California.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""SUM""},{""actionType"":""condition"",""column"":""billing_state"",""operation"":""="",""value"":""'CA'""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -e212795b-7bcf-4add-a144-0005afc6fe2f,,USER,"What are the last names of faculty in building Barton, sorted by last name?","{""actions"":[{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'Barton'""},{""actionType"":""sorting"",""column"":""Lname"",""direction"":""asc""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -ffadf12e-a52c-44b2-af54-542120c77012,,USER,List the name of browsers in descending order by market share.,"{""actions"":[{""actionType"":""sorting"",""column"":""market_share"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""market_share""],""name"":""browser"",""type"":""grid""}]" -6ba94cd6-2066-4817-8685-349baef26d6b,,USER,What is the average horsepower of the cars before 1980?,"{""actions"":[{""actionType"":""aggregations"",""column"":""horsepower"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<"",""value"":1980}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -c92bcebf-2312-495b-9724-1a9faeb448d7,,USER,Show the delegate from district 1 in election.,"{""actions"":[{""actionType"":""condition"",""column"":""District"",""operation"":""="",""value"":1}]}","[{""columns"":[""Election_ID"",""Counties_Represented"",""District"",""Delegate"",""Party"",""First_Elected"",""Committee""],""name"":""election"",""type"":""grid""}]" -4ba71727-3dc7-460d-8ff6-586dc9d6f39e,,USER,How many total tours were conducted for each ranking date?,"{""actions"":[{""actionType"":""aggregations"",""column"":""tours"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""ranking_date""}]}","[{""columns"":[""ranking_date"",""ranking"",""player_id"",""ranking_points"",""tours""],""name"":""rankings"",""type"":""grid""}]" -ab1d21b1-a585-4d68-ac46-95be7836a351,,USER,What is the id and weight of every pet who is older than 1?,"{""actions"":[{""actionType"":""condition"",""column"":""pet_age"",""operation"":"">"",""value"":1}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -a12f0c00-4c68-4011-bd31-c1194ac52219,,USER,Present distinct headquarters along with the company count at each headquarter.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Headquarters""}]}","[{""columns"":[""Company_ID"",""Name"",""Headquarters"",""Industry"",""Sales_in_Billion"",""Profits_in_Billion"",""Assets_in_Billion"",""Market_Value_in_Billion""],""name"":""company"",""type"":""grid""}]" -4ad700df-9cf1-4bf0-a910-b268d0b79027,,USER,In how many cities are there airports in the country of Greenland?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""Greenland""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -fde0b1b8-2fda-4554-8a7e-7746dcf9f355,,USER,"What are the emails of employees with null commission, salary between 7000 and 12000, and who work in department 50?","{""actions"":[{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""="",""value"":""'null'""},{""actionType"":""condition"",""column"":""salary"",""operation"":"">="",""value"":7000},{""actionType"":""condition"",""column"":""salary"",""operation"":""<="",""value"":12000},{""actionType"":""condition"",""column"":""department_id"",""operation"":""="",""value"":50}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -ec545503-4584-4050-b346-c1ba05b20262,,USER,what is the height of mount mckinley,"{""actions"":[{""actionType"":""condition"",""column"":""mountain_name"",""operation"":""="",""value"":""'mckinley'""}]}","[{""columns"":[""mountain_name"",""mountain_altitude"",""country_name"",""state_name""],""name"":""mountain"",""type"":""grid""}]" -24b6de73-7c27-43c6-94f1-f29b436f1d52,,USER,What is the name of the event that happened in the most recent year?,"{""actions"":[{""actionType"":""topFilter"",""column"":""YEAR"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""Name"",""Stadium_ID"",""Year""],""name"":""event"",""type"":""grid""}]" -36a66ff9-8e28-4fac-b0d0-3a22c11d3da6,,USER,What are the titles of the cartoons sorted alphabetically?,"{""actions"":[{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" -402922b6-5412-4044-9479-390bd841dbf6,,USER,where is the lowest point in iowa,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'iowa'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -57d01eda-e651-4907-aa73-b0180571f07f,,USER,"What is the id of the reviewer whose name includes the word ""Mike""?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Mike""}]}","[{""columns"":[""rID"",""name""],""name"":""Reviewer"",""type"":""grid""}]" -4b220d02-893b-4109-8a7e-1723f9fffbec,,USER,what cities in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -74184c57-2b2b-4254-ac30-7b7650e82f2d,,USER,What is the id of every employee who has at least a salary of 100000?,"{""actions"":[{""actionType"":""condition"",""column"":""salary"",""operation"":"">"",""value"":100000}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" -2a721214-ada3-42ee-b867-689296f1279d,,USER,List all channel names ordered by their rating in percent from big to small.,"{""actions"":[{""actionType"":""sorting"",""column"":""rating_in_percent"",""direction"":""desc""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -b3f99607-4b1d-4f97-8385-3d7b60d9d82a,,USER,"What are the names and seatings for all tracks opened after 2000, ordered by seating?","{""actions"":[{""actionType"":""condition"",""column"":""year_opened"",""operation"":"">"",""value"":2000},{""actionType"":""sorting"",""column"":""seating"",""direction"":""asc""}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" -6c428545-f2bd-41fd-bf41-1d7782a320ae,,USER,How many students are 18 years old?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""="",""value"":18}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -661eddcd-1572-4a3d-b608-859e208c6f59,,USER,What are the different membership levels?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LEVEL"",""aggregation"":""count""}]}","[{""columns"":[""Member_ID"",""Card_Number"",""Name"",""Hometown"",""Level""],""name"":""member"",""type"":""grid""}]" -aa9ce099-ac13-4ad5-bc3b-deb1184e02c9,,USER,List the names of all courses ordered by their titles and credits.,"{""actions"":[{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""credits"",""direction"":""asc""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" -dd38fc46-199c-446f-8072-80b8c5a5e291,,USER,How many items in inventory does store 1 have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""inventory_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""store_id"",""operation"":""="",""value"":1}]}","[{""columns"":[""inventory_id"",""film_id"",""store_id"",""last_update""],""name"":""inventory"",""type"":""grid""}]" -e1edb0ba-adde-44ff-9fba-1a4063a867b6,,USER,Give the country id and corresponding count of cities in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""country_id""}]}","[{""columns"":[""LOCATION_ID"",""STREET_ADDRESS"",""POSTAL_CODE"",""CITY"",""STATE_PROVINCE"",""COUNTRY_ID""],""name"":""locations"",""type"":""grid""}]" -59047d4c-3c3e-49db-aba6-94fd7ee7f799,,USER,Give the airline with abbreviation 'UAL'.,"{""actions"":[{""actionType"":""condition"",""column"":""Abbreviation"",""operation"":""="",""value"":""'UAL'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" -2ee784ca-80dd-4da7-8196-fc7f6b29470d,,USER,What is the total share of transactions?,"{""actions"":[{""actionType"":""aggregations"",""column"":""share_count"",""aggregation"":""sum""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -157abb83-16c2-47f2-a48e-67d861068182,,USER,Please show the categories of music festivals and the count of each category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Category""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" -fc72fedf-3d07-4dbb-b4be-d660fbcf694a,,USER,what is the number of neighboring states for kentucky,"{""actions"":[{""actionType"":""aggregations"",""column"":""border"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -be3558f1-64e5-4a4f-9278-38b57f9fc117,,USER,"What are the titles of the books whose writer is not ""Elaine Lee""?","{""actions"":[{""actionType"":""condition"",""column"":""Writer"",""operation"":""!="",""value"":""'Elaine Lee'""}]}","[{""columns"":[""Book_ID"",""Title"",""Issues"",""Writer""],""name"":""book"",""type"":""grid""}]" -7d595295-80dd-4dc3-b511-b0f950addf57,,USER,List name and damage for all storms in a descending order of max speed.,"{""actions"":[{""actionType"":""sorting"",""column"":""max_speed"",""direction"":""desc""}]}","[{""columns"":[""Storm_ID"",""Name"",""Dates_active"",""Max_speed"",""Damage_millions_USD"",""Number_Deaths""],""name"":""storm"",""type"":""grid""}]" -bdb135a5-db09-41ce-80d2-67b1ba2ebad3,,USER,in what state is mount whitney,"{""actions"":[{""actionType"":""condition"",""column"":""mountain_name"",""operation"":""="",""value"":""'whitney'""}]}","[{""columns"":[""mountain_name"",""mountain_altitude"",""country_name"",""state_name""],""name"":""mountain"",""type"":""grid""}]" -ace581da-a528-48f0-9e2c-292cbeb0e715,,USER,Count the number of artists.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" -5c85d3a8-f3bb-4472-bc15-bec056bdb9af,,USER,Find the name and rank of the 3 youngest winners across all matches.,"{""actions"":[{""actionType"":""topFilter"",""column"":""winner_age"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -6681cc0e-62c5-476c-b415-1d21b09a0e34,,USER,What is the average horsepower for all cars produced before 1980 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""horsepower"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""year"",""operation"":""<"",""value"":1980}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -0ba74618-91de-47e9-8df3-9268e0fd5071,,USER,Show all flight number from Los Angeles.,"{""actions"":[{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -535160b3-1a72-4f27-83a0-a75776dbd3ae,,USER,"What are the customer phone numbers under the policy ""Life Insurance""?","{""actions"":[{""actionType"":""condition"",""column"":""policy_type_code"",""operation"":""="",""value"":""'Life Insurance'""}]}","[{""columns"":[""Policy_ID"",""policy_type_code"",""Customer_Phone""],""name"":""Available_Policies"",""type"":""grid""}]" -21f396ff-c66a-4c46-b780-ab712feb2b3a,,USER,What is the issue date of the volume with the minimum weeks on top?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Weeks_on_Top"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" -7edf3253-7865-4b0d-847f-20ac1b1bf3c5,,USER,What are the countries for each market ordered by decreasing number of cities?,"{""actions"":[{""actionType"":""sorting"",""column"":""Number_cities"",""direction"":""desc""}]}","[{""columns"":[""Market_ID"",""Country"",""Number_cities""],""name"":""market"",""type"":""grid""}]" -f1163a12-feb2-47b0-8e1d-cfff4807d23b,,USER,What are the names of wines with scores higher than 90?,"{""actions"":[{""actionType"":""condition"",""column"":""score"",""operation"":"">"",""value"":90}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -cc6a1455-e4aa-435e-b25d-14e18cfe0685,,USER,What are the names of all the video games and their types in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""gname"",""direction"":""asc""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" -cf3d3e46-fd69-46d4-90a0-4e637d56b2a9,,USER,What are the three most costly procedures?,"{""actions"":[{""actionType"":""topFilter"",""column"":""cost"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Cost""],""name"":""Procedures"",""type"":""grid""}]" -b3c53328-77d2-4785-9af7-f27bdaafb346,,USER,How many lessons were in cancelled state?,"{""actions"":[{""actionType"":""aggregations"",""column"":""lesson_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""lesson_status_code"",""operation"":""="",""value"":""'Cancelled'""}]}","[{""columns"":[""lesson_id"",""customer_id"",""lesson_status_code"",""staff_id"",""vehicle_id"",""lesson_date"",""lesson_time"",""price""],""name"":""Lessons"",""type"":""grid""}]" -2533d7a1-1553-42d7-bb05-368bc0298459,,USER,Find the rooms of faculties with rank professor who live in building NEB.,"{""actions"":[{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""},{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'NEB'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -d35839eb-f4a7-4e88-9410-5d58fcb47adb,,USER,Identify the codes and titles of the lowest-priced products in every category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -a36b827b-0145-4088-a1c6-5b26ece6d39c,,USER,How many universities have a location that contains NY?,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""contains"",""value"":""NY""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -459b3925-0a26-4894-9a92-c294d66ae435,,USER,what are the cities in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -6a768707-dbfb-42ad-93b3-01399accac9a,,USER,Find the average number of customers in all banks of Utah state.,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""Utah""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -57b71139-07d6-43b4-84df-5e896866b23a,,USER,What are the names of the heads who are born outside the California state?,"{""actions"":[{""actionType"":""condition"",""column"":""born_state"",""operation"":""!="",""value"":""California""}]}","[{""columns"":[""head_ID"",""name"",""born_state"",""age""],""name"":""head"",""type"":""grid""}]" -f6734c66-7a44-4072-a0bd-3abbcd1899cd,,USER,"Find the name, type, and flag of the ship that is built in the most recent year.","{""actions"":[{""actionType"":""topFilter"",""column"":""built_year"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Built_Year"",""Class"",""Flag""],""name"":""Ship"",""type"":""grid""}]" -2f285d79-5316-421b-b2b5-5ecc6ccf3f11,,USER,what are the rivers of illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -38906700-30be-47dd-ade0-bf9da9cfcc9d,,USER,"Find all actors born in "" Tehran ""","{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Tehran'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -2ed3b6a9-2ed9-437e-aa65-908e7a95d53b,,USER,How many hours do students in each department spend studying?,"{""actions"":[{""actionType"":""aggregations"",""column"":""stu_hrs"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" -4897cbcf-45d1-4f5c-bb48-9fb335ef0ef8,,USER,What is the average price of clothes?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""product_type_code"",""operation"":""="",""value"":""Clothes""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -bc9e8ac1-8e3c-4054-9f3a-a48155f4aed6,,USER,How many unique order IDs are associated with each product?,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""product_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -5f707c6a-6504-416b-8e69-7d83b5a52ea4,,USER,List the ids of all distinct orders ordered by placed date.,"{""actions"":[{""actionType"":""sorting"",""column"":""date_order_placed"",""direction"":""asc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""date_order_placed"",""order_details""],""name"":""Orders"",""type"":""grid""}]" -ba9277a3-35b5-49ff-85f4-a29be24a139e,,USER,What campuses opened between 1935 and 1939?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":1935},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":1939}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" -0ddfea17-372d-4f0b-adf1-9642364a318e,,USER,Show the product ids and the number of unique orders containing each product.,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""product_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -cda37b61-12bf-4c5a-8ff4-fd82cf2a952c,,USER,What is the school color of the school with the largest enrollment?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Enrollment"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -2096cd43-7045-4a8a-8874-1073f6bfb0f8,,USER,Show the different headquarters and number of companies at each headquarter.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Headquarters""}]}","[{""columns"":[""Company_ID"",""Name"",""Headquarters"",""Industry"",""Sales_in_Billion"",""Profits_in_Billion"",""Assets_in_Billion"",""Market_Value_in_Billion""],""name"":""company"",""type"":""grid""}]" -9a716d9b-098b-4820-96be-4ebea24d06ef,,USER,What is the receipt date of the document with id 3?,"{""actions"":[{""actionType"":""condition"",""column"":""document_id"",""operation"":""="",""value"":3}]}","[{""columns"":[""document_id"",""document_status_code"",""document_type_code"",""shipping_agent_code"",""receipt_date"",""receipt_number"",""other_details""],""name"":""Documents"",""type"":""grid""}]" -838aa0ef-6809-46f6-9d93-e09f46c2bbf3,,USER,Retrieve the smallest salary for each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""MIN""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -f4b71bfd-2714-460f-8698-532ef65f7c17,,USER,"Return the addresses of the course authors or tutors whose personal name is ""Cathrine"".","{""actions"":[{""actionType"":""condition"",""column"":""personal_name"",""operation"":""="",""value"":""'Cathrine'""}]}","[{""columns"":[""author_id"",""author_tutor_ATB"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name"",""gender_mf"",""address_line_1""],""name"":""Course_Authors_and_Tutors"",""type"":""grid""}]" -7d92a901-ec01-4c6d-b33a-2cc9112af3e7,,USER,How many tips have been written in 2015,"{""actions"":[{""actionType"":""aggregations"",""column"":""text"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2015}]}","[{""columns"":[""tip_id"",""business_id"",""text"",""user_id"",""likes"",""year"",""month""],""name"":""tip"",""type"":""grid""}]" -6bcf648a-bb53-4c33-96ca-4629b8e407e0,,USER,"When was "" Kevin Spacey "" born ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'actor_name0'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -153c9e43-07f8-4ad1-a20d-7fbdee92afda,,USER,Provide the classroom number and determine the number of unique grades utilizing the room for each classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""grade"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -f16e3a1f-91b3-4ae4-aee2-f0435c2c8aef,,USER,Find the number of distinct courses that have enrolled students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""course_id"",""aggregation"":""count""}]}","[{""columns"":[""registration_id"",""student_id"",""course_id"",""date_of_enrolment"",""date_of_completion""],""name"":""Student_Course_Enrolment"",""type"":""grid""}]" -9385b353-1755-4cb9-876d-49423da641f1,,USER,What is the zip code that has the lowest average mean sea level pressure?,"{""actions"":[{""actionType"":""grouping"",""column"":""zip_code""},{""actionType"":""topFilter"",""column"":""mean_sea_level_pressure_inches"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -171c512b-c3eb-4eef-b769-d945bfbdb548,,USER,Count the number of sections per course.,"{""actions"":[{""actionType"":""aggregations"",""column"":""CLASS_CODE"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""crs_code""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -134c2e11-bacd-442d-a859-78f71616a335,,USER,What is the total rating for each channel owner's channel?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rating_in_percent"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""OWNER""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -83860865-9acf-4a0a-b350-7c38809df925,,USER,What is the id of the reviewer named Daniel Lewis?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Daniel Lewis'""}]}","[{""columns"":[""rID"",""name""],""name"":""Reviewer"",""type"":""grid""}]" -fc25fb34-1e7d-491b-ac7d-ad746e672432,,USER,"What is the zip code the county named ""Howard"" is located in?","{""actions"":[{""actionType"":""condition"",""column"":""County_name"",""operation"":""="",""value"":""'Howard'""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" -46efb80b-b91d-4021-8d6e-277954bd1b85,,USER,Count the number of countries.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Country_id"",""aggregation"":""count""}]}","[{""columns"":[""Country_id"",""Country_name"",""Capital"",""Official_native_language""],""name"":""country"",""type"":""grid""}]" -2cd1d8a5-f59e-4db8-b0d0-536d1c0e6df6,,USER,Return the phone and email of the customer with the first name Aniyah and last name Feest.,"{""actions"":[{""actionType"":""condition"",""column"":""customer_first_name"",""operation"":""="",""value"":""'Aniyah'""},{""actionType"":""condition"",""column"":""customer_last_name"",""operation"":""="",""value"":""'Feest'""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_last_name"",""customer_address"",""customer_phone"",""customer_email"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" -3af8f36c-14d0-4745-adba-d19581cb7d00,,USER,What is the apartment number of the apartment with the most beds?,"{""actions"":[{""actionType"":""topFilter"",""column"":""bedroom_count"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" -12ad966b-5cdc-4d1b-9581-8b09373cc9b1,,USER,What are the first name and last name of all the instructors?,"{""actions"":[{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Instructor'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -f73e5f80-9f95-4552-9ef9-8b3906a3ee85,,USER,How many female people are older than 30 in our record?,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""is_male"",""operation"":""="",""value"":""F""},{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":30}]}","[{""columns"":[""People_ID"",""Name"",""Country"",""Is_Male"",""Age""],""name"":""people"",""type"":""grid""}]" -ebd8f14a-e169-4b72-8baf-13f391100623,,USER,A list of the top 8 countries by gross/total invoice size. List country name and gross invoice size.,"{""actions"":[{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""SUM""},{""actionType"":""grouping"",""column"":""billing_country""},{""actionType"":""topFilter"",""column"":""total"",""limit"":8,""aggregation"":""SUM"",""direction"":""desc""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -93a020f4-df13-4bca-901d-9096a589cdc7,,USER,What are the descriptions for all the math courses?,"{""actions"":[{""actionType"":""condition"",""column"":""course_name"",""operation"":""="",""value"":""math""}]}","[{""columns"":[""course_id"",""course_name"",""course_description"",""other_details""],""name"":""Courses"",""type"":""grid""}]" -2ba473e6-03ab-4a29-b501-61e6563a58ce,,USER,return me the papers after 2000 .,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" -f74399ed-965a-4f74-bb1d-1ab7b9c7db0d,,USER,Which district has the largest population?,"{""actions"":[{""actionType"":""topFilter"",""column"":""city_population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" -bf863875-686e-46a8-8eb8-e259b5b614c3,,USER,Compute the average song rating for each language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""languages""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -c8888905-68cf-45e1-be01-034e9d514894,,USER,"For each city, how many branches were opened before 2010?","{""actions"":[{""actionType"":""aggregations"",""column"":""Branch_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":2010},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" -370d6cc8-0fd6-40db-b95e-179b7bb5e112,,USER,What is the name of the song that was released in the most recent year?,"{""actions"":[{""actionType"":""topFilter"",""column"":""releasedate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -1dea8f5b-5841-44b8-85de-fb492485dc01,,USER,"What are the official names of cities, ordered descending by population?","{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" -a4565e19-f6a6-4b0c-8f09-7c6c2dc043e0,,USER,"What is the total horses record for each farm, sorted ascending?","{""actions"":[{""actionType"":""sorting"",""column"":""Total_Horses"",""direction"":""asc""}]}","[{""columns"":[""Farm_ID"",""Year"",""Total_Horses"",""Working_Horses"",""Total_Cattle"",""Oxen"",""Bulls"",""Cows"",""Pigs"",""Sheep_and_Goats""],""name"":""farm"",""type"":""grid""}]" -bddda5ad-c7b5-4a7d-a337-9b451e5b1653,,USER,Give the name of the student in the History department with the most credits.,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""History""},{""actionType"":""topFilter"",""column"":""tot_cred"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" -8d1f1c31-6b37-4b26-923f-a4b786c8e3bb,,USER,Report the average product price for each distinct product name.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Product_Name""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" -d454a517-1f6f-40f9-895a-a8fa4ecdf531,,USER,What is the average price of products grouped by manufacturer code?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""AVG""},{""actionType"":""grouping"",""column"":""Manufacturer""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -75325215-f6f6-49ca-82dd-43a784cecd98,,USER,Display various modes of reaching attractions and the count of attractions accessible through each method.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tourist_Attraction_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""How_to_Get_There""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" -1c7f6b4a-8d36-414b-8f9f-999f9352bb5c,,USER,Determine the count of customers for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" -98eb0660-0473-4c13-a6d3-3c47978f7e47,,USER,List the builders of railways in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Builder"",""direction"":""asc""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" -d8b628e7-b31d-4e9a-8c38-71de586e4ba2,,USER,"For each zip code, return how many times max wind speed reached 25?","{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""max_wind_Speed_mph"",""operation"":"">="",""value"":25},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -b2c16ae1-3bb7-475a-8466-8b61ee60416b,,USER,List the name and tonnage ordered by in descending alphaetical order for the names.,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""desc""}]}","[{""columns"":[""lost_in_battle"",""id"",""name"",""tonnage"",""ship_type"",""location"",""disposition_of_ship""],""name"":""ship"",""type"":""grid""}]" -60677926-b314-4bdf-b962-0c02b56f61f7,,USER,What is the lowest salary in each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""MIN""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -59eba4d2-1d9f-462f-93dd-2e749ed98e85,,USER,what is the population of boulder city,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -9bb0ba77-9dd9-4afd-8a1d-047e6c45f4fd,,USER,"How many rooms cost more than 120, for each different decor?","{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":120},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -57847278-e1be-4f27-81d6-d4a08366bd98,,USER,Return the top 3 greatest support rates.,"{""actions"":[{""actionType"":""topFilter"",""column"":""support_rate"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" -1dab36c4-b750-494c-9901-35b73cbd4010,,USER,Return the device carriers that do not have Android as their software platform.,"{""actions"":[{""actionType"":""condition"",""column"":""Software_Platform"",""operation"":""!="",""value"":""Android""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" -e2731a10-9c3e-4972-8794-d10dbf9dadb6,,USER,What is the description of the restaurant type Sandwich?,"{""actions"":[{""actionType"":""condition"",""column"":""ResTypeName"",""operation"":""="",""value"":""'Sandwich'""}]}","[{""columns"":[""ResTypeID"",""ResTypeName"",""ResTypeDescription""],""name"":""Restaurant_Type"",""type"":""grid""}]" -68f550e7-cfcd-4c50-a0ee-9f09f9dd444c,,USER,"What are the names and buildings of the deparments, sorted by budget descending?","{""actions"":[{""actionType"":""sorting"",""column"":""budget"",""direction"":""desc""}]}","[{""columns"":[""dept_name"",""building"",""budget""],""name"":""department"",""type"":""grid""}]" -8c8694ce-8584-4024-bac6-ab74a7f7ef42,,USER,Show the name and opening year for three churches that opened most recently.,"{""actions"":[{""actionType"":""topFilter"",""column"":""open_date"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Church_ID"",""Name"",""Organized_by"",""Open_Date"",""Continuation_of""],""name"":""church"",""type"":""grid""}]" -4afa592f-a575-4238-8d7f-59d51be3c3a7,,USER,What is the name of the youngest editor?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Editor_ID"",""Name"",""Age""],""name"":""editor"",""type"":""grid""}]" -02405aaa-3269-4d4a-8ff9-a737bf381932,,USER,List ids for all student who are on scholarship.,"{""actions"":[{""actionType"":""condition"",""column"":""onscholarship"",""operation"":""="",""value"":""Y""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" -59c2fd32-818e-4301-8fb3-16a7daad7e5e,,USER,"What are the states, account types, and credit scores for customers who have 0 loans?","{""actions"":[{""actionType"":""condition"",""column"":""no_of_loans"",""operation"":""="",""value"":0}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -99b55502-8a54-43e3-8c3a-ece6365a90b9,,USER,What is the hometown of the youngest teacher?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" -89dbb705-7948-4e63-9ddd-fa837c5c1ab7,,USER,What are the different names of the colleges involved in the tryout in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""cName"",""direction"":""asc""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" -eef43524-eb65-402b-82b9-f464a5886a7f,,USER,"What is the average number of rooms of apartments with type code ""Studio""?","{""actions"":[{""actionType"":""aggregations"",""column"":""room_count"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""apt_type_code"",""operation"":""="",""value"":""'Studio'""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" -fc695d96-aa18-46e0-8e20-c82847b175b4,,USER,"Select the average price of each manufacturer's products, showing only the manufacturer's code.","{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""AVG""},{""actionType"":""grouping"",""column"":""Manufacturer""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -4a02d734-837d-43fc-9419-ddb0eb98cbba,,USER,What are the names of the airports which are not in the country 'Iceland'?,"{""actions"":[{""actionType"":""condition"",""column"":""country"",""operation"":""!="",""value"":""Iceland""}]}","[{""columns"":[""id"",""City"",""Country"",""IATA"",""ICAO"",""name""],""name"":""airport"",""type"":""grid""}]" -3a25b291-2787-4bab-8d31-560cb5c519f8,,USER,Select the code of the product that is cheapest in each product category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -5466bb27-5576-465f-b421-3bcf118ef87c,,USER,How many artists do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" -402cd7d5-8d30-444c-a3af-f84d942526d9,,USER,Count the number of different payment method codes used by parties.,"{""actions"":[{""actionType"":""aggregations"",""column"":""payment_method_code"",""aggregation"":""count""}]}","[{""columns"":[""party_id"",""payment_method_code"",""party_phone"",""party_email""],""name"":""Parties"",""type"":""grid""}]" -99e2e3d9-286a-4571-b914-f50fd7cbda83,,USER,How many faculty members are there per rank and gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -a75766c7-24a9-4b4a-86d0-7fb537eb6d0a,,USER,How many lessons have been cancelled?,"{""actions"":[{""actionType"":""aggregations"",""column"":""lesson_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""lesson_status_code"",""operation"":""="",""value"":""'Cancelled'""}]}","[{""columns"":[""lesson_id"",""customer_id"",""lesson_status_code"",""staff_id"",""vehicle_id"",""lesson_date"",""lesson_time"",""price""],""name"":""Lessons"",""type"":""grid""}]" -6ba805a5-2268-4f96-9b98-81f3e8ce52c0,,USER,"For each zip code, how many times has the maximum wind speed reached 25 mph?","{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""max_wind_Speed_mph"",""operation"":"">="",""value"":25},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -e7d05e87-223f-4d03-8a14-adb23a2ea687,,USER,List the dates of debates with number of audience bigger than 150,"{""actions"":[{""actionType"":""condition"",""column"":""Num_of_Audience"",""operation"":"">"",""value"":150}]}","[{""columns"":[""Debate_ID"",""Date"",""Venue"",""Num_of_Audience""],""name"":""debate"",""type"":""grid""}]" -e1fc2129-e8e5-4c34-a7f9-a1506cc85fec,,USER,What is the average price for flights from Los Angeles to Honolulu.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""'Honolulu'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -1b149b99-f4c7-486f-9239-e3eecb61fde8,,USER,could you tell me what is the highest point in the state of texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -62fef64d-a40d-4f23-bf9f-586c79698397,,USER,what states have rivers named ohio,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -eafa785c-dbfa-4726-994d-41fffc0ef296,,USER,"Return the detail of the location named ""UK Gallery"".","{""actions"":[{""actionType"":""condition"",""column"":""Location_Name"",""operation"":""="",""value"":""'UK Gallery'""}]}","[{""columns"":[""Location_ID"",""Location_Name"",""Address"",""Other_Details""],""name"":""Locations"",""type"":""grid""}]" -5bf0d121-f7f1-424b-baef-5c077fa0fe09,,USER,How many documents do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -23f3a8c2-5467-4d5f-b475-66ecf8ec6875,,USER,Find the name and population of district with population between 200000 and 2000000,"{""actions"":[{""actionType"":""condition"",""column"":""City_Population"",""operation"":"">="",""value"":200000},{""actionType"":""condition"",""column"":""City_Population"",""operation"":""<="",""value"":2000000}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" -6f51d2ce-4962-4b1d-abc0-ab1392abab18,,USER,What is the ordered list of customer ids?,"{""actions"":[{""actionType"":""sorting"",""column"":""customer_id"",""direction"":""asc""}]}","[{""columns"":[""Customer_ID"",""Customer_name""],""name"":""Customers"",""type"":""grid""}]" -58827b8b-bc92-4672-b688-498b64a14209,,USER,"What are all of the products whose name includes the substring ""Scanner""?","{""actions"":[{""actionType"":""condition"",""column"":""product"",""operation"":""contains"",""value"":""Scanner""}]}","[{""columns"":[""product_id"",""product"",""dimensions"",""dpi"",""pages_per_minute_color"",""max_page_size"",""interface""],""name"":""product"",""type"":""grid""}]" -0d623717-56e5-49dd-8d4e-559a7437460e,,USER,What is the average balance in checking accounts?,"{""actions"":[{""actionType"":""aggregations"",""column"":""balance"",""aggregation"":""avg""}]}","[{""columns"":[""custid"",""balance""],""name"":""CHECKING"",""type"":""grid""}]" -a8bb09b1-ab84-4b2d-ae8b-8dda26815861,,USER,Display the different headquarters and the number of companies at each headquarter.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Headquarters""}]}","[{""columns"":[""Company_ID"",""Name"",""Headquarters"",""Industry"",""Sales_in_Billion"",""Profits_in_Billion"",""Assets_in_Billion"",""Market_Value_in_Billion""],""name"":""company"",""type"":""grid""}]" -5333c66e-57fd-48c6-b993-625694947169,,USER,What is the name of the person whose age is below 30?,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":30}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -5974ceba-510a-4c51-8390-1d2b79ba394b,,USER,What is the number of employees in each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" -6ac83836-1faa-4b9c-a388-78d9345e97ed,,USER,List the maximum weight and type for each pet category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""petType""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -e683a5b9-1941-4122-b3d7-2e4da0f0c981,,USER,what are all the rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -9112d5cc-e92c-4f75-8d32-e1345c06a81f,,USER,What is the age of student Linda Smith?,"{""actions"":[{""actionType"":""condition"",""column"":""Fname"",""operation"":""="",""value"":""'Linda'""},{""actionType"":""condition"",""column"":""Lname"",""operation"":""="",""value"":""'Smith'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -800e02c4-56de-4f72-92bc-1f4a2cb5bd09,,USER,When are the birthdays of customer who are classified as 'Good Customer' status?,"{""actions"":[{""actionType"":""condition"",""column"":""customer_status_code"",""operation"":""="",""value"":""Good Customer""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -1316ab7c-52e7-45fd-ac75-29ff363d8488,,USER,Identify the shop count for each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Shop_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" -108383b1-6128-455e-930d-f14f107f0e88,,USER,which states border the ohio river,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -4f16ed70-f4fc-4383-bd89-edb9df2c72a8,,USER,Show the employee ID and end date of their previous job for each employee.,"{""actions"":[{""actionType"":""aggregations"",""column"":""end_date"",""aggregation"":""MAX""},{""actionType"":""grouping"",""column"":""employee_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""START_DATE"",""END_DATE"",""JOB_ID"",""DEPARTMENT_ID""],""name"":""job_history"",""type"":""grid""}]" -b22b2751-3472-4680-9853-83dde8b86554,,USER,What are the numbers of the shortest flights?,"{""actions"":[{""actionType"":""topFilter"",""column"":""distance"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -4adadaf1-bf16-4820-9e28-d2443494ab15,,USER,What are the songs in volumes with more than 1 week on top?,"{""actions"":[{""actionType"":""condition"",""column"":""Weeks_on_Top"",""operation"":"">"",""value"":1}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" -fe2205e4-60ae-45db-aa45-6b497994ff66,,USER,Find the names of all modern rooms with a base price below $160 and two beds.,"{""actions"":[{""actionType"":""condition"",""column"":""basePrice"",""operation"":""<"",""value"":160},{""actionType"":""condition"",""column"":""beds"",""operation"":""="",""value"":2},{""actionType"":""condition"",""column"":""decor"",""operation"":""="",""value"":""modern""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -0b834aeb-029b-46bb-80e0-7de6f6a475ca,,USER,Show different locations of railways along with the corresponding number of railways at each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Railway_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" -3578f528-2c6a-4f18-9b4a-75b42fd347fb,,USER,List names of all pilot in descending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" -c4236691-b17f-4491-a847-7a05c919bee7,,USER,List the name and assets of each company in ascending order of company name.,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -2bd968b6-59d4-4438-90ec-6b021ddfd503,,USER,How many distinct FDA approval statuses are there for the medicines?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FDA_approved"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" -36580982-6ab8-4de8-98ca-d89ee05a7b92,,USER,Calculate the total number of hours done by all students in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -ee7c2c3b-4bfd-43ed-9669-55854158e8fd,,USER,through which states does the ohio flow,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -9089bb09-3283-42eb-8656-83d38d8be381,,USER,Find all the rooms that have a price higher than 160 and can accommodate more than 2 people. Report room names and ids.,"{""actions"":[{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":160},{""actionType"":""condition"",""column"":""maxOccupancy"",""operation"":"">"",""value"":2}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -117b7323-9b60-4dff-b9f2-c02fe53785d0,,USER,What are the name of the players who received a card in descending order of the hours of training?,"{""actions"":[{""actionType"":""condition"",""column"":""yCard"",""operation"":""="",""value"":""yes""},{""actionType"":""sorting"",""column"":""HS"",""direction"":""desc""}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" -8a9db99c-4353-47a5-9913-f93f28ec867e,,USER,"For each gender, how many people weigh more than 85?","{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""weight"",""operation"":"">"",""value"":85},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" -d7cbeaf5-2097-4beb-9fc2-8cd1b2afa9c2,,USER,"List all cartoon directed by ""Ben Jones"".","{""actions"":[{""actionType"":""condition"",""column"":""Directed_by"",""operation"":""="",""value"":""'Ben Jones'""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" -71d15990-f3e6-42ed-a374-3d76cf6fd76e,,USER,Show the crime rates of counties in ascending order of number of police officers.,"{""actions"":[{""actionType"":""sorting"",""column"":""Police_officers"",""direction"":""asc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -5d1b24f6-3e4d-4dbd-bdb3-274b5a68065e,,USER,What are the characters of actors in descending order of age?,"{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" -d0d5391b-bb2d-47a9-a60b-74c9df4cd7a8,,USER,What are the room numbers and corresponding buildings for classrooms which can seat between 50 to 100 students?,"{""actions"":[{""actionType"":""condition"",""column"":""capacity"",""operation"":"">="",""value"":50},{""actionType"":""condition"",""column"":""capacity"",""operation"":""<="",""value"":100}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -3bbd6317-d276-4e67-9ba4-6823255bee85,,USER,How many students play sports?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" -1dff9daa-5303-430b-a95d-6e1096687174,,USER,What are the manager name and district of the shop that sells the largest number of products?,"{""actions"":[{""actionType"":""topFilter"",""column"":""number_products"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" -53dbe406-60bf-470f-9c9d-992c2453f475,,USER,What is the average transaction amount for different investors?,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""investor_id""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -d7ca8484-7706-4d1e-b22a-8f0362bd71da,,USER,What is the course description and number of credits for QM-261?,"{""actions"":[{""actionType"":""condition"",""column"":""crs_code"",""operation"":""="",""value"":""QM-261""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" -cc87affe-ff54-4f18-9cdc-5e717ea1efe3,,USER,List the distinct police forces of counties whose location is not on east side.,"{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""!="",""value"":""'East'""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -1d749e78-b7b4-4fb0-933b-3a264384f028,,USER,What are the types of competition and number of competitions for that type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Competition_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Competition_type""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" -38829270-5319-49a5-8bad-6be92f353689,,USER,Identify country codes where the highest percentage of people speak Spanish.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -4cd1773f-374b-4cee-84de-b1d73504399e,,USER,Determine the average wine prices across different years.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -424f5b89-0a71-427a-aa17-c1f126c1cd3d,,USER,population of boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -2ffc4e1a-1b8b-4528-995d-8ab2d11c030c,,USER,How many different countries are all the swimmers from?,"{""actions"":[{""actionType"":""aggregations"",""column"":""nationality"",""aggregation"":""count""}]}","[{""columns"":[""ID"",""name"",""Nationality"",""meter_100"",""meter_200"",""meter_300"",""meter_400"",""meter_500"",""meter_600"",""meter_700"",""Time""],""name"":""swimmer"",""type"":""grid""}]" -ae6e0189-2845-4c6e-8d61-1ac4d285bb1d,,USER,"In each country, how many airports exist?","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""id"",""City"",""Country"",""IATA"",""ICAO"",""name""],""name"":""airport"",""type"":""grid""}]" -595dafc8-1f35-4bf7-8159-c748cdbb48cc,,USER,Determine the number of ships for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -cd3cfb4a-5bb3-476a-b505-bdcba473e243,,USER,"What are all different template ids used for documents, and how many times were each of them used?","{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_id""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -8f243f94-1aa7-4c7a-a6c6-67eadd6150ea,,USER,List all the distinct stations from which a trip of duration below 100 started.,"{""actions"":[{""actionType"":""condition"",""column"":""duration"",""operation"":""<"",""value"":100}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" -fe3acdbf-7e40-458a-bf75-2fb05d275dc1,,USER,Calculate the total rating ratio for each channel owner.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rating_in_percent"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""OWNER""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -25150669-f828-495b-a09b-41dfd6b44820,,USER,What is the name of the oldest manager?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Manager_ID"",""Name"",""Country"",""Working_year_starts"",""Age"",""Level""],""name"":""manager"",""type"":""grid""}]" -f13dc917-c34f-459e-a568-7ded8280719f,,USER,What zip codes have a station with a max temperature greater than or equal to 80 and when did it reach that temperature?,"{""actions"":[{""actionType"":""condition"",""column"":""max_temperature_f"",""operation"":"">="",""value"":80}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -a69cad6d-20b6-4a4f-9f19-baa0ca418138,,USER,what is the highest point in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -55a4351e-3c07-4ce6-adc7-4874656ea2b0,,USER,List the height and weight of people in descending order of height.,"{""actions"":[{""actionType"":""sorting"",""column"":""Height"",""direction"":""desc""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Birth_Date"",""Birth_Place""],""name"":""people"",""type"":""grid""}]" -ec90643a-986e-4f43-887c-158af5c83344,,USER,What is the number of distinct teams that suffer elimination?,"{""actions"":[{""actionType"":""aggregations"",""column"":""team"",""aggregation"":""COUNT""}]}","[{""columns"":[""Elimination_ID"",""Wrestler_ID"",""Team"",""Eliminated_By"",""Elimination_Move"",""Time""],""name"":""Elimination"",""type"":""grid""}]" -999417bc-49ba-43ad-a6ae-d2c11713d596,,USER,Find the number of players for each hand type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""hand""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -97c3a2c5-200e-4121-9a1f-5c769f597ba5,,USER,find the total market rate of the furnitures that have the top 2 market shares.,"{""actions"":[{""actionType"":""aggregations"",""column"":""market_rate"",""aggregation"":""sum""},{""actionType"":""topFilter"",""column"":""market_rate"",""limit"":2,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Furniture_ID"",""Name"",""Num_of_Component"",""Market_Rate""],""name"":""furniture"",""type"":""grid""}]" -0eed1eeb-0eeb-4dfc-a34b-d77eb750f9d9,,USER,Count the number of distinct artists who have volumes.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""COUNT""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" -1bbd1cc4-b3a2-4d5a-84ce-9fd34b541e97,,USER,how tall is the highest point in delaware,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'delaware'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -c7e6b99e-aad7-4ce7-86d6-885607ce1059,,USER,how many rivers are found in idaho,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'idaho'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -e0bb252e-68c6-41ec-a9f9-a6885d4dfc58,,USER,How many students are age 18?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""="",""value"":18}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -d4d4632e-b3c2-4c7c-adf9-dc12d3ef45d0,,USER,What is the average fee for a CSU campus in the year of 1996?,"{""actions"":[{""actionType"":""aggregations"",""column"":""campusfee"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1996}]}","[{""columns"":[""Campus"",""Year"",""CampusFee""],""name"":""csu_fees"",""type"":""grid""}]" -d193c9e2-95c3-4dbb-8e91-8877f890bbae,,USER,How many different positions of players are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""POSITION"",""aggregation"":""count""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" -6fc896cc-74db-4925-9530-1ac7f83e3ea0,,USER,What is the student capacity and type of gender for the dorm whose name as the phrase Donor in it?,"{""actions"":[{""actionType"":""condition"",""column"":""dorm_name"",""operation"":""contains"",""value"":""Donor""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" -97d1c4e6-05c3-4027-8201-fb616de485e1,,USER,How many advisors are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""advisor"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -46872f60-6a69-45ae-b7ae-a6e46cb12cc3,,USER,"Find all 200 meter and 300 meter results of swimmers with nationality ""Australia"".","{""actions"":[{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""Australia""}]}","[{""columns"":[""ID"",""name"",""Nationality"",""meter_100"",""meter_200"",""meter_300"",""meter_400"",""meter_500"",""meter_600"",""meter_700"",""Time""],""name"":""swimmer"",""type"":""grid""}]" -fd9acb2a-4e1c-4c8d-ab87-621554df257d,,USER,Find the package choice and series name of the TV channel that has high definition TV.,"{""actions"":[{""actionType"":""condition"",""column"":""hight_definition_TV"",""operation"":""="",""value"":""'yes'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -e5c87ab0-89fe-4996-8b22-369ee563dfa0,,USER,List the maximum weight and type for each type of pet.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""petType""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -5cae126c-4278-414b-9515-58fbeab33237,,USER,What is the address of the restaurant Subway?,"{""actions"":[{""actionType"":""condition"",""column"":""ResName"",""operation"":""="",""value"":""'Subway'""}]}","[{""columns"":[""ResID"",""ResName"",""Address"",""Rating""],""name"":""Restaurant"",""type"":""grid""}]" -1dd53638-31fd-48e0-b3d8-bb245bdbdc6c,,USER,"return me the number of citations of "" Making database systems usable "" .","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" -2fe70f47-30e0-484a-8765-e05cd185e3ad,,USER,Give me a list of all the channel names sorted by the channel rating in descending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""rating_in_percent"",""direction"":""desc""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -4cfa3785-68bd-48a1-9f6c-4c565cc82166,,USER,which states have cities named springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -142df705-4d67-4e6f-a8f4-d6c57aa961fe,,USER,"For each decor type, how many rooms cost more than $120?","{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":120},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -9b47cb2a-058f-4e11-8fe4-98466eccffb4,,USER,How many actors are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Actor_ID"",""aggregation"":""count""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" -db47442a-b9e5-45e4-be1b-ed4b456a3ea0,,USER,List all statement IDs and the number of accounts for each statement.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""STATEMENT_ID""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" -99ed7f20-e812-42d7-aba7-75f620614bcf,,USER,How many male and female assistant professors do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""rank"",""operation"":""="",""value"":""'AsstProf'""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -6ffcbbba-a04e-49af-b501-8ef42ecdc557,,USER,Determine the number of faculty members for each rank and gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -3b27f8a7-f0f3-45f3-9805-fd3140507a9c,,USER,List the names of all scientists sorted in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""SSN"",""Name""],""name"":""Scientists"",""type"":""grid""}]" -6f089b2c-2db6-4085-97c4-19885937ff2b,,USER,Count the number of rooms with prices above 120 for different decors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":120},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -1cd65849-e5bb-4f77-8acd-359046d3292e,,USER,What is the nickname of staff with first name as Janessa and last name as Sawayn?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" -2f157bf0-398c-46fa-bfee-0d401225e180,,USER,Calculate the average age of individuals for each occupation.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -66e3035f-c6be-427f-a141-fefe60937c7d,,USER,What is the name of the department in the Building Mergenthaler?,"{""actions"":[{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'Mergenthaler'""}]}","[{""columns"":[""DNO"",""Division"",""DName"",""Room"",""Building"",""DPhone""],""name"":""Department"",""type"":""grid""}]" -ee12e403-50b6-4889-8cf5-926dc2e1b358,,USER,Return the weight of the shortest person.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Date_of_Birth""],""name"":""people"",""type"":""grid""}]" -39e463cb-2859-461c-a8c6-25edb1b81926,,USER,List all manufacturer names and ids ordered by their opening year.,"{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Manufacturer_ID"",""Open_Year"",""Name"",""Num_of_Factories"",""Num_of_Shops""],""name"":""manufacturer"",""type"":""grid""}]" -2ab44ed6-665f-460b-961c-5c963d79b5fe,,USER,What are the cities whose population is between 160000 and 900000?,"{""actions"":[{""actionType"":""condition"",""column"":""Population"",""operation"":"">="",""value"":160000},{""actionType"":""condition"",""column"":""Population"",""operation"":""<="",""value"":900000}]}","[{""columns"":[""ID"",""Name"",""CountryCode"",""District"",""Population""],""name"":""city"",""type"":""grid""}]" -1ddc4e52-e9f1-4572-adc8-0128ca81e0f5,,USER,"Find all the songs whose name contains the word ""the"".","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":"" the ""}]}","[{""columns"":[""SongId"",""Title""],""name"":""Songs"",""type"":""grid""}]" -17e51804-fcbc-42c6-b04e-9b41ca0ddb43,,USER,"What are the descriptions of the courses with name ""database""?","{""actions"":[{""actionType"":""condition"",""column"":""course_name"",""operation"":""="",""value"":""'database'""}]}","[{""columns"":[""course_id"",""author_id"",""subject_id"",""course_name"",""course_description""],""name"":""Courses"",""type"":""grid""}]" -05eb1d44-eb3c-417b-a8f4-9bfdf8540eb4,,USER,How many books fall into each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""category""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -98b0716e-4bae-4012-be6b-6b3448782777,,USER,"For each bed type, find the average room price.","{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -b89048f9-ccc0-4120-8fc4-1679d98d1e2d,,USER,"Who are the actors born in "" Austin "" after 1980 ?","{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Austin'""},{""actionType"":""condition"",""column"":""birth_year"",""operation"":"">"",""value"":1980}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -c18ef115-5567-4f36-aeae-dae1b88fac74,,USER,"Give the different reigns of wrestlers who are not located in Tokyo, Japan.","{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""!="",""value"":""'Tokyo , Japan'""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" -946523f3-2743-4c13-bd08-1a5ddfdfd23f,,USER,Whah are the name of each industry and the number of companies in that industry?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Industry""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -9ec281dd-9fdc-4d67-a367-8c721dc89b88,,USER,What is the average weight for each type of pet?,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pettype""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -463ce893-57d2-44b2-90a6-3140d05face8,,USER,What is the total number of countries where Spanish is spoken by the largest percentage of people?,"{""actions"":[{""actionType"":""aggregations"",""column"":""CountryCode"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -22ad24d8-fdf7-46ea-8f42-ffe0e706cb71,,USER,Determine the total revenue of companies founded by each founder.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""founder""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -d7be9444-de06-4252-bbb6-d1f800b1d078,,USER,people in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -9ac58d80-f6a8-4a5d-95c9-18d3fa96e1d4,,USER,"What are the names of documents that contain the substring ""CV""?","{""actions"":[{""actionType"":""condition"",""column"":""document_name"",""operation"":""contains"",""value"":""CV""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" -e0ba2068-03b7-423b-9bf4-3174a6bb80c5,,USER,List all the model names sorted by their launch year.,"{""actions"":[{""actionType"":""sorting"",""column"":""launch_year"",""direction"":""asc""}]}","[{""columns"":[""Model_name"",""Launch_year"",""RAM_MiB"",""ROM_MiB"",""Slots"",""WiFi"",""Bluetooth""],""name"":""chip_model"",""type"":""grid""}]" -74c87001-95ad-40ac-8f91-8af199321866,,USER,What is the total number of airlines?,"{""actions"":[{""actionType"":""aggregations"",""column"":""alid"",""aggregation"":""count""}]}","[{""columns"":[""alid"",""name"",""iata"",""icao"",""callsign"",""country"",""active""],""name"":""airlines"",""type"":""grid""}]" -67193608-b39c-431d-a5c3-495ba152d7a3,,USER,where is the ohio river,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -967a8465-f19b-42dd-b503-b802869d8b88,,USER,"Find the name, city, and country of the airport that has the highest latitude.","{""actions"":[{""actionType"":""topFilter"",""column"":""elevation"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -6700a918-5ab9-4470-9ca5-e1ebdeca9dbd,,USER,List in alphabetic order all different amenities.,"{""actions"":[{""actionType"":""sorting"",""column"":""amenity_name"",""direction"":""asc""}]}","[{""columns"":[""amenid"",""amenity_name""],""name"":""Dorm_amenity"",""type"":""grid""}]" -eadd47a8-9e52-463a-92f8-a8725745e78a,,USER,How many colleges has more than 15000 students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""cName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enr"",""operation"":"">"",""value"":15000}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -a7466933-8a28-42d0-ae39-8915aea7adfd,,USER,Tell me the name of the most pricy product.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Product_Price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" -7bafeb8d-7b8b-44e6-bdf8-66edef20714a,,USER,"How many cartoons were written by ""Joseph Kuhr""?","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Written_by"",""operation"":""="",""value"":""'Joseph Kuhr'""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" -ccfb9239-07a9-4cea-8a49-7ac9e299c116,,USER,"How many credits does course CIS-220 have, and what its description?","{""actions"":[{""actionType"":""condition"",""column"":""crs_code"",""operation"":""="",""value"":""CIS-220""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" -03d93475-d799-426b-b7a7-80ddf1c26772,,USER,Show the name of employees with three lowest salaries.,"{""actions"":[{""actionType"":""topFilter"",""column"":""salary"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" -a8e98888-71e8-45f6-9caa-c829c91706cb,,USER,"For each type, how many ships are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -93d1a675-facc-4a06-ac60-d14c66f477e1,,USER,How many different courses offered by Physics department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""course_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Physics""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" -a8c6ff4d-afa0-4226-9d33-e0691b730d51,,USER,How many distinct incident type codes are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""incident_type_code"",""aggregation"":""count""}]}","[{""columns"":[""incident_id"",""incident_type_code"",""student_id"",""date_incident_start"",""date_incident_end"",""incident_summary"",""recommendations"",""other_details""],""name"":""Behavior_Incident"",""type"":""grid""}]" -120ae34e-ad40-4c2b-b49c-b8897413fd83,,USER,Which room has cheapest base price? List the room's name and the base price.,"{""actions"":[{""actionType"":""topFilter"",""column"":""basePrice"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -5d05a009-145a-4b71-8e18-1427ee292e84,,USER,What is the average song rating for each language?,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Police_force""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -b1020513-0923-4343-bbba-640dd9e1da01,,USER,Which cities have regional population above 10000000?,"{""actions"":[{""actionType"":""condition"",""column"":""regional_population"",""operation"":"">"",""value"":10000000}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" -deb67f54-a5cd-47ea-9685-13225fd890f0,,USER,Show the hometowns of teachers and the number of teachers from each hometown.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Hometown""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" -529de04d-9f6b-45b5-ba85-4f40fb654fe8,,USER,what is the elevation of death valley,"{""actions"":[{""actionType"":""condition"",""column"":""lowest_point"",""operation"":""="",""value"":""'death valley'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -9f7a0fdf-464e-4418-a8e0-d9345771c74f,,USER,"What are the names of all instructors with names that include ""dar""?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""dar""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -9f847f24-b578-4160-8656-a4194728d1b1,,USER,Find the department name of the instructor whose name contains 'Soisalon'.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Soisalon""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -1fa355f7-e988-4a27-8183-2b59131b58a1,,USER,How many distinct names are associated with all the photos?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Name"",""aggregation"":""count""}]}","[{""columns"":[""Photo_ID"",""Tourist_Attraction_ID"",""Name"",""Description"",""Filename"",""Other_Details""],""name"":""Photos"",""type"":""grid""}]" -c04cca9d-6306-4a15-b24f-4425a55e94ae,,USER,How many distinct birth places are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Birth_Place"",""aggregation"":""count""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Birth_Date"",""Birth_Place""],""name"":""people"",""type"":""grid""}]" -8ce7fbd6-e713-46a4-8ae4-1dcf7970b203,,USER,Find the forename and surname of drivers whose nationality is German?,"{""actions"":[{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""'German'""}]}","[{""columns"":[""driverId"",""driverRef"",""number"",""code"",""forename"",""surname"",""dob"",""nationality"",""url""],""name"":""drivers"",""type"":""grid""}]" -b005e452-4eee-49f7-8de5-0e8cc04387a6,,USER,Show the number of products with each type code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -18b88bcd-b30d-42fe-88f4-4b24c7e32071,,USER,"Show flight number, origin, destination of all flights in the alphabetical order of the departure cities.","{""actions"":[{""actionType"":""sorting"",""column"":""origin"",""direction"":""asc""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -7c33760e-451f-465a-9798-ff3047416256,,USER,Determine the number of students in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" -2b80a1b8-5202-4054-a108-195e5231cbac,,USER,what is the average number of factories and maximum number of shops for manufacturers that opened before 1990.,"{""actions"":[{""actionType"":""aggregations"",""column"":""num_of_shops"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Num_of_Factories"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":1990}]}","[{""columns"":[""Manufacturer_ID"",""Open_Year"",""Name"",""Num_of_Factories"",""Num_of_Shops""],""name"":""manufacturer"",""type"":""grid""}]" -fce83a32-a83b-4f27-b16f-6f3268e486a2,,USER,List the names of teachers in ascending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""asc""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" -3e34fc9e-7a46-46fb-b385-8fec2ddd2c19,,USER,What is the total enrollment number of all colleges?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""sum""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -d09f44b7-a60b-43e2-b8a4-b653bf2ae7eb,,USER,"Find the number of students that have at least one grade ""B"".","{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""Grade"",""operation"":""="",""value"":""'B'""}]}","[{""columns"":[""StuID"",""CID"",""Grade""],""name"":""Enrolled_in"",""type"":""grid""}]" -371c3f51-0b04-4328-b1aa-99176ef3e2bd,,USER,Can you show all majors along with the corresponding number of students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""major""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -c1260bb1-402a-46bf-ae5d-d14763bebf9f,,USER,Find the average account balance of customers with a credit score lower than 50 for each account type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""acc_type""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -01296231-d9db-4c2a-89a1-2422eb21b78a,,USER,"What are the first names for all faculty professors, ordered by first name?","{""actions"":[{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""},{""actionType"":""sorting"",""column"":""Fname"",""direction"":""asc""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -a11d5de7-0710-4841-b9ec-9c5ab7c2895c,,USER,"For each grade level, provide the grade, the classroom count teaching it, and the total student count in that grade.","{""actions"":[{""actionType"":""aggregations"",""column"":""classroom"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -51420a91-ae1b-4e3c-aecd-5e195d554c9f,,USER,"What are the country codes of the different countries, and what are the languages spoken by the greatest percentage of people for each?","{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -1bad9b60-4f0c-4e2c-ae83-f561c3fdb10d,,USER,What is the joined year of the pilot of the highest rank?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Rank"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Pilot_ID"",""Pilot_name"",""Rank"",""Age"",""Nationality"",""Position"",""Join_Year"",""Team""],""name"":""pilot"",""type"":""grid""}]" -15f7a2c5-b877-42f1-8b45-042d3cd84b2e,,USER,"Return the type code of the template type with the description ""Book"".","{""actions"":[{""actionType"":""condition"",""column"":""template_type_description"",""operation"":""="",""value"":""'Book'""}]}","[{""columns"":[""Template_Type_Code"",""Template_Type_Description""],""name"":""Ref_Template_Types"",""type"":""grid""}]" -113057be-56fb-45f4-9b3b-e131e8e1da2b,,USER,Show the players from college UCLA.,"{""actions"":[{""actionType"":""condition"",""column"":""College"",""operation"":""="",""value"":""'UCLA'""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" -b89c54a2-8e15-49cb-add2-f6827cab02bb,,USER,Identify the most commonly spoken language in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -25ebd9c2-5748-4ecf-9550-bf12e4e96256,,USER,What is the department name and corresponding building for the department with the greatest budget?,"{""actions"":[{""actionType"":""topFilter"",""column"":""budget"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""dept_name"",""building"",""budget""],""name"":""department"",""type"":""grid""}]" -56747992-1041-49ad-83a5-81a95af1cd09,,USER,How many different cities are they from?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -f81cd1ba-2342-4435-99b5-180fee50a7f7,,USER,Find the total number of matches.,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -81127007-02b2-4e50-a1ae-483893f5c469,,USER,Display all template IDs and the number of documents associated with each template.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_id""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -45f71e29-4fcb-4d4b-b3d4-4fc717c80fec,,USER,Show the name of the county with the biggest population.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" -18b0a4c8-37f2-4474-843b-d77360898f6a,,USER,Show different types of ships and the number of ships of each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -9e500307-f5d8-49ab-8871-9e8b7ddd3ffb,,USER,What is the type of allergy Cat?,"{""actions"":[{""actionType"":""condition"",""column"":""allergy"",""operation"":""="",""value"":""'Cat'""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" -7bba6952-d677-468e-bdf7-3c27d7a25d59,,USER,Provide the IDs and total hours played for each game.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""gameid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" -1ead6ea4-596e-4cc1-b519-fb6429e96f92,,USER,"How many customers have at least one order with status ""Cancelled""?","{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""order_status"",""operation"":""="",""value"":""'Cancelled'""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""order_date"",""order_details""],""name"":""Customer_Orders"",""type"":""grid""}]" -06f980de-9060-4949-9511-0338c3b4c187,,USER,which state has the ohio river,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -42ed19ae-ef6c-4721-8322-b145a31f4fb8,,USER,"For each headquarters location, display the location and the number of companies based there.","{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""headquarters""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -7301c496-297d-4940-a5d2-9035cbfca478,,USER,what is the capital of texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -ab8c7bac-5b8a-453b-bf4e-ab6a15002ac1,,USER,How many counties are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""count""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -350b46e2-1f69-48aa-b318-af8fd9eb5c0e,,USER,How many different users wrote some reviews?,"{""actions"":[{""actionType"":""aggregations"",""column"":""u_id"",""aggregation"":""count""}]}","[{""columns"":[""a_id"",""u_id"",""i_id"",""rating"",""rank""],""name"":""review"",""type"":""grid""}]" -d8b3259b-8616-46e1-a50f-0e023b252be3,,USER,What is the title and director for the movie with highest worldwide gross in the year 2000 or before?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2000},{""actionType"":""topFilter"",""column"":""gross_worldwide"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""movie_id"",""Title"",""Year"",""Director"",""Budget_million"",""Gross_worldwide""],""name"":""movie"",""type"":""grid""}]" -13fc623c-b08f-41c9-9900-b3d89181ef5a,,USER,how long is the rio grande river in miles,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'rio grande'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -65347c95-3a7c-40aa-b23c-57a2676ad5b6,,USER,Find the name of customers who did not pay with Cash.,"{""actions"":[{""actionType"":""condition"",""column"":""payment_method"",""operation"":""!="",""value"":""Cash""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" -03d52586-2093-438b-9642-2ea0a1572ade,,USER,Find the highest latitude for the stations in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -60ccc294-ba18-4c1e-8ac9-7e1811d89cfb,,USER,How many papers are there ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""paperid"",""aggregation"":""COUNT""}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" -e5a00a81-1164-4309-830c-cda2c1cdf10c,,USER,Find the first name of students who is older than 20.,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":20}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -41b4034c-158f-48ad-9b11-3b1dbde8219a,,USER,how many states border at least one other state,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""COUNT""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -703c5904-769e-4b4b-b361-e682a8ee0555,,USER,What are the names of the winner and loser who played in the longest match?,"{""actions"":[{""actionType"":""topFilter"",""column"":""minutes"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -f2eddd9b-72d4-4413-bba8-8bdb8e6febd5,,USER,"Return the names and locations of shops, ordered by name in alphabetical order.","{""actions"":[{""actionType"":""sorting"",""column"":""Shop_Name"",""direction"":""asc""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" -ed80aa8e-1a67-4a5c-b265-3a73dfc2689e,,USER,How many apartment bookings are there in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""count""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" -46070fbe-c31a-4574-a3ac-d67a0fa3fd98,,USER,what is the area of all the states combined,"{""actions"":[{""actionType"":""aggregations"",""column"":""area"",""aggregation"":""SUM""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -2d4aced5-a95e-4f37-ae21-62c490904229,,USER,Who advises student 1004?,"{""actions"":[{""actionType"":""condition"",""column"":""StuID"",""operation"":""="",""value"":1004}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -82adebff-d313-4c6a-81da-7d0ea9eeb023,,USER,How much surface area do the countires in the Carribean cover together?,"{""actions"":[{""actionType"":""aggregations"",""column"":""SurfaceArea"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""Region"",""operation"":""="",""value"":""'Caribbean'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -f62e4d98-95ba-4056-9be0-2688c8805c1f,,USER,how many countries are in Asia?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Code"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'Asia'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -b59639d7-adfb-40fb-a7cd-0afb7427e17e,,USER,"What are the titles and studios of films that have been produced by a studio whose name contains ""Universal""?","{""actions"":[{""actionType"":""condition"",""column"":""Studio"",""operation"":""contains"",""value"":""Universal""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" -5b1c02dd-cb99-4c45-87ed-8039648e02b4,,USER,What is the number of aircraft?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Aircraft_ID"",""aggregation"":""count""}]}","[{""columns"":[""Aircraft_ID"",""Aircraft"",""Description"",""Max_Gross_Weight"",""Total_disk_area"",""Max_disk_Loading""],""name"":""aircraft"",""type"":""grid""}]" -bfb3777c-b022-4070-b7d6-207edcd24e89,,USER,Display the police forces and the number of counties with each police force.,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Police_force""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -1ae92518-f677-4e70-944d-dadda6f18839,,USER,Count the number of different companies.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company"",""aggregation"":""count""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" -e5819bda-8cbc-4de0-b40e-7b00c1dca159,,USER,Count the number of distinct instructors who have taught a course.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""}]}","[{""columns"":[""ID"",""course_id"",""sec_id"",""semester"",""year""],""name"":""teaches"",""type"":""grid""}]" -fd2098e5-197e-4589-854a-c314e0645563,,USER,What are the first names and department numbers for employees with last name McEwen?,"{""actions"":[{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""McEwen""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -a07b3867-a894-4e96-a6f4-ba7464c05092,,USER,What are the total transaction amounts for each transaction type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""transaction_type""}]}","[{""columns"":[""transaction_id"",""account_id"",""invoice_number"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" -305164cf-5425-4607-9a89-f10646025461,,USER,What is the average age of all artists?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Age"",""aggregation"":""avg""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" -b19b9924-091f-4b1d-b0f5-32d77dc56e36,,USER,What is the name of the school with smallest enrollment size per state?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -bd179725-888c-4500-870e-7ece54e388cd,,USER,Show different ways to get to attractions and the number of attractions that can be accessed in the corresponding way.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tourist_Attraction_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""How_to_Get_There""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" -6deadc3a-82de-4460-924a-85931fecdd70,,USER,How many customers in state of CA?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""'CA'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" -7f570107-690f-4cdc-90f1-9f5413b9f131,,USER,"What are the last names of female students, ordered by age descending?","{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""'F'""},{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -0475b81b-099a-4a22-bcc0-f6b2433012ee,,USER,Return the average enrollment of universities founded before 1850.,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""founded"",""operation"":""<"",""value"":1850}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -36e64bea-d668-44ea-9f40-552f03ca8975,,USER,What are the names of the teachers whose hometown is not `` Little Lever Urban District '' ?,"{""actions"":[{""actionType"":""condition"",""column"":""hometown"",""operation"":""!="",""value"":""'little lever urban district'""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" -c0d55307-19f4-414c-a891-4f3e03cca910,,USER,Give the names of mountains in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" -2dd88c69-09e5-441e-b8ee-98788c9a27f2,,USER,"What are the total amount of money in the invoices billed from Chicago, Illinois?","{""actions"":[{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""billing_city"",""operation"":""="",""value"":""'Chicago'""},{""actionType"":""condition"",""column"":""billing_state"",""operation"":""="",""value"":""'IL'""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -69295081-02f2-4b49-b84b-9ae3deb2d9af,,USER,How many rooms with a capacity of over 50 are there in each building?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""rank"",""operation"":""="",""value"":""'AsstProf'""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -13df94d4-4723-4b10-8211-cffd8fadb78e,,USER,Show origin and destination for flights with price higher than 300.,"{""actions"":[{""actionType"":""condition"",""column"":""price"",""operation"":"">"",""value"":300}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -a596c9c7-42db-4555-9d98-464354844877,,USER,How many stadiums does each country have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" -1d9449d0-568a-4414-8d34-4493ecb9cf5b,,USER,What are the student ids for all male students?,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""M""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -a9ff6396-d6bd-4cb9-892f-a5ada9009d05,,USER,What is the total revenue of each manufacturer?,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -c790090b-818e-4b24-baaa-75ce216c9981,,USER,How many customers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""sum""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -850a7778-5973-446a-a260-c75a7cc48300,,USER,"What is the product, chromosome and porphyria related to the enzymes which take effect at the location 'Cytosol'?","{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""="",""value"":""Cytosol""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" -8bddf1bb-5c88-4081-b0d1-137cc43ca513,,USER,List all people names in the order of their date of birth from old to young.,"{""actions"":[{""actionType"":""sorting"",""column"":""date_of_birth"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" -fe8ce6a6-0161-48d2-8952-dbd6f2506725,,USER,"List the vehicle flight number, date and pilot of all the flights, ordered by altitude.","{""actions"":[{""actionType"":""sorting"",""column"":""altitude"",""direction"":""asc""}]}","[{""columns"":[""id"",""Vehicle_Flight_number"",""Date"",""Pilot"",""Velocity"",""Altitude"",""airport_id"",""company_id""],""name"":""flight"",""type"":""grid""}]" -2ee84ff6-3ef5-401e-89c3-7b9c0fbe2448,,USER,name the major lakes in michigan,"{""actions"":[{""actionType"":""condition"",""column"":""area"",""operation"":"">"",""value"":750},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'michigan'""}]}","[{""columns"":[""lake_name"",""area"",""country_name"",""state_name""],""name"":""lake"",""type"":""grid""}]" -343cb22a-3c19-4565-9a54-7f38b3f31297,,USER,"What is the name of the document which has been accessed the most times, as well as the number of times it has been accessed?","{""actions"":[{""actionType"":""topFilter"",""column"":""access_count"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" -ba655255-8fb1-4b34-b0d3-88db11c7bde3,,USER,Provide the numbers of races corresponding to each constructor ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorStandingsId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""constructorid""}]}","[{""columns"":[""constructorStandingsId"",""raceId"",""constructorId"",""points"",""position"",""positionText"",""wins""],""name"":""constructorStandings"",""type"":""grid""}]" -112275c1-700f-424b-8a16-ea1918c7b006,,USER,Give the average life expectancy for countries in Africa which are republics?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LifeExpectancy"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Africa'""},{""actionType"":""condition"",""column"":""GovernmentForm"",""operation"":""="",""value"":""'Republic'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -96fc8e09-8009-4161-85f7-a314b8ed6300,,USER,what state borders kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -063472bd-be17-4673-9a2e-9347600484bd,,USER,Show the average number of points for players in each position and list their positions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -2687dc6b-642e-4af5-8960-7395d4b9ad68,,USER,How many entrepreneurs correspond to each investor?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Investor""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" -3f6eb42e-4305-4d66-ae23-21e19d71b278,,USER,List the event venues and names that have the top 2 most number of people attended.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Event_Attendance"",""limit"":2,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Event_ID"",""Date"",""Venue"",""Name"",""Event_Attendance""],""name"":""event"",""type"":""grid""}]" -d695160e-774f-4db0-8d3e-9705e1db6e07,,USER,Show the names of all high schoolers in grade 10.,"{""actions"":[{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":10}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" -23514aaa-cbf7-4c3c-90e1-6bb5e0c09c9c,,USER,What is the average age of all students living in each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -5a5a46a9-f9c5-4406-af79-c9bc611546ca,,USER,Calculate the average rating for right-footed and left-footed players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""overall_rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""preferred_foot""}]}","[{""columns"":[""id"",""player_fifa_api_id"",""player_api_id"",""date"",""overall_rating"",""potential"",""preferred_foot"",""attacking_work_rate"",""defensive_work_rate"",""crossing"",""finishing"",""heading_accuracy"",""short_passing"",""volleys"",""dribbling"",""curve"",""free_kick_accuracy"",""long_passing"",""ball_control"",""acceleration"",""sprint_speed"",""agility"",""reactions"",""balance"",""shot_power"",""jumping"",""stamina"",""strength"",""long_shots"",""aggression"",""interceptions"",""positioning"",""vision"",""penalties"",""marking"",""standing_tackle"",""sliding_tackle"",""gk_diving"",""gk_handling"",""gk_kicking"",""gk_positioning"",""gk_reflexes""],""name"":""Player_Attributes"",""type"":""grid""}]" -5b9cb0cb-c406-4f28-9ca0-cf8b9a623f86,,USER,How many parks are there in Atlanta city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""park_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""Atlanta""}]}","[{""columns"":[""park_id"",""park_name"",""park_alias"",""city"",""state"",""country""],""name"":""park"",""type"":""grid""}]" -1e331131-f650-46d0-a29f-171f9505424b,,USER,What are the different locations of the school with the code BUS?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""school_code"",""operation"":""="",""value"":""BUS""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -36fd6f48-ae09-45f3-ada6-f20e1c261b32,,USER,What is the name and distance for aircraft with id 12?,"{""actions"":[{""actionType"":""condition"",""column"":""aid"",""operation"":""="",""value"":12}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" -782fb369-a870-4d52-83f4-0f3581235023,,USER,How many different payment methods are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""payment_method"",""aggregation"":""count""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""customer_phone"",""customer_email"",""date_became_customer""],""name"":""Customers"",""type"":""grid""}]" -a0553bed-bacd-4d6a-8fa5-e8fbb7e464eb,,USER,What is the average price of products with manufacturer codes equal to 2?,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Manufacturer"",""operation"":""="",""value"":2}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -73fb5a82-5af1-4fbe-bafd-08f641f6e153,,USER,Return the average earnings across all poker players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Earnings"",""aggregation"":""avg""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" -fdcab9fc-6e04-4dae-94aa-3a5cd87d5ec5,,USER,Count the number of individuals with a weight over 85 for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""weight"",""operation"":"">"",""value"":85},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" -372de3fc-8195-446d-a773-6574f9ba482d,,USER,Find the average hours of all projects.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours"",""aggregation"":""avg""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" -caa9d211-8cc8-4ec8-9e52-9ad629ee9d30,,USER,"What are the perpetrator countries, and how many perpetrators are there in each?","{""actions"":[{""actionType"":""aggregations"",""column"":""Perpetrator_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" -0067df46-7d56-4151-8fc5-f198a2547fa6,,USER,What is the best rank of losers across all matches?,"{""actions"":[{""actionType"":""aggregations"",""column"":""loser_rank"",""aggregation"":""min""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -8898e7b5-2313-455e-b5d9-f9510e072cc3,,USER,How many templates do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" -b456ae61-552d-478c-b732-64fa2c7fdf07,,USER,What are the ids of all reviewers who have not given 4 stars at least once?,"{""actions"":[{""actionType"":""condition"",""column"":""stars"",""operation"":""!="",""value"":4}]}","[{""columns"":[""rID"",""mID"",""stars"",""ratingDate""],""name"":""Rating"",""type"":""grid""}]" -9834ee48-a063-4955-a5ad-0a4fa9999ef1,,USER,Find the name of the department that offers the highest total credits?,"{""actions"":[{""actionType"":""grouping"",""column"":""dept_name""},{""actionType"":""topFilter"",""column"":""credits"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" -90c65dd1-a720-4a5c-8bfc-8b141014071b,,USER,List the main industry with highest total market value and its number of companies.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""main_industry""},{""actionType"":""topFilter"",""column"":""market_value"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -70d44379-6685-4a5b-8fda-89c3bc142025,,USER,What is the average number of gold medals for clubs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Gold"",""aggregation"":""avg""}]}","[{""columns"":[""Rank"",""Club_ID"",""Gold"",""Silver"",""Bronze"",""Total""],""name"":""club_rank"",""type"":""grid""}]" -73c85692-399a-44b4-aa3e-80cfb09e1b46,,USER,through which states does the ohio run,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -1eabc785-8b16-4f29-9730-7a0fa4ed9721,,USER,What are the campuses that opened in 1958?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1958}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" -c09dcfed-78e5-401e-9133-36c59ae38921,,USER,Calculate the mean age for male and female students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -0b474cbf-45a2-4a9a-85c4-c5b333342238,,USER,How many different players trained for more than 1000 hours?,"{""actions"":[{""actionType"":""aggregations"",""column"":""pID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""HS"",""operation"":"">"",""value"":1000}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" -b8b187a8-7f8e-4cd1-8f3e-71d2699e53a1,,USER,How many orchestras does each record company manage?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Orchestra_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Record_Company""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" -742ad041-5439-4f90-b581-a63419c2d61d,,USER,"Find the department name that is in Building ""Mergenthaler"".","{""actions"":[{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'Mergenthaler'""}]}","[{""columns"":[""DNO"",""Division"",""DName"",""Room"",""Building"",""DPhone""],""name"":""Department"",""type"":""grid""}]" -557f2830-e172-4a0f-a147-bfa558938a3d,,USER,Count the number of players who were born in USA and have bats information 'R'.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""birth_country"",""operation"":""="",""value"":""USA""},{""actionType"":""condition"",""column"":""bats"",""operation"":""="",""value"":""R""}]}","[{""columns"":[""player_id"",""birth_year"",""birth_month"",""birth_day"",""birth_country"",""birth_state"",""birth_city"",""death_year"",""death_month"",""death_day"",""death_country"",""death_state"",""death_city"",""name_first"",""name_last"",""name_given"",""weight"",""height"",""bats"",""throws"",""debut"",""final_game"",""retro_id"",""bbref_id""],""name"":""player"",""type"":""grid""}]" -ad870b76-e006-4b55-8c17-362eecd32e3b,,USER,How many different students play games?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" -0845bbfc-887f-4065-a2cf-77f7b4b4f40e,,USER,list the names of the companies with more than 200 sales in the descending order of sales and profits.,"{""actions"":[{""actionType"":""condition"",""column"":""Sales_in_Billion"",""operation"":"">"",""value"":200},{""actionType"":""sorting"",""column"":""Sales_in_Billion"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""Profits_in_Billion"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Name"",""Headquarters"",""Industry"",""Sales_in_Billion"",""Profits_in_Billion"",""Assets_in_Billion"",""Market_Value_in_Billion""],""name"":""company"",""type"":""grid""}]" -f90f3e65-6c89-4159-bf04-00d6ba9bd11c,,USER,Can you provide a breakdown of the nationalities of people and the corresponding number of individuals from each nation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" -57dbffc0-ac53-48d2-ba1d-a052e497aa15,,USER,What is the average age of all the dogs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""}]}","[{""columns"":[""dog_id"",""owner_id"",""abandoned_yn"",""breed_code"",""size_code"",""name"",""age"",""date_of_birth"",""gender"",""weight"",""date_arrived"",""date_adopted"",""date_departed""],""name"":""Dogs"",""type"":""grid""}]" -9ed75200-6e12-4c65-89eb-7e51c2f3d102,,USER,List student ids and their corresponding like counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""liked_id""],""name"":""Likes"",""type"":""grid""}]" -eb40091f-516a-402b-9656-0b6c16c7314e,,USER,How many phones belongs to each accreditation type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Accreditation_type""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" -cec955b7-e1c9-4d19-b1bd-0634b8462e86,,USER,Who are the players from UCLA?,"{""actions"":[{""actionType"":""condition"",""column"":""College"",""operation"":""="",""value"":""'UCLA'""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" -d4acbf34-7e70-4cdc-8b01-ea1e466c3b80,,USER,"What is the earliest date of a transcript release, and what details can you tell me?","{""actions"":[{""actionType"":""topFilter"",""column"":""transcript_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" -e4260729-20b8-4d1f-98ce-28ebfd5c1115,,USER,"What are the names of conductors whose nationalities are not ""USA""?","{""actions"":[{""actionType"":""condition"",""column"":""Nationality"",""operation"":""!="",""value"":""USA""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" -db5726db-1777-489f-9168-be7e58f175f5,,USER,Show the name and the release year of the song by the youngest singer.,"{""actions"":[{""actionType"":""topFilter"",""column"":""age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -dff5e17f-5c67-4e2b-ad05-046b28358897,,USER,What are the codes and names of the cheapest products in each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -c4908f66-2187-4b40-b2e4-206f68152f13,,USER,List the maximum price and score of wines for each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -e1faae97-b0d5-4ba4-8cd2-d34d3a4cda49,,USER,"Find the name, headquarter and revenue of all manufacturers sorted by their revenue in the descending order.","{""actions"":[{""actionType"":""sorting"",""column"":""revenue"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -00b8657d-7891-4b35-b9b0-e0d138240863,,USER,List all the name of organizations in order of the date formed.,"{""actions"":[{""actionType"":""sorting"",""column"":""date_formed"",""direction"":""asc""}]}","[{""columns"":[""organization_id"",""date_formed"",""organization_name"",""uk_vat_number""],""name"":""Organizations"",""type"":""grid""}]" -3f23be4d-10b9-4c04-9c82-f536e3c1fd4d,,USER,How long does track Fast As a Shark has?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Fast As a Shark'""}]}","[{""columns"":[""id"",""name"",""album_id"",""media_type_id"",""genre_id"",""composer"",""milliseconds"",""bytes"",""unit_price""],""name"":""tracks"",""type"":""grid""}]" -6cc9e214-e8fe-4886-a6e6-30bcda009cd0,,USER,List the names and birth dates of people in ascending alphabetical order of name.,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" -ac0534b0-0fec-4481-aa03-29c0f10523c6,,USER,"Which country does Airline ""JetBlue Airways"" belong to?","{""actions"":[{""actionType"":""condition"",""column"":""Airline"",""operation"":""="",""value"":""'JetBlue Airways'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" -32e260d4-f493-4c6f-8d5f-0aae16b9449a,,USER,How many different card types are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""card_type_code"",""aggregation"":""count""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" -d46f1330-db45-4df4-b107-6c8bb2ae99c4,,USER,What is the average pages per minute color?,"{""actions"":[{""actionType"":""aggregations"",""column"":""pages_per_minute_color"",""aggregation"":""avg""}]}","[{""columns"":[""product_id"",""product"",""dimensions"",""dpi"",""pages_per_minute_color"",""max_page_size"",""interface""],""name"":""product"",""type"":""grid""}]" -0d2b5176-9ed5-4038-abf7-c1c86226c017,,USER,Determine the maximum acceleration for different numbers of cylinders.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Accelerate"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Cylinders""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -ff2c376d-c09b-463d-bd25-f6dee0b668ac,,USER,Provide a count of documents for each document type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_type_code""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -d7951fb6-f885-45bf-8ae2-18d87ad6f019,,USER,How many different loser names are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""loser_name"",""aggregation"":""count""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -98a04f62-7f35-4f97-be53-2f1b9b3f2a81,,USER,how high is the highest point in america,"{""actions"":[{""actionType"":""aggregations"",""column"":""highest_elevation"",""aggregation"":""MAX""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -2765fa02-dddc-46ac-8243-e1df79eecdf4,,USER,Count the number of devices.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""count""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" -ba531dd1-48c1-4d56-b0a7-8792b154eb8d,,USER,how many airports are there in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""id"",""City"",""Country"",""IATA"",""ICAO"",""name""],""name"":""airport"",""type"":""grid""}]" -4904f6e3-3298-4997-9e7d-b12e48142771,,USER,Display the number of books published by each publisher.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""publisher""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -81b38b66-c899-48b3-ba0f-b870ee9f141c,,USER,"For each customer status code, how many customers are classified that way?","{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_status_code""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -c1550452-c720-40cb-a6d6-94593ddcdb58,,USER,What are the different years for all competitions that are not of type equal to tournament?,"{""actions"":[{""actionType"":""condition"",""column"":""Competition_type"",""operation"":""!="",""value"":""'Tournament'""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" -f6c56317-f592-4157-9f8f-213d0d095a55,,USER,Calculate the average age of male and female students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -b2fe1b99-9ae1-4f39-9e59-320e5b2f5da1,,USER,Show the working years of managers in descending order of their level.,"{""actions"":[{""actionType"":""sorting"",""column"":""LEVEL"",""direction"":""desc""}]}","[{""columns"":[""Manager_ID"",""Name"",""Country"",""Working_year_starts"",""Age"",""Level""],""name"":""manager"",""type"":""grid""}]" -9598442e-d60c-4766-bf81-6857ac8776bf,,USER,Sort the apartment numbers in ascending order of room count.,"{""actions"":[{""actionType"":""sorting"",""column"":""room_count"",""direction"":""asc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" -74886b9b-26b1-4a53-8788-afa074aaab60,,USER,Show all student ids and the number of hours played.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""Stuid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" -61d81d7f-a666-4972-b463-98ca748d4fcf,,USER,What are the maximum price and score of wines produced by St. Helena appelation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Appelation"",""operation"":""="",""value"":""'St. Helena'""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -6c57b119-3165-4500-be7f-bf8ca1e809ec,,USER,What is the count of students for each major?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""major""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -2e38073d-c217-4a4a-b7e0-9cc770356ceb,,USER,Find the average elevation of airports in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -f71bb6b1-067e-41e1-937f-6d3e1bd2ccff,,USER,List distinct product names and their average product prices.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Product_Name""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" -0f0441ef-761d-40bc-84cb-b18964204677,,USER,Count the number of films whose title contains the word 'Dummy'.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":""Dummy""}]}","[{""columns"":[""Film_ID"",""Rank_in_series"",""Number_in_season"",""Title"",""Directed_by"",""Original_air_date"",""Production_code""],""name"":""film"",""type"":""grid""}]" -d4a86611-7381-4e16-98f4-1d5d418dd979,,USER,When did the first staff for the projects started working?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_from"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" -bc7be292-5288-4f48-9d53-527253fd7ae7,,USER,What are the numbers of races for each constructor id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorStandingsId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""constructorid""}]}","[{""columns"":[""constructorStandingsId"",""raceId"",""constructorId"",""points"",""position"",""positionText"",""wins""],""name"":""constructorStandings"",""type"":""grid""}]" -1776c52b-c2f1-4e91-b8a1-bc3d5d9c3483,,USER,What is the transaction type that has processed the greatest total amount in transactions?,"{""actions"":[{""actionType"":""grouping"",""column"":""transaction_type""},{""actionType"":""topFilter"",""column"":""transaction_amount"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""transaction_id"",""previous_transaction_id"",""account_id"",""card_id"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" -2854a117-ee5e-46a2-82fc-5ddba73826b8,,USER,"Who is the earliest graduate of the school? List the first name, middle name and last name.","{""actions"":[{""actionType"":""topFilter"",""column"":""date_left"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" -8a0060df-16da-437b-abb3-2cece379f689,,USER,"Return the names of conductors that do not have the nationality ""USA"".","{""actions"":[{""actionType"":""condition"",""column"":""Nationality"",""operation"":""!="",""value"":""USA""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" -5df69797-518f-44f3-b1df-cda2611f680a,,USER,How many artists are from Bangladesh?,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""'Bangladesh'""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" -c664fd39-6985-498e-9d98-715186b02359,,USER,Show the different parties of representatives and the party name and the number of representatives in each party.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Representative_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Party""}]}","[{""columns"":[""Representative_ID"",""Name"",""State"",""Party"",""Lifespan""],""name"":""representative"",""type"":""grid""}]" -ce5cd9da-a988-4fa9-b729-45bfe16e2203,,USER,How many distinct publication dates are there in our record?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Publication_Date"",""aggregation"":""COUNT""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" -34c2a3bc-1bd1-49ea-8ece-65561e681942,,USER,How many players come from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_code""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -e64de3ae-3779-4849-9349-d831b6504bbd,,USER,"What is the template type descriptions for template type code ""AD"".","{""actions"":[{""actionType"":""condition"",""column"":""template_type_code"",""operation"":""="",""value"":""'AD'""}]}","[{""columns"":[""Template_Type_Code"",""Template_Type_Description""],""name"":""Ref_Template_Types"",""type"":""grid""}]" -da3054f0-6494-4d1f-8e35-dfd6ce18f31f,,USER,List the code of each role and the number of employees in each role.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""role_code""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" -13e50428-7c2c-431e-80a5-480a587483cd,,USER,What is the name of the ship with the largest tonnage?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Tonnage"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -1046b387-984a-4346-bf01-053df28b314f,,USER,"Find the name, enrollment of the colleges whose size is bigger than 10000 and location is in state LA.","{""actions"":[{""actionType"":""condition"",""column"":""enr"",""operation"":"">"",""value"":10000},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""'LA'""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -ab40a670-ed39-43e0-bf19-d8478d840790,,USER,how many programs are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Program_ID"",""aggregation"":""count""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" -9c544e8c-e226-4223-a698-7bbe8430ab9e,,USER,how long is the rio grande river,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'rio grande'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -042a544c-906a-4351-a94d-37330486379d,,USER,what is the population of california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -6c3bbdfc-a7e3-4690-a22e-6a424d7e1c76,,USER,find the number of players for each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_code""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -de866a9d-2169-411c-b651-10ad9dae4c39,,USER,Which ministers are not a part of the Progress Party?,"{""actions"":[{""actionType"":""condition"",""column"":""party_name"",""operation"":""!="",""value"":""Progress Party""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" -626b03a8-3f46-4f49-a613-a58deb195000,,USER,how many major cities are there,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -aff4e057-65c9-4f60-abd6-eb8b749f9dec,,USER,"Display the department ID, full name (first and last name), and salary for the employees who have the highest salary in each department.","{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""MAX""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -151f4567-0590-4a0c-a95f-6703bb18d497,,USER,Count the number of trains originating from each starting point.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""origin""}]}","[{""columns"":[""id"",""train_number"",""name"",""origin"",""destination"",""time"",""interval""],""name"":""train"",""type"":""grid""}]" -b9181c62-b9d0-4f75-bd6b-18291d58f654,,USER,Find all actors from Austin born after 1980,"{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Austin'""},{""actionType"":""condition"",""column"":""birth_year"",""operation"":"">"",""value"":1980}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -a8761ba2-4030-4432-94ce-f9edef306d65,,USER,how many states are in the united states,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""COUNT""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -81f400ff-a6d7-4efd-87a8-8007336c21d3,,USER,"What are the enrollments of schools whose denomination is not ""Catholic""?","{""actions"":[{""actionType"":""condition"",""column"":""Denomination"",""operation"":""!="",""value"":""'Catholic'""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -cda643b2-3ae6-4166-8102-657833e3bf2f,,USER,Determine the highest price and score of wines in each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -2a78ead3-461c-476b-b7b5-fdacf76fce5b,,USER,What is the id of the appointment that started most recently?,"{""actions"":[{""actionType"":""topFilter"",""column"":""START"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""AppointmentID"",""Patient"",""PrepNurse"",""Physician"",""Start"",""End"",""ExaminationRoom""],""name"":""Appointment"",""type"":""grid""}]" -8b87779c-0f88-4b57-9dc3-b593a6474c2e,,USER,How many distinct companies are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company"",""aggregation"":""count""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" -2a15effe-32c7-42cc-8d78-5b85ed492ce2,,USER,Which grade is studying in classroom 103?,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":103}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -383addc2-263c-4618-87ec-69fcea8c7e4b,,USER,What is the highest acc percent score in the competition?,"{""actions"":[{""actionType"":""topFilter"",""column"":""acc_percent"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Team_ID"",""School_ID"",""Team_Name"",""ACC_Regular_Season"",""ACC_Percent"",""ACC_Home"",""ACC_Road"",""All_Games"",""All_Games_Percent"",""All_Home"",""All_Road"",""All_Neutral""],""name"":""basketball_match"",""type"":""grid""}]" -348948e1-ea86-47d0-93c5-5eb2567c516d,,USER,"What are the names and prices of products that cost at least 180, sorted by price decreasing and name ascending?","{""actions"":[{""actionType"":""condition"",""column"":""price"",""operation"":"">="",""value"":180},{""actionType"":""sorting"",""column"":""price"",""direction"":""desc""},{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -64fbc8a7-50b3-4575-8416-b9c7897cfd25,,USER,"Return the document id, template id, and description for the document with the name Robbin CV.","{""actions"":[{""actionType"":""condition"",""column"":""document_name"",""operation"":""="",""value"":""'Robbin CV'""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -802f5248-2637-46a9-92bc-980707738073,,USER,How many furniture components are there in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""num_of_component"",""aggregation"":""sum""}]}","[{""columns"":[""Furniture_ID"",""Name"",""Num_of_Component"",""Market_Rate""],""name"":""furniture"",""type"":""grid""}]" -ccabd7b1-1a2e-4e3b-beff-e7c7b2903761,,USER,How many products are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_ID"",""aggregation"":""count""}]}","[{""columns"":[""Product_ID"",""Product_Type_Code"",""Product_Name"",""Product_Price""],""name"":""Products"",""type"":""grid""}]" -5468d0a8-efe9-4001-b058-20de894e4f79,,USER,Show product IDs and the count of unique orders containing each product.,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""product_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -95f868ae-8928-440a-b96a-38844a591430,,USER,"Who is the first student to register? List the first name, middle name and last name.","{""actions"":[{""actionType"":""topFilter"",""column"":""date_first_registered"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" -08c245f3-8395-4d94-bc6a-5fbeda1811a7,,USER,Find the number of rooms with a price higher than 120 for each type of decor.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":120},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -0ec39cf7-2b9d-4795-8eb3-1b115ba0f923,,USER,What other details can you tell me about students in reverse alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""other_student_details"",""direction"":""desc""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" -c82e4bed-7106-41bf-8ddc-92aa1cd39cf9,,USER,What is the id for the employee called Ebba?,"{""actions"":[{""actionType"":""condition"",""column"":""employee_name"",""operation"":""="",""value"":""'Ebba'""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" -f37b7acb-f6b6-47fb-963a-168d48934372,,USER,How many different degree names are offered?,"{""actions"":[{""actionType"":""aggregations"",""column"":""degree_summary_name"",""aggregation"":""count""}]}","[{""columns"":[""degree_program_id"",""department_id"",""degree_summary_name"",""degree_summary_description"",""other_details""],""name"":""Degree_Programs"",""type"":""grid""}]" -502fb5ff-c810-4e64-93df-b6216e53c19d,,USER,What are the average height and weight across males (sex is M)?,"{""actions"":[{""actionType"":""aggregations"",""column"":""height"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""sex"",""operation"":""="",""value"":""M""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" -82deee8f-44ed-46d1-9d62-8e3f02f86732,,USER,What is the number of invoices and total money billed in them from CA?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""SUM""},{""actionType"":""condition"",""column"":""billing_state"",""operation"":""="",""value"":""'CA'""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -82c712fb-fc6f-476a-9800-0259d5afa250,,USER,How many professionals have performed any treatment to dogs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""professional_id"",""aggregation"":""count""}]}","[{""columns"":[""treatment_id"",""dog_id"",""professional_id"",""treatment_type_code"",""date_of_treatment"",""cost_of_treatment""],""name"":""Treatments"",""type"":""grid""}]" -f19fa1e0-94f9-4244-acc6-2ffd885b0250,,USER,What are the ids for all sporty students who are on scholarship?,"{""actions"":[{""actionType"":""condition"",""column"":""onscholarship"",""operation"":""="",""value"":""Y""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" -248626da-f831-4bfc-8fd4-4f43ba637a7c,,USER,List the codes of all courses that take place in room KLR209.,"{""actions"":[{""actionType"":""condition"",""column"":""class_room"",""operation"":""="",""value"":""KLR209""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -cff98842-a3e6-4992-8105-c7641808e12a,,USER,Who is the youngest employee in the company? List employee's first and last name.,"{""actions"":[{""actionType"":""topFilter"",""column"":""birth_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -28052e7d-0ac9-4fc6-918d-cd156839cd84,,USER,How many visitors below age 30 are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":30}]}","[{""columns"":[""ID"",""Name"",""Level_of_membership"",""Age""],""name"":""visitor"",""type"":""grid""}]" -26c4ab42-b5e8-419a-a699-1fbd2a2c7d7a,,USER,Count the number of distinct channel owners.,"{""actions"":[{""actionType"":""aggregations"",""column"":""OWNER"",""aggregation"":""count""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -0d47f40e-1227-4cc2-9d26-e79bcbec24b8,,USER,What are the details and star ratings of the three hotels with the lowest price ranges?,"{""actions"":[{""actionType"":""topFilter"",""column"":""price_range"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -a023e88f-30fc-4609-adee-f283d6a45ac0,,USER,What are the state and country of all the cities that have post codes starting with 4.\,"{""actions"":[{""actionType"":""condition"",""column"":""zip_postcode"",""operation"":""starts with"",""value"":""4""}]}","[{""columns"":[""address_id"",""address_content"",""city"",""zip_postcode"",""state_province_county"",""country"",""other_address_details""],""name"":""Addresses"",""type"":""grid""}]" -2c48d188-4e3d-4a4a-9ae0-496a3679f5ac,,USER,What is the total amount of grant money given to each organization and what is its id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""grant_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""organisation_id""}]}","[{""columns"":[""grant_id"",""organisation_id"",""grant_amount"",""grant_start_date"",""grant_end_date"",""other_details""],""name"":""Grants"",""type"":""grid""}]" -325c424a-6e8c-4e9b-a17c-bad4444a8eff,,USER,List the document ids for any documents with the status code done and the type code paper.,"{""actions"":[{""actionType"":""condition"",""column"":""document_status_code"",""operation"":""="",""value"":""'done'""},{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'Paper'""}]}","[{""columns"":[""document_id"",""document_status_code"",""document_type_code"",""shipping_agent_code"",""receipt_date"",""receipt_number"",""other_details""],""name"":""Documents"",""type"":""grid""}]" -9d735727-2843-45f7-a89d-a3d050db35c2,,USER,How old is the doctor named Zach?,"{""actions"":[{""actionType"":""condition"",""column"":""job"",""operation"":""="",""value"":""doctor""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Zach""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -2331135b-b562-4a59-8822-2c97601acbc1,,USER,What are the names of the countries and average invoice size of the top countries by size?,"{""actions"":[{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""AVG""},{""actionType"":""grouping"",""column"":""billing_country""},{""actionType"":""topFilter"",""column"":""total"",""limit"":10,""aggregation"":""AVG"",""direction"":""desc""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -71ba9f91-44aa-4862-bf05-6d4ad17ad80e,,USER,Find the name of the first 5 customers.,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_became_customer"",""limit"":5,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""customer_phone"",""customer_email"",""date_became_customer""],""name"":""Customers"",""type"":""grid""}]" -bf97acd3-1273-4e5f-998e-63a442660ab5,,USER,"How old is each student, and how many students are of each age?","{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""age""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -ef61cbe1-d42c-480d-9c8a-ad9625a0e143,,USER,What are the course names for courses taught on MTW?,"{""actions"":[{""actionType"":""condition"",""column"":""Days"",""operation"":""="",""value"":""'MTW'""}]}","[{""columns"":[""CID"",""CName"",""Credits"",""Instructor"",""Days"",""Hours"",""DNO""],""name"":""Course"",""type"":""grid""}]" -a855bbd4-960c-495b-88de-ede81f75515f,,USER,What is the id of the trip that has the shortest duration?,"{""actions"":[{""actionType"":""topFilter"",""column"":""duration"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" -28cf50de-e268-4a1a-a748-098908e93f28,,USER,What are the codes of all the courses that are located in room KLR209?,"{""actions"":[{""actionType"":""condition"",""column"":""class_room"",""operation"":""="",""value"":""KLR209""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -877770c8-cc64-4133-851b-40515d865d4e,,USER,Show the number of races in each race class.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""CLASS""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" -77f2a093-ec01-47d4-899a-d3f479b2949e,,USER,"Find the distinct years when the governor was named ""Eliot Spitzer"".","{""actions"":[{""actionType"":""condition"",""column"":""Governor"",""operation"":""="",""value"":""'Eliot Spitzer'""}]}","[{""columns"":[""Party_ID"",""Year"",""Party"",""Governor"",""Lieutenant_Governor"",""Comptroller"",""Attorney_General"",""US_Senate""],""name"":""party"",""type"":""grid""}]" -3a76438e-e893-4545-9bd2-a63dd3453881,,USER,What are the average prices and cases of wines produced in the year of 2009 and made of Zinfandel grape?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""AVG""},{""actionType"":""aggregations"",""column"":""Cases"",""aggregation"":""AVG""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2009},{""actionType"":""condition"",""column"":""Grape"",""operation"":""="",""value"":""'Zinfandel'""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -460dcd3e-78b3-4983-878e-5e1c7b81447c,,USER,"For each denomination, return the denomination and the count of schools with that denomination.","{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Denomination""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -65b6b615-3d5e-4d91-8b9e-2183800bc7a7,,USER,What are the titles of all albums that start with A in alphabetical order?,"{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""starts with"",""value"":""A""},{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""}]}","[{""columns"":[""id"",""title"",""artist_id""],""name"":""albums"",""type"":""grid""}]" -643a647d-61dc-423a-8589-7144a5993fe6,,USER,What is the average number of attendance at home games for each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""attendance"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""year"",""league_id"",""team_id"",""park_id"",""span_first"",""span_last"",""games"",""openings"",""attendance""],""name"":""home_game"",""type"":""grid""}]" -b83b5896-b4e9-4ce5-b7b1-22292494e236,,USER,Give the id and product type of the product with the lowest price.,"{""actions"":[{""actionType"":""topFilter"",""column"":""product_price"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -6325402e-b0ef-42cd-8cd3-cffd04882361,,USER,what is capital of texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -1571d187-5ff0-464c-9701-eb75efe6d70b,,USER,What is the name and description for document type code RV?,"{""actions"":[{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'RV'""}]}","[{""columns"":[""Document_Type_Code"",""Document_Type_Name"",""Document_Type_Description""],""name"":""Ref_Document_Types"",""type"":""grid""}]" -a130f392-7f6c-4851-bad0-49573064c69d,,USER,"show the titles, and authors or editors for all books made after the year 1989.","{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":1989}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -de0243de-209f-4107-b303-c0e5509794e3,,USER,Return all players sorted by college in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""College"",""direction"":""asc""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" -2d1427bc-9319-40f6-9e85-3146a0a9e794,,USER,List the number of films produced by each studio and the names of those studios.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Studio""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" -5760c48f-caa6-46e1-abf2-69db6dae4e84,,USER,What is the minimum salary for each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""MIN""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -c3d53a7d-9d3a-420a-ae3c-810990a2f08d,,USER,List the maximum weight and pet type for each pet category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""petType""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -c3fa913a-cc63-46e0-950f-179dc75b1692,,USER,Return the denomination and number of schools for each denomination.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Denomination""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -bcdb2f84-28e7-47a5-92bd-9db2b6e32bef,,USER,Provide the count of students in every classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -236ea924-1d1c-473e-a6c1-d61b0947a76f,,USER,what state has the city springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -6baa67e9-93c4-4f19-8fbc-dbadb456824e,,USER,What are the names of artist who have the letter 'a' in their names?,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""ArtistId"",""Name""],""name"":""Artist"",""type"":""grid""}]" -aec3ef4e-7912-4fd6-a05f-eafae4d73980,,USER,What are the names of enzymes who does not produce 'Heme'?,"{""actions"":[{""actionType"":""condition"",""column"":""product"",""operation"":""!="",""value"":""Heme""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" -12d81ad7-82d5-42ce-aebb-529bf304a77e,,USER,What is the average miles per gallon(mpg) of the cars with 4 cylinders?,"{""actions"":[{""actionType"":""aggregations"",""column"":""mpg"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Cylinders"",""operation"":""="",""value"":4}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -e0bf16c9-2b21-4513-9c1e-4ad9471d81c3,,USER,List the official name and status of the city with the largest population.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" -6d33f2f1-43d3-4b15-aa85-c87c9cbe6534,,USER,What is the average fee on a CSU campus in 2005?,"{""actions"":[{""actionType"":""aggregations"",""column"":""campusfee"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2005}]}","[{""columns"":[""Campus"",""Year"",""CampusFee""],""name"":""csu_fees"",""type"":""grid""}]" -b23cee8f-dd7c-4329-acb0-ab8fcac9f7a6,,USER,Find the total number of tours for each ranking date.,"{""actions"":[{""actionType"":""aggregations"",""column"":""tours"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""ranking_date""}]}","[{""columns"":[""ranking_date"",""ranking"",""player_id"",""ranking_points"",""tours""],""name"":""rankings"",""type"":""grid""}]" -1cbe3486-5466-4376-bcc0-5e34c3194277,,USER,How many songs are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""SongId"",""aggregation"":""count""}]}","[{""columns"":[""SongId"",""Title""],""name"":""Songs"",""type"":""grid""}]" -8af72a39-7091-4bbe-8c7a-a2ee3b5f8e93,,USER,what is the highest point in delaware in meters,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'delaware'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -0c23fb2e-0654-41fc-bb6e-20c215fc3663,,USER,Find the name of the youngest organization.,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_formed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""organization_id"",""date_formed"",""organization_name"",""uk_vat_number""],""name"":""Organizations"",""type"":""grid""}]" -c68bfad0-4b1c-484c-a1e8-1618bdd98087,,USER,Count the number of programs broadcast for each time section of a day.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Channel_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""time_of_day""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" -aecd8dd8-be71-40b6-b146-36c26066de23,,USER,What is the oldest log id and its corresponding problem id?,"{""actions"":[{""actionType"":""topFilter"",""column"":""log_entry_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""problem_log_id"",""assigned_to_staff_id"",""problem_id"",""problem_category_code"",""problem_status_code"",""log_entry_date"",""log_entry_description"",""log_entry_fix"",""other_log_details""],""name"":""Problem_Log"",""type"":""grid""}]" -aedb3b75-c322-4691-9bc6-9f7b2acba1fb,,USER,Which catalog content has the highest height? Give me the catalog entry name.,"{""actions"":[{""actionType"":""topFilter"",""column"":""height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" -d04cd333-7b0b-4c96-9a65-058a0b609590,,USER,Find all movies produced in 2015,"{""actions"":[{""actionType"":""condition"",""column"":""release_year"",""operation"":""="",""value"":2015}]}","[{""columns"":[""mid"",""title"",""release_year"",""title_aka"",""budget""],""name"":""movie"",""type"":""grid""}]" -91dd928c-3077-47d7-b08a-64fd7e109614,,USER,find the total percentage share of all channels owned by CCTV.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Share_in_percent"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""OWNER"",""operation"":""="",""value"":""CCTV""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -d5a4e8d2-f5fb-409d-9a7a-51c063a408a4,,USER,How many different advisors are listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""advisor"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -578e1eac-4ea7-49df-876c-3c5469335b7e,,USER,What are the names of all cartoons directed by Ben Jones?,"{""actions"":[{""actionType"":""condition"",""column"":""Directed_by"",""operation"":""="",""value"":""'Ben Jones'""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" -84d50280-811f-479a-b8f5-f9b761ea88d7,,USER,List the first and last name of all players in the order of birth date.,"{""actions"":[{""actionType"":""sorting"",""column"":""birth_date"",""direction"":""asc""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -5387d662-e8bf-4acf-bf3e-0aaa94ece5f3,,USER,Count the number of different complaint type codes.,"{""actions"":[{""actionType"":""aggregations"",""column"":""complaint_type_code"",""aggregation"":""count""}]}","[{""columns"":[""complaint_id"",""product_id"",""customer_id"",""complaint_outcome_code"",""complaint_status_code"",""complaint_type_code"",""date_complaint_raised"",""date_complaint_closed"",""staff_id""],""name"":""Complaints"",""type"":""grid""}]" -f6520244-914a-4aa6-a8a6-d0cb89f3dbce,,USER,"For each zip code, what is the average mean temperature for all dates that start with '8'?","{""actions"":[{""actionType"":""aggregations"",""column"":""mean_temperature_f"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""date"",""operation"":""starts with"",""value"":""8/""},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -e9439bff-42d3-4cae-9530-71c8582e580a,,USER,What are the first and last names of all customers with between 1000 and 3000 dollars outstanding?,"{""actions"":[{""actionType"":""condition"",""column"":""amount_outstanding"",""operation"":"">="",""value"":1000},{""actionType"":""condition"",""column"":""amount_outstanding"",""operation"":""<="",""value"":3000}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -04f595f6-1b48-42f9-97be-2ba0782d29b9,,USER,"How many students have personal names that contain the word ""son""?","{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""personal_name"",""operation"":""contains"",""value"":""son""}]}","[{""columns"":[""student_id"",""date_of_registration"",""date_of_latest_logon"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name""],""name"":""Students"",""type"":""grid""}]" -ba812f88-322e-4a16-b851-9161d3a41524,,USER,What is average number of students enrolled in Florida colleges?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""FL""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -967e2f37-934c-46e8-896a-d5dba385bed8,,USER,Count the players from each nation.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_code""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -249b7e7e-5dfd-4fa7-9e11-960cd801d08c,,USER,display the job title of jobs which minimum salary is greater than 9000.,"{""actions"":[{""actionType"":""condition"",""column"":""min_salary"",""operation"":"">"",""value"":9000}]}","[{""columns"":[""JOB_ID"",""JOB_TITLE"",""MIN_SALARY"",""MAX_SALARY""],""name"":""jobs"",""type"":""grid""}]" -2811e648-1c39-4817-9088-c6bef19420a8,,USER,How many vehicles exist?,"{""actions"":[{""actionType"":""aggregations"",""column"":""vehicle_id"",""aggregation"":""count""}]}","[{""columns"":[""vehicle_id"",""vehicle_details""],""name"":""Vehicles"",""type"":""grid""}]" -dcb09e3e-7683-4c81-ad58-2e5844d49eec,,USER,Return the names and surface areas of the 5 largest countries.,"{""actions"":[{""actionType"":""topFilter"",""column"":""SurfaceArea"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -d0f92d4b-a762-43ee-b6b1-44df1a4a6248,,USER,What is the average enrollment of schools?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""avg""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -f6aa42dd-ae2a-4500-9cfd-1ea993fb5372,,USER,how many people are there in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -49b11e13-1f6e-4f12-a585-aa92ee1020e5,,USER,Which problem log was created most recently? Give me the log id.,"{""actions"":[{""actionType"":""topFilter"",""column"":""log_entry_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""problem_log_id"",""assigned_to_staff_id"",""problem_id"",""problem_category_code"",""problem_status_code"",""log_entry_date"",""log_entry_description"",""log_entry_fix"",""other_log_details""],""name"":""Problem_Log"",""type"":""grid""}]" -16f2dd44-e623-41e0-937b-36be85c6c26a,,USER,Give me the name and description of the location with code x.,"{""actions"":[{""actionType"":""condition"",""column"":""location_code"",""operation"":""="",""value"":""'x'""}]}","[{""columns"":[""Location_Code"",""Location_Name"",""Location_Description""],""name"":""Ref_Locations"",""type"":""grid""}]" -1f537717-bdfb-4541-ba50-62638060275c,,USER,How many singers do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -fc805049-6629-46b0-9ec0-1d78b0cc9a17,,USER,how many states does the missouri river run through,"{""actions"":[{""actionType"":""aggregations"",""column"":""traverse"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'missouri'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -0128afad-ea9d-4f91-a162-c1a3e9c4f139,,USER,Find the count of rooms with a capacity of over 50 for each building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -17c6c7f7-5f63-4c4e-81bf-112f6a0a3dad,,USER,how big is the city of boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -c9d11373-47cd-4558-b829-56272949b979,,USER,"How many people live in Asia, and what is the largest GNP among them?","{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""sum""},{""actionType"":""aggregations"",""column"":""GNP"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Asia'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -2a755f2d-7564-4af4-930b-d6fa89cc4fba,,USER,Return the name of the artist who has the latest join year.,"{""actions"":[{""actionType"":""topFilter"",""column"":""year_join"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" -26369c49-689c-40df-9af7-fc9f18a5d8c0,,USER,What are the student ids for students over 20 years old?,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":20}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -8a653016-a6da-45f6-9ee4-b0d9609d6316,,USER,List the names of all distinct wines that have scores higher than 90.,"{""actions"":[{""actionType"":""condition"",""column"":""score"",""operation"":"">"",""value"":90}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -8fc42447-ffa8-4947-9d17-1cc4eae125de,,USER,List the name of the school with the smallest enrollment.,"{""actions"":[{""actionType"":""topFilter"",""column"":""enrollment"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""School_id"",""School_name"",""Location"",""Mascot"",""Enrollment"",""IHSAA_Class"",""IHSAA_Football_Class"",""County""],""name"":""School"",""type"":""grid""}]" -79bfdbc3-76e7-4fd0-80cd-c6321d0ba244,,USER,How many allergies are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""allergy"",""aggregation"":""count""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" -dc9bf024-a66a-46ff-9981-9cad23205c8e,,USER,What is the date of birth of every customer whose status code is 'Good Customer'?,"{""actions"":[{""actionType"":""condition"",""column"":""customer_status_code"",""operation"":""="",""value"":""Good Customer""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -88b6bc60-a979-4030-8f63-42efb9bf7fd8,,USER,"Find the name of all customers whose name contains ""Alex"".","{""actions"":[{""actionType"":""condition"",""column"":""customer_name"",""operation"":""contains"",""value"":""Alex""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" -f260c78c-a293-4275-ba36-cda6ca92252f,,USER,What is the id of the candidate with the lowest oppose rate?,"{""actions"":[{""actionType"":""topFilter"",""column"":""oppose_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" -33573e84-9588-4282-bfcd-96ec47e43cc1,,USER,List the different countries and the number of members from each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Member_ID"",""Name"",""Country"",""College_ID""],""name"":""member"",""type"":""grid""}]" -2093e6f9-657f-429d-b131-2f0699fd11c5,,USER,How many games are held after season 2007?,"{""actions"":[{""actionType"":""aggregations"",""column"":""stadium_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""season"",""operation"":"">"",""value"":2007}]}","[{""columns"":[""stadium_id"",""id"",""Season"",""Date"",""Home_team"",""Away_team"",""Score"",""Competition""],""name"":""game"",""type"":""grid""}]" -5bd8d8e6-988f-4a27-9580-4d8092416423,,USER,how many states are there,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""COUNT""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -e9421cb8-933c-4643-a2a8-10bb1cd85d50,,USER,Determine the quantity of stores for each store type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Store_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Store_ID"",""Store_Name"",""Type"",""Area_size"",""Number_of_product_category"",""Ranking""],""name"":""store"",""type"":""grid""}]" -fb7197e3-b7d2-4f90-840e-a4c740ee87fb,,USER,"For each account type, find the average balance for customers with a credit score below 50.","{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""acc_type""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -74b4d71a-e261-4736-9006-a1a7c4125fa3,,USER,how many different positions are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""POSITION"",""aggregation"":""count""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -1e3cc402-4245-4a66-bed2-55a96cf24143,,USER,"List the name of singers whose citizenship is not ""France"".","{""actions"":[{""actionType"":""condition"",""column"":""Citizenship"",""operation"":""!="",""value"":""'France'""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -ba558608-ba0b-4c23-9cb5-425934615835,,USER,Enumerate document type codes and their corresponding document counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_type_code""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -04d948ff-a78b-420c-9853-8007ff8ae73f,,USER,Which manufacturer has the most number of shops? List its name and year of opening.,"{""actions"":[{""actionType"":""topFilter"",""column"":""num_of_shops"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Manufacturer_ID"",""Open_Year"",""Name"",""Num_of_Factories"",""Num_of_Shops""],""name"":""manufacturer"",""type"":""grid""}]" -d589d01e-fd1c-44ae-aa1e-c9c8e310a5a2,,USER,List the names of all distinct wines in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -98a4c168-f5f0-46f9-88cf-554d3ac2bf68,,USER,How many film are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" -e1e63b40-043c-40b7-a42b-cd211ee9502f,,USER,List all the distinct product names ordered by product id?,"{""actions"":[{""actionType"":""sorting"",""column"":""product_id"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_name"",""product_details""],""name"":""Product"",""type"":""grid""}]" -cbbe1ef7-966d-47ae-9f71-10707238052b,,USER,List document type codes and the number of documents in each code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_type_code""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -5f51e999-6ce1-42db-acb1-ab30b8d36959,,USER,Show all countries and the number of singers in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -bf9512c8-d597-426c-b2dc-f3ba22e09113,,USER,"What are the famous titles and ages of each artist, listed in descending order by age?","{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" -d6cb03ea-a2ec-4a4d-a1e6-284c52c59704,,USER,What are the clean and jerk score of the body builder with the highest total score?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Total"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Body_Builder_ID"",""People_ID"",""Snatch"",""Clean_Jerk"",""Total""],""name"":""body_builder"",""type"":""grid""}]" -028aa4b7-87a5-4316-b957-e11cb5a69f2b,,USER,"What are the names of the songs whose title has the word ""the""?","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":"" the ""}]}","[{""columns"":[""SongId"",""Title""],""name"":""Songs"",""type"":""grid""}]" -08820420-8998-41d9-a416-f8c3e71b6ecf,,USER,How many different students are involved in sports?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" -6790f7a0-d189-40ec-b449-490890b22e5a,,USER,"What is the year of publication of "" A Switching Architecture For ISDN "" ?","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'A Switching Architecture For ISDN'""}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" -fc12cdd8-405a-4939-b0a5-7ef93ce08be4,,USER,How many roller coasters are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Roller_Coaster_ID"",""aggregation"":""count""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" -387f69cc-bf11-4b74-926e-3d23a1a9ec41,,USER,Sort all captain names by their ages from old to young.,"{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -e0679f45-6765-4105-9e2e-fb5146ea7a4d,,USER,"Find all the female actors born in "" New York City "" after 1980","{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'New York City'""},{""actionType"":""condition"",""column"":""birth_year"",""operation"":"">"",""value"":1980},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""'female'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -63d197db-fa7b-4567-8cac-b2cb788559f7,,USER,"For each headquarter, what are the headquarter and how many companies are centered there?","{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""headquarters""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -c8ebbb22-003a-4610-813c-a90550c0a78c,,USER,Tell me the employee id of the head of the department with the least employees.,"{""actions"":[{""actionType"":""grouping"",""column"":""departmentID""},{""actionType"":""topFilter"",""column"":""departmentID"",""limit"":1,""aggregation"":""count"",""direction"":""asc""}]}","[{""columns"":[""DepartmentID"",""Name"",""Head""],""name"":""Department"",""type"":""grid""}]" -05da567a-f823-43d1-960a-4dcd97d3d1d6,,USER,"List the name of artworks whose type is not ""Program Talent Show"".","{""actions"":[{""actionType"":""condition"",""column"":""TYPE"",""operation"":""!="",""value"":""'Program Talent Show'""}]}","[{""columns"":[""Artwork_ID"",""Type"",""Name""],""name"":""artwork"",""type"":""grid""}]" -7ae59730-94f2-42ef-a0d6-de92acc6aca0,,USER,"Return the different document IDs along with the number of paragraphs for each, ordered by ID.","{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""},{""actionType"":""sorting"",""column"":""document_id"",""direction"":""asc""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" -a3826554-79af-4e4e-aa17-c214d7afa749,,USER,Determine the number of distinct order ids for each product.,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""product_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -5a3726d0-8745-4831-90aa-6a071cf8183a,,USER,Find all types of store and number of them.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Store_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Store_ID"",""Store_Name"",""Type"",""Area_size"",""Number_of_product_category"",""Ranking""],""name"":""store"",""type"":""grid""}]" -3c2e0e86-1585-4121-9eaa-fb17878aafa5,,USER,How many climbers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""count""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -fc9e2913-9e37-408f-8395-4e09ba86ea1d,,USER,how many states have cities named springfield,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -6f223f14-aeb4-4cd3-a1f7-e2b10f807b66,,USER,How many employees live in Georgia?,"{""actions"":[{""actionType"":""aggregations"",""column"":""address_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state_province_county"",""operation"":""="",""value"":""'Georgia'""}]}","[{""columns"":[""address_id"",""line_1_number_building"",""city"",""zip_postcode"",""state_province_county"",""country""],""name"":""Addresses"",""type"":""grid""}]" -0c8587bd-cb18-4be6-ae18-b51b71e9c1f6,,USER,How many players are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""}]}","[{""columns"":[""Player_ID"",""Sponsor_name"",""Player_name"",""Gender"",""Residence"",""Occupation"",""Votes"",""Rank""],""name"":""player"",""type"":""grid""}]" -3e941994-821d-4ca4-9c92-39e1a80b97a3,,USER,Find the id of the candidate who got the lowest oppose rate.,"{""actions"":[{""actionType"":""topFilter"",""column"":""oppose_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" -6ff722db-77f3-4d23-b9be-ccfbb13b0729,,USER,Which grade is studying in room 105?,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":105}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -bcbf8d56-8f16-4697-8136-6f833ce974ca,,USER,Which major has least number of students? List the major and the number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Major""},{""actionType"":""topFilter"",""column"":""Major"",""limit"":1,""aggregation"":""count"",""direction"":""asc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -f0ab0e6c-2990-4a1c-bbb1-b3152300dac7,,USER,List distinct locations and their corresponding performance counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Performance_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Performance_ID"",""Date"",""Host"",""Location"",""Attendance""],""name"":""performance"",""type"":""grid""}]" -3033b87e-8bfb-4cf0-bddf-f84a9c40be5c,,USER,What is average age of male for different job title?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -cfa6cc50-284b-4c57-90be-fe6ce3c6991b,,USER,What is the type of the document whose description starts with the word 'Initial'?,"{""actions"":[{""actionType"":""condition"",""column"":""document_description"",""operation"":""starts with"",""value"":""Initial""}]}","[{""columns"":[""document_type_code"",""document_description""],""name"":""Document_Types"",""type"":""grid""}]" -c0637cc3-285c-4558-8ce3-a7370a807403,,USER,"For each constructor id, how many races are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""constructorStandingsId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""constructorid""}]}","[{""columns"":[""constructorStandingsId"",""raceId"",""constructorId"",""points"",""position"",""positionText"",""wins""],""name"":""constructorStandings"",""type"":""grid""}]" -03e0da43-efe0-48db-99ea-901ee277094c,,USER,Return the names of all counties sorted by county name in descending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""County_name"",""direction"":""desc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" -1e928562-1d35-47ed-91b3-fa9a34121024,,USER,Determine the average transaction amount for various investors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""investor_id""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -02561ece-c083-49c3-b34f-f7a7a7db092a,,USER,Show the top 3 apartment type codes sorted by the average number of rooms in descending order.,"{""actions"":[{""actionType"":""grouping"",""column"":""apt_type_code""},{""actionType"":""topFilter"",""column"":""room_count"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" -dbe48149-20ae-4f1f-a852-b0cb3008829f,,USER,What are the names of schools with the top 3 largest size?,"{""actions"":[{""actionType"":""topFilter"",""column"":""enr"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -35725690-f769-4bfd-a0a5-9d78f25b0cdc,,USER,Find the number of dorms that have some amenity.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dormid"",""aggregation"":""count""}]}","[{""columns"":[""dormid"",""amenid""],""name"":""Has_amenity"",""type"":""grid""}]" -6186165b-fd9c-406a-b26a-c88aaba45a43,,USER,Determine the number of high schoolers in each grade.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" -3fc0cce7-6f8f-49e5-b9f0-976eb85f5e72,,USER,How many editors are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Editor_ID"",""aggregation"":""count""}]}","[{""columns"":[""Editor_ID"",""Name"",""Age""],""name"":""editor"",""type"":""grid""}]" -f9da022e-e86e-44fa-b41f-1bb0d43b2894,,USER,How many students have advisors?,"{""actions"":[{""actionType"":""aggregations"",""column"":""s_id"",""aggregation"":""count""}]}","[{""columns"":[""s_ID"",""i_ID""],""name"":""advisor"",""type"":""grid""}]" -871eb3bc-9585-4b37-904c-810b93fa4555,,USER,What are the first and last names of all students who are not living in the city HKG and order the results by age?,"{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""!="",""value"":""HKG""},{""actionType"":""sorting"",""column"":""age"",""direction"":""asc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -08b87909-cb9e-45eb-bb5c-56450978f16c,,USER,What is the average earnings of poker players?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Earnings"",""aggregation"":""avg""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" -033dc488-d2d3-4b7f-ab48-9ce2d082db19,,USER,"Return the names of people, ordered by weight ascending.","{""actions"":[{""actionType"":""sorting"",""column"":""Weight"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Date_of_Birth""],""name"":""people"",""type"":""grid""}]" -fc88eaca-5a58-423a-9089-c35e51acd754,,USER,what rivers are in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -4efecd9a-a304-4902-aab4-1d70833d1f4b,,USER,Find the number of employees of each gender whose salary is lower than 50000.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Fname"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""salary"",""operation"":""<"",""value"":50000},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""Fname"",""Minit"",""Lname"",""Ssn"",""Bdate"",""Address"",""Sex"",""Salary"",""Super_ssn"",""Dno""],""name"":""employee"",""type"":""grid""}]" -66c0eb9a-5efb-4603-990e-1c9ff7d9bfd1,,USER,what are the neighboring states for kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -c8870b60-0542-435b-81d8-13cf887e35d3,,USER,How many players participated in each position?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Season"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" -ebcc0506-3e4b-4434-adeb-8519b75526df,,USER,What is the entry name of the most expensive catalog (in USD)?,"{""actions"":[{""actionType"":""topFilter"",""column"":""price_in_dollars"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" -3172af9a-8511-4e3d-b604-089ce68132ce,,USER,Count the number of players who entered the hall of fame for each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""yearid""}]}","[{""columns"":[""player_id"",""yearid"",""votedby"",""ballots"",""needed"",""votes"",""inducted"",""category"",""needed_note""],""name"":""hall_of_fame"",""type"":""grid""}]" -9926a3c7-aeff-4210-9f12-8994f6cc3245,,USER,What is the average age of female (sex is F) students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""'F'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -c7f702d4-1118-4d31-92d5-23794880ae4f,,USER,What are the names of courses with 1 credit?,"{""actions"":[{""actionType"":""condition"",""column"":""Credits"",""operation"":""="",""value"":1}]}","[{""columns"":[""CID"",""CName"",""Credits"",""Instructor"",""Days"",""Hours"",""DNO""],""name"":""Course"",""type"":""grid""}]" -ea5eb2d3-a9fa-4de9-a0c3-36d87b05473d,,USER,"Show all artist name, age, and country ordered by the yeared they joined.","{""actions"":[{""actionType"":""sorting"",""column"":""Year_Join"",""direction"":""asc""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" -cb252215-cb60-4da2-8b49-5c361f9b710b,,USER,What is the gender of the student Linda Smith?,"{""actions"":[{""actionType"":""condition"",""column"":""Fname"",""operation"":""="",""value"":""'Linda'""},{""actionType"":""condition"",""column"":""Lname"",""operation"":""="",""value"":""'Smith'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -0a6250a8-35c3-402d-bb95-141b27dd3c8b,,USER,how many citizens in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -89c77bc3-8a30-4c60-a956-2f1273b376fa,,USER,Return the names of products in the category 'Spices'.,"{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Spices'""}]}","[{""columns"":[""product_id"",""color_code"",""product_category_code"",""product_name"",""typical_buying_price"",""typical_selling_price"",""product_description"",""other_product_details""],""name"":""Products"",""type"":""grid""}]" -88c639a4-9d15-42a1-bf01-2e11b72a7f3c,,USER,What are the names and account balances of customers with the letter a in their names?,"{""actions"":[{""actionType"":""condition"",""column"":""cust_name"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -1f2ab3ad-c8d7-4c62-8c0d-f0fcf3cea818,,USER,Find the branch name of the bank that has the most number of customers.,"{""actions"":[{""actionType"":""topFilter"",""column"":""no_of_customers"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -ee5b1839-22d8-4a30-8750-b1910741fd6b,,USER,Count the number of cinemas.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Cinema_ID"",""aggregation"":""count""}]}","[{""columns"":[""Cinema_ID"",""Name"",""Openning_year"",""Capacity"",""Location""],""name"":""cinema"",""type"":""grid""}]" -2b6d6797-5757-46f8-9bb2-a8468d411c0d,,USER,"What are the job ids and dates of hire for employees hired after November 5th, 2007 and before July 5th, 2009?","{""actions"":[{""actionType"":""condition"",""column"":""hire_date"",""operation"":"">="",""value"":""2007-11-05""},{""actionType"":""condition"",""column"":""hire_date"",""operation"":""<="",""value"":""2009-07-05""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -f7cf7c4b-e003-45f7-a96a-e59c45f31063,,USER,"What are the full name, hire data, salary and department id for employees without the letter M in their first name, ordered by ascending department id?","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""not contains"",""value"":""M""},{""actionType"":""sorting"",""column"":""department_id"",""direction"":""asc""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -203ac124-230f-4b43-88f3-54e910321409,,USER,how many people live in the united states,"{""actions"":[{""actionType"":""aggregations"",""column"":""population"",""aggregation"":""SUM""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -8964ef88-985c-403c-9cef-176b9be63633,,USER,"What is the average age for each city, and what are those cities?","{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -e54afc3d-f55d-43e5-9bd1-f7adced7ecf6,,USER,Determine the count of individuals under 40 for both genders.,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":40},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -bc43e493-76b9-4f62-9602-fcec06a000d4,,USER,How many games are played for all football games by students on scholarship?,"{""actions"":[{""actionType"":""aggregations"",""column"":""gamesplayed"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""sportname"",""operation"":""="",""value"":""'Football'""},{""actionType"":""condition"",""column"":""onscholarship"",""operation"":""="",""value"":""Y""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" -9309f7c5-46f7-432d-8a1e-5f0793e23949,,USER,Give the city and country for the Alton airport.,"{""actions"":[{""actionType"":""condition"",""column"":""AirportName"",""operation"":""="",""value"":""'Alton'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" -6570afda-9c49-4a57-89ad-670638a6ebc2,,USER,What is the flight number and its distance for the one with the maximum price?,"{""actions"":[{""actionType"":""topFilter"",""column"":""price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -9977ca0d-5f18-43de-934b-fe2e7313ae9d,,USER,Show the average transaction amount for different transaction types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""transaction_type_code""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -e9d432c2-cb46-4436-ab41-cbcb132f21ff,,USER,Identify distinct race classes and their corresponding number of races.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""CLASS""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" -239248b1-cd05-43c7-a595-38bc2d166eb6,,USER,What are the unique block codes that have available rooms?,"{""actions"":[{""actionType"":""condition"",""column"":""unavailable"",""operation"":""="",""value"":0}]}","[{""columns"":[""RoomNumber"",""RoomType"",""BlockFloor"",""BlockCode"",""Unavailable""],""name"":""Room"",""type"":""grid""}]" -cc8c5e16-3d73-4be5-8231-8afe6c4b51a9,,USER,What are the names of stations that have latitude lower than 37.5?,"{""actions"":[{""actionType"":""condition"",""column"":""lat"",""operation"":""<"",""value"":37.5}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -06d456d9-0a1c-45c7-ab6e-85d574a38894,,USER,What is the maximum price and score of wines for each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -21f8d9b2-3723-4556-9dc2-e958c264ca85,,USER,How many distinct artists have volumes?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""COUNT""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" -39ddcc6f-345e-4d49-a1a0-77e60fb10c0b,,USER,Group wines by appellation and report their average price and score.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Appelation""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -aef70cc7-ff60-4e16-a34c-b4d0ab506271,,USER,Show the transaction types and the total amount of transactions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""transaction_type""}]}","[{""columns"":[""transaction_id"",""account_id"",""invoice_number"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" -f1bf1179-90d9-4051-8f5d-88b31f40cf32,,USER,Find the city that hosted some events in the most recent year. What is the id of this city?,"{""actions"":[{""actionType"":""topFilter"",""column"":""YEAR"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Year"",""Match_ID"",""Host_City""],""name"":""hosting_city"",""type"":""grid""}]" -41e320c2-6524-4cb6-b470-2c267b56e468,,USER,How many allergy entries are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""allergy"",""aggregation"":""count""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" -0eab1b7b-ae38-4c17-920c-1885a6ab243a,,USER,Find the average number of staff working for the museums that were open before 2009.,"{""actions"":[{""actionType"":""aggregations"",""column"":""num_of_staff"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":2009}]}","[{""columns"":[""Museum_ID"",""Name"",""Num_of_Staff"",""Open_Year""],""name"":""museum"",""type"":""grid""}]" -10a8f6d8-5d94-477c-b00d-bfa3f131173b,,USER,Display the party and the number of affiliated drivers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Driver_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""party""}]}","[{""columns"":[""Driver_ID"",""Name"",""Party"",""Home_city"",""Age""],""name"":""driver"",""type"":""grid""}]" -4930cdb5-fa98-4bab-8b57-827b24c1f91b,,USER,What are the number of different course codes?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_code"",""aggregation"":""count""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -b1869aa3-eaf1-48a3-a74b-15d7681b483b,,USER,On which day has it neither been foggy nor rained in the zip code of 94107?,"{""actions"":[{""actionType"":""condition"",""column"":""zip_code"",""operation"":""="",""value"":94107},{""actionType"":""condition"",""column"":""EVENTS"",""operation"":""!="",""value"":""'Fog'""},{""actionType"":""condition"",""column"":""EVENTS"",""operation"":""!="",""value"":""'Rain'""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -91f2f49d-33d6-4479-a8de-22f67a15067e,,USER,"What are the emails and phone numbers of all customers, sorted by email address and phone number?","{""actions"":[{""actionType"":""sorting"",""column"":""email_address"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""phone_number"",""direction"":""asc""}]}","[{""columns"":[""customer_id"",""customer_type_code"",""address_line_1"",""address_line_2"",""town_city"",""state"",""email_address"",""phone_number""],""name"":""Customers"",""type"":""grid""}]" -c4ad1a49-2861-44f4-8f3f-87e183b795f6,,USER,How many players exist for every hand preference?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""hand""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -fa1c79b3-e184-4885-8613-e0531b0d4234,,USER,"Show first name, last name, age for all female students. Their sex is F.","{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -bdb8e131-81ba-463f-8926-1cdb75fbb35e,,USER,Calculate the number of students in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" -1f516bd4-e914-45c2-9c90-83b51a73a8d3,,USER,What are the personal names and family names of the students? Sort the result in alphabetical order of the family name.,"{""actions"":[{""actionType"":""sorting"",""column"":""family_name"",""direction"":""asc""}]}","[{""columns"":[""student_id"",""date_of_registration"",""date_of_latest_logon"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name""],""name"":""Students"",""type"":""grid""}]" -9eaef1dc-694e-4fb9-99d6-4b5d87b06860,,USER,Find the buildings which have rooms with capacity more than 50.,"{""actions"":[{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -29d921a2-0856-40c4-ae34-f0d5897aca5f,,USER,What are the first names of all the students aged above 22?,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">"",""value"":22}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -3e60b640-dbf5-4807-bcfd-8cfae0775494,,USER,Determine the number of players for each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_code""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -0a50185d-85cc-41f8-9ed5-a4dbe86a9841,,USER,What is the average weight of cars for each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -cf31ce1e-bd3a-4b65-98d9-c6932267f5f9,,USER,"What is the average base price of rooms, for each bed type?","{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -e1c59ba0-4b1a-4448-a75e-77beaa56b83d,,USER,"What are the names and urls of images, sorted alphabetically?","{""actions"":[{""actionType"":""sorting"",""column"":""image_name"",""direction"":""asc""}]}","[{""columns"":[""image_id"",""image_alt_text"",""image_name"",""image_url""],""name"":""Images"",""type"":""grid""}]" -676cd8dd-39b9-4bbb-9e7c-619943210d53,,USER,What is the typical number of students in a classroom?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -5d9e57e7-01d3-4627-8958-2b5002a7b14f,,USER,What is the average age for each job title?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -32f88b98-f8a5-40cc-b36c-ce3c78599ac1,,USER,Count the number of male and female artists.,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" -e7f35d8c-d7cf-431c-9866-fcb8d2c1025c,,USER,how long is the rio grande,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'rio grande'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -27c89337-705f-4a76-a1ba-7f29e7c107fc,,USER,What are the phone and email for customer Harold?,"{""actions"":[{""actionType"":""condition"",""column"":""Customer_Name"",""operation"":""="",""value"":""'Harold'""}]}","[{""columns"":[""Customer_ID"",""Address_ID"",""Customer_Name"",""Customer_Phone"",""Customer_Email_Address"",""Other_Details""],""name"":""Customers"",""type"":""grid""}]" -e62acb04-c298-4fe1-839e-07559c272e9b,,USER,what are the major lakes in united states,"{""actions"":[{""actionType"":""condition"",""column"":""area"",""operation"":"">"",""value"":750}]}","[{""columns"":[""lake_name"",""area"",""country_name"",""state_name""],""name"":""lake"",""type"":""grid""}]" -628f6b56-409c-42fb-8b9d-b3e4256aadff,,USER,"For each classroom, show the classroom number and count the number of distinct grades that use the room.","{""actions"":[{""actionType"":""aggregations"",""column"":""Cinema_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Cinema_ID"",""Name"",""Openning_year"",""Capacity"",""Location""],""name"":""cinema"",""type"":""grid""}]" -c62c0bc9-03e9-4b80-9a80-e0aa426d899e,,USER,List every album ordered by album title in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""}]}","[{""columns"":[""id"",""title"",""artist_id""],""name"":""albums"",""type"":""grid""}]" -bc8e5815-6c01-43f4-bec7-c6d8d9a5fbbc,,USER,"Return the first name, last name and email of the owners living in a state whose name contains the substring 'North'.","{""actions"":[{""actionType"":""condition"",""column"":""state"",""operation"":""contains"",""value"":""North""}]}","[{""columns"":[""owner_id"",""first_name"",""last_name"",""street"",""city"",""state"",""zip_code"",""email_address"",""home_phone"",""cell_number""],""name"":""Owners"",""type"":""grid""}]" -defb5c31-fef6-4f85-be57-78a343477ee3,,USER,What is the starting year of the oldest technicians?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" -6febb640-6720-4d6b-aa86-785d139ac477,,USER,Provide the various modes of transportation to reach attractions and the number of accessible attractions for each mode.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tourist_Attraction_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""How_to_Get_There""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" -c4d17052-7c44-4eba-9146-751741af1cf6,,USER,"What are the different carriers for devices, listed in alphabetical order?","{""actions"":[{""actionType"":""sorting"",""column"":""Carrier"",""direction"":""asc""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" -c3b3bbbd-c3cb-46b5-b9de-3a2639ab1055,,USER,Report the number of students in each classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -d30418b4-3544-4d39-b256-92deb5a5f90a,,USER,Show the 3 counties with the smallest population.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" -91c38d4a-a940-4766-91ff-05e112f5e879,,USER,Find how many different affiliation types there are.,"{""actions"":[{""actionType"":""aggregations"",""column"":""affiliation"",""aggregation"":""count""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -0fe6dec4-b620-4635-9ed3-a5f54c50f96d,,USER,"For each faculty rank, display the number of faculty members who hold it.","{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -61bde723-885d-41d3-aa1e-5520bfb99076,,USER,How many phones are associated with each accreditation type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Accreditation_type""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" -19076922-63c1-4a5a-befe-59b9420e7840,,USER,What is the id of the reviewer whose name has substring “Mike”?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Mike""}]}","[{""columns"":[""rID"",""name""],""name"":""Reviewer"",""type"":""grid""}]" -32922b58-b5c0-463c-9903-485abc806be3,,USER,What is the name of the technician whose team is not 'NYY'?,"{""actions"":[{""actionType"":""condition"",""column"":""Team"",""operation"":""!="",""value"":""'NYY'""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" -c0f1d68a-a3ac-465d-8033-cb0ec4ed5338,,USER,Find the room number of the rooms which can sit 50 to 100 students and their buildings.,"{""actions"":[{""actionType"":""condition"",""column"":""capacity"",""operation"":"">="",""value"":50},{""actionType"":""condition"",""column"":""capacity"",""operation"":""<="",""value"":100}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -aed8d99e-76a1-4db6-9c95-bb81e8f0f65f,,USER,When did the first staff member start working?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_from"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" -d4c0bc4d-de94-4cbb-960f-93af20c1e991,,USER,Count the number of students who have advisors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""s_id"",""aggregation"":""count""}]}","[{""columns"":[""s_ID"",""i_ID""],""name"":""advisor"",""type"":""grid""}]" -f25bc48f-9e86-4a0b-a36e-1cd1731e6408,,USER,What is the maximum net worth for each citizenship?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Net_Worth_Millions"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -b9bcbe70-1c5f-4fd1-89fe-ff5cbd0707a0,,USER,Show the id and name of the aircraft with the maximum distance.,"{""actions"":[{""actionType"":""topFilter"",""column"":""distance"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" -f8e878f2-dd3c-495f-99f6-69fca29ff7f6,,USER,what is the elevation of the highest point in the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""highest_elevation"",""aggregation"":""MAX""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -a2018159-2724-4be3-b0b3-9026ae3ef015,,USER,How many rooms have a king bed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -dce4e326-519d-4efc-9cfe-58fb18bd5562,,USER,How many followers does each user have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""f1"",""aggregation"":""count""}]}","[{""columns"":[""f1"",""f2""],""name"":""follows"",""type"":""grid""}]" -64c2ff5b-1fff-47bb-902d-0193965b7eca,,USER,Show other account details for account with name 338.,"{""actions"":[{""actionType"":""condition"",""column"":""account_name"",""operation"":""="",""value"":""'338'""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -ac73c3dc-978f-4639-b1e4-399852f92d2a,,USER,What is the count of distinct employees with certificates?,"{""actions"":[{""actionType"":""aggregations"",""column"":""eid"",""aggregation"":""count""}]}","[{""columns"":[""eid"",""aid""],""name"":""certificate"",""type"":""grid""}]" -e8028481-8dd6-4c8c-b25e-9c9600c4030c,,USER,Show the name and the nationality of the oldest host.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Host_ID"",""Name"",""Nationality"",""Age""],""name"":""host"",""type"":""grid""}]" -d20cadd7-2791-4555-b75d-eadffc87d2aa,,USER,"Which catalog contents have a product stock number that starts from ""2""? Show the catalog entry names.","{""actions"":[{""actionType"":""condition"",""column"":""product_stock_number"",""operation"":""starts with"",""value"":""2""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" -4f2183ae-a914-463f-8a45-3711b60d5290,,USER,What is the name and date of the race that occurred most recently?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" -e09a2467-60ff-4e10-b922-4a4735eb5271,,USER,How many bands are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Id"",""aggregation"":""count""}]}","[{""columns"":[""Id"",""Firstname"",""Lastname""],""name"":""Band"",""type"":""grid""}]" -4f09c97a-ed87-42fa-a2b1-457172a7a2e2,,USER,Give me a list of all the last names of authors sorted in alphabetical order,"{""actions"":[{""actionType"":""sorting"",""column"":""lname"",""direction"":""asc""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" -1752fc0b-946a-44b4-9e54-5a7c7a3b067d,,USER,What are the origins of all flights that are headed to Honolulu?,"{""actions"":[{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""'Honolulu'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -5d550951-99cb-49c4-a91d-8bc36326c071,,USER,Find the type and weight of the youngest pet.,"{""actions"":[{""actionType"":""topFilter"",""column"":""pet_age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -718e9126-2b29-4a94-ac5c-9e13c9534ddc,,USER,List all club names in descending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""desc""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" -f192f98a-5793-4f19-a433-0a2cd627819e,,USER,What is the starting year for the oldest technician?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" -b2086548-ecb8-4130-84c1-849d0c6a2728,,USER,List the dates of games by the home team name in descending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""home_team"",""direction"":""desc""}]}","[{""columns"":[""stadium_id"",""id"",""Season"",""Date"",""Home_team"",""Away_team"",""Score"",""Competition""],""name"":""game"",""type"":""grid""}]" -bd3d7d1f-1f1f-466c-90d6-ee4b452e3657,,USER,"What are the average prices of products, grouped by manufacturer code?","{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""AVG""},{""actionType"":""grouping"",""column"":""Manufacturer""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -9225a95e-f5b7-4e54-8109-8d602d047fd5,,USER,what is the population density in the state with capital austin,"{""actions"":[{""actionType"":""condition"",""column"":""capital"",""operation"":""="",""value"":""'austin'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -1235689b-d9c2-48b1-9d2d-2fec467b5d50,,USER,What is the average number of working horses of farms with more than 5000 total number of horses?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Working_Horses"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Total_Horses"",""operation"":"">"",""value"":5000}]}","[{""columns"":[""Farm_ID"",""Year"",""Total_Horses"",""Working_Horses"",""Total_Cattle"",""Oxen"",""Bulls"",""Cows"",""Pigs"",""Sheep_and_Goats""],""name"":""farm"",""type"":""grid""}]" -fed4fe2a-fb0f-45a0-8bef-9ac85cacaffa,,USER,springfield is in what state,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -c9d6e30e-649e-447d-9c87-e2238fc489f9,,USER,"In what year was "" Kevin Spacey "" born ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'actor_name0'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -a19f38b5-203e-4a20-b241-c8ad290fdae8,,USER,"Show the name, street address, and number of floors for all buildings ordered by the number of floors.","{""actions"":[{""actionType"":""sorting"",""column"":""floors"",""direction"":""asc""}]}","[{""columns"":[""building_id"",""Name"",""Street_address"",""Years_as_tallest"",""Height_feet"",""Floors""],""name"":""building"",""type"":""grid""}]" -0ca5d94e-3fab-4ca9-8676-4e99a619a5e1,,USER,Which channels are not owned by CCTV? Give me the channel names.,"{""actions"":[{""actionType"":""condition"",""column"":""OWNER"",""operation"":""!="",""value"":""CCTV""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -630cb380-9055-46e1-bc8e-c78990d8e28a,,USER,List each language and the number of TV Channels using it.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LANGUAGE""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -d024c9a4-ce0e-4e12-97ed-469b42947e6c,,USER,what are the major cities in kansas,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kansas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -ff9252df-7bc9-41a0-b88f-a37194aedde8,,USER,Show the number of high schoolers for each grade.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" -ab6628fa-fca7-42f8-b614-a62fe024a4b9,,USER,What are the ids of the students who registered for course 301?,"{""actions"":[{""actionType"":""condition"",""column"":""course_id"",""operation"":""="",""value"":301}]}","[{""columns"":[""student_id"",""course_id"",""date_of_attendance""],""name"":""Student_Course_Attendance"",""type"":""grid""}]" -a65d1f1e-0168-4c73-807d-d39344dfe895,,USER,"How many students have had at least one ""B"" grade?","{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""Grade"",""operation"":""="",""value"":""'B'""}]}","[{""columns"":[""StuID"",""CID"",""Grade""],""name"":""Enrolled_in"",""type"":""grid""}]" -e3dad594-e0c9-4da5-9ec9-8284c167da7b,,USER,What are the names of enzymes whose product is not 'Heme'?,"{""actions"":[{""actionType"":""condition"",""column"":""product"",""operation"":""!="",""value"":""Heme""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" -bc0ac684-a6e1-4be9-bc1a-74473d9a552b,,USER,What are the daily hire costs for the products with substring 'Book' in its name?,"{""actions"":[{""actionType"":""condition"",""column"":""product_name"",""operation"":""contains"",""value"":""Book""}]}","[{""columns"":[""product_id"",""product_type_code"",""daily_hire_cost"",""product_name"",""product_description""],""name"":""Products_for_Hire"",""type"":""grid""}]" -586e0880-72d4-4c78-8e26-0b6085b82aa4,,USER,Find the number of rooms for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -5346a863-595f-437d-8105-9ca8963c4b0e,,USER,What is the total population and maximum GNP in Asia?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""sum""},{""actionType"":""aggregations"",""column"":""GNP"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Asia'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -4d1e2b48-4171-4d63-9e99-5136ebcbff23,,USER,How many different locations does each school have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -ffdaf640-4923-4820-ab80-e616eea8ea62,,USER,What is the id of the longest song?,"{""actions"":[{""actionType"":""topFilter"",""column"":""duration"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" -b1c74aa7-3502-4eea-b198-1209e71156c4,,USER,Which teachers teach in classroom 110? Give me their first names.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":110}]}","[{""columns"":[""LastName"",""FirstName"",""Classroom""],""name"":""teachers"",""type"":""grid""}]" -1588088b-69a0-4c35-a4ad-5cda9050d1f2,,USER,Determine the average age for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -93718db2-68b6-48d8-86f6-6c99e0df2266,,USER,what river runs through illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -10e0f086-c351-4e0d-b247-056ed0261c6a,,USER,How many total tours were there for each ranking date?,"{""actions"":[{""actionType"":""aggregations"",""column"":""tours"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""ranking_date""}]}","[{""columns"":[""ranking_date"",""ranking"",""player_id"",""ranking_points"",""tours""],""name"":""rankings"",""type"":""grid""}]" -ce62b4bb-25a8-46ff-9a2c-8cdb762bc50a,,USER,What is the minimum snatch score?,"{""actions"":[{""actionType"":""aggregations"",""column"":""snatch"",""aggregation"":""min""}]}","[{""columns"":[""Body_Builder_ID"",""People_ID"",""Snatch"",""Clean_Jerk"",""Total""],""name"":""body_builder"",""type"":""grid""}]" -24f16558-8725-4eb5-8e0c-22f048e61092,,USER,Determine the total capacity for each gender in each dorm.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -1c4ab398-2dc2-4e66-8fb2-770752978d1b,,USER,What are the names of all the customers in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""custid"",""name""],""name"":""ACCOUNTS"",""type"":""grid""}]" -ccc0058b-a73c-447a-a1c2-cb623607957f,,USER,"What are the names of students and their respective departments, ordered by number of credits from least to greatest?","{""actions"":[{""actionType"":""sorting"",""column"":""tot_cred"",""direction"":""asc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" -71608589-fd5a-4993-af21-2449beab04fb,,USER,List the number of people injured by perpetrators in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Injured"",""direction"":""asc""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" -3cb6567a-8173-4a2e-8129-01c410ae22b2,,USER,Count the number of farms.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Farm_ID"",""aggregation"":""count""}]}","[{""columns"":[""Farm_ID"",""Year"",""Total_Horses"",""Working_Horses"",""Total_Cattle"",""Oxen"",""Bulls"",""Cows"",""Pigs"",""Sheep_and_Goats""],""name"":""farm"",""type"":""grid""}]" -ebda4999-9373-4f69-9c1d-4221050ca172,,USER,How many different kinds of information sources are there for injury accidents?,"{""actions"":[{""actionType"":""aggregations"",""column"":""SOURCE"",""aggregation"":""count""}]}","[{""columns"":[""game_id"",""id"",""Player"",""Injury"",""Number_of_matches"",""Source""],""name"":""injury_accident"",""type"":""grid""}]" -9eb85f3b-f03d-4f09-9aed-a7019ea14ba7,,USER,List the publication dates of publications with 3 lowest prices.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Price"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" -2c490bd5-872f-4f2a-b0f4-80e31353d4d4,,USER,"What are the names of representatives whose party is not ""Republican""?","{""actions"":[{""actionType"":""condition"",""column"":""Party"",""operation"":""!="",""value"":""'Republican'""}]}","[{""columns"":[""Representative_ID"",""Name"",""State"",""Party"",""Lifespan""],""name"":""representative"",""type"":""grid""}]" -4b794606-d68d-4d74-b899-061b68853f92,,USER,How many credits are offered by the department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_credit"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" -ee43e80c-b70b-4eb9-8c88-f3961b465d6a,,USER,List the name of ships in ascending order of tonnage.,"{""actions"":[{""actionType"":""sorting"",""column"":""Tonnage"",""direction"":""asc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -a69122a5-f887-4002-8ac1-9bbf48dbea3a,,USER,Which party had the most hosts? Give me the party location.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Number_of_hosts"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" -dbc82c39-edbd-4932-82d4-65542ddbedb3,,USER,Determine the maximum acceleration for various cylinder counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Accelerate"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Cylinders""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -b4ed4cba-48bb-4c23-89a3-abb018af828e,,USER,What is the average age of all students living in each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -7d0830b6-b716-445e-8218-d18c39c0df8b,,USER,Count the number of artists.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" -0f6acbf8-c770-47bf-9a6e-6f227664623e,,USER,What are the names for the 3 branches that have the most memberships?,"{""actions"":[{""actionType"":""topFilter"",""column"":""membership_amount"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" -57236704-666a-4515-8e18-1f93a8505ee6,,USER,"For each position, determine the count of players with fewer than 30 points.","{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""points"",""operation"":""<"",""value"":30},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -1d811a16-b261-4f6f-90fa-347211fd53cf,,USER,Return the text of tweets about the topic 'intern'.,"{""actions"":[{""actionType"":""condition"",""column"":""text"",""operation"":""contains"",""value"":""intern""}]}","[{""columns"":[""id"",""uid"",""text"",""createdate""],""name"":""tweets"",""type"":""grid""}]" -41de57d0-4d52-4050-b5d0-771a17a412dd,,USER,"list the name, job title of all people ordered by their names.","{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -35112a51-da36-4ee2-ac03-79f0e43b9920,,USER,What is the name and price of the cheapest product?,"{""actions"":[{""actionType"":""topFilter"",""column"":""price"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -29c20f35-13ef-4c0f-9672-27f5a65ec3cc,,USER,"Find the dates of the tests taken with result ""Pass"".","{""actions"":[{""actionType"":""condition"",""column"":""test_result"",""operation"":""="",""value"":""'Pass'""}]}","[{""columns"":[""registration_id"",""date_test_taken"",""test_result""],""name"":""Student_Tests_Taken"",""type"":""grid""}]" -2304e08c-edc3-418b-862d-4575371ae472,,USER,Show the average salary for employees with commission percentages in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""AVG""},{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""!="",""value"":""'null'""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -ad42ed7e-7167-46c6-acad-17e30ed8e624,,USER,"Among all the claims, what is the settlement amount of the claim with the largest claim amount? List both the settlement amount and claim amount.","{""actions"":[{""actionType"":""topFilter"",""column"":""Amount_Claimed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" -3a0f3bb9-6f40-4dc7-86f1-503bedaa299b,,USER,What are the names of the tourist attractions that can be accessed by bus?,"{""actions"":[{""actionType"":""condition"",""column"":""How_to_Get_There"",""operation"":""="",""value"":""'bus'""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" -2999a802-007c-42ed-8317-d8a45b97e6d6,,USER,How many people of each nationality are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" -6cf98fe8-d337-4e25-8497-a3083a578245,,USER,Return the names of the 3 countries with the fewest people.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -01f64d2b-df9c-4a87-b04a-73fe695737c8,,USER,return me the number of keywords .,"{""actions"":[{""actionType"":""aggregations"",""column"":""keyword"",""aggregation"":""COUNT""}]}","[{""columns"":[""keyword"",""kid""],""name"":""keyword"",""type"":""grid""}]" -1abf7373-25e4-4ff3-8219-47c0e8371847,,USER,What is the name of the player with the largest number of votes?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Votes"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Player_ID"",""Sponsor_name"",""Player_name"",""Gender"",""Residence"",""Occupation"",""Votes"",""Rank""],""name"":""player"",""type"":""grid""}]" -634c2e53-4318-4ccc-9c82-dcba87cf10ef,,USER,List official names of cities in descending order of population.,"{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" -3d6ae87d-ee15-47bd-8d29-475b7e36c97c,,USER,Find the number of trains starting from each origin.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""origin""}]}","[{""columns"":[""id"",""train_number"",""name"",""origin"",""destination"",""time"",""interval""],""name"":""train"",""type"":""grid""}]" -01d5772b-d686-4ab4-a835-5365bc34260f,,USER,What city and state is the bank with the name morningside in?,"{""actions"":[{""actionType"":""condition"",""column"":""bname"",""operation"":""="",""value"":""morningside""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -862cd3df-38b4-4f53-9a38-bd105488ea0f,,USER,What is the average high temperature for each day of week?,"{""actions"":[{""actionType"":""aggregations"",""column"":""high_temperature"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""day_of_week""}]}","[{""columns"":[""station_id"",""day_of_week"",""high_temperature"",""low_temperature"",""precipitation"",""wind_speed_mph""],""name"":""weekly_weather"",""type"":""grid""}]" -769bf4a3-d03a-471e-b52e-d9ecde85d1f7,,USER,"What are the the songs in volumes, listed in ascending order?","{""actions"":[{""actionType"":""sorting"",""column"":""Song"",""direction"":""asc""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" -895dc649-5fb6-486c-b1a1-34f4174b5545,,USER,Show different citizenships and the maximum net worth of singers from each citizenship.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Net_Worth_Millions"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -5b9a0389-af24-4623-a06f-6ce42c3388c7,,USER,What is the name of the song that was released most recently?,"{""actions"":[{""actionType"":""topFilter"",""column"":""releasedate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -89f3b28a-8f10-4a25-acca-577fb401d229,,USER,What are the last names of students studying major 50?,"{""actions"":[{""actionType"":""condition"",""column"":""Major"",""operation"":""="",""value"":50}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -2e5033b4-dcd0-43c0-83ef-d8ae6b45418b,,USER,Please show different software platforms and the corresponding number of devices using each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Software_Platform""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" -d5d53ccb-f907-4b29-aa49-e7cd4e24206d,,USER,What is the name of the room that can accommodate the most people?,"{""actions"":[{""actionType"":""topFilter"",""column"":""maxOccupancy"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -53b74f8f-00d3-41f3-add9-1e7df9965e05,,USER,what is the number of different channel owners?,"{""actions"":[{""actionType"":""aggregations"",""column"":""OWNER"",""aggregation"":""count""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -c938d8e0-a24b-4ac3-a43f-fbada756212a,,USER,How many employees come from each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" -69eb0008-f33d-452c-ab44-19953fedd0e3,,USER,How many songs were released for each format?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Appelation""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -c646bf09-e55a-41eb-8c8c-ca548fe967c0,,USER,"What are the hosts of competitions whose theme is not ""Aliens""?","{""actions"":[{""actionType"":""condition"",""column"":""Theme"",""operation"":""!="",""value"":""Aliens""}]}","[{""columns"":[""Competition_ID"",""Year"",""Theme"",""Host_city_ID"",""Hosts""],""name"":""farm_competition"",""type"":""grid""}]" -df85d54e-baf4-4b9b-8a58-45c2d0403982,,USER,"Present the average hotel price, grouped by pet policy.","{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pets_allowed_yn""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -b7efe2ad-21ad-4391-81b5-0d70167632b8,,USER,Show all ministers who do not belong to Progress Party.,"{""actions"":[{""actionType"":""condition"",""column"":""party_name"",""operation"":""!="",""value"":""Progress Party""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" -4585eca4-8cc6-4d7c-9417-4063f76f8ed5,,USER,Find the last names of faculties in building Barton in alphabetic order.,"{""actions"":[{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'Barton'""},{""actionType"":""sorting"",""column"":""Lname"",""direction"":""asc""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -4725c218-06db-4455-9007-6957a1a983b0,,USER,How many distinct parties are there for representatives?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Party"",""aggregation"":""count""}]}","[{""columns"":[""Representative_ID"",""Name"",""State"",""Party"",""Lifespan""],""name"":""representative"",""type"":""grid""}]" -8f4fa891-537d-4df1-8699-3e1f80ec5513,,USER,"For each nationality, how many unique constructors are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""constructorId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""nationality""}]}","[{""columns"":[""constructorId"",""constructorRef"",""name"",""nationality"",""url""],""name"":""constructors"",""type"":""grid""}]" -640373cf-7a9b-492c-9c2b-72dda08a6c60,,USER,How many countries are there in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Country_id"",""aggregation"":""count""}]}","[{""columns"":[""Country_id"",""Country_name"",""Capital"",""Official_native_language""],""name"":""country"",""type"":""grid""}]" -bb36d4cf-43c4-434b-bbcf-98c30c164c77,,USER,Show the number of technicians in each team of technicians.,"{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Team""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" -d29101e6-55c6-4f0d-ae5c-867dad15313d,,USER,"From the trip record, find the number of unique bikes.","{""actions"":[{""actionType"":""aggregations"",""column"":""bike_id"",""aggregation"":""count""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" -2c3e5b0a-8450-44c1-ad4b-dd318c19e7b3,,USER,How many schools are in the basketball match?,"{""actions"":[{""actionType"":""aggregations"",""column"":""school_id"",""aggregation"":""count""}]}","[{""columns"":[""Team_ID"",""School_ID"",""Team_Name"",""ACC_Regular_Season"",""ACC_Percent"",""ACC_Home"",""ACC_Road"",""All_Games"",""All_Games_Percent"",""All_Home"",""All_Road"",""All_Neutral""],""name"":""basketball_match"",""type"":""grid""}]" -0d863628-b8b7-456d-aeb6-efa5f724f38b,,USER,What are the nicknames of schools whose division is not 1?,"{""actions"":[{""actionType"":""condition"",""column"":""Division"",""operation"":""!="",""value"":""'Division 1'""}]}","[{""columns"":[""School_ID"",""Nickname"",""Colors"",""League"",""Class"",""Division""],""name"":""school_details"",""type"":""grid""}]" -3f6a0927-c9b8-4b38-8457-3588e83dfd88,,USER,What are the total number of domestic passengers at all London airports?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Domestic_Passengers"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""Airport_Name"",""operation"":""contains"",""value"":""London""}]}","[{""columns"":[""Airport_ID"",""Airport_Name"",""Total_Passengers"",""%_Change_2007"",""International_Passengers"",""Domestic_Passengers"",""Transit_Passengers"",""Aircraft_Movements"",""Freight_Metric_Tonnes""],""name"":""airport"",""type"":""grid""}]" -072074c9-70fa-4f29-8856-7bd58d986013,,USER,What campuses are located in Los Angeles county and opened after 1950?,"{""actions"":[{""actionType"":""condition"",""column"":""county"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":1950}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" -8b7ad81b-9971-41cc-b24e-5d4b50d40dd7,,USER,List phone number and email address of customer with more than 2000 outstanding balance.,"{""actions"":[{""actionType"":""condition"",""column"":""amount_outstanding"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -1e383bbe-86c3-49e9-8274-65ef35d88c6a,,USER,Return the phone numbers of employees with salaries between 8000 and 12000.,"{""actions"":[{""actionType"":""condition"",""column"":""salary"",""operation"":"">="",""value"":8000},{""actionType"":""condition"",""column"":""salary"",""operation"":""<="",""value"":12000}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -81ece4c6-bc39-4fbc-b78a-96f155ffd93d,,USER,How many students are advised by each advisor?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -92f48732-c5f5-49fa-be41-8ddbc74d4f6b,,USER,How many different colleges are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""cName"",""aggregation"":""count""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -2efb014d-5d95-4764-ab12-7052f55ad3e7,,USER,How many counties are there in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_Id"",""aggregation"":""count""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" -19ca14a5-dbdd-43cc-8d61-18888cb3902e,,USER,Display project IDs and the document count for each project.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -3fb82639-3bab-4f20-8ef7-c2c377288b94,,USER,Find the ids of reviewers who didn't only give 4 star.,"{""actions"":[{""actionType"":""condition"",""column"":""stars"",""operation"":""!="",""value"":4}]}","[{""columns"":[""rID"",""mID"",""stars"",""ratingDate""],""name"":""Rating"",""type"":""grid""}]" -7b4b4e52-d2bd-45a8-a85c-c807dfebf601,,USER,"Find the name of all the clubs at ""AKW"".","{""actions"":[{""actionType"":""condition"",""column"":""clublocation"",""operation"":""="",""value"":""'AKW'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" -574aa398-9998-4ec8-84d6-c6fb540e1933,,USER,Show the number of students for each major.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -d6e74b40-0ab1-4e0a-bd70-1830219b522a,,USER,How many architects are female?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""female""}]}","[{""columns"":[""id"",""name"",""nationality"",""gender""],""name"":""architect"",""type"":""grid""}]" -b335d106-0fa5-4798-b35d-2f8cd05c6f78,,USER,Calculate the number of players with less than 30 points for each position.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""points"",""operation"":""<"",""value"":30},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -fca90a49-7129-4a3e-9d6c-017a2da51011,,USER,Display various denominations alongside the number of associated schools.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Denomination""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -25f814c7-5b81-49a7-8006-084261ce5154,,USER,List the number of competitions for each type of competition.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Competition_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Competition_type""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" -cd03e6ea-992d-4a4a-b52b-e556a493db92,,USER,Name the school with the smallest enrollment in each state.,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -56864178-ff41-4ae9-b931-db5e2eb3b724,,USER,Please list the age and famous title of artists in descending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" -dc28272e-5e69-463b-9cee-380e9be7acb4,,USER,Find the number of customers in the banks at New York City.,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""New York City""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -2657b70a-666a-4b30-add1-014ecbc99d79,,USER,what states have a city named springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -5e630807-7300-47e4-b8e1-d32cdfc56f82,,USER,What is the pixel aspect ratio and country of origin for all TV channels that do not use English?,"{""actions"":[{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""!="",""value"":""English""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -9b40fabb-330c-4ee1-b125-c02ad75f16a4,,USER,Return the name of the youngest captain.,"{""actions"":[{""actionType"":""topFilter"",""column"":""age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -8772e0b2-2fa1-48a2-873a-04ce1c408ba8,,USER,"List name, dates active, and number of deaths for all storms with at least 1 death.","{""actions"":[{""actionType"":""condition"",""column"":""number_deaths"",""operation"":"">="",""value"":1}]}","[{""columns"":[""Storm_ID"",""Name"",""Dates_active"",""Max_speed"",""Damage_millions_USD"",""Number_Deaths""],""name"":""storm"",""type"":""grid""}]" -2f69ab73-d1a2-4556-88ba-872dcf793f1d,,USER,How many distinct cities does the employees live in?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""COUNT""}]}","[{""columns"":[""EmployeeId"",""LastName"",""FirstName"",""Title"",""ReportsTo"",""BirthDate"",""HireDate"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email""],""name"":""Employee"",""type"":""grid""}]" -dff627aa-3d5d-4e4c-8332-8372a4804ff8,,USER,What is the number of employees from each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" -e69c1fee-e4ae-4769-a3f8-66ef1461f924,,USER,Display all headquarters and the number of companies in each headquarters.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""headquarters""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -e7b93182-f2e5-470f-b1e3-9286844d75da,,USER,What are the game IDs and the total hours played for each game?,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""gameid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" -a97b7c34-9932-459d-9c30-e40a7bc0f6f8,,USER,Find the name of the most expensive hardware product.,"{""actions"":[{""actionType"":""condition"",""column"":""product_type_code"",""operation"":""="",""value"":""Hardware""},{""actionType"":""topFilter"",""column"":""product_price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -bc310425-e44a-4a8c-b75f-80ebe9d54fe3,,USER,"Find the name, city, and country of the airport that has the lowest altitude.","{""actions"":[{""actionType"":""topFilter"",""column"":""elevation"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -d162cac8-adb3-4ad5-a8c7-3d5bf7058742,,USER,"Display the grade number, the number of classrooms used for the grade, and the total number of students enrolled in the grade for each grade.","{""actions"":[{""actionType"":""aggregations"",""column"":""classroom"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -baf497ef-3167-421d-a6a8-cbd457230910,,USER,"Give the state corresponding to the line number building ""6862 Kaitlyn Knolls"".","{""actions"":[{""actionType"":""condition"",""column"":""line_1_number_building"",""operation"":""contains"",""value"":""6862 Kaitlyn Knolls""}]}","[{""columns"":[""address_id"",""line_1_number_building"",""town_city"",""zip_postcode"",""state_province_county"",""country""],""name"":""Addresses"",""type"":""grid""}]" -890562df-9d56-4f7b-812e-0855e3369364,,USER,Determine the room count for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -65526aa3-10f6-443e-a6ca-27184d076cc3,,USER,List the name of the county with the largest population.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -aab4f40f-7cbf-4546-97a1-d6f4048ef223,,USER,Find the number of students in total.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -2d1f7395-5696-4f85-a993-138ede04f9db,,USER,"What is the product, chromosome, and porphyria of the enzymes located at 'Cytosol'?","{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""="",""value"":""Cytosol""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" -66cf3e78-172c-463c-8d27-a5c6cc8366be,,USER,Find all the ids and dates of the logs for the problem whose id is 10.,"{""actions"":[{""actionType"":""condition"",""column"":""problem_id"",""operation"":""="",""value"":10}]}","[{""columns"":[""problem_log_id"",""assigned_to_staff_id"",""problem_id"",""problem_category_code"",""problem_status_code"",""log_entry_date"",""log_entry_description"",""log_entry_fix"",""other_log_details""],""name"":""Problem_Log"",""type"":""grid""}]" -884881cc-8e11-436e-ae9c-2eca04fff907,,USER,return me the homepage of the VLDB conference .,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'VLDB'""}]}","[{""columns"":[""cid"",""homepage"",""name""],""name"":""conference"",""type"":""grid""}]" -dc71b2b8-de00-4af3-a870-015ab120f8c5,,USER,"For each nationality, how many different constructors are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""constructorId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""nationality""}]}","[{""columns"":[""constructorId"",""constructorRef"",""name"",""nationality"",""url""],""name"":""constructors"",""type"":""grid""}]" -44fbb4f9-fff1-4d34-8140-7c279d9d3eff,,USER,Count the total number of counties.,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_Id"",""aggregation"":""count""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" -180b83ea-53fa-4277-970f-a3d875488f0e,,USER,"List all the possible ways to get to attractions, together with the number of attractions accessible by these methods.","{""actions"":[{""actionType"":""aggregations"",""column"":""Tourist_Attraction_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""How_to_Get_There""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" -2e3ba533-5ab6-446e-aee7-1a79887ad3fe,,USER,Calculate the average age for each city and display those cities.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -f9dd88d0-fc9b-4262-b381-14a6417585c1,,USER,What are the themes of parties ordered by the number of hosts in ascending manner?,"{""actions"":[{""actionType"":""sorting"",""column"":""Number_of_hosts"",""direction"":""asc""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" -d7c10df0-544a-42aa-946a-eb194928e8f0,,USER,What is the id and name of the employee with the highest salary?,"{""actions"":[{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" -dd5d887e-0649-4138-8d73-6b1c7d981ede,,USER,Display the number of TV channels for each language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LANGUAGE""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -fa7c3932-1f70-4130-b889-8be5a0cd564c,,USER,Find the number of students in one classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -18e0a426-45eb-41e7-9238-5702d3403068,,USER,Find all actors who were born in 1984,"{""actions"":[{""actionType"":""condition"",""column"":""birth_year"",""operation"":""="",""value"":1984}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -c0872f4f-4681-4c3f-b5cc-fb431c93ac56,,USER,how many states does the missouri river flow through,"{""actions"":[{""actionType"":""aggregations"",""column"":""traverse"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'missouri'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -a649ef79-6a86-4dad-9b7f-57a48a07de49,,USER,What venues are for Neuroscience ?,"{""actions"":[{""actionType"":""condition"",""column"":""venuename"",""operation"":""="",""value"":""'Neuroscience'""}]}","[{""columns"":[""venueId"",""venueName""],""name"":""venue"",""type"":""grid""}]" -b9634d08-db64-4a2f-81a2-130b8fba3700,,USER,Find the total amount of bonus given in all the evaluations.,"{""actions"":[{""actionType"":""aggregations"",""column"":""bonus"",""aggregation"":""sum""}]}","[{""columns"":[""Employee_ID"",""Year_awarded"",""Bonus""],""name"":""evaluation"",""type"":""grid""}]" -35dcb369-f0e5-48dc-b6c8-0aee0d4a088d,,USER,Count the number of different ranks of captain.,"{""actions"":[{""actionType"":""aggregations"",""column"":""rank"",""aggregation"":""count""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -bea7dce7-c7e6-4ce2-b6c9-68a76dac0451,,USER,What is the decor of room Recluse and defiance?,"{""actions"":[{""actionType"":""condition"",""column"":""roomName"",""operation"":""="",""value"":""'Recluse and defiance'""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -7418196a-58ae-400c-92eb-75b18554a0ce,,USER,Find the number of members residing at each address.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""address""}]}","[{""columns"":[""Member_ID"",""Name"",""Membership_card"",""Age"",""Time_of_purchase"",""Level_of_membership"",""Address""],""name"":""member"",""type"":""grid""}]" -c1968636-b564-4a02-ac87-d526bb87d5b4,,USER,"For each citizenship, what is the maximum net worth?","{""actions"":[{""actionType"":""aggregations"",""column"":""Weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -3fdd29bf-30c1-4f06-9175-da02136e1e3b,,USER,How many different items were reviewed by some users?,"{""actions"":[{""actionType"":""aggregations"",""column"":""i_id"",""aggregation"":""count""}]}","[{""columns"":[""a_id"",""u_id"",""i_id"",""rating"",""rank""],""name"":""review"",""type"":""grid""}]" -7552137b-1f36-4856-bead-fbfde36062bd,,USER,List the names and locations of all stations ordered by their yearly entry exit and interchange amounts.,"{""actions"":[{""actionType"":""sorting"",""column"":""Annual_entry_exit"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""Annual_interchanges"",""direction"":""asc""}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" -5bd89eaf-fbea-4b4d-8e82-a67db4ce18d6,,USER,Return the minister who left office at the latest time.,"{""actions"":[{""actionType"":""topFilter"",""column"":""left_office"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" -27a3cccb-e701-4c2b-ab3c-9b2073261e01,,USER,Count the players for every hand preference.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""hand""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -ef557088-98e0-44c8-b22e-c718c49f0c12,,USER,"What are the names of actors, ordered alphabetically?","{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" -4eb64ff1-51fe-490b-978b-b5a406ea7564,,USER,Find the name of project that continues for the longest time.,"{""actions"":[{""actionType"":""topFilter"",""column"":""hours"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" -c34d7be0-063a-4dd9-823b-95ab75d792bc,,USER,How many unique products are related to each order id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -2dd70339-c5f5-423d-ba22-6c879e4bc2e5,,USER,Find the average age of all students living in the each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -119d8c12-2278-4206-b14b-3beb09907762,,USER,Show all ages and corresponding number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""age""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -eb3d8d71-99b7-46e7-b411-5fe9d26da4ac,,USER,What is the average number of years spent working as a journalist?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Years_working"",""aggregation"":""avg""}]}","[{""columns"":[""journalist_ID"",""Name"",""Nationality"",""Age"",""Years_working""],""name"":""journalist"",""type"":""grid""}]" -7e5ac0d4-bcfb-4621-9e64-6be0bcf72171,,USER,What is the number of artists for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" -2290039f-166b-49c3-bfe0-d72d90fc2262,,USER,what is the area of new mexico,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'new mexico'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -cd202e5e-7414-42e2-b7d5-b04612b33824,,USER,How many trains have 'Express' in their names?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Express""}]}","[{""columns"":[""id"",""train_number"",""name"",""origin"",""destination"",""time"",""interval""],""name"":""train"",""type"":""grid""}]" -171fd082-ebba-4a33-a770-402f49be6fd6,,USER,List the titles of the books in ascending order of issues.,"{""actions"":[{""actionType"":""sorting"",""column"":""Issues"",""direction"":""asc""}]}","[{""columns"":[""Book_ID"",""Title"",""Issues"",""Writer""],""name"":""book"",""type"":""grid""}]" -b6d44cd9-00e7-47d0-8695-c27d0dd4b4fb,,USER,Count the number of entrepreneurs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""count""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" -6c1a6084-52b7-4b72-9aa1-8beff0b72e1c,,USER,which states does the ohio river pass through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -89ba9431-fbbe-4276-a153-e82f800aff87,,USER,How many departments are there in each school?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -88c3ac06-c819-46da-8efc-0d89dd63fd97,,USER,List the position of players and the average number of points of players of each position.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -dda506e8-7fd7-4256-aab2-d245df400caa,,USER,Count the number of courses in the Physics department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""course_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Physics""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" -f23ded58-1b16-4acc-aa4e-c4dce9f37d19,,USER,Find the average base price for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -c3516c4c-d704-4bc1-b586-3dba85acc9f9,,USER,"What is the title, phone and hire date of Nancy Edwards?","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Nancy'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Edwards'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -22af639e-a7a1-42a6-9f70-327da039255e,,USER,What are the average score and average staff number of all shops?,"{""actions"":[{""actionType"":""aggregations"",""column"":""num_of_staff"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""score"",""aggregation"":""avg""}]}","[{""columns"":[""Shop_ID"",""Address"",""Num_of_staff"",""Score"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" -fee97ab4-e534-43e4-bac5-987c6b437116,,USER,"What are the full names of all players, sorted by birth date?","{""actions"":[{""actionType"":""sorting"",""column"":""birth_date"",""direction"":""asc""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -0c0b30ee-4279-4620-924b-a148324dcf43,,USER,Show the parties of people and the number of individuals per party.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Party""}]}","[{""columns"":[""People_ID"",""District"",""Name"",""Party"",""Age""],""name"":""people"",""type"":""grid""}]" -f6e02b97-df76-42ad-891f-04564cef62a5,,USER,display the emails of the employees who have no commission percentage and salary within the range 7000 to 12000 and works in that department which number is 50.,"{""actions"":[{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""="",""value"":""'null'""},{""actionType"":""condition"",""column"":""salary"",""operation"":"">="",""value"":7000},{""actionType"":""condition"",""column"":""salary"",""operation"":""<="",""value"":12000},{""actionType"":""condition"",""column"":""department_id"",""operation"":""="",""value"":50}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -305f9f89-993b-4346-ae78-138731138ae6,,USER,Show the park of the roller coaster with the highest speed.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Speed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" -d0f8234e-8e58-4ec8-b26f-839cb0ed6584,,USER,What are the names and release years for all the songs of the youngest singer?,"{""actions"":[{""actionType"":""topFilter"",""column"":""age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -a20713f1-557b-4338-b9a1-7562de470e4a,,USER,What is the id and name of the aircraft that can cover the maximum distance?,"{""actions"":[{""actionType"":""topFilter"",""column"":""distance"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" -b9c6f971-c69b-47a9-bfd5-9edaa365ea35,,USER,"Find the name of organizations whose names contain ""Party"".","{""actions"":[{""actionType"":""condition"",""column"":""organization_name"",""operation"":""contains"",""value"":""Party""}]}","[{""columns"":[""organization_id"",""date_formed"",""organization_name"",""uk_vat_number""],""name"":""Organizations"",""type"":""grid""}]" -71379ca7-d589-46c4-b2cd-8b88fa6281da,,USER,Return the maximum final tables made across all poker players who have earnings below 200000.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Final_Table_Made"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Earnings"",""operation"":""<"",""value"":200000}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" -28de8e26-189c-416a-b54b-af649bee2d09,,USER,How many movie ratings have more than 3 stars?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""stars"",""operation"":"">"",""value"":3}]}","[{""columns"":[""rID"",""mID"",""stars"",""ratingDate""],""name"":""Rating"",""type"":""grid""}]" -1fc416a5-6af5-408a-b382-8722d32c46e8,,USER,How many entrepreneurs are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""count""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" -4770a852-fd07-47ff-ac45-c5330a80953b,,USER,What is the average home game attendance per year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""attendance"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""year"",""league_id"",""team_id"",""park_id"",""span_first"",""span_last"",""games"",""openings"",""attendance""],""name"":""home_game"",""type"":""grid""}]" -5e8442a7-d13e-4f1c-8d84-8485560e0bef,,USER,How many departments offer any degree?,"{""actions"":[{""actionType"":""aggregations"",""column"":""department_id"",""aggregation"":""count""}]}","[{""columns"":[""degree_program_id"",""department_id"",""degree_summary_name"",""degree_summary_description"",""other_details""],""name"":""Degree_Programs"",""type"":""grid""}]" -4ab92f75-6a96-43cb-a09d-a4079f764a34,,USER,List the campuses in Los Angeles county.,"{""actions"":[{""actionType"":""condition"",""column"":""county"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" -d19670f5-c1a7-46c1-969f-0a4267c153e4,,USER,Find all actors from Afghanistan,"{""actions"":[{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""'Afghanistan'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -40d75500-1438-4445-85e7-f1e511b23bcd,,USER,"Which Payments were processed with Visa? List the payment Id, the date and the amount.","{""actions"":[{""actionType"":""condition"",""column"":""Payment_Method_Code"",""operation"":""="",""value"":""Visa""}]}","[{""columns"":[""Payment_ID"",""Settlement_ID"",""Payment_Method_Code"",""Date_Payment_Made"",""Amount_Payment""],""name"":""Payments"",""type"":""grid""}]" -9ae7e03d-12c6-4335-8b5e-5f876fbf67d2,,USER,Display the number of railways at each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""journalist_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""journalist_ID"",""Name"",""Nationality"",""Age"",""Years_working""],""name"":""journalist"",""type"":""grid""}]" -dd2a4584-2459-4af9-8cb7-6696a93ca059,,USER,List the authors of submissions in ascending order of scores.,"{""actions"":[{""actionType"":""sorting"",""column"":""Scores"",""direction"":""asc""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" -3744b70e-9f2c-457b-a57d-8b62da6d0e70,,USER,Find the name of the user who has the largest number of followers.,"{""actions"":[{""actionType"":""topFilter"",""column"":""followers"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" -c15e8523-6a77-4ca6-b0bb-9514736ced51,,USER,List all cities of addresses in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""city"",""direction"":""asc""}]}","[{""columns"":[""address_id"",""line_1"",""line_2"",""line_3"",""city"",""zip_postcode"",""state_province_county"",""country"",""other_address_details""],""name"":""Addresses"",""type"":""grid""}]" -148a53fa-66e7-4c9e-a0a7-3503ec9e5a99,,USER,What are the names of all instructors in the Comp. Sci. department?,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Comp. Sci.""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -076fa8e9-47bd-461c-81fa-4b364d124151,,USER,What is the average price of the products for each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_category_code""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" -ff368c49-57f2-40ab-8235-bac66c7c97d0,,USER,"List the names, phone numbers, and emails of all customers sorted by their dates of becoming customers.","{""actions"":[{""actionType"":""sorting"",""column"":""date_became_customer"",""direction"":""asc""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""customer_phone"",""customer_email"",""date_became_customer""],""name"":""Customers"",""type"":""grid""}]" -c862bc4b-744e-4bb1-b163-1ee260d6d8ef,,USER,What is the company where Eduardo Martins is a customer?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Eduardo'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Martins'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" -84bed955-89e0-4c89-b8d3-ebef0e03dee0,,USER,Determine the total rating for each channel owner's channels.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rating_in_percent"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""OWNER""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -a42e0419-a074-41f7-97e5-d4315395a8e0,,USER,When did the first payment happen?,"{""actions"":[{""actionType"":""topFilter"",""column"":""payment_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""payment_id"",""customer_id"",""staff_id"",""rental_id"",""amount"",""payment_date"",""last_update""],""name"":""payment"",""type"":""grid""}]" -04d8d83c-06af-435f-a377-2094ce893e87,,USER,"Provide department ids, employee full names, and salaries for top earners in each department.","{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""MAX""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -657c92ee-0ce4-4b73-b076-75823f6dbc85,,USER,What are the first names of all the different drivers in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""forename"",""direction"":""asc""}]}","[{""columns"":[""driverId"",""driverRef"",""number"",""code"",""forename"",""surname"",""dob"",""nationality"",""url""],""name"":""drivers"",""type"":""grid""}]" -5843e3aa-cccd-44ac-b802-20dc45c785db,,USER,Present all buildings and the number of faculty members housed within each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -aa9986b6-4a36-419d-88d2-fb1156164e93,,USER,find the names of programs whose origin is not in Beijing.,"{""actions"":[{""actionType"":""condition"",""column"":""origin"",""operation"":""!="",""value"":""Beijing""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" -56758c77-d980-48c8-bb82-50d9f2fca54f,,USER,Provide the country id and the number of cities in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""country_id""}]}","[{""columns"":[""LOCATION_ID"",""STREET_ADDRESS"",""POSTAL_CODE"",""CITY"",""STATE_PROVINCE"",""COUNTRY_ID""],""name"":""locations"",""type"":""grid""}]" -907baf88-cbfa-4e34-8e7e-3ddc07faf4cd,,USER,Calculate the total revenue for companies by founder.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""founder""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -d757566f-6abf-4ab7-bdec-ba0a451163a3,,USER,Find the total hours of all projects.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours"",""aggregation"":""sum""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" -0f705bea-1402-4942-baaa-3d71caf07fbb,,USER,how many major cities are in texas,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -7e6c2d1f-bdf9-41a5-bae8-892308db4da3,,USER,"What is the content of TV Channel with serial name ""Sky Radio""?","{""actions"":[{""actionType"":""condition"",""column"":""series_name"",""operation"":""="",""value"":""'Sky Radio'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -d1a88f4b-b668-49f4-b2fc-d38caaefdd69,,USER,Show different teams of technicians and the number of technicians in each team.,"{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Team""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" -b90a5d7c-fef2-4216-aa55-b2006cbc654f,,USER,"For each faculty rank, show the number of faculty members with that rank.","{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -58122a03-4722-43d8-8164-ffbd4cf424be,,USER,What is the total number of customers who use banks in New York City?,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""New York City""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -23957735-eaa0-4a6a-8b1d-0d2632ddc1c4,,USER,"For each grade 0 classroom, return the classroom number and the count of students.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'0'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -3eb2ee34-42e8-4a33-a77d-e01adb02df55,,USER,Present different ship types and the average tonnage for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tonnage"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -bb7ad0cf-804e-4f5c-a75d-47dabfc01936,,USER,How many students does each advisor have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -fd19ba7b-6556-44a4-bf6f-ed9fe22ddac1,,USER,What is the nickname of the employee named Janessa Sawayn?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" -c20b1322-b286-478d-9db7-afbcbe080026,,USER,Find the name and revenue of the company that earns the highest revenue in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Headquarter""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -a6a39f36-3e65-4d33-81e4-2fbf52144f0d,,USER,What campuses are in Los Angeles county?,"{""actions"":[{""actionType"":""condition"",""column"":""county"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" -9d7ba1c2-263a-498d-b812-8ef917d5387b,,USER,How many female Professors do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""F""},{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -c158005a-c7dd-4837-9e9b-b65af57b083f,,USER,What are the names of people in ascending order of weight?,"{""actions"":[{""actionType"":""sorting"",""column"":""Weight"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Date_of_Birth""],""name"":""people"",""type"":""grid""}]" -9717c263-de5f-4ca2-839c-095bcd1d81fd,,USER,Display the different nominees and the number of musicals they were nominated for.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Musical_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nominee""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" -f3b74d9e-26bb-4ccd-b6c5-8da524731f1d,,USER,What is the average weight and year for each item?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -91b1db2b-a962-4b61-8251-29150d19c9a1,,USER,What are the names of all male British artists?,"{""actions"":[{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""'UK'""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""'Male'""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" -96f93dee-6651-486b-9f28-a653c7a17cd7,,USER,"For each type, what is the average tonnage?","{""actions"":[{""actionType"":""aggregations"",""column"":""Tonnage"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -7bc3620f-16ba-4d52-ba6d-9cc2697af0d3,,USER,What are the faculty ids of all the male faculty members?,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""M""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -4517ad80-847b-4d94-94d6-c68ed0f5ce3f,,USER,Show all locations that have train stations with at least 15 platforms and train stations with more than 25 total passengers.,"{""actions"":[{""actionType"":""condition"",""column"":""number_of_platforms"",""operation"":"">="",""value"":15},{""actionType"":""condition"",""column"":""total_passengers"",""operation"":"">"",""value"":25}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" -323837da-5ea3-4831-b4a2-e379207b97e8,,USER,"Return the names of cities, ordered alphabetically.","{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""City_ID"",""County_ID"",""Name"",""White"",""Black"",""Amerindian"",""Asian"",""Multiracial"",""Hispanic""],""name"":""city"",""type"":""grid""}]" -590d8346-5e8d-49c1-a695-31a04744b08e,,USER,where is the highest point in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -60f4964b-5e5d-45d0-b0bb-d209eee8e870,,USER,Identify distinct nationalities and the number of people from each nation.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" -9d52a96f-dd9e-4cd7-8a13-9f702d60d1c4,,USER,"List the journals published in March , 2011","{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2011},{""actionType"":""grouping"",""column"":""journalid""}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" -9db060a8-1e4e-4e04-a310-883f926d5a51,,USER,"What are the different software platforms for devices, and how many devices use each platform?","{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Software_Platform""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" -a1795cc8-f9ac-4b1c-acff-cb581739245b,,USER,Identify the school name with the lowest enrollment for every state.,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -62d36af5-ed70-454c-acde-2ef9e90d6228,,USER,"What are the grapes, wineries and years for wines with price higher than 100, sorted by year?","{""actions"":[{""actionType"":""condition"",""column"":""Price"",""operation"":"">"",""value"":100},{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -5812c128-13c8-4013-85ef-5ab8c8b86e5e,,USER,"For each classroom, show the classroom number and count the number of distinct grades that use the room.","{""actions"":[{""actionType"":""aggregations"",""column"":""grade"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -a7587669-1f3b-4287-a969-ff6c8dd7d0f0,,USER,Show the party and the number of drivers in each party.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Driver_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""party""}]}","[{""columns"":[""Driver_ID"",""Name"",""Party"",""Home_city"",""Age""],""name"":""driver"",""type"":""grid""}]" -3e7080c9-8806-4f55-9fc3-6b75d92e9744,,USER,how many inhabitants does boulder have,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -ca4f8ef7-d77e-4da1-9fa4-c5a169625d88,,USER,Show the number of male and female faculty members for each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -e4751220-c1e3-4764-a105-fc4e59fef493,,USER,"What are the names, address roads, and cities of the branches ordered by opening year?","{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" -f2590405-7b65-4f5b-bc6b-b60e06f3ac4f,,USER,How many different FDA approval statuses exist for medicines?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FDA_approved"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" -d2b7d741-3973-49c9-8821-7f9893a99bbc,,USER,Count the number of dogs that went through a treatment.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dog_id"",""aggregation"":""count""}]}","[{""columns"":[""treatment_id"",""dog_id"",""professional_id"",""treatment_type_code"",""date_of_treatment"",""cost_of_treatment""],""name"":""Treatments"",""type"":""grid""}]" -f0393173-4e9a-4806-afae-a8e781927a78,,USER,When did customer with first name as Carole and last name as Bernhard became a customer?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Carole'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Bernhard'""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -694db0f6-3ae3-4ddf-98d9-aaa0ece20a03,,USER,"What is the description of the claim status ""Open""?","{""actions"":[{""actionType"":""condition"",""column"":""claim_status_name"",""operation"":""="",""value"":""'Open'""}]}","[{""columns"":[""Claim_Stage_ID"",""Next_Claim_Stage_ID"",""Claim_Status_Name"",""Claim_Status_Description""],""name"":""Claims_Processing_Stages"",""type"":""grid""}]" -9870b191-7409-46f2-a43a-d8f8be803674,,USER,Find the total credits of courses provided by different department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""credits"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" -378c52ff-7a91-48ae-adea-d5e9cf72a008,,USER,How many different industries are the companies in?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Industry"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -2f89b208-95e9-4e70-9c4c-f1aa38a742fb,,USER,How many languages are in these films?,"{""actions"":[{""actionType"":""aggregations"",""column"":""language_id"",""aggregation"":""count""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" -9f8ab28c-13d1-4140-a71c-e3575bf586d5,,USER,What is the total credit offered by each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_credit"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" -e0158f7b-c808-4f0a-a283-7c1c03b962b8,,USER,Show the average salary of employees for each department who receive a commission percentage.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""AVG""},{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""!="",""value"":""'null'""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -cd42aaa3-8251-4d2d-b8ff-cf9519420965,,USER,Find the founded year of the newest non public school.,"{""actions"":[{""actionType"":""condition"",""column"":""affiliation"",""operation"":""!="",""value"":""Public""},{""actionType"":""topFilter"",""column"":""founded"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -53ec5472-dc05-422c-b6d9-5190790ba026,,USER,Display technician teams and their respective technician counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Team""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" -19eefb8b-5b91-4dcd-9bc0-f235cbb93638,,USER,What is the average number of points for players in each position?,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" -6642a70f-3f67-40f9-9a5c-037f80beee6a,,USER,What is the count of climbers from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -bc5e9fc9-8f59-40c2-8da8-a91562f1ef3d,,USER,What are the names of all the scientists in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""SSN"",""Name""],""name"":""Scientists"",""type"":""grid""}]" -87013af3-745e-4f9e-a4e0-54c7d072407c,,USER,"What is the location code for the country ""Canada""?","{""actions"":[{""actionType"":""condition"",""column"":""location_name"",""operation"":""="",""value"":""'Canada'""}]}","[{""columns"":[""Location_Code"",""Location_Name"",""Location_Description""],""name"":""Ref_Locations"",""type"":""grid""}]" -690c6877-9158-4967-8c71-2b747d934177,,USER,What is the average age for each city and what are those cities?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -ecfdb0e2-22b3-4c1c-b92b-8e0324d71ac0,,USER,How many times does ROY SWEAZY has reserved a room.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Code"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'ROY'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'SWEAZY'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" -ce14f0fe-a26c-4dbb-b75f-c0149ab18cd2,,USER,"What are the total points for all gymnasts, ordered by total points descending?","{""actions"":[{""actionType"":""sorting"",""column"":""Total_Points"",""direction"":""desc""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" -7d54c192-27d2-4ce1-83a6-da8f55045b6b,,USER,How many players are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -97693548-65fe-43dd-b302-9968c0fe6f4d,,USER,What is the name of the singer with the largest net worth?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Net_Worth_Millions"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -2bfb1789-4d5f-4dcf-a939-f0216cfeb2f1,,USER,"Find the names of all the tracks that contain the word ""you"".","{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""contains"",""value"":""you""}]}","[{""columns"":[""TrackId"",""Name"",""AlbumId"",""MediaTypeId"",""GenreId"",""Composer"",""Milliseconds"",""Bytes"",""UnitPrice""],""name"":""Track"",""type"":""grid""}]" -56fd3cf9-5bd3-4c40-9060-efe0d1bf6e00,,USER,Show the student IDs and the number of friends for each student.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_category_code""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" -d9e8b5fa-1dfa-469c-b80c-ca3c7fa1cc74,,USER,name the rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -9a931422-de81-42d1-b9df-de0e4849f9ae,,USER,What are the dates that had the top 5 cloud cover rates? Also tell me the cloud cover rate.,"{""actions"":[{""actionType"":""topFilter"",""column"":""cloud_cover"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -035d2f23-039b-416c-b81e-65117d429e97,,USER,Which team has the oldest player?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" -9df2501c-26cc-4502-a482-8a605d517d35,,USER,What is the carrier of the most expensive phone?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Name"",""Phone_ID"",""Memory_in_G"",""Carrier"",""Price""],""name"":""phone"",""type"":""grid""}]" -c91aa3d3-819c-47fe-8d56-c11069b4a965,,USER,Find the name of the product that has the smallest capacity.,"{""actions"":[{""actionType"":""topFilter"",""column"":""capacity"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" -b181ee36-d4a0-46b8-8968-8410e97e6f07,,USER,What is the famous release date of the artist with the oldest age?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" -e404e990-c1e8-46fd-8150-384c64dfe1bd,,USER,Find the name of physicians whose position title contains the word 'senior'.,"{""actions"":[{""actionType"":""condition"",""column"":""POSITION"",""operation"":""contains"",""value"":""senior""}]}","[{""columns"":[""EmployeeID"",""Name"",""Position"",""SSN""],""name"":""Physician"",""type"":""grid""}]" -ae1dff13-50b7-4847-b71d-14153eade0a2,,USER,Show all countries and the number of people from each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""People_ID"",""Name"",""Country"",""Is_Male"",""Age""],""name"":""people"",""type"":""grid""}]" -43581ef1-84d1-4ec6-b356-0c9e10be60a1,,USER,How many books belong to each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""category""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -dbb6b579-b611-4a3f-9311-c70d6e8c2fd5,,USER,Please provide the order ids and the total quantity for each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_quantity"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -fef5a3a6-44e9-4d11-8f88-323f83bca7bd,,USER,What are the draft pick numbers and draft classes for players who play the Defender position?,"{""actions"":[{""actionType"":""condition"",""column"":""POSITION"",""operation"":""="",""value"":""'Defender'""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" -1a38f8da-5d89-4221-8014-b74b30ec62a8,,USER,When did the staff member with first name as Janessa and last name as Sawayn leave the company?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" -81aaf909-e006-43de-886c-f94ac1b3e0b4,,USER,"What is the description of the product named ""Chocolate""?","{""actions"":[{""actionType"":""condition"",""column"":""product_name"",""operation"":""="",""value"":""'Chocolate'""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" -9f32d236-7e25-47f0-a037-55c321735aff,,USER,What is the average number of bank customers?,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""avg""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -97a72dab-8f1c-4d46-9a7b-f762b320ad8e,,USER,List all the image name and URLs in the order of their names.,"{""actions"":[{""actionType"":""sorting"",""column"":""image_name"",""direction"":""asc""}]}","[{""columns"":[""image_id"",""image_alt_text"",""image_name"",""image_url""],""name"":""Images"",""type"":""grid""}]" -a5d4b895-3728-4cda-8200-cd20649ea0e0,,USER,What is the maximum elevation of all airports in the country of Iceland?,"{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""Iceland""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -4db0a333-ee5d-42f9-8117-f14a8a4807cf,,USER,What is the average price and score of wines grouped by appellation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Net_Worth_Millions"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -36cd8b95-ffb7-4804-a4a0-be22b082fbba,,USER,List today 's journals,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2011},{""actionType"":""grouping"",""column"":""journalid""}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" -4e19051d-f21d-4a51-b6e4-3a629fb9ae92,,USER,"Find the phone number and email address of customer ""Harold"".","{""actions"":[{""actionType"":""condition"",""column"":""Customer_Name"",""operation"":""="",""value"":""'Harold'""}]}","[{""columns"":[""Customer_ID"",""Address_ID"",""Customer_Name"",""Customer_Phone"",""Customer_Email_Address"",""Other_Details""],""name"":""Customers"",""type"":""grid""}]" -8e078917-315d-4c49-b394-9ce3bf814139,,USER,How many countries have governments that are republics?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Code"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""GovernmentForm"",""operation"":""="",""value"":""'Republic'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -57836f7e-bbfb-43de-af55-dbae1e9f0611,,USER,Count the number of schools.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -5a319dde-ea6b-4322-9e84-76bebeff9006,,USER,Quantify the programs broadcast during each time segment of the day.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Channel_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""time_of_day""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" -615b7bed-443a-4ec9-84a5-9fdd450e1c41,,USER,What are the names of the airports in the city of Goroka?,"{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""Goroka""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -932840d0-be5c-4573-a113-1e3c5cb24289,,USER,How many available features are there in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""feature_id"",""aggregation"":""count""}]}","[{""columns"":[""feature_id"",""feature_type_code"",""feature_name"",""feature_description""],""name"":""Other_Available_Features"",""type"":""grid""}]" -567b12ca-ae32-4822-9295-1641ce7912af,,USER,Find the average height and weight for all males (sex is M).,"{""actions"":[{""actionType"":""aggregations"",""column"":""height"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""sex"",""operation"":""="",""value"":""M""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" -496e9c6c-b937-4bc7-916e-8994198c2cb1,,USER,What is the average capacity of the stadiums that were opened in year 2005?,"{""actions"":[{""actionType"":""aggregations"",""column"":""capacity"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""opening_year"",""operation"":""="",""value"":2005}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" -05baa5e8-06c1-4da4-94a4-77b5d606c3e8,,USER,"For each position, what is the average number of points for players in that position?","{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -7d0fd148-804a-4719-9a5a-42f8cb6ade90,,USER,How many airlines does Russia has?,"{""actions"":[{""actionType"":""aggregations"",""column"":""alid"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""Russia""}]}","[{""columns"":[""alid"",""name"",""iata"",""icao"",""callsign"",""country"",""active""],""name"":""airlines"",""type"":""grid""}]" -bc200f87-e9c0-4767-ad22-458aa12053f3,,USER,Determine the number of shops in each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Shop_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" -dd36f466-0d0e-4bfe-b35b-c0d2a9313dc1,,USER,What is average enrollment of colleges in the state FL?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""FL""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -df146ef7-748c-4c89-a134-5fccd5840779,,USER,List the names of all routes in alphabetic order.,"{""actions"":[{""actionType"":""sorting"",""column"":""route_name"",""direction"":""asc""}]}","[{""columns"":[""route_id"",""route_name"",""other_route_details""],""name"":""Delivery_Routes"",""type"":""grid""}]" -617f858b-29b0-4984-acc8-8c97551321dc,,USER,Find the name and component amount of the least popular furniture.,"{""actions"":[{""actionType"":""topFilter"",""column"":""market_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Furniture_ID"",""Name"",""Num_of_Component"",""Market_Rate""],""name"":""furniture"",""type"":""grid""}]" -d068606e-4e84-46ce-ba57-f9d5741d94b8,,USER,What are the countries of perpetrators? Show each country and the corresponding number of perpetrators there.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Perpetrator_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" -128e90be-d1cc-4018-a4b0-05e6c49d4885,,USER,What are the different regions of clubs in ascending alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""Region"",""direction"":""asc""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" -68e7eeba-f5e8-4570-86fd-30108488deb5,,USER,"List the all the assets make, model, details by the disposed date ascendingly.","{""actions"":[{""actionType"":""sorting"",""column"":""asset_disposed_date"",""direction"":""asc""}]}","[{""columns"":[""asset_id"",""maintenance_contract_id"",""supplier_company_id"",""asset_details"",""asset_make"",""asset_model"",""asset_acquired_date"",""asset_disposed_date"",""other_asset_details""],""name"":""Assets"",""type"":""grid""}]" -479e2190-298b-4331-9ef5-d549c13011cf,,USER,Show flight number for all flights with more than 2000 distance.,"{""actions"":[{""actionType"":""condition"",""column"":""distance"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -874cea56-1c6f-4ce5-8f15-5e2a35a8a88a,,USER,"What are the names of all genres in alphabetical order, combined with its ratings?","{""actions"":[{""actionType"":""sorting"",""column"":""g_name"",""direction"":""asc""}]}","[{""columns"":[""g_name"",""rating"",""most_popular_in""],""name"":""genre"",""type"":""grid""}]" -d30e3025-8051-430f-bd41-51743bf41400,,USER,What are the themes of farm competitions sorted by year in ascending order?,"{""actions"":[{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""asc""}]}","[{""columns"":[""Competition_ID"",""Year"",""Theme"",""Host_city_ID"",""Hosts""],""name"":""farm_competition"",""type"":""grid""}]" -e74fc7e9-93fa-476b-8545-f5d66efb2b9a,,USER,Which student's age is older than 18 and is majoring in 600? List each student's first and last name.,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">"",""value"":18},{""actionType"":""condition"",""column"":""Major"",""operation"":""="",""value"":600}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -134bdafe-9b98-4b59-9483-92457e070a6d,,USER,"Show the addresses and phones of all the buildings managed by ""Brenden"".","{""actions"":[{""actionType"":""condition"",""column"":""building_manager"",""operation"":""="",""value"":""'Brenden'""}]}","[{""columns"":[""building_id"",""building_short_name"",""building_full_name"",""building_description"",""building_address"",""building_manager"",""building_phone""],""name"":""Apartment_Buildings"",""type"":""grid""}]" -fea5530c-586d-40ab-a777-ea11bb573004,,USER,Display the country ID and the corresponding count of cities in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""country_id""}]}","[{""columns"":[""LOCATION_ID"",""STREET_ADDRESS"",""POSTAL_CODE"",""CITY"",""STATE_PROVINCE"",""COUNTRY_ID""],""name"":""locations"",""type"":""grid""}]" -b3283a3a-a682-438f-8fd8-d3a63002a168,,USER,What are the countries of mountains with height bigger than 5000?,"{""actions"":[{""actionType"":""condition"",""column"":""Height"",""operation"":"">"",""value"":5000}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" -8aa65d40-f618-483c-8b54-4b61f2b38f3e,,USER,Calculate the number of web accelerators used for each operating system.,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":40},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -56681a6e-b02d-427a-b66f-e05dcc2249b7,,USER,how many residents live in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -21e463af-5410-4baf-b810-ca108276b11c,,USER,List the types of competition and the number of competitions for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Competition_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Competition_type""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" -b111ec46-dfbb-417c-a968-4395d071048c,,USER,What are the region and population of Angola?,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""="",""value"":""'Angola'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -dcfe4f86-aa84-43e2-8c00-7889897a380e,,USER,What are each physician's employee id and department id primarily affiliated.,"{""actions"":[{""actionType"":""condition"",""column"":""primaryaffiliation"",""operation"":""="",""value"":1}]}","[{""columns"":[""Physician"",""Department"",""PrimaryAffiliation""],""name"":""Affiliated_With"",""type"":""grid""}]" -02508470-7292-493c-8be3-95ddc0197d2d,,USER,Show all majors and corresponding number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""major""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -ce96351f-7a24-4309-b7ab-4af05d6b80ef,,USER,Find the number of employees we have.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" -8f878b84-ebff-465d-9c0e-25cf5a317640,,USER,Find the number of employees of each gender whose salary is lower than 50000.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Fname"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""salary"",""operation"":""<"",""value"":50000},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""Fname"",""Minit"",""Lname"",""Ssn"",""Bdate"",""Address"",""Sex"",""Salary"",""Super_ssn"",""Dno""],""name"":""employee"",""type"":""grid""}]" -e4f4a888-cb03-4679-ab0e-9a52d82dd976,,USER,How many perpetrators are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Perpetrator_ID"",""aggregation"":""count""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" -fe3f5f2f-db3f-4255-969d-9a3213f780cc,,USER,how many people are there whose weight is higher than 85 for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""weight"",""operation"":"">"",""value"":85},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" -c770edb5-16ca-4fbb-abff-69d9f794006e,,USER,"What are the names of products with category ""Spices""?","{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Spices'""}]}","[{""columns"":[""product_id"",""color_code"",""product_category_code"",""product_name"",""typical_buying_price"",""typical_selling_price"",""product_description"",""other_product_details""],""name"":""Products"",""type"":""grid""}]" -9fb37065-f53b-413b-8f71-1273df3cf4d4,,USER,Provide the college name and the number of authors submitting from each college.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""College""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" -9dcf344f-64da-427a-badc-3443a51d9382,,USER,how many rivers in idaho,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'idaho'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -0a5a9c69-00f0-4875-b7d6-2f6cedfbd8da,,USER,"What are the names of all the documents, as well as the access counts of each, ordered alphabetically?","{""actions"":[{""actionType"":""sorting"",""column"":""document_name"",""direction"":""asc""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" -d3dc8d5e-6254-4f67-8d52-91f9ad794744,,USER,Which county has the largest population? Give me the name of the county.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" -589b9936-81dd-4afb-bb09-822018ef9614,,USER,what is the highest elevation in the united states,"{""actions"":[{""actionType"":""aggregations"",""column"":""highest_elevation"",""aggregation"":""MAX""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -dd88ffb0-3f13-42c7-847c-99b7351aeb79,,USER,"What is the name, city, and country of the airport with the highest elevation?","{""actions"":[{""actionType"":""topFilter"",""column"":""elevation"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -c81e91b3-3b2d-4759-b976-901335721db8,,USER,What are the full names and salaries for any employees earning less than 6000?,"{""actions"":[{""actionType"":""condition"",""column"":""salary"",""operation"":""<"",""value"":6000}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -89d06485-45bb-45cc-8ac1-ae879b8acbec,,USER,what is the total area of the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""area"",""aggregation"":""SUM""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -9adae5a5-316d-4827-8bd2-fe14ffc6a4a7,,USER,List the maximum weight and type of pet for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""petType""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -90eb422e-4c17-481e-ae14-4ce16485a418,,USER,"List the open date of open year of the shop named ""Apple"".","{""actions"":[{""actionType"":""condition"",""column"":""Shop_Name"",""operation"":""="",""value"":""'Apple'""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" -62464a6c-d5b2-459a-a798-c9964b508c14,,USER,How old is each student and how many students are each age?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""age""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -3a5eb858-40bf-4345-9302-9472f9150ccb,,USER,Can you display the average price and score of wines for each appellation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Appelation""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -33864080-2d67-4f69-a6be-a169f54f2632,,USER,What are the ids of all aircrafts that can cover a distance of more than 1000?,"{""actions"":[{""actionType"":""condition"",""column"":""distance"",""operation"":"">"",""value"":1000}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" -c68d065f-3c73-4608-a675-394b50d05b78,,USER,Which winery is the wine that has the highest score from?,"{""actions"":[{""actionType"":""topFilter"",""column"":""SCORE"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -9c610730-648f-4bd1-805f-b75dcfc57fa6,,USER,List the first names of all the students in room 107.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":107}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -b1bd6965-4664-4d19-a109-855472b5279b,,USER,"What is the id, genre, and name of the artist for every English song ordered by ascending rating?","{""actions"":[{""actionType"":""condition"",""column"":""languages"",""operation"":""="",""value"":""'english'""},{""actionType"":""sorting"",""column"":""rating"",""direction"":""asc""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -23e8dc5f-219b-4bd0-a830-6257f98f5040,,USER,Show the average price range of hotels that have 5 star ratings and allow pets.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""star_rating_code"",""operation"":""="",""value"":""'5'""},{""actionType"":""condition"",""column"":""pets_allowed_yn"",""operation"":""="",""value"":1}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -6a348a17-e8bf-4523-a7ec-e96085a74046,,USER,List the 3 highest salaries of the players in 2001?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2001},{""actionType"":""topFilter"",""column"":""salary"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""year"",""team_id"",""league_id"",""player_id"",""salary""],""name"":""salary"",""type"":""grid""}]" -defa64b3-a717-4d1b-b21b-d738f7599ce0,,USER,Count the number of accounts corresponding to each customer id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -be03816d-68a8-43a7-9ae0-dc9dc5c0c650,,USER,Return the titles of any movies with an R rating.,"{""actions"":[{""actionType"":""condition"",""column"":""rating"",""operation"":""="",""value"":""R""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" -1762f9d7-f868-4daa-97a5-533864604b9a,,USER,What is the average number of international passengers of all airports?,"{""actions"":[{""actionType"":""aggregations"",""column"":""International_Passengers"",""aggregation"":""avg""}]}","[{""columns"":[""Airport_ID"",""Airport_Name"",""Total_Passengers"",""%_Change_2007"",""International_Passengers"",""Domestic_Passengers"",""Transit_Passengers"",""Aircraft_Movements"",""Freight_Metric_Tonnes""],""name"":""airport"",""type"":""grid""}]" -0c3acdcb-fc8d-4686-8fa3-f3ea4cf0d0bc,,USER,What is the average number of employees of the departments whose rank is between 10 and 15?,"{""actions"":[{""actionType"":""aggregations"",""column"":""num_employees"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""ranking"",""operation"":"">="",""value"":10},{""actionType"":""condition"",""column"":""ranking"",""operation"":""<="",""value"":15}]}","[{""columns"":[""Department_ID"",""Name"",""Creation"",""Ranking"",""Budget_in_Billions"",""Num_Employees""],""name"":""department"",""type"":""grid""}]" -e4827410-e9e5-44b9-8d24-abc7670e9181,,USER,"Return the dates of ceremony corresponding to music festivals that had the category ""Best Song"" and result ""Awarded"".","{""actions"":[{""actionType"":""condition"",""column"":""Category"",""operation"":""="",""value"":""'Best Song'""},{""actionType"":""condition"",""column"":""RESULT"",""operation"":""="",""value"":""'Awarded'""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" -e5736309-032c-4dab-9eb3-84d666d7b4f1,,USER,What is the total amount of grants given by each organisations? Also list the organisation id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""grant_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""organisation_id""}]}","[{""columns"":[""grant_id"",""organisation_id"",""grant_amount"",""grant_start_date"",""grant_end_date"",""other_details""],""name"":""Grants"",""type"":""grid""}]" -f0d0667a-b6be-4188-bbcd-12a8927e093c,,USER,"Among all the claims, what is the amount claimed in the claim with the least amount settled? List both the settlement amount and claim amount.","{""actions"":[{""actionType"":""topFilter"",""column"":""Amount_Settled"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" -1768ba63-8ba6-42a4-b308-beebf9c87092,,USER,What is the average transcript date?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transcript_date"",""aggregation"":""avg""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" -56477a88-280c-497d-aa8a-5376c60fc875,,USER,How many films have the word 'Dummy' in their titles?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":""Dummy""}]}","[{""columns"":[""Film_ID"",""Rank_in_series"",""Number_in_season"",""Title"",""Directed_by"",""Original_air_date"",""Production_code""],""name"":""film"",""type"":""grid""}]" -44c99d19-91e9-4de1-afd0-caff5b1caade,,USER,List all the services in the alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""service_name"",""direction"":""asc""}]}","[{""columns"":[""Service_ID"",""Service_name""],""name"":""Services"",""type"":""grid""}]" -5fdbe700-4abe-48e5-abfd-b38810d72c01,,USER,List the first and last name of all players who are left / L hand in the order of birth date.,"{""actions"":[{""actionType"":""condition"",""column"":""hand"",""operation"":""="",""value"":""L""},{""actionType"":""sorting"",""column"":""birth_date"",""direction"":""asc""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -2f66cc12-2d6c-465e-a3e2-a385eb8a2db5,,USER,What are the industry names and the company counts in each industry?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Industry""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -d3a2c31b-1dca-4137-a980-f8eda9ba6271,,USER,List the names of journalists in ascending order of years working.,"{""actions"":[{""actionType"":""sorting"",""column"":""Years_working"",""direction"":""asc""}]}","[{""columns"":[""journalist_ID"",""Name"",""Nationality"",""Age"",""Years_working""],""name"":""journalist"",""type"":""grid""}]" -cdfc10ef-26bd-45f8-87dc-cd79383d21e3,,USER,Count the students in every department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" -d30d0ae6-61f9-4739-a2ca-f512e2d72148,,USER,Sort all the distinct products in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""product_name"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_name"",""product_details""],""name"":""Products"",""type"":""grid""}]" -f1426025-fe5b-4425-8f80-ea1b0b4a3bfe,,USER,List the names of phones in ascending order of price.,"{""actions"":[{""actionType"":""sorting"",""column"":""Price"",""direction"":""asc""}]}","[{""columns"":[""Name"",""Phone_ID"",""Memory_in_G"",""Carrier"",""Price""],""name"":""phone"",""type"":""grid""}]" -74754a09-08b2-4f74-9372-bef057d04d06,,USER,"Find the address of the location named ""UK Gallery"".","{""actions"":[{""actionType"":""condition"",""column"":""Location_Name"",""operation"":""="",""value"":""'UK Gallery'""}]}","[{""columns"":[""Location_ID"",""Location_Name"",""Address"",""Other_Details""],""name"":""Locations"",""type"":""grid""}]" -73d11d9c-d1e6-4b87-a75d-558ac3f83fc1,,USER,List the names of all distinct races in reversed lexicographic order?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""desc""}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" -b16a97b7-c02b-4164-bbb3-3a4f3aaf079d,,USER,what are the populations of all the major cities in wisconsin,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'wisconsin'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -38a60edd-9fae-44d0-a77b-bf5d0ba439e9,,USER,List the names and emails of customers who payed by Visa card.,"{""actions"":[{""actionType"":""condition"",""column"":""payment_method"",""operation"":""="",""value"":""Visa""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""customer_phone"",""customer_email"",""date_became_customer""],""name"":""Customers"",""type"":""grid""}]" -7b19777e-7b4a-4636-8484-02b8d2ddac6e,,USER,What are the investors of entrepreneurs and the corresponding number of entrepreneurs invested by each investor?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Investor""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" -33635228-9771-49e0-91d6-a79b5cf31c1e,,USER,Give the maximum price and score for wines produced in the appelation St. Helena.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Appelation"",""operation"":""="",""value"":""'St. Helena'""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -472ca954-fc0e-4c0e-ab20-5a062f43d265,,USER,Count the number of chip model that do not have wifi.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Model_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""wifi"",""operation"":""="",""value"":""No""}]}","[{""columns"":[""Model_name"",""Launch_year"",""RAM_MiB"",""ROM_MiB"",""Slots"",""WiFi"",""Bluetooth""],""name"":""chip_model"",""type"":""grid""}]" -f5920daf-7908-4295-a784-c9dd40f73db8,,USER,how many major cities are there in texas,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -9e90dc88-b90c-496b-88ce-651a0e3ee579,,USER,what is the highest elevation in delaware,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'delaware'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -3515b1f2-aab0-450d-8ef7-f5e12e5174f5,,USER,Show different carriers of phones together with the number of phones with each carrier.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Name"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Carrier""}]}","[{""columns"":[""Name"",""Phone_ID"",""Memory_in_G"",""Carrier"",""Price""],""name"":""phone"",""type"":""grid""}]" -33cee908-0f0c-432d-828e-bbef50c0276f,,USER,Count the number of different directors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""director"",""aggregation"":""COUNT""}]}","[{""columns"":[""movie_id"",""Title"",""Year"",""Director"",""Budget_million"",""Gross_worldwide""],""name"":""movie"",""type"":""grid""}]" -46260c14-1e33-4a26-a618-6e7424daa879,,USER,What are the open dates and years for the shop named Apple?,"{""actions"":[{""actionType"":""condition"",""column"":""Shop_Name"",""operation"":""="",""value"":""'Apple'""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" -ccf3aff1-810a-4fcb-9608-59781568ddec,,USER,Return the description of the document type name 'Film'.,"{""actions"":[{""actionType"":""condition"",""column"":""document_type_name"",""operation"":""="",""value"":""'Film'""}]}","[{""columns"":[""Document_Type_Code"",""Document_Type_Name"",""Document_Type_Description""],""name"":""Ref_Document_Types"",""type"":""grid""}]" -05b4340f-5499-4064-9719-81704614ee0f,,USER,Sort the list of names and costs of all procedures in the descending order of cost.,"{""actions"":[{""actionType"":""sorting"",""column"":""cost"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Cost""],""name"":""Procedures"",""type"":""grid""}]" -49a30f14-b3a6-4676-8cce-273fbfb8442b,,USER,"What is the incident type description for the incident type with code ""VIOLENCE""?","{""actions"":[{""actionType"":""condition"",""column"":""incident_type_code"",""operation"":""="",""value"":""'VIOLENCE'""}]}","[{""columns"":[""incident_type_code"",""incident_type_description""],""name"":""Ref_Incident_Type"",""type"":""grid""}]" -6acf2f32-eea4-4659-b76d-d0da2fe48c4b,,USER,How many rooms in each building have a capacity of over 50?,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -7cd9fbf6-5666-4d36-a669-e873d860f640,,USER,What are the distinct battle names which are between bulgarian commander 'Kaloyan' and latin commander 'Baldwin I'?,"{""actions"":[{""actionType"":""condition"",""column"":""bulgarian_commander"",""operation"":""="",""value"":""Kaloyan""},{""actionType"":""condition"",""column"":""latin_commander"",""operation"":""="",""value"":""Baldwin I""}]}","[{""columns"":[""id"",""name"",""date"",""bulgarian_commander"",""latin_commander"",""result""],""name"":""battle"",""type"":""grid""}]" -342fdce1-2530-49ae-84db-1ac2c4297ec1,,USER,"What are the names of wines, sorted by price ascending?","{""actions"":[{""actionType"":""sorting"",""column"":""price"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -aec49017-4853-4170-9426-29d8c5d00331,,USER,Please report the total number of students for each fourth-grade classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'4'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -8a77d9d4-7004-4992-b444-920cc1d0cf04,,USER,"List names of all teams in the basketball competition, ordered by all home scores in descending order.","{""actions"":[{""actionType"":""sorting"",""column"":""All_Home"",""direction"":""desc""}]}","[{""columns"":[""Team_ID"",""School_ID"",""Team_Name"",""ACC_Regular_Season"",""ACC_Percent"",""ACC_Home"",""ACC_Road"",""All_Games"",""All_Games_Percent"",""All_Home"",""All_Road"",""All_Neutral""],""name"":""basketball_match"",""type"":""grid""}]" -e3f7803f-a98f-4d2b-89e3-799bbfc8a7a6,,USER,How many faculty is there in total in the year of 2002?,"{""actions"":[{""actionType"":""aggregations"",""column"":""faculty"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2002}]}","[{""columns"":[""Campus"",""Year"",""Faculty""],""name"":""faculty"",""type"":""grid""}]" -faf6483c-3dd0-47df-bf81-2ed9f228830b,,USER,List the votes of elections in descending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Votes"",""direction"":""desc""}]}","[{""columns"":[""Election_ID"",""Representative_ID"",""Date"",""Votes"",""Vote_Percent"",""Seats"",""Place""],""name"":""election"",""type"":""grid""}]" -13987432-833b-473a-8319-f5f3d8d66398,,USER,What roles did staff members play between '2003-04-19 15:06:20' and '2016-03-15 00:33:18'?,"{""actions"":[{""actionType"":""condition"",""column"":""date_from"",""operation"":"">"",""value"":""2003-04-19 15:06:20""},{""actionType"":""condition"",""column"":""date_to"",""operation"":""<"",""value"":""2016-03-15 00:33:18""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" -49b305aa-aee3-4d2b-b558-b2380ed1b8d5,,USER,What is the average latitude and longitude of stations located in San Jose city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""long"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'San Jose'""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -a3dc350d-82fb-46aa-b105-0cc034ccf810,,USER,How many different addresses do the students currently live?,"{""actions"":[{""actionType"":""aggregations"",""column"":""current_address_id"",""aggregation"":""count""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" -2a4fefdc-2d26-4842-a7f1-3b8edb34f8d7,,USER,"What are the names of all people, ordered by their date of birth?","{""actions"":[{""actionType"":""sorting"",""column"":""date_of_birth"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" -1bd0c8e1-f1ae-4b26-bff8-ab7de1125413,,USER,What is the customer count for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" -5d08b94a-b69f-4ea6-92b1-3460974b8409,,USER,How many drivers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Driver_ID"",""aggregation"":""count""}]}","[{""columns"":[""Driver_ID"",""Name"",""Party"",""Home_city"",""Age""],""name"":""driver"",""type"":""grid""}]" -45ccaa50-4335-4152-b40a-5e4f814b38c9,,USER,Return the titles of films that include 'Deleted Scenes' in their special feature section.,"{""actions"":[{""actionType"":""condition"",""column"":""special_features"",""operation"":""contains"",""value"":""Deleted Scenes""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" -4e480579-09dd-488a-9d97-501a11bbad6e,,USER,What is the average hours across all projects?,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours"",""aggregation"":""avg""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" -889cd6f2-d5a3-4803-b1bc-47d7bc7abbe1,,USER,Which courses are taught on days MTW?,"{""actions"":[{""actionType"":""condition"",""column"":""Days"",""operation"":""="",""value"":""'MTW'""}]}","[{""columns"":[""CID"",""CName"",""Credits"",""Instructor"",""Days"",""Hours"",""DNO""],""name"":""Course"",""type"":""grid""}]" -2e6b43fc-f7c4-4bd0-a708-3945e4b8d3d4,,USER,Find the name of the dorm with the largest capacity.,"{""actions"":[{""actionType"":""topFilter"",""column"":""student_capacity"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" -2393262b-e67a-42c6-bb16-d8463e7024e2,,USER,Return the maximum enrollment across all schools.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""max""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -8c74920b-1dac-4f26-8858-3225b18c292c,,USER,"Show the department ID, full name (first and last), and highest salary for each department.","{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""MAX""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -80f9e34b-f0b5-44e9-9937-d7fae168f126,,USER,"For every state, calculate the total account balance of customers with a credit score above 100.","{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":"">"",""value"":100},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -62e7cea5-ba66-42b9-937b-042e4dffd07e,,USER,How many clubs are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Club_ID"",""aggregation"":""count""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" -756893eb-ce03-4c94-ae5b-9b6351ff9e85,,USER,"Show the name, phone, and payment method code for all customers in descending order of customer number.","{""actions"":[{""actionType"":""sorting"",""column"":""customer_number"",""direction"":""desc""}]}","[{""columns"":[""customer_id"",""payment_method_code"",""customer_number"",""customer_name"",""customer_address"",""customer_phone"",""customer_email""],""name"":""Customers"",""type"":""grid""}]" -4467f739-4117-4ba2-a24e-c308a44b0a6d,,USER,Display the country codes and the most commonly spoken languages in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -d1590e82-7d8c-4fb6-9061-21bc3fe5627f,,USER,"What is the nationality of "" Kevin Spacey "" ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'director_name0'""}]}","[{""columns"":[""did"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""director"",""type"":""grid""}]" -1738d95f-4bf7-47e8-9557-61ea39f24ec9,,USER,number of states bordering kentucky,"{""actions"":[{""actionType"":""aggregations"",""column"":""border"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -6d84494a-d680-4cbd-8fd4-e4e3505757ae,,USER,How many candidates are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Candidate_ID"",""aggregation"":""count""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" -3792d747-4722-430b-b609-f64aefb58993,,USER,"What are the first names for students who have an ""a"" in their first name?","{""actions"":[{""actionType"":""condition"",""column"":""Fname"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -a29e3292-bbde-4618-85df-47843e772ab8,,USER,Find all the players' first name and last name who have empty death record.,"{""actions"":[{""actionType"":""condition"",""column"":""death_year"",""operation"":""="",""value"":""""}]}","[{""columns"":[""player_id"",""birth_year"",""birth_month"",""birth_day"",""birth_country"",""birth_state"",""birth_city"",""death_year"",""death_month"",""death_day"",""death_country"",""death_state"",""death_city"",""name_first"",""name_last"",""name_given"",""weight"",""height"",""bats"",""throws"",""debut"",""final_game"",""retro_id"",""bbref_id""],""name"":""player"",""type"":""grid""}]" -7c01ff59-a4df-4a3c-bd73-a4dddf3eff5d,,USER,what are the names of the ships ordered by ascending tonnage?,"{""actions"":[{""actionType"":""sorting"",""column"":""Tonnage"",""direction"":""asc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -d40a6fea-d3d4-45cc-8a23-842f9517abc6,,USER,What is the average number of attendees for performances?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Attendance"",""aggregation"":""avg""}]}","[{""columns"":[""Performance_ID"",""Date"",""Host"",""Location"",""Attendance""],""name"":""performance"",""type"":""grid""}]" -fe48be51-d7cc-42e0-aecd-2f0cc72e14a5,,USER,How many faculty members do we have for each rank and gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -dd4276f6-dcfd-4027-8b54-140b79aaec12,,USER,Determine the number of hosts for each nationality and list the nationality and the count.,"{""actions"":[{""actionType"":""aggregations"",""column"":""f1"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""f1""}]}","[{""columns"":[""f1"",""f2""],""name"":""follows"",""type"":""grid""}]" -1a8fcb1c-58d6-47a7-bdd6-4f4a499dff56,,USER,what are the states that the ohio run through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -93d965d8-56a2-4fdd-a3c8-73d6299a704c,,USER,"Find the last name of the staff whose email address contains ""wrau"".","{""actions"":[{""actionType"":""condition"",""column"":""email_address"",""operation"":""contains"",""value"":""wrau""}]}","[{""columns"":[""staff_id"",""gender"",""first_name"",""last_name"",""email_address"",""phone_number""],""name"":""Staff"",""type"":""grid""}]" -5630c2ce-8f2b-419e-806a-53c94a395938,,USER,Count the number of distinct claim outcome codes.,"{""actions"":[{""actionType"":""aggregations"",""column"":""claim_outcome_code"",""aggregation"":""count""}]}","[{""columns"":[""Claim_Processing_ID"",""Claim_ID"",""Claim_Outcome_Code"",""Claim_Stage_ID"",""Staff_ID""],""name"":""Claims_Processing"",""type"":""grid""}]" -9228602c-a3f6-46db-b766-bfca5daebb03,,USER,Present distinct nationalities along with the count of journalists from each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""journalist_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""journalist_ID"",""Name"",""Nationality"",""Age"",""Years_working""],""name"":""journalist"",""type"":""grid""}]" -888c6cdf-8c16-4077-bf36-9d148f2b3c8e,,USER,Count the number of films.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" -3ee1080c-754d-4032-a566-9f2a4822b98c,,USER,Show the first name and last name for all the instructors.,"{""actions"":[{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Instructor'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -d68252f7-3ce0-48d1-907a-f3fb31120a75,,USER,When did researchers start and stop working?,"{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""researcher""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" -b0072a3e-92d0-4a5a-931e-437034dbc3d8,,USER,Show theme and year for all exhibitions in an descending order of ticket price.,"{""actions"":[{""actionType"":""sorting"",""column"":""ticket_price"",""direction"":""desc""}]}","[{""columns"":[""Exhibition_ID"",""Year"",""Theme"",""Artist_ID"",""Ticket_Price""],""name"":""exhibition"",""type"":""grid""}]" -9c83203e-6052-4a3f-be99-a2a08a281c67,,USER,How many customers are there of each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" -e00f18ef-160e-4792-81f2-6607120de798,,USER,How many players have more than 1000 hours of training?,"{""actions"":[{""actionType"":""aggregations"",""column"":""pID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""HS"",""operation"":"">"",""value"":1000}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" -764dd625-3742-49ef-b5ca-3139c4e95441,,USER,Display order ids and the invoice count for each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" -23907598-1cc3-4697-923b-0b220fdbdc47,,USER,What are the ids and durations of the trips with the top 3 durations?,"{""actions"":[{""actionType"":""topFilter"",""column"":""duration"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" -298fbd8c-5eaf-4e94-9fe7-b5d481833c32,,USER,Return the name of the airport with code 'AKO'.,"{""actions"":[{""actionType"":""condition"",""column"":""AirportCode"",""operation"":""="",""value"":""'AKO'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" -99468fc1-2c44-429f-92a8-a30e7d8a3bb9,,USER,Provide the employee ID for each employee and the date on which they ended their previous job.,"{""actions"":[{""actionType"":""aggregations"",""column"":""end_date"",""aggregation"":""MAX""},{""actionType"":""grouping"",""column"":""employee_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""START_DATE"",""END_DATE"",""JOB_ID"",""DEPARTMENT_ID""],""name"":""job_history"",""type"":""grid""}]" -172a1abd-388b-4db0-97ad-97827f1d901e,,USER,conferences in 2013,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2013}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" -53cf1a06-bddf-43fb-bebd-bd72d96f9b3d,,USER,How much does the youngest dog weigh?,"{""actions"":[{""actionType"":""topFilter"",""column"":""pet_age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -bf176328-616d-4b05-801e-6be7c2516960,,USER,What are the primary industries and their total market values?,"{""actions"":[{""actionType"":""aggregations"",""column"":""market_value"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""main_industry""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -f6ae168e-a08b-4886-9d62-06b1f5d39fa7,,USER,Identify the maximum weight for each type of pet and list the pet type alongside its maximum weight.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""petType""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -cf0bacfb-1efd-4c88-a446-46813c29e80f,,USER,What is the name of the most expensive product?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Product_Price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" -02fe73a0-815d-40f3-96fe-392cc2c99924,,USER,how many schools exist in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""school_code"",""aggregation"":""count""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -d19de46f-d538-4a14-82b6-a43d28709b15,,USER,"Give the name, population, and head of state for the country that has the largest area.","{""actions"":[{""actionType"":""topFilter"",""column"":""SurfaceArea"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -58ae09dd-0000-40c6-8c64-031c27aa7ac9,,USER,Determine the average salary for employees with a non-null commission percentage.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""AVG""},{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""!="",""value"":""'null'""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -c32e7433-4783-47b3-904a-ade322fc2505,,USER,What is the name of the hardware product with the greatest price?,"{""actions"":[{""actionType"":""condition"",""column"":""product_type_code"",""operation"":""="",""value"":""Hardware""},{""actionType"":""topFilter"",""column"":""product_price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -f4192f95-c09c-468d-8127-843bc97b5c34,,USER,Show all distinct city where branches with at least 100 memberships are located.,"{""actions"":[{""actionType"":""condition"",""column"":""membership_amount"",""operation"":"">="",""value"":100}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" -aee25e79-50c7-4966-aa54-b7e70e43f72c,,USER,Determine the maximum price and score of wines for each vintage.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -399afadb-a9d7-4958-aa17-140846f0fa0f,,USER,What are the titles of all the albums alphabetically ascending?,"{""actions"":[{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""}]}","[{""columns"":[""id"",""title"",""artist_id""],""name"":""albums"",""type"":""grid""}]" -15339fbb-073f-442f-bc41-b9442bcb58f3,,USER,"For every nationality, how many singers originate from that country?","{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -1a269579-2d1e-480f-ba6b-6bd414681d5e,,USER,"What are flight numbers of flights departing from Airport ""APG""?","{""actions"":[{""actionType"":""condition"",""column"":""SourceAirport"",""operation"":""="",""value"":""'APG'""}]}","[{""columns"":[""Airline"",""FlightNo"",""SourceAirport"",""DestAirport""],""name"":""flights"",""type"":""grid""}]" -329ae265-ab2a-49a2-9481-8ad7011be0af,,USER,What are the crime rates of counties sorted by number of offices ascending?,"{""actions"":[{""actionType"":""sorting"",""column"":""Police_officers"",""direction"":""asc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -d7057703-3f71-4029-aba0-f5d21e43e6d7,,USER,What is the total share (in percent) of all the channels owned by CCTV?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Share_in_percent"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""OWNER"",""operation"":""="",""value"":""CCTV""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -c63165ea-ea97-461e-b0b7-9e6a4800dcac,,USER,What are the names of the mills which are not located in 'Donceel'?,"{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""!="",""value"":""Donceel""}]}","[{""columns"":[""architect_id"",""id"",""location"",""name"",""type"",""built_year"",""notes""],""name"":""mill"",""type"":""grid""}]" -e44a4e5b-f314-46f7-b9e1-bea58f4b753c,,USER,"What are the official native languages that contain the string ""English"".","{""actions"":[{""actionType"":""condition"",""column"":""Official_native_language"",""operation"":""contains"",""value"":""English""}]}","[{""columns"":[""Country_id"",""Country_name"",""Capital"",""Official_native_language""],""name"":""country"",""type"":""grid""}]" -745e6125-daef-4ec9-93df-b7e5db470077,,USER,"List the addresses of all Walmart in "" Los Angeles ""","{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Walmart'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" -ce0531a4-7c50-41d3-9f68-50f7f491d593,,USER,What are the first name and last name of the players whose death record is empty?,"{""actions"":[{""actionType"":""condition"",""column"":""death_year"",""operation"":""="",""value"":""""}]}","[{""columns"":[""player_id"",""birth_year"",""birth_month"",""birth_day"",""birth_country"",""birth_state"",""birth_city"",""death_year"",""death_month"",""death_day"",""death_country"",""death_state"",""death_city"",""name_first"",""name_last"",""name_given"",""weight"",""height"",""bats"",""throws"",""debut"",""final_game"",""retro_id"",""bbref_id""],""name"":""player"",""type"":""grid""}]" -8f3514df-b93b-496c-8ecf-368635b89e08,,USER,what are the major cities in the usa,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -1887dfbd-a3ab-443d-9f56-e016a5367ae7,,USER,"Which authors have first name ""Amal""? List their last names.","{""actions"":[{""actionType"":""condition"",""column"":""fname"",""operation"":""="",""value"":""'Amal'""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" -62a1ea1a-bcea-4969-9b08-fdbc781a68b2,,USER,"What type of pet is the youngest animal, and how much does it weigh?","{""actions"":[{""actionType"":""topFilter"",""column"":""pet_age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -4c417e3a-c0a7-426f-a24c-e1ff3f5f6592,,USER,What is the shop name corresponding to the shop that opened in the most recent year?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Open_Year"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" -e7b6c583-52d9-49fd-99f0-75d31f69a038,,USER,How many total credits are offered by each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""credits"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" -aeb78459-49a1-41ec-abb3-9cb5d893f541,,USER,Determine the count of music festivals in every category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Category""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" -6cc3b5d2-5a6f-4b9e-965c-ae834ee19e98,,USER,How many professors are teaching class with code ACCT-211?,"{""actions"":[{""actionType"":""aggregations"",""column"":""PROF_NUM"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""CRS_CODE"",""operation"":""="",""value"":""'ACCT-211'""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -78c0e2b3-f44f-4aa9-895a-b3169195fac2,,USER,What are the years of opening for tracks with seating between 4000 and 5000?,"{""actions"":[{""actionType"":""condition"",""column"":""seating"",""operation"":"">="",""value"":4000},{""actionType"":""condition"",""column"":""seating"",""operation"":""<="",""value"":5000}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" -4ce126ca-8d10-44ae-9088-9a9d6022ecab,,USER,How many transcripts are listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transcript_id"",""aggregation"":""count""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" -e563c56d-645f-4c5d-91db-f769adf2a3ea,,USER,What is the city with the smallest GDP? Return the city and its GDP.,"{""actions"":[{""actionType"":""topFilter"",""column"":""GDP"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" -40c8f62e-54d7-4222-bbc5-36b861a852e9,,USER,How many captains are there per rank?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -16842a6b-e934-485b-9b91-d6cdee2a7382,,USER,Show the number of trains,"{""actions"":[{""actionType"":""aggregations"",""column"":""Train_ID"",""aggregation"":""count""}]}","[{""columns"":[""Train_ID"",""Name"",""Time"",""Service""],""name"":""train"",""type"":""grid""}]" -c126fb7a-ad0b-4fd2-90b4-ab000612460d,,USER,List the company name and rank for all companies in the decreasing order of their sales.,"{""actions"":[{""actionType"":""sorting"",""column"":""Sales_billion"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -378a6467-3867-4b81-a380-441c4afe1361,,USER,Count the number of matches.,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -014ed65e-fdc6-4337-a697-d4a0ead058f9,,USER,How many students are there for each major?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""major""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -07334e83-f54a-4ffb-aae9-a7de66ab03c6,,USER,how many states are next to major rivers,"{""actions"":[{""actionType"":""aggregations"",""column"":""traverse"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -8688f503-bf6d-4c96-9fac-9d8ee6c34db2,,USER,List the names of buildings with at least 200 feet of height and with at least 20 floors.,"{""actions"":[{""actionType"":""condition"",""column"":""height_feet"",""operation"":"">="",""value"":200},{""actionType"":""condition"",""column"":""floors"",""operation"":"">="",""value"":20}]}","[{""columns"":[""building_id"",""Name"",""Street_address"",""Years_as_tallest"",""Height_feet"",""Floors""],""name"":""building"",""type"":""grid""}]" -dd252ac4-aeb6-4ab1-b88d-4f6a89273d93,,USER,In which years cars were produced weighing no less than 3000 and no more than 4000 ?,"{""actions"":[{""actionType"":""condition"",""column"":""weight"",""operation"":"">="",""value"":3000},{""actionType"":""condition"",""column"":""weight"",""operation"":""<="",""value"":4000}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -aaa03eed-63f0-4253-8b14-01d129978a18,,USER,What are names of countries with the top 3 largest population?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -7be27a5c-8333-4392-9c67-f365897b57f8,,USER,Which of the mill names contains the french word 'Moulin'?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Moulin""}]}","[{""columns"":[""architect_id"",""id"",""location"",""name"",""type"",""built_year"",""notes""],""name"":""mill"",""type"":""grid""}]" -79e09649-c777-4439-8d8b-fd4609a4d12d,,USER,Which city is post code 255 located in?,"{""actions"":[{""actionType"":""condition"",""column"":""zip_postcode"",""operation"":""="",""value"":255}]}","[{""columns"":[""address_id"",""address_content"",""city"",""zip_postcode"",""state_province_county"",""country"",""other_address_details""],""name"":""Addresses"",""type"":""grid""}]" -f9b94895-493c-4f06-888f-fd23e9b53438,,USER,What is the name of the conductor who has worked the greatest number of years?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Year_of_Work"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" -6a8571f7-d79a-432d-bc51-dcff4d89922d,,USER,Compute the total account balance for customers with a credit score over 100 by state.,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":"">"",""value"":100},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -38c75333-0334-4243-a64b-38518eae509f,,USER,"How many faculty, in total, are there in the year 2002?","{""actions"":[{""actionType"":""aggregations"",""column"":""faculty"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2002}]}","[{""columns"":[""Campus"",""Year"",""Faculty""],""name"":""faculty"",""type"":""grid""}]" -765d1592-89b0-4487-ba8a-25a4b59494a9,,USER,Determine the number of singers from each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -ec5c53b9-f850-485e-b9fb-58737308200f,,USER,What is the type of video game Call of Destiny.,"{""actions"":[{""actionType"":""condition"",""column"":""gname"",""operation"":""="",""value"":""'Call of Destiny'""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" -df4d3d12-bfda-4ff2-9e54-118f9a1fb464,,USER,Count the number of different software platforms.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Software_Platform"",""aggregation"":""count""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" -245b0b60-3967-47db-a73a-93ffbf1b8a5f,,USER,Show location and name for all stadiums with a capacity between 5000 and 10000.,"{""actions"":[{""actionType"":""condition"",""column"":""capacity"",""operation"":"">="",""value"":5000},{""actionType"":""condition"",""column"":""capacity"",""operation"":""<="",""value"":10000}]}","[{""columns"":[""Stadium_ID"",""Location"",""Name"",""Capacity"",""Highest"",""Lowest"",""Average""],""name"":""stadium"",""type"":""grid""}]" -c37fe560-6cd0-48dc-83b5-abe618d14284,,USER,Return the template type description of the template type with the code AD.,"{""actions"":[{""actionType"":""condition"",""column"":""template_type_code"",""operation"":""="",""value"":""'AD'""}]}","[{""columns"":[""Template_Type_Code"",""Template_Type_Description""],""name"":""Ref_Template_Types"",""type"":""grid""}]" -b4e00a12-1466-495e-a7c3-4b6b18560162,,USER,Please show different types of artworks with the corresponding number of artworks of each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artwork_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Artwork_ID"",""Type"",""Name""],""name"":""artwork"",""type"":""grid""}]" -17acb864-4cd7-49f1-bcec-12b343844413,,USER,Find the highest rank of all reviews.,"{""actions"":[{""actionType"":""aggregations"",""column"":""rank"",""aggregation"":""min""}]}","[{""columns"":[""a_id"",""u_id"",""i_id"",""rating"",""rank""],""name"":""review"",""type"":""grid""}]" -731504a3-0672-4770-88c1-31015fb2b685,,USER,What is the total population and average area of countries in the continent of North America whose area is bigger than 3000 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""population"",""aggregation"":""sum""},{""actionType"":""aggregations"",""column"":""surfacearea"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'north america'""},{""actionType"":""condition"",""column"":""surfacearea"",""operation"":"">"",""value"":3000}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -00ff2657-af1a-4805-9042-8fb58d5f3c54,,USER,"What are the investors of entrepreneurs, and how many entrepreneurs has each investor invested in?","{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Investor""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" -ebcf2a53-a881-42fd-a555-32ff1f31ada6,,USER,Find the founder of the company whose name begins with the letter 'S'.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""starts with"",""value"":""S""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -2fd30b90-928c-4979-8dc1-bbca8e503130,,USER,Calculate the average number of attendees at home games for each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""attendance"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""year"",""league_id"",""team_id"",""park_id"",""span_first"",""span_last"",""games"",""openings"",""attendance""],""name"":""home_game"",""type"":""grid""}]" -5b259286-9a07-4f59-a538-6bb38563a219,,USER,"What are flight numbers of flights arriving at Airport ""APG""?","{""actions"":[{""actionType"":""condition"",""column"":""DestAirport"",""operation"":""="",""value"":""'APG'""}]}","[{""columns"":[""Airline"",""FlightNo"",""SourceAirport"",""DestAirport""],""name"":""flights"",""type"":""grid""}]" -ade43141-5101-4cf4-b65f-eba01d3c9aef,,USER,Show the average transaction amount for different transaction types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""transaction_type_code""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -f651ff5f-cb68-4a22-8c3e-19f40869d53b,,USER,What is the code of the category that the product with the name 'flax' belongs to?,"{""actions"":[{""actionType"":""condition"",""column"":""product_name"",""operation"":""="",""value"":""'flax'""}]}","[{""columns"":[""product_id"",""color_code"",""product_category_code"",""product_name"",""typical_buying_price"",""typical_selling_price"",""product_description"",""other_product_details""],""name"":""Products"",""type"":""grid""}]" -b3f43849-306e-48f9-b480-df367767e61b,,USER,How many players played each position?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Season"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" -44309af8-7802-4ffe-be21-4f636002f841,,USER,"Find the number of tied games (the value of ""ties"" is '1') in 1885 postseason.","{""actions"":[{""actionType"":""aggregations"",""column"":""year"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1885},{""actionType"":""condition"",""column"":""ties"",""operation"":""="",""value"":1}]}","[{""columns"":[""year"",""round"",""team_id_winner"",""league_id_winner"",""team_id_loser"",""league_id_loser"",""wins"",""losses"",""ties""],""name"":""postseason"",""type"":""grid""}]" -ca7e21d1-9f38-4ed1-a281-adc10e7ea631,,USER,what is the length of the rio grande river,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'rio grande'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -3d3620b0-29a4-4017-9da2-1127412214e8,,USER,Find the description and credit for the course QM-261?,"{""actions"":[{""actionType"":""condition"",""column"":""crs_code"",""operation"":""="",""value"":""QM-261""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" -99a64edb-fcee-4af5-8fa7-a0b22e477f8e,,USER,Which classrooms are used by grade 4?,"{""actions"":[{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":4}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -6f9825e9-0d89-472d-9cfa-29a7f3579907,,USER,What college has a student who successfully made the team in the role of a goalie?,"{""actions"":[{""actionType"":""condition"",""column"":""decision"",""operation"":""="",""value"":""yes""},{""actionType"":""condition"",""column"":""pPos"",""operation"":""="",""value"":""goalie""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" -53df9c72-7d32-4c71-83a7-3fbbfaa14d44,,USER,Display the distinct city statuses and their average populations.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" -dbd92144-72ad-4a83-87bf-7585d5a8d035,,USER,Count the number of customers who hold an account.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -2f77ed92-086d-40dc-b728-199dddfc5bae,,USER,"Which programs' origins are not ""Beijing""? Give me the program names.","{""actions"":[{""actionType"":""condition"",""column"":""origin"",""operation"":""!="",""value"":""Beijing""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" -da6e5005-e27f-425e-9e67-a7c2a7a9945c,,USER,"Find the names of all swimmers, sorted by their 100 meter scores in ascending order.","{""actions"":[{""actionType"":""sorting"",""column"":""meter_100"",""direction"":""asc""}]}","[{""columns"":[""ID"",""name"",""Nationality"",""meter_100"",""meter_200"",""meter_300"",""meter_400"",""meter_500"",""meter_600"",""meter_700"",""Time""],""name"":""swimmer"",""type"":""grid""}]" -7c3ab8d8-290d-441b-894b-6c828a9a023a,,USER,"How many female actors were born in "" New York City "" after 1980 ?","{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'New York City'""},{""actionType"":""condition"",""column"":""birth_year"",""operation"":"">"",""value"":1980},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""'female'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -42dbeb8c-e06f-48cb-94b6-0e2d66084434,,USER,Find the order id and customer id associated with the oldest order.,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_order_placed"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""date_order_placed"",""order_details""],""name"":""Orders"",""type"":""grid""}]" -37bded5e-d33b-47cb-988d-fb0b04b9035b,,USER,Show the name of aircrafts with top three lowest distances.,"{""actions"":[{""actionType"":""topFilter"",""column"":""distance"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" -9ef7bd37-d6bc-4a9a-b3c3-7b8df021beb0,,USER,How many stores are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""store_id"",""aggregation"":""count""}]}","[{""columns"":[""store_id"",""manager_staff_id"",""address_id"",""last_update""],""name"":""store"",""type"":""grid""}]" -30061ec4-7ae2-4e34-9bff-6a282d84e516,,USER,Count the number of different scientists assigned to any project.,"{""actions"":[{""actionType"":""aggregations"",""column"":""scientist"",""aggregation"":""count""}]}","[{""columns"":[""Scientist"",""Project""],""name"":""AssignedTo"",""type"":""grid""}]" -2e507641-ab73-4ab2-8eb0-aef005dcbaad,,USER,Show total points of all players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""sum""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -dba3a05d-d6e5-4e85-8606-954120636e92,,USER,Find the name and email of the user whose name contains the word ‘Swift’.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Swift""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" -d17f7615-e35c-4ed3-9f0a-6c3f92c18148,,USER,give me the cities which are in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -cb4c731a-284d-4034-b669-d12e0a98fb93,,USER,kentucky borders how many states,"{""actions"":[{""actionType"":""aggregations"",""column"":""border"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -e602fc3f-34c0-4d8d-94cd-6db8f585ab53,,USER,How many departments does the college has?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -b2981982-5cc9-49c5-bde7-937b8f4a667d,,USER,what state is springfield located in,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -bdc510b2-821b-406e-8e64-e3032c846e41,,USER,What is the number of sections per course?,"{""actions"":[{""actionType"":""aggregations"",""column"":""CLASS_CODE"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""crs_code""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -652643a7-4309-425c-89d8-98663c6b0873,,USER,What are the names of mountains in ascending alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" -d9b77a24-85a7-4b28-b7c0-0410e47d9de9,,USER,What are the average enrollment size of the universities that are founded before 1850?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""founded"",""operation"":""<"",""value"":1850}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -5d957ae1-5870-465c-a186-c9a5ddba0ec9,,USER,"For each file format, return the number of artists who released songs in that format.","{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""formats""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" -fd65608f-0ca9-4e23-b3db-46db328dedbf,,USER,List all department names ordered by their starting date.,"{""actions"":[{""actionType"":""sorting"",""column"":""mgr_start_date"",""direction"":""asc""}]}","[{""columns"":[""Dname"",""Dnumber"",""Mgr_ssn"",""Mgr_start_date""],""name"":""department"",""type"":""grid""}]" -5080684f-889f-412b-a1aa-996973b7a8bb,,USER,List the different statuses of cities and the average population of cities with each status.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" -b218e0ff-7aee-42f7-b499-907ce0ed9650,,USER,find all dependent names who have a spouse relation with some employee.,"{""actions"":[{""actionType"":""condition"",""column"":""relationship"",""operation"":""="",""value"":""Spouse""}]}","[{""columns"":[""Essn"",""Dependent_name"",""Sex"",""Bdate"",""Relationship""],""name"":""dependent"",""type"":""grid""}]" -4a6dc179-3fb7-41e8-af4c-b20df5741dc4,,USER,What is id of the city that hosted events in the most recent year?,"{""actions"":[{""actionType"":""topFilter"",""column"":""YEAR"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Year"",""Match_ID"",""Host_City""],""name"":""hosting_city"",""type"":""grid""}]" -52e60457-36dc-4252-8646-5d32dfdef588,,USER,How many budgets are above 3000 in year 2001 or before?,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""budgeted"",""operation"":"">"",""value"":3000},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2001}]}","[{""columns"":[""School_id"",""Year"",""Budgeted"",""total_budget_percent_budgeted"",""Invested"",""total_budget_percent_invested"",""Budget_invested_percent""],""name"":""budget"",""type"":""grid""}]" -ae65e662-749b-428c-9554-56dd45f35e41,,USER,How many tasks are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""task_id"",""aggregation"":""count""}]}","[{""columns"":[""task_id"",""project_id"",""task_details"",""eg Agree Objectives""],""name"":""Tasks"",""type"":""grid""}]" -6f849e84-7ccf-46fc-813f-783ea1c638f9,,USER,What are the full name (first and last name) and salary for all employees who does not have any value for commission?,"{""actions"":[{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""="",""value"":""'null'""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -b394e2e9-9114-4305-9cbd-3c227a8af3f8,,USER,Sort the list of all the first and last names of authors in alphabetical order of the last names.,"{""actions"":[{""actionType"":""sorting"",""column"":""lname"",""direction"":""asc""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" -ecc02c79-0664-4f6d-a0a3-5ffc9d757014,,USER,How many gymnasts are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Gymnast_ID"",""aggregation"":""count""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" -8f701bdf-99ca-4394-a71a-ee2c480c00a3,,USER,What are the main indstries and total market value for each industry?,"{""actions"":[{""actionType"":""aggregations"",""column"":""market_value"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""main_industry""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -299b2622-f798-483d-ad41-88443c054dfb,,USER,What are the ids and names of customers with addressed that contain WY and who do not use a credit card for payment?,"{""actions"":[{""actionType"":""condition"",""column"":""customer_address"",""operation"":""contains"",""value"":""WY""},{""actionType"":""condition"",""column"":""payment_method_code"",""operation"":""!="",""value"":""'Credit Card'""}]}","[{""columns"":[""customer_id"",""payment_method_code"",""customer_code"",""customer_name"",""customer_address"",""customer_phone"",""customer_email""],""name"":""Customers"",""type"":""grid""}]" -29bf17bd-116f-4a77-ab7c-f17e8c6a0474,,USER,Find the author for each submission and list them in ascending order of submission score.,"{""actions"":[{""actionType"":""sorting"",""column"":""Scores"",""direction"":""asc""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" -1de6ceeb-6a7c-4a43-a0dc-4cfea6caab75,,USER,What is the average latitude and longitude in San Jose?,"{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""long"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'San Jose'""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -2967c301-bf81-4187-91a2-0b390d855497,,USER,What are the names of all high schoolers in grade 10?,"{""actions"":[{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":10}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" -4aee1d04-3a97-4fb2-a569-2e07e743ab35,,USER,Find the settlement amount of the claim with the largest claim amount. Show both the settlement amount and claim amount.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Amount_Claimed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" -0ae73850-ebe6-4b25-9b91-3e8a00e99c65,,USER,How many matches were played in each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -d65d735f-9094-4e36-9a76-4c28a89d07ff,,USER,List all countries of markets in descending order of number of cities.,"{""actions"":[{""actionType"":""sorting"",""column"":""Number_cities"",""direction"":""desc""}]}","[{""columns"":[""Market_ID"",""Country"",""Number_cities""],""name"":""market"",""type"":""grid""}]" -ac3cfd05-83bd-47b7-926c-d2503ef9da77,,USER,What are the dates that have the 5 highest cloud cover rates and what are the rates?,"{""actions"":[{""actionType"":""topFilter"",""column"":""cloud_cover"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -25ffa56c-afcb-4c7d-8a7b-8053baa24a7a,,USER,Find id of the candidate who most recently accessed the course?,"{""actions"":[{""actionType"":""topFilter"",""column"":""assessment_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""candidate_id"",""qualification"",""assessment_date"",""asessment_outcome_code""],""name"":""Candidate_Assessments"",""type"":""grid""}]" -4b155ed8-ac2b-43ce-bd66-c8ea7e7cfe3a,,USER,How many activities do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""actid"",""aggregation"":""count""}]}","[{""columns"":[""actid"",""activity_name""],""name"":""Activity"",""type"":""grid""}]" -9d8eb33b-f633-4997-a747-b7fd6a608494,,USER,"Find the payment method and phone of the party with email ""enrico09@example.com"".","{""actions"":[{""actionType"":""condition"",""column"":""party_email"",""operation"":""="",""value"":""'enrico09@example.com'""}]}","[{""columns"":[""party_id"",""payment_method_code"",""party_phone"",""party_email""],""name"":""Parties"",""type"":""grid""}]" -4d9b13f7-9e45-483c-b44d-cce11acb933f,,USER,"What is Weekly Rank of TV series with Episode ""A Love of a Lifetime""?","{""actions"":[{""actionType"":""condition"",""column"":""Episode"",""operation"":""="",""value"":""'A Love of a Lifetime'""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" -ac7dcaab-e0de-4df6-a39e-916c1e2dcd1b,,USER,"Determine average product prices, grouped by manufacturer code.","{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""AVG""},{""actionType"":""grouping"",""column"":""Manufacturer""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -d2a6ba5c-f864-4d40-a270-0c324fc4c899,,USER,Find the weight of the youngest dog.,"{""actions"":[{""actionType"":""topFilter"",""column"":""pet_age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -7bbddee1-6e73-411b-901d-3b9db9c2bb59,,USER,"In each position, count players with points below 30.","{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""points"",""operation"":""<"",""value"":30},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -fa1630ac-bcdc-42e9-997d-92b26e18145b,,USER,"For grade 0 classrooms, provide classroom numbers and student counts.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'0'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -e826cd38-c4c8-4655-ab5d-0c521db65b03,,USER,Provide order IDs and the total product quantity for each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_quantity"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -ee07f61e-3db5-4fef-ace6-d823d7fe2252,,USER,Select the code of the cheapest product in each product category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -713eafcc-0a80-41f9-bdd3-9c9e0c01c7bc,,USER,Count the number of friends for each student.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""friend_id""],""name"":""Friend"",""type"":""grid""}]" -8047f779-04d3-4df9-8e09-f6ec0a56045c,,USER,What is the player count from each nation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_code""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -53a3b3e3-045c-4dc3-8243-c95beeb934d9,,USER,What is the average price for products?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_Price"",""aggregation"":""avg""}]}","[{""columns"":[""Product_ID"",""Product_Type_Code"",""Product_Name"",""Product_Price""],""name"":""Products"",""type"":""grid""}]" -f72d231c-44b2-4515-b514-4edcde1e6159,,USER,What are the birth dates of employees living in Edmonton?,"{""actions"":[{""actionType"":""condition"",""column"":""City"",""operation"":""="",""value"":""'Edmonton'""}]}","[{""columns"":[""EmployeeId"",""LastName"",""FirstName"",""Title"",""ReportsTo"",""BirthDate"",""HireDate"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email""],""name"":""Employee"",""type"":""grid""}]" -b1560ee7-8f94-456b-8925-75ad494c8af0,,USER,how many rivers are called colorado,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'colorado'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -c2b53467-8a50-49e4-a8ee-de58b58497e7,,USER,"Find the names of the visitors whose membership level is higher than 4, and order the results by the level from high to low.","{""actions"":[{""actionType"":""condition"",""column"":""Level_of_membership"",""operation"":"">"",""value"":4},{""actionType"":""sorting"",""column"":""Level_of_membership"",""direction"":""desc""}]}","[{""columns"":[""ID"",""Name"",""Level_of_membership"",""Age""],""name"":""visitor"",""type"":""grid""}]" -3add3556-5770-436a-9865-23b471d17a6d,,USER,Display the card type codes and the number of customers that hold each card type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""card_type_code""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" -b2523091-13a1-45f6-98e5-dadd03cb0b72,,USER,Exhibit the opening years and corresponding church counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Church_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""open_date""}]}","[{""columns"":[""Church_ID"",""Name"",""Organized_by"",""Open_Date"",""Continuation_of""],""name"":""church"",""type"":""grid""}]" -6f3a7b00-969d-4b1e-b147-4176ee0dee1c,,USER,what states does the ohio river go through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -701565ca-0a21-4c4f-a15e-b3e6b6187eb9,,USER,Show all statement id and the number of accounts for each statement.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""STATEMENT_ID""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" -3146a505-e096-4f57-8c93-29776f6a9b62,,USER,Determine the average weight per pet category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pettype""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -bb47931b-5099-4488-9682-b27d56373038,,USER,What is the id of the patient who stayed in room 111 most recently?,"{""actions"":[{""actionType"":""condition"",""column"":""room"",""operation"":""="",""value"":111},{""actionType"":""topFilter"",""column"":""staystart"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""StayID"",""Patient"",""Room"",""StayStart"",""StayEnd""],""name"":""Stay"",""type"":""grid""}]" -4a0b83c4-8249-4fd2-a104-05c46e0814dd,,USER,Find the distinct names of all races held between 2014 and 2017?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":2014},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2017}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" -23fba5b0-5a4a-49bd-95e1-99c2870b836d,,USER,List the names of companies in descending order of market value.,"{""actions"":[{""actionType"":""sorting"",""column"":""Market_Value_billion"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -fdabe679-f2e1-4e32-accb-2acc7a7dae8a,,USER,How many documents exist for each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_type_code""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -9bb471e9-d344-41af-b0c9-f040da7ccce3,,USER,What is the average age for all people in the table?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -aed9dac5-04c1-4ac2-b4c6-8dc0d98e071b,,USER,What are the notes of the death events which has substring 'East'?,"{""actions"":[{""actionType"":""condition"",""column"":""note"",""operation"":""contains"",""value"":""East""}]}","[{""columns"":[""caused_by_ship_id"",""id"",""note"",""killed"",""injured""],""name"":""death"",""type"":""grid""}]" -535fd301-8d9b-4468-b450-c09981e1e53a,,USER,Return the money rank of the player with the greatest earnings.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Earnings"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" -40cde6c5-85cb-4f19-80d8-62b05b5ad89f,,USER,Count the number of accounts corresponding to each customer ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -9913c85e-1cd4-4fc8-8663-a576d6cad3a3,,USER,Give me the start station and end station for the trips with the three oldest id.,"{""actions"":[{""actionType"":""topFilter"",""column"":""id"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" -55455e4f-4d96-49b7-a0eb-34caf2abdeac,,USER,show the lowest low temperature and highest wind speed in miles per hour.,"{""actions"":[{""actionType"":""aggregations"",""column"":""low_temperature"",""aggregation"":""min""},{""actionType"":""aggregations"",""column"":""wind_speed_mph"",""aggregation"":""max""}]}","[{""columns"":[""station_id"",""day_of_week"",""high_temperature"",""low_temperature"",""precipitation"",""wind_speed_mph""],""name"":""weekly_weather"",""type"":""grid""}]" -30358b16-8c70-4b58-a562-1471d1bd9d6d,,USER,Find how many school locations have the word 'NY'.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""contains"",""value"":""NY""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -e14e9115-a820-4183-9d23-2e1f333b664f,,USER,Find the full names of employees living in the city of Calgary.,"{""actions"":[{""actionType"":""condition"",""column"":""City"",""operation"":""="",""value"":""'Calgary'""}]}","[{""columns"":[""EmployeeId"",""LastName"",""FirstName"",""Title"",""ReportsTo"",""BirthDate"",""HireDate"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email""],""name"":""Employee"",""type"":""grid""}]" -0a660953-1e13-4110-8b4c-6ab0bf00a68b,,USER,How old is the average person for each job?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -198e48a7-76dc-49b7-89a5-b96bf767b1fc,,USER,"Show all official native languages that contain the word ""English"".","{""actions"":[{""actionType"":""condition"",""column"":""Official_native_language"",""operation"":""contains"",""value"":""English""}]}","[{""columns"":[""Country_id"",""Country_name"",""Capital"",""Official_native_language""],""name"":""country"",""type"":""grid""}]" -24320d78-1b1a-49c9-b96d-a9f7c3c6a23c,,USER,"Show the names of all the employees with role ""HR"".","{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""'HR'""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" -84a74618-33a3-45fb-ba18-4f33813c4ef5,,USER,"Which state can address ""6862 Kaitlyn Knolls"" possibly be in?","{""actions"":[{""actionType"":""condition"",""column"":""line_1_number_building"",""operation"":""contains"",""value"":""6862 Kaitlyn Knolls""}]}","[{""columns"":[""address_id"",""line_1_number_building"",""town_city"",""zip_postcode"",""state_province_county"",""country""],""name"":""Addresses"",""type"":""grid""}]" -73718c24-ecb4-43f7-9750-9b57f4953b73,,USER,Establish the average price per product category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_type_code""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -e5db70bb-5563-45e9-977a-fd56918367d8,,USER,"Return the description for the courses named ""database"".","{""actions"":[{""actionType"":""condition"",""column"":""course_name"",""operation"":""="",""value"":""'database'""}]}","[{""columns"":[""course_id"",""author_id"",""subject_id"",""course_name"",""course_description""],""name"":""Courses"",""type"":""grid""}]" -947544e2-83a8-44b6-b514-6f22e3f7203d,,USER,How many stadiums are in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" -2ba66ca2-c840-4f43-980d-d0fca9bf5b8e,,USER,Find the count of IT Staff employees in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""IT Staff""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -b30c3cc5-69a3-4057-9f06-61b96fc679a1,,USER,name all the rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -4aca1072-3ee8-4f3f-a110-fe130ca4d76f,,USER,How many people whose age is greater 30 and job is engineer?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":30},{""actionType"":""condition"",""column"":""job"",""operation"":""="",""value"":""engineer""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -f542f5ed-2191-4b7a-8080-a70435f1af4b,,USER,How many different allergy types exist?,"{""actions"":[{""actionType"":""aggregations"",""column"":""allergytype"",""aggregation"":""count""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" -58cc7239-3999-4d65-8c46-b0ab6c2165af,,USER,what is the size of new mexico,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'new mexico'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -38976744-7ae0-4f4a-b109-d923df4c79c3,,USER,How many projects are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Project_ID"",""aggregation"":""count""}]}","[{""columns"":[""Project_ID"",""Project_Details""],""name"":""Projects"",""type"":""grid""}]" -91b916bf-f842-4c65-969b-18db26974c41,,USER,"What are the category of music festivals with result ""Awarded""?","{""actions"":[{""actionType"":""condition"",""column"":""RESULT"",""operation"":""="",""value"":""'Awarded'""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" -bd3a7f75-0831-41e9-86b3-18644f2a7529,,USER,Show the number of customers for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" -990053c2-bdf8-43c6-b6cc-fad11f69e2c0,,USER,Find the total population of the top 3 districts with the largest area.,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_population"",""aggregation"":""sum""},{""actionType"":""topFilter"",""column"":""city_area"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" -dcfb33a4-0fcc-4987-ba9f-e6caa36a95b3,,USER,"What are the earnings of poker players, ordered descending by value?","{""actions"":[{""actionType"":""sorting"",""column"":""Earnings"",""direction"":""desc""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" -6c9f9491-5797-49e3-bfb5-fb0e1c55743b,,USER,Show different occupations along with the number of players in each occupation.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Occupation""}]}","[{""columns"":[""Player_ID"",""Sponsor_name"",""Player_name"",""Gender"",""Residence"",""Occupation"",""Votes"",""Rank""],""name"":""player"",""type"":""grid""}]" -74e0ebe4-6d58-4575-9368-56cf9fb70064,,USER,Return the names and ids of customers who have TN in their address.,"{""actions"":[{""actionType"":""condition"",""column"":""customer_address"",""operation"":""contains"",""value"":""TN""}]}","[{""columns"":[""customer_id"",""payment_method_code"",""customer_code"",""customer_name"",""customer_address"",""customer_phone"",""customer_email""],""name"":""Customers"",""type"":""grid""}]" -23a90034-c37e-43f9-bd0a-26549fddb19c,,USER,What are the names of all the countries that became independent after 1950?,"{""actions"":[{""actionType"":""condition"",""column"":""IndepYear"",""operation"":"">"",""value"":1950}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -ddbcb78a-3032-420a-9425-ed505fa87769,,USER,Return the highest acc percent across all basketball matches.,"{""actions"":[{""actionType"":""topFilter"",""column"":""acc_percent"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Team_ID"",""School_ID"",""Team_Name"",""ACC_Regular_Season"",""ACC_Percent"",""ACC_Home"",""ACC_Road"",""All_Games"",""All_Games_Percent"",""All_Home"",""All_Road"",""All_Neutral""],""name"":""basketball_match"",""type"":""grid""}]" -607442a3-1684-4d61-89af-31c8c3f4607f,,USER,Sort the first names of all the authors in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""fname"",""direction"":""asc""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" -76deacc7-651a-4d3d-8977-58ce6ba8d4ac,,USER,Display the order ids and the total quantity of products in each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_quantity"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -a9ee2e37-54a9-4273-bf8f-f43874a56798,,USER,"For each document, list the number of employees who have showed up in the circulation history of that document. List the document ids and number of employees.","{""actions"":[{""actionType"":""aggregations"",""column"":""employee_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""}]}","[{""columns"":[""document_id"",""draft_number"",""copy_number"",""employee_id""],""name"":""Circulation_History"",""type"":""grid""}]" -2df417a9-adea-4bc6-bb12-80228a86f731,,USER,How many distinct hometowns did these people have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Hometown"",""aggregation"":""count""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" -32b1004e-83d1-4070-827b-2bf6c3a90530,,USER,Calculate the average weight for each type of pet.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -b353db87-8fef-4bec-8b9f-b0bea88e7c07,,USER,Identify the mean price range for hotels based on their star rating code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""star_rating_code""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -b6cb39a2-9976-45d5-a084-8e18dff47fc5,,USER,What are the names of enzymes in descending order?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" -c9c608cd-422f-4668-8715-e2c28db25145,,USER,Find the id of the order made most recently.,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_order_placed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""date_order_placed"",""order_details""],""name"":""Orders"",""type"":""grid""}]" -4421d523-f130-49d9-b444-24b3274af81c,,USER,What is the name of the race held most recently?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" -6b6bbd30-6d53-4e9a-bbfc-3ac6ddb30346,,USER,"Find the phone number of performer ""Ashley"".","{""actions"":[{""actionType"":""condition"",""column"":""Customer_Name"",""operation"":""="",""value"":""'Ashley'""}]}","[{""columns"":[""Performer_ID"",""Address_ID"",""Customer_Name"",""Customer_Phone"",""Customer_Email_Address"",""Other_Details""],""name"":""Performers"",""type"":""grid""}]" -834b8ad5-d33f-4eeb-a1a1-d61323b99ce9,,USER,What is the average number of injuries caused each time?,"{""actions"":[{""actionType"":""aggregations"",""column"":""injured"",""aggregation"":""avg""}]}","[{""columns"":[""caused_by_ship_id"",""id"",""note"",""killed"",""injured""],""name"":""death"",""type"":""grid""}]" -cffbe462-335d-4c2b-ac50-c65016a166d9,,USER,In which country does Roberto Almeida?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Roberto'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Almeida'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" -1a913e06-f164-4651-aad9-b84e889f9cab,,USER,Return the name of the wrestler who had the lowest number of days held.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Days_held"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" -514d42f4-f1f5-4a6f-9767-1738e31e085a,,USER,List all product names in ascending order of price.,"{""actions"":[{""actionType"":""sorting"",""column"":""Product_Price"",""direction"":""asc""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" -8c5d1d6c-2930-42c0-af15-1e46bbcafa58,,USER,Show the name of drivers in descending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""Driver_ID"",""Name"",""Party"",""Home_city"",""Age""],""name"":""driver"",""type"":""grid""}]" -9afbbf13-737d-45fb-80e4-1568b2962740,,USER,"What are the name, population, and life expectancy of the largest Asian country by land?","{""actions"":[{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Asia'""},{""actionType"":""topFilter"",""column"":""SurfaceArea"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -e78998c2-3c2e-47cb-82dc-727797259ab2,,USER,What are the names of climbers who are not from the country of Switzerland?,"{""actions"":[{""actionType"":""condition"",""column"":""Country"",""operation"":""!="",""value"":""'Switzerland'""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -533cb4e5-c167-47a8-93d6-247041df50d7,,USER,What are the room name and base price of the room with the lowest base price?,"{""actions"":[{""actionType"":""topFilter"",""column"":""basePrice"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -998b521c-0c4d-4259-85e2-01b406df1aa1,,USER,How many sections does each course has?,"{""actions"":[{""actionType"":""aggregations"",""column"":""CLASS_CODE"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""crs_code""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -4d12021e-ba94-4ff0-8227-94583e44e4e9,,USER,"What are the teams of the players, sorted in ascending alphabetical order?","{""actions"":[{""actionType"":""sorting"",""column"":""Team"",""direction"":""asc""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" -ccbc27e6-6568-4fbe-b532-cb04fa1b849b,,USER,Show all template type codes and number of templates for each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_type_code""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" -e72b0fe4-f3d9-4c11-8305-ca8a41d7d073,,USER,Show all buildings and the number of faculty members associated with each building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -6cac44b8-c206-4e9e-b36a-305601f19d18,,USER,Compute the total amount of settlement across all the settlements.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Amount_Settled"",""aggregation"":""sum""}]}","[{""columns"":[""Settlement_ID"",""Claim_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled"",""Customer_Policy_ID""],""name"":""Settlements"",""type"":""grid""}]" -91e3a494-3650-4f69-98c2-2e5f20910d6e,,USER,What is the song in the volume with the maximum weeks on top?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Weeks_on_Top"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" -6dfccd71-6b27-4b49-a4e4-323db01dda42,,USER,How many different roles are there on the project staff?,"{""actions"":[{""actionType"":""aggregations"",""column"":""role_code"",""aggregation"":""count""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" -b41fa1ad-cc0b-48ba-83c3-396d07249784,,USER,Which model has the least amount of RAM? List the model name and the amount of RAM.,"{""actions"":[{""actionType"":""topFilter"",""column"":""RAM_MiB"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Model_name"",""Launch_year"",""RAM_MiB"",""ROM_MiB"",""Slots"",""WiFi"",""Bluetooth""],""name"":""chip_model"",""type"":""grid""}]" -23462f6f-ec3c-4b17-a4f8-60c1fc590eaa,,USER,Count the number of customers who have an account.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -b671ce5c-13eb-4104-8544-af35a4793a2b,,USER,Show all transaction ids with transaction code 'PUR'.,"{""actions"":[{""actionType"":""condition"",""column"":""transaction_type_code"",""operation"":""="",""value"":""PUR""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -2a9a154e-ba0f-48c7-9cf1-c61b813600fc,,USER,Count the number of customers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" -9361b630-d15e-4e11-aadb-f8f30d376404,,USER,How many different software platforms are there for devices?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Software_Platform"",""aggregation"":""count""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" -1ecdef7f-3818-407b-bf53-f1aa6a49854d,,USER,Which school has the smallest enrollment size per state and what is its name?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -212133b0-46fc-4f5b-98a2-068845be5d9d,,USER,Show all book categories and the number of books in each category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""category""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -61dec678-a4c7-450e-a0e5-834a96468dc0,,USER,What is the author of the submission with the highest score?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Scores"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" -3a8b75e6-f8ab-43f5-9144-c89c667c0bce,,USER,What are 3 most highly rated episodes in the TV series table and what were those ratings?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Rating"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" -10771d6a-4b6d-45d5-90ca-a4ee40f5cbc5,,USER,Find the number of followers for each user.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -2e073a4f-54be-40db-8c3b-e2ff0a7335d3,,USER,List the names and buildings of all departments sorted by the budget from large to small.,"{""actions"":[{""actionType"":""sorting"",""column"":""budget"",""direction"":""desc""}]}","[{""columns"":[""dept_name"",""building"",""budget""],""name"":""department"",""type"":""grid""}]" -8ba0fd2b-31d6-4324-a793-706e48bf23e2,,USER,List the Episode of all TV series sorted by rating.,"{""actions"":[{""actionType"":""sorting"",""column"":""rating"",""direction"":""asc""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" -aa48f47f-3086-4d1c-a3c7-32122a81d28d,,USER,Show the number of IT staff employees from each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""IT Staff""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -fac981f1-1b45-4589-893a-7af2a9347bab,,USER,Which city does student Linda Smith live in?,"{""actions"":[{""actionType"":""condition"",""column"":""Fname"",""operation"":""="",""value"":""'Linda'""},{""actionType"":""condition"",""column"":""Lname"",""operation"":""="",""value"":""'Smith'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -bd4b0e31-55e3-4db3-b71d-6d52af311bb3,,USER,Find the names of all races held in 2017.,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2017}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" -99051bdf-b369-4e90-b8cc-28ed54b7bd07,,USER,Count the number of documents.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -6fc807af-b7a4-4361-b279-5a11f3595ab0,,USER,Find the number of distinct type of pets.,"{""actions"":[{""actionType"":""aggregations"",""column"":""pettype"",""aggregation"":""count""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -4fa67efc-d89b-4f2e-8a54-52f181fe5f43,,USER,How many friends does each student have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""friend_id""],""name"":""Friend"",""type"":""grid""}]" -31a37aa2-3074-4448-bf76-36da1ae93b82,,USER,Show the position of players and the corresponding number of players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Season"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" -5dcb0b00-71a6-48bd-b098-765635285c82,,USER,which rivers flow through illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -07ad3b75-8564-4977-b139-a8f64ae9af49,,USER,"display the full name (first and last), hire date, salary, and department number for those employees whose first name does not containing the letter M.","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""not contains"",""value"":""M""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -2687c6d5-4495-4f7e-b9e5-2a0685d6426b,,USER,Find the name of customer who has the lowest credit score.,"{""actions"":[{""actionType"":""topFilter"",""column"":""credit_score"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -c157dbab-c43a-4682-854e-7bf0d6fdefea,,USER,What are the names of people who are not from Russia?,"{""actions"":[{""actionType"":""condition"",""column"":""Nationality"",""operation"":""!="",""value"":""'Russia'""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" -6997a065-1637-4780-b660-06ec2feae263,,USER,How many male and female assistant professors do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""rank"",""operation"":""="",""value"":""'AsstProf'""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -84d6fc19-b9bd-4791-8e67-37eac050740b,,USER,"Show the advisors of the students whose city of residence has city code ""BAL"".","{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""="",""value"":""'BAL'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -21b34f14-6e5e-41ac-9633-7173daeb186f,,USER,What are the titles of all movies that James Cameron directed after 2000?,"{""actions"":[{""actionType"":""condition"",""column"":""director"",""operation"":""="",""value"":""James Cameron""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" -b0492d13-a0f0-481c-b0b3-bfd8f0980701,,USER,Give me the number of faculty members who participate in an activity,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""}]}","[{""columns"":[""FacID"",""actid""],""name"":""Faculty_Participates_in"",""type"":""grid""}]" -b2632d4f-3937-4cdc-bcae-7cc75ec18624,,USER,What are the document ids for the budget type code 'SF'?,"{""actions"":[{""actionType"":""condition"",""column"":""budget_type_code"",""operation"":""="",""value"":""SF""}]}","[{""columns"":[""Document_ID"",""Budget_Type_Code"",""Document_Details""],""name"":""Documents_with_Expenses"",""type"":""grid""}]" -6cdd04f0-efd0-4cf0-8bba-eca717a98097,,USER,What is the description of the marketing region China?,"{""actions"":[{""actionType"":""condition"",""column"":""Marketing_Region_Name"",""operation"":""="",""value"":""'China'""}]}","[{""columns"":[""Marketing_Region_Code"",""Marketing_Region_Name"",""Marketing_Region_Descriptrion"",""Other_Details""],""name"":""Marketing_Regions"",""type"":""grid""}]" -5ea4a25b-7c36-4de7-9f30-97071a98df80,,USER,"What is the nationality of the actor "" Christoph Waltz "" ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Christoph Waltz'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -f7c317e8-d2e1-4703-b6a6-698e4bf3599b,,USER,When is the last day any resident moved in?,"{""actions"":[{""actionType"":""aggregations"",""column"":""date_moved_in"",""aggregation"":""max""}]}","[{""columns"":[""resident_id"",""property_id"",""date_moved_in"",""date_moved_out"",""other_details""],""name"":""Residents"",""type"":""grid""}]" -69324340-e86a-4148-b645-2256a43366c7,,USER,List the first name of all employees with job code PROF ordered by their date of birth.,"{""actions"":[{""actionType"":""condition"",""column"":""emp_jobcode"",""operation"":""="",""value"":""PROF""},{""actionType"":""sorting"",""column"":""emp_dob"",""direction"":""asc""}]}","[{""columns"":[""EMP_NUM"",""EMP_LNAME"",""EMP_FNAME"",""EMP_INITIAL"",""EMP_JOBCODE"",""EMP_HIREDATE"",""EMP_DOB""],""name"":""EMPLOYEE"",""type"":""grid""}]" -e33c4eb1-a7cf-40b4-a1b6-a2827483724d,,USER,which rivers are in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -6be1f2fb-bacc-4f84-b4d6-5b6e60773db1,,USER,Give me the dates when the max temperature was higher than 85.,"{""actions"":[{""actionType"":""condition"",""column"":""max_temperature_f"",""operation"":"">"",""value"":85}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -21d0c137-815a-4a22-bcd1-810ee659a544,,USER,What is the maximum enrollment across all schools?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""max""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -7d2d3bce-b151-43fd-87b0-9390b60eae2e,,USER,Find the state which has the most number of customers.,"{""actions"":[{""actionType"":""grouping"",""column"":""state""},{""actionType"":""topFilter"",""column"":""no_of_customers"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -92b413b9-3925-40fe-8071-0a25a749a651,,USER,How many acting statuses are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""temporary_acting"",""aggregation"":""count""}]}","[{""columns"":[""department_ID"",""head_ID"",""temporary_acting""],""name"":""management"",""type"":""grid""}]" -b3045082-f227-4d6e-8b0f-a11a300f3c33,,USER,Display the classroom number and the total number of students for each fourth-grade classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'4'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -e5b36650-d7fb-4b10-8629-a0447c3fd823,,USER,What is the total number of companies?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -65ce998a-ee60-45a3-b706-53919597dc9d,,USER,Advisor 1121 has how many students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Advisor"",""operation"":""="",""value"":1121}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -5f98ed6d-6361-44f5-9d27-1a4fc4aeb3e9,,USER,What is the total population of Gelderland district?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""District"",""operation"":""="",""value"":""'Gelderland'""}]}","[{""columns"":[""ID"",""Name"",""CountryCode"",""District"",""Population""],""name"":""city"",""type"":""grid""}]" -04d7a66c-1424-4c92-b920-41d340a5f10c,,USER,What are the first names and birth dates of players from the USA?,"{""actions"":[{""actionType"":""condition"",""column"":""country_code"",""operation"":""="",""value"":""USA""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -53d13530-4933-449d-9850-d8ac6ed54533,,USER,List all customer status codes and the number of customers with each status code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_status_code""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -474d2309-bcc2-4349-978c-aab5fe69fcf4,,USER,What is the average miles per gallon of all the cards with 4 cylinders?,"{""actions"":[{""actionType"":""aggregations"",""column"":""mpg"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Cylinders"",""operation"":""="",""value"":4}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -174f8113-28bd-49f2-93a9-63a9d56bebaf,,USER,"return me the number of the organizations in "" North America "" .","{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'North America'""}]}","[{""columns"":[""continent"",""homepage"",""name"",""oid""],""name"":""organization"",""type"":""grid""}]" -1a847b4b-9827-47c6-a479-3ea11cbcba62,,USER,What are the unique names of all race held between 2014 and 2017?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":2014},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2017}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" -eac8e2fa-3878-4516-9225-91f32b96e134,,USER,Calculate the number of likes for each student ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""liked_id""],""name"":""Likes"",""type"":""grid""}]" -bc375348-cb5b-4925-8c7b-4ee29258726c,,USER,Calculate the average room price for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -64991ec9-2066-45ce-87aa-865653c53315,,USER,Find the average order quantity per order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_quantity"",""aggregation"":""avg""}]}","[{""columns"":[""order_id"",""product_id"",""order_quantity""],""name"":""Order_Items"",""type"":""grid""}]" -3d07034e-7275-4f58-b9b9-7854cf14814e,,USER,how many cities does the usa have,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""COUNT""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -d19c93fa-cef9-40de-ae7a-79bc375c77c5,,USER,"What is the date, average temperature and mean humidity for the days with the 3 largest maximum gust speeds?","{""actions"":[{""actionType"":""topFilter"",""column"":""max_gust_speed_mph"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -fb8eb6d1-2d3c-407e-9f19-8368447f2916,,USER,How many different forms of governments are there in Africa?,"{""actions"":[{""actionType"":""aggregations"",""column"":""GovernmentForm"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Africa'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -119dd6d2-bf8e-4347-b731-4daa4ff55cdb,,USER,What is the maximum accelerate for all the different cylinders?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Accelerate"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Cylinders""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -d68ee6c1-764e-4700-8ec9-b69bc2ec7c4a,,USER,List the total points of gymnasts in descending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Total_Points"",""direction"":""desc""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" -9327a38c-4ae1-4049-8b90-d1523033596d,,USER,"Which buildings does ""Emma"" manage? Give me the short names of the buildings.","{""actions"":[{""actionType"":""condition"",""column"":""building_manager"",""operation"":""="",""value"":""'Emma'""}]}","[{""columns"":[""building_id"",""building_short_name"",""building_full_name"",""building_description"",""building_address"",""building_manager"",""building_phone""],""name"":""Apartment_Buildings"",""type"":""grid""}]" -434ac0ad-65e7-4bb2-9fd1-996eb124eb76,,USER,which states have a major city named austin,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'austin'""},{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -bee59c34-ee48-4a8f-9bfb-83d85446a7e0,,USER,Give the ids of documents with expenses that have the budget code 'SF'.,"{""actions"":[{""actionType"":""condition"",""column"":""budget_type_code"",""operation"":""="",""value"":""SF""}]}","[{""columns"":[""Document_ID"",""Budget_Type_Code"",""Document_Details""],""name"":""Documents_with_Expenses"",""type"":""grid""}]" -6ac69418-6a6b-4ae5-9c50-03135214b66c,,USER,What are the names of festivals held in year 2007?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2007}]}","[{""columns"":[""Festival_ID"",""Festival_Name"",""Chair_Name"",""Location"",""Year"",""Num_of_Audience""],""name"":""festival_detail"",""type"":""grid""}]" -979ccae0-e18a-48f3-9deb-3174a0218491,,USER,Show the number of projects.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Project_ID"",""aggregation"":""count""}]}","[{""columns"":[""Project_ID"",""Project_Details""],""name"":""Projects"",""type"":""grid""}]" -777a6ab1-9e42-455d-8eb2-c9a3e5d1f05f,,USER,How many faculty members does each building have? List the result with the name of the building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -f77e955d-cdda-42f6-b3d1-c5eeed97484a,,USER,Show all countries and the number of people from each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""People_ID"",""Name"",""Country"",""Is_Male"",""Age""],""name"":""people"",""type"":""grid""}]" -8f18b3b7-b8b5-4e05-b01e-baa33bcf0322,,USER,Show the average population of all counties.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" -3464fd29-c264-4d08-b7ac-4bf29e4c61fa,,USER,how many cities are there in the us,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""COUNT""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -bd58e556-30a6-406d-92bd-3c096748bd0e,,USER,"What is the partition id of the user named ""Iron Man"".","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Iron Man""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" -1734cae0-ee17-4818-8bdc-4c9ff1a04d50,,USER,What are the names of all wines produced in 2008?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":""'2008'""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -90b167ec-1de1-46ce-afe6-277cb718bf57,,USER,List the average base price for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -d24789ee-1819-4d1f-ad55-89a3c4170cd8,,USER,What is the number of distinct languages used around the world?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LANGUAGE"",""aggregation"":""count""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -417d20e9-e323-4c22-89aa-a51b0fd15921,,USER,List the snatch score and clean jerk score of body builders in ascending order of snatch score.,"{""actions"":[{""actionType"":""sorting"",""column"":""Snatch"",""direction"":""asc""}]}","[{""columns"":[""Body_Builder_ID"",""People_ID"",""Snatch"",""Clean_Jerk"",""Total""],""name"":""body_builder"",""type"":""grid""}]" -fe3ace55-5681-43de-89ec-be751e635422,,USER,Find the average unit price for a track.,"{""actions"":[{""actionType"":""aggregations"",""column"":""UnitPrice"",""aggregation"":""AVG""}]}","[{""columns"":[""TrackId"",""Name"",""AlbumId"",""MediaTypeId"",""GenreId"",""Composer"",""Milliseconds"",""Bytes"",""UnitPrice""],""name"":""Track"",""type"":""grid""}]" -87a8e9a4-9d36-4bcf-8e46-9fbbd31cb63d,,USER,How many distinct teams are involved in match seasons?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Team"",""aggregation"":""count""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" -474c1714-e11c-4c42-a701-a217d8fe049a,,USER,Show the shop addresses ordered by their opening year.,"{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Shop_ID"",""Address"",""Num_of_staff"",""Score"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" -283502b0-a241-428d-865b-7fd5b3cb22c3,,USER,List the country ID and number of cities associated with each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""country_id""}]}","[{""columns"":[""LOCATION_ID"",""STREET_ADDRESS"",""POSTAL_CODE"",""CITY"",""STATE_PROVINCE"",""COUNTRY_ID""],""name"":""locations"",""type"":""grid""}]" -322d1774-0d93-4d26-8daa-50a173994700,,USER,How many distinct transaction types are used in the transactions?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_type_code"",""aggregation"":""COUNT""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -8daa76fd-3bfc-4e67-b5dd-77692e5b998d,,USER,Display various artwork categories and their respective quantities.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artwork_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Artwork_ID"",""Type"",""Name""],""name"":""artwork"",""type"":""grid""}]" -777ac9f1-feb2-47f4-899f-8bb80105d8d3,,USER,What is the shipping agent code of shipping agent UPS?,"{""actions"":[{""actionType"":""condition"",""column"":""shipping_agent_name"",""operation"":""="",""value"":""'UPS'""}]}","[{""columns"":[""shipping_agent_code"",""shipping_agent_name"",""shipping_agent_description""],""name"":""Ref_Shipping_Agents"",""type"":""grid""}]" -7ef0ebf0-dfdb-4de3-b4ac-7046af5d3b19,,USER,How many different classes are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""class_code"",""aggregation"":""count""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -2f731a2a-5133-4657-b982-6e42f6079725,,USER,"For each grade 0 classroom, report the total number of students.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'0'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -8b943ba1-2b8b-40d4-bd6c-74427181161e,,USER,How many train stations are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Station_ID"",""aggregation"":""count""}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" -3dc69acf-34b3-4c5b-92c1-b807da215ace,,USER,List the names of buildings in descending order of building height.,"{""actions"":[{""actionType"":""sorting"",""column"":""Height"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""City"",""Height"",""Stories"",""Status""],""name"":""buildings"",""type"":""grid""}]" -1a555392-d281-4ba2-a698-a1fcde315ffc,,USER,Which campus was opened between 1935 and 1939?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":1935},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":1939}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" -cbd872d5-dd56-4881-b69f-68b4a19c7092,,USER,Display various software platforms and the number of devices using each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Software_Platform""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" -e4cb2dfd-474a-41af-ac5c-0a6aa7996331,,USER,How many rooms with king beds are there for each decor type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -cd32b17b-0e46-4b57-b0ce-e453561af2b7,,USER,Which city has the lowest GDP? Please list the city name and its GDP.,"{""actions"":[{""actionType"":""topFilter"",""column"":""GDP"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" -b3e70445-47a1-48bf-91cb-3f54790e4511,,USER,"Show the names and locations of institutions that are founded after 1990 and have the type ""Private"".","{""actions"":[{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1990},{""actionType"":""condition"",""column"":""TYPE"",""operation"":""="",""value"":""Private""}]}","[{""columns"":[""Institution_id"",""Institution"",""Location"",""Founded"",""Type"",""Enrollment"",""Team"",""Primary_Conference"",""building_id""],""name"":""Institution"",""type"":""grid""}]" -6ae44ec4-92f7-4958-928c-5410430d1ec2,,USER,What are the names of shops in ascending order of open year?,"{""actions"":[{""actionType"":""sorting"",""column"":""Open_Year"",""direction"":""asc""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" -29c3f29b-61d4-449f-9310-9c23fd6ccd7d,,USER,What are the name and location of the cinema with the largest capacity?,"{""actions"":[{""actionType"":""topFilter"",""column"":""capacity"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Cinema_ID"",""Name"",""Openning_year"",""Capacity"",""Location""],""name"":""cinema"",""type"":""grid""}]" -3c365a2f-a6db-474c-8286-6e7f841156fb,,USER,How many dorms have amenities?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dormid"",""aggregation"":""count""}]}","[{""columns"":[""dormid"",""amenid""],""name"":""Has_amenity"",""type"":""grid""}]" -f15f883f-bf0b-4b75-b0ae-117bc9f88e26,,USER,What is the total number of games played?,"{""actions"":[{""actionType"":""aggregations"",""column"":""gamesplayed"",""aggregation"":""sum""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" -0ae35914-7263-4d1c-aac3-c75198ed03a1,,USER,"Find the ""date became customers"" of the customers whose ID is between 10 and 20.","{""actions"":[{""actionType"":""condition"",""column"":""customer_id"",""operation"":"">="",""value"":10},{""actionType"":""condition"",""column"":""customer_id"",""operation"":""<="",""value"":20}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" -2e3f93d8-f471-4c6e-b011-b44dae8482aa,,USER,List order ids and the product count for each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -0e8acbec-19a4-4f5b-91ad-e973c3777e57,,USER,"Show the description of transaction type with code ""PUR"".","{""actions"":[{""actionType"":""condition"",""column"":""transaction_type_code"",""operation"":""="",""value"":""'PUR'""}]}","[{""columns"":[""transaction_type_code"",""transaction_type_description""],""name"":""Ref_Transaction_Types"",""type"":""grid""}]" -446c425c-ad36-4c4e-bfc5-68cabe55ba92,,USER,"What are the distinct years in which the competitions type is not ""Tournament""?","{""actions"":[{""actionType"":""condition"",""column"":""Competition_type"",""operation"":""!="",""value"":""'Tournament'""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" -8a21765f-3762-4d0b-9384-ae51056eebdb,,USER,What are the maximum price and score of wines in each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -7a328fd9-1d22-4bd0-90fd-dd960f06a407,,USER,Find the first names and last names of male (sex is M) faculties who live in building NEB.,"{""actions"":[{""actionType"":""condition"",""column"":""sex"",""operation"":""="",""value"":""'M'""},{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'NEB'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -28feb93f-a026-4c9d-bf2e-047732d8665b,,USER,"Return the different document ids along with the number of paragraphs corresponding to each, ordered by id.","{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""},{""actionType"":""sorting"",""column"":""document_id"",""direction"":""asc""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" -8a358cd2-9948-4dc6-b74a-5b80c384bb24,,USER,"What are the addresses of the course authors or tutors with personal name ""Cathrine""","{""actions"":[{""actionType"":""condition"",""column"":""personal_name"",""operation"":""="",""value"":""'Cathrine'""}]}","[{""columns"":[""author_id"",""author_tutor_ATB"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name"",""gender_mf"",""address_line_1""],""name"":""Course_Authors_and_Tutors"",""type"":""grid""}]" -b1c33f49-58be-4992-9666-27f899cbf12c,,USER,Give the ids of the three products purchased in the largest amounts.,"{""actions"":[{""actionType"":""topFilter"",""column"":""total_amount_purchased"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""product_id"",""supplier_id"",""date_supplied_from"",""date_supplied_to"",""total_amount_purchased"",""total_value_purchased""],""name"":""Product_Suppliers"",""type"":""grid""}]" -cf700d37-d6b7-4bee-a9d7-a728230d86f9,,USER,"Find the names of all artists that have ""a"" in their names.","{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""ArtistId"",""Name""],""name"":""Artist"",""type"":""grid""}]" -8d77aea7-4e31-443c-9b5d-c5c1614377a9,,USER,Show phone carriers and the number of phones associated with each carrier.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Name"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Carrier""}]}","[{""columns"":[""Name"",""Phone_ID"",""Memory_in_G"",""Carrier"",""Price""],""name"":""phone"",""type"":""grid""}]" -2a1c41d3-17d7-44df-9afe-d0ea37504449,,USER,Show the student IDs and numbers of friends corresponding to each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""friend_id""],""name"":""Friend"",""type"":""grid""}]" -1583ef16-0a72-402e-8a21-1d360b128252,,USER,how many people stay in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -ae013581-462d-40d3-9c58-d9d31b8e1dc6,,USER,Find the name of the airport in the city of Goroka.,"{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""Goroka""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -9dac23dd-f306-4748-8971-eb82e1b653d5,,USER,What country does Roberto Almeida live?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Roberto'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Almeida'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" -f61e4a9d-e16c-4899-b40a-3a0e664a849c,,USER,what are the rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -be1e2590-0d8e-46b8-972b-d00a98523328,,USER,Return the average money requested across all entrepreneurs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Money_Requested"",""aggregation"":""avg""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" -123fde45-cc66-4067-938c-a96fcdb55d8e,,USER,the names of models that launched between 2002 and 2004.,"{""actions"":[{""actionType"":""condition"",""column"":""Launch_year"",""operation"":"">="",""value"":2002},{""actionType"":""condition"",""column"":""Launch_year"",""operation"":""<="",""value"":2004}]}","[{""columns"":[""Model_name"",""Launch_year"",""RAM_MiB"",""ROM_MiB"",""Slots"",""WiFi"",""Bluetooth""],""name"":""chip_model"",""type"":""grid""}]" -b66ba106-301f-4f53-ab30-fdf8be3db9f4,,USER,How many students are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -3596df0d-ce6f-468b-9d6e-e07fc324ee18,,USER,What are all the distinct participant ids who attended any events?,"{""actions"":[{""actionType"":""aggregations"",""column"":""participant_id"",""aggregation"":""count""}]}","[{""columns"":[""Event_ID"",""Participant_ID""],""name"":""Participants_in_Events"",""type"":""grid""}]" -20b03663-a8bd-49fa-8dc2-f2299be8959f,,USER,Find the number of users called Michelle,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Michelle'""}]}","[{""columns"":[""uid"",""user_id"",""name""],""name"":""user"",""type"":""grid""}]" -94851e31-29d3-4e68-b1d2-4ff054034133,,USER,How many parties are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Party_ID"",""aggregation"":""count""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" -ba5d9e12-5886-4074-bc75-02ec986374ea,,USER,List names of all pilot aged 30 or younger in descending alphabetical order.,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":""<="",""value"":30},{""actionType"":""sorting"",""column"":""Name"",""direction"":""desc""}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" -0419b29f-1749-4f15-94e5-632910810395,,USER,Who is the advisor of student with ID 1004?,"{""actions"":[{""actionType"":""condition"",""column"":""StuID"",""operation"":""="",""value"":1004}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -2cf668d5-39c4-47b2-8363-e9d075265fe2,,USER,Show the names and total passengers for all train stations not in London.,"{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""!="",""value"":""London""}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" -a166881e-458b-4500-ada5-18c4778845e2,,USER,What are all the movies rated as R? List the titles.,"{""actions"":[{""actionType"":""condition"",""column"":""rating"",""operation"":""="",""value"":""R""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" -1ba529b3-45d2-4fee-bcd2-d110b148dcf5,,USER,What is the name of the bank branch with the greatest number of customers?,"{""actions"":[{""actionType"":""topFilter"",""column"":""no_of_customers"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -9119f68e-d136-431c-8083-7316a69ebcf5,,USER,How many distinct courses are enrolled in by students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""course_id"",""aggregation"":""count""}]}","[{""columns"":[""registration_id"",""student_id"",""course_id"",""date_of_enrolment"",""date_of_completion""],""name"":""Student_Course_Enrolment"",""type"":""grid""}]" -e6ead950-b02a-4f00-9eca-83209a9bf6b2,,USER,"What are the themes and years for exhibitions, sorted by ticket price descending?","{""actions"":[{""actionType"":""sorting"",""column"":""ticket_price"",""direction"":""desc""}]}","[{""columns"":[""Exhibition_ID"",""Year"",""Theme"",""Artist_ID"",""Ticket_Price""],""name"":""exhibition"",""type"":""grid""}]" -a1f998c7-d772-4a15-befa-ce8e87f3d1af,,USER,How many singers are there in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Appelation""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -3da954ea-2690-4389-936f-29e3c78d893a,,USER,How many climbers are from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -4c8feaa5-53dc-4749-a843-b701575a19e8,,USER,"List every individual's first name, middle name and last name in alphabetical order by last name.","{""actions"":[{""actionType"":""sorting"",""column"":""individual_last_name"",""direction"":""asc""}]}","[{""columns"":[""individual_id"",""individual_first_name"",""individual_middle_name"",""inidividual_phone"",""individual_email"",""individual_address"",""individual_last_name""],""name"":""Individuals"",""type"":""grid""}]" -8e445a1e-67bf-4e0b-9a1a-bd94c039d5b1,,USER,"Find the state, account type, and credit score of the customer whose number of loan is 0.","{""actions"":[{""actionType"":""condition"",""column"":""no_of_loans"",""operation"":""="",""value"":0}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -443d1e8c-1b6e-4c47-8934-fdbb29b0a445,,USER,"Find job id and date of hire for those employees who was hired between November 5th, 2007 and July 5th, 2009.","{""actions"":[{""actionType"":""condition"",""column"":""hire_date"",""operation"":"">="",""value"":""2007-11-05""},{""actionType"":""condition"",""column"":""hire_date"",""operation"":""<="",""value"":""2009-07-05""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -afb9c2e0-87da-4d5b-aab1-7097f114d5b4,,USER,Find the total number of students enrolled in the colleges that were founded after the year of 1850 for each affiliation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1850},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -0e76e618-ec1f-4147-bd21-29b81827a3ff,,USER,What are the names of all the clubs starting with the oldest?,"{""actions"":[{""actionType"":""sorting"",""column"":""Start_year"",""direction"":""asc""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" -8c936988-df7d-49b3-871b-b0ffdd99f8b4,,USER,Show the id of each employee and the number of authorized document destructions for each employee.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""gameid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" -b290013f-8e78-4249-a0de-5d1f7949d020,,USER,What is the average number of people injured by all perpetrators?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Injured"",""aggregation"":""avg""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" -eab47e8c-4acf-44e0-bd9e-c3bffefdebc0,,USER,"Show the years, book titles, and publishers for all books, in descending order by year.","{""actions"":[{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""desc""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -8ce81a62-5884-409d-9e9e-0eaf4d2e31ea,,USER,What are the population and life expectancies in Brazil?,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""="",""value"":""'Brazil'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -03662592-0d4c-443d-bf96-7a2aa1e4bba9,,USER,List the names of editors in ascending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""asc""}]}","[{""columns"":[""Editor_ID"",""Name"",""Age""],""name"":""editor"",""type"":""grid""}]" -44d86888-eadd-43ad-ae8a-975cdfde0a2b,,USER,How many colleges in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""cName"",""aggregation"":""count""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -2ac65b0b-849f-4b34-a8cf-a01c22c0d518,,USER,Identify the youngest age for each job position.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -d2d93d65-b442-45c6-b8e5-46b89b0742b4,,USER,Give the airport code and airport name corresonding to the city Anthony.,"{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Anthony'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" -44dee565-e57c-474e-a49c-71eed58c3691,,USER,Find the branch names of banks in the New York state.,"{""actions"":[{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""New York""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -de8794ca-16cf-4eec-980d-be3a119b371e,,USER,Display each language and the number of TV channels that use it.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LANGUAGE""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -8adf994e-4067-4900-8e79-9f728117a717,,USER,What is the average base cost for each bed type? List the bed types and their average prices.,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -24e8bbd6-6f15-4966-a1cd-099ed45b3391,,USER,List the total number of horses on farms in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Total_Horses"",""direction"":""asc""}]}","[{""columns"":[""Farm_ID"",""Year"",""Total_Horses"",""Working_Horses"",""Total_Cattle"",""Oxen"",""Bulls"",""Cows"",""Pigs"",""Sheep_and_Goats""],""name"":""farm"",""type"":""grid""}]" -9ee6e617-4330-4c91-80ca-0b6a58abe330,,USER,Return the amount of the largest payment.,"{""actions"":[{""actionType"":""topFilter"",""column"":""amount"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""payment_id"",""customer_id"",""staff_id"",""rental_id"",""amount"",""payment_date"",""last_update""],""name"":""payment"",""type"":""grid""}]" -50168c23-e13f-4903-b732-649a46a130bd,,USER,Determine the types of competitions and the count of competitions for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Competition_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Competition_type""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" -026acb9d-f332-460c-8a25-1170d667e792,,USER,How many documents are associated with each project ID?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -fb00b419-076b-41d9-a8ca-6cf2df8dd162,,USER,"What is the product category description and unit of measurement of category ""Herbs""?","{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Herbs'""}]}","[{""columns"":[""product_category_code"",""product_category_description"",""unit_of_measure""],""name"":""Ref_Product_Categories"",""type"":""grid""}]" -4c461197-8b89-4f5d-9b1f-f2c4cb264c29,,USER,What is the average price of wine for each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -61a4fdc4-28c5-4bce-b56a-a1825c7d4b16,,USER,order all gas station locations by the opening year.,"{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Station_ID"",""Open_Year"",""Location"",""Manager_Name"",""Vice_Manager_Name"",""Representative_Name""],""name"":""gas_station"",""type"":""grid""}]" -7e61c033-992e-473e-ab96-537dfdfd61e9,,USER,List the distinct region of clubs in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Region"",""direction"":""asc""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" -0349d3ea-be63-49cc-9d28-bd3377ec9f80,,USER,what is the area of the state with the capital albany,"{""actions"":[{""actionType"":""condition"",""column"":""capital"",""operation"":""="",""value"":""'albany'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -51d16bc7-150a-4500-b3b8-b0674f02e759,,USER,What is the alphabetically ordered list of all the distinct names of nurses?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""EmployeeID"",""Name"",""Position"",""Registered"",""SSN""],""name"":""Nurse"",""type"":""grid""}]" -412f5431-5dd3-4f17-80d5-26e1ada6d10b,,USER,Show me the cost of the most recently performed treatment.,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_of_treatment"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""treatment_id"",""dog_id"",""professional_id"",""treatment_type_code"",""date_of_treatment"",""cost_of_treatment""],""name"":""Treatments"",""type"":""grid""}]" -086d6abb-e6bd-4ee3-8fa0-895a105bceed,,USER,Show the number of authors from each college.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""College""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" -cf87454e-fe50-4df8-b43c-89df0da43b16,,USER,How many hours do the students spend studying in each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""stu_hrs"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" -db2e369e-d818-4a74-9d8a-2e5ac7f81d36,,USER,Find the names of all English songs.,"{""actions"":[{""actionType"":""condition"",""column"":""languages"",""operation"":""="",""value"":""'english'""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -36c1ce4a-252f-4bcc-be14-88a955aa3dbc,,USER,How many pilots are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Pilot_ID"",""aggregation"":""count""}]}","[{""columns"":[""Pilot_ID"",""Pilot_name"",""Rank"",""Age"",""Nationality"",""Position"",""Join_Year"",""Team""],""name"":""pilot"",""type"":""grid""}]" -b4f88bb5-f187-47e9-a011-bf4d5dce79c1,,USER,How many unique classes are offered?,"{""actions"":[{""actionType"":""aggregations"",""column"":""class_code"",""aggregation"":""count""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -a90f0163-e35d-45b3-8b56-18641dc41a34,,USER,Show different publishers together with the number of publications they have.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Publication_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Publisher""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" -7d0cd317-636d-4731-b9cb-69ee4482089e,,USER,How many people in total can stay in the modern rooms of this inn?,"{""actions"":[{""actionType"":""aggregations"",""column"":""maxOccupancy"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""decor"",""operation"":""="",""value"":""modern""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -2a4f5b2c-fb71-4761-a6cb-4dab5e278e97,,USER,Retrieve all the last names of authors in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""lname"",""direction"":""asc""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" -5fb34b32-cfc8-4204-b559-41b9ad342d4c,,USER,Show the details and star ratings of the 3 least expensive hotels.,"{""actions"":[{""actionType"":""topFilter"",""column"":""price_range"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -5bd1b9ac-685e-4669-b7a4-5460dbc770de,,USER,What is the last date of the staff leaving the projects?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_to"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" -37ee1dd2-acea-43d7-b286-bc0eb80f5e77,,USER,how many rivers run through idaho,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'idaho'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -63f07bda-05ff-4f09-afe5-2b4bbaacc916,,USER,Return the names and template ids for documents that contain the letter w in their description.,"{""actions"":[{""actionType"":""condition"",""column"":""Document_Description"",""operation"":""contains"",""value"":""w""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -95dd03d9-891e-47f4-a7f1-9fa42003fb90,,USER,List the names of all the customers in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""customer_details"",""direction"":""asc""}]}","[{""columns"":[""Customer_ID"",""Customer_Details""],""name"":""Customers"",""type"":""grid""}]" -b1019f4e-18bc-4967-a74c-5004ace1898a,,USER,What are the names of artists who are Male and are from UK?,"{""actions"":[{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""'UK'""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""'Male'""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" -2659a3ab-c75d-479f-ba38-a7b439db33dc,,USER,Display all opening years and the number of churches that opened in that year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Church_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""open_date""}]}","[{""columns"":[""Church_ID"",""Name"",""Organized_by"",""Open_Date"",""Continuation_of""],""name"":""church"",""type"":""grid""}]" -70745bd3-3406-441b-8722-658121782047,,USER,List the first name and birth date of all players from the country with code USA.,"{""actions"":[{""actionType"":""condition"",""column"":""country_code"",""operation"":""="",""value"":""USA""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -c3e76863-9d2b-4d9c-992f-fa49347c0d3a,,USER,"Who are the ministers and what parties do they belong to, listed descending by the times they took office?","{""actions"":[{""actionType"":""sorting"",""column"":""took_office"",""direction"":""desc""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" -5b40b175-2cad-4237-9af6-9134de37092d,,USER,Determine the number of shops in each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Shop_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" -59c4f60a-3614-4410-8eb1-92444b3230ff,,USER,What are the names of races held between 2009 and 2011?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":2009},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2011}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" -16547635-5af7-4623-a5bb-3c898417f817,,USER,How many teachers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""count""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" -b52261a5-8a23-4255-9c42-c01580a70c50,,USER,List the type of the services in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""service_type_code"",""direction"":""asc""}]}","[{""columns"":[""Service_ID"",""Service_Type_Code""],""name"":""Services"",""type"":""grid""}]" -1bcfba7d-368f-40b4-93a4-a90f7ae446f0,,USER,Display each student's age and the count of students at that age.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""age""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -827d90cf-1c08-459e-bf36-4b69e615af66,,USER,Determine the total number of payments made for each payment method.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""payment_method_code""}]}","[{""columns"":[""customer_id"",""datetime_payment"",""payment_method_code"",""amount_payment""],""name"":""Customer_Payments"",""type"":""grid""}]" -3288f3d0-1843-474a-90c5-984c1a96fa8f,,USER,How many different types of sports do we offer?,"{""actions"":[{""actionType"":""aggregations"",""column"":""sportname"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" -c1f0c58e-03d0-4253-8b20-22d7b271fbb8,,USER,List the names of conductors in ascending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""asc""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" -2411b3ec-b3b6-4973-99fd-d2ad996b2a3e,,USER,How many conductors are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Conductor_ID"",""aggregation"":""count""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" -2cc61f0f-5afc-4a10-9110-580639f1d85e,,USER,What is average age for different job title?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -79714398-6536-4e34-9b7e-6408fca4ca59,,USER,Find the total number of reviews written in March,"{""actions"":[{""actionType"":""aggregations"",""column"":""text"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""MONTH"",""operation"":""="",""value"":""'March'""}]}","[{""columns"":[""rid"",""business_id"",""user_id"",""rating"",""text"",""year"",""month""],""name"":""review"",""type"":""grid""}]" -711505fa-fa75-4ab3-83b3-4b91a47afc63,,USER,How many counties correspond to each police force?,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Police_force""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -7a881058-949f-45cd-bf33-a17bc27236bb,,USER,Show the company name and the main industry for all companies whose headquarters are not from USA.,"{""actions"":[{""actionType"":""condition"",""column"":""headquarters"",""operation"":""!="",""value"":""USA""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -fc6368bd-690e-451b-a67b-6adb8e08f516,,USER,List the school color of the school that has the largest enrollment.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Enrollment"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -debb7033-f8d9-4323-b9fc-179bbf13b8b9,,USER,How many different colleges do attend the tryout test?,"{""actions"":[{""actionType"":""aggregations"",""column"":""cName"",""aggregation"":""count""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" -99a9af80-3e73-49ed-9ddc-8e20c5b96601,,USER,Return the names of all counties sorted by population in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""asc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" -212acd62-3929-4d3e-9f3e-27a2e2ac0817,,USER,How many individuals below 40 years old are there for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":40},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -96bc2f97-cc5f-45d0-b2cd-3983ec7a069c,,USER,List the locations of schools in ascending order of enrollment.,"{""actions"":[{""actionType"":""sorting"",""column"":""Enrollment"",""direction"":""asc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -3ed1a30b-7ec6-4af1-a2f0-a73cfae0a9ab,,USER,List employee IDs alongside their final employment dates at their last job.,"{""actions"":[{""actionType"":""aggregations"",""column"":""end_date"",""aggregation"":""MAX""},{""actionType"":""grouping"",""column"":""employee_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""START_DATE"",""END_DATE"",""JOB_ID"",""DEPARTMENT_ID""],""name"":""job_history"",""type"":""grid""}]" -a8242cf4-7ebb-4bf9-a244-a1ca26a5f0b3,,USER,How many phones belong to each accreditation type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Accreditation_type""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" -b2775b83-1dc6-4827-b04b-9d4392c37525,,USER,What is the name of the youngest captain?,"{""actions"":[{""actionType"":""topFilter"",""column"":""age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -66f050ed-26a8-49e7-a67d-2efdbe4a38dc,,USER,"Return the date of birth for all the guests with gender code ""Male"".","{""actions"":[{""actionType"":""condition"",""column"":""gender_code"",""operation"":""="",""value"":""'Male'""}]}","[{""columns"":[""guest_id"",""gender_code"",""guest_first_name"",""guest_last_name"",""date_of_birth""],""name"":""Guests"",""type"":""grid""}]" -57f2a433-13a2-482f-958c-d37c23280089,,USER,What is the total number of clubs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Club_ID"",""aggregation"":""count""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" -6e233c0f-20f6-4ab9-9871-8a78d47b40f7,,USER,What is the average access count of documents?,"{""actions"":[{""actionType"":""aggregations"",""column"":""access_count"",""aggregation"":""avg""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" -b90d7d6d-96f5-4304-b723-56ace4da046f,,USER,Return the average price for each product type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_type_code""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -29b310dc-ecc0-440f-80f9-917b8bcfab41,,USER,"What are the different schools and their nicknames, ordered by their founding years?","{""actions"":[{""actionType"":""sorting"",""column"":""founded"",""direction"":""asc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -a27d251e-945e-4c97-aa71-6453df2b67dd,,USER,Show all game IDs along with the number of hours played.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""gameid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" -38a4916a-96ee-4ecc-a3cd-ecf009c1b4da,,USER,What is the payment method code and party phone of the party with the email 'enrico09@example.com'?,"{""actions"":[{""actionType"":""condition"",""column"":""party_email"",""operation"":""="",""value"":""'enrico09@example.com'""}]}","[{""columns"":[""party_id"",""payment_method_code"",""party_phone"",""party_email""],""name"":""Parties"",""type"":""grid""}]" -7f81d330-8904-44ca-9580-85a8e3c78234,,USER,Show the date and venue of each workshop in ascending alphabetical order of the venue.,"{""actions"":[{""actionType"":""sorting"",""column"":""Venue"",""direction"":""asc""}]}","[{""columns"":[""Workshop_ID"",""Date"",""Venue"",""Name""],""name"":""workshop"",""type"":""grid""}]" -03346f0c-d42c-47f7-ada0-3603c49aaf5c,,USER,how many female dependents are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Essn"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""sex"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""Essn"",""Dependent_name"",""Sex"",""Bdate"",""Relationship""],""name"":""dependent"",""type"":""grid""}]" -511fc4df-8b3f-4e5d-b789-f80e51e648f6,,USER,Show all document ids and the number of paragraphs in each document. Order by document id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""},{""actionType"":""sorting"",""column"":""document_id"",""direction"":""asc""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" -780c53c4-49d0-4246-a198-0d51c5b2035c,,USER,What are the top three apartment types in terms of the average room count? Give me the,"{""actions"":[{""actionType"":""grouping"",""column"":""apt_type_code""},{""actionType"":""topFilter"",""column"":""room_count"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" -47706df8-3fc7-41b6-9ddb-957d79e3445b,,USER,What is the money rank of the poker player with the highest earnings?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Earnings"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" -13bd1d25-4e03-4645-b10f-1cf3c88488fb,,USER,How many professors teach a class with the code ACCT-211?,"{""actions"":[{""actionType"":""aggregations"",""column"":""PROF_NUM"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""CRS_CODE"",""operation"":""="",""value"":""'ACCT-211'""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -00bd3cfa-5e01-46f4-9b58-7b2d38048621,,USER,What are the total transaction amounts for each transaction type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""transaction_type""}]}","[{""columns"":[""transaction_id"",""account_id"",""invoice_number"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" -170d673b-74b6-4404-b6eb-e663d3ebe982,,USER,What are the different parties of representative? Show the party name and the number of representatives in each party.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Representative_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Party""}]}","[{""columns"":[""Representative_ID"",""Name"",""State"",""Party"",""Lifespan""],""name"":""representative"",""type"":""grid""}]" -e79d9fa8-7fbe-488c-88b5-64afeb8dc1b1,,USER,How many students are enrolled in each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" -b582d0a1-1e8f-4c6d-9f7c-aaaba745a982,,USER,How many tracks do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Track_ID"",""aggregation"":""count""}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" -3a2f3af0-57fc-49eb-b7bb-0f68fa294b15,,USER,"What is the date when the document ""Marry CV"" was stored?","{""actions"":[{""actionType"":""condition"",""column"":""Document_name"",""operation"":""="",""value"":""'Marry CV'""}]}","[{""columns"":[""Document_ID"",""Date_Stored"",""Document_Type_Code"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""All_Documents"",""type"":""grid""}]" -efe69ac8-2964-4652-85b3-da39e44fef3a,,USER,What is the average rating of reviews written in year 2014 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""AVG""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2014}]}","[{""columns"":[""rid"",""business_id"",""user_id"",""rating"",""text"",""year"",""month""],""name"":""review"",""type"":""grid""}]" -d589ff0f-25ec-445c-87fe-62e88c957763,,USER,"For every zip code, count occurrences of max wind speeds reaching 25.","{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""max_wind_Speed_mph"",""operation"":"">="",""value"":25},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -22b4841f-5a3c-4710-a5dc-86f7214d31a9,,USER,Display the number of roller coasters for each status category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Roller_Coaster_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" -462f9139-d550-4f0f-9f3d-47f13e5080c4,,USER,"How many distinct programs are broadcast at ""Night"" time?","{""actions"":[{""actionType"":""aggregations"",""column"":""program_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""time_of_day"",""operation"":""="",""value"":""Night""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" -b79c7cb3-7330-465f-87ad-a141e1759ce8,,USER,List the writers of the books in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Writer"",""direction"":""asc""}]}","[{""columns"":[""Book_ID"",""Title"",""Issues"",""Writer""],""name"":""book"",""type"":""grid""}]" -13e3a6ae-4778-487d-a450-646edf779c91,,USER,"What are the first names of students, ordered by age from greatest to least?","{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -660c67f7-8072-4ef6-b25e-802c4b203cf0,,USER,"What is the nationality of the actress "" Christoph Waltz "" ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Christoph Waltz'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -9a78c3be-d398-4c80-8870-e7d50ecb3241,,USER,What are the title and rental rate of the film with the highest rental rate?,"{""actions"":[{""actionType"":""topFilter"",""column"":""rental_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" -9a1c461f-4009-47c7-8b24-dad90db05446,,USER,What are the names of each industry and the number of companies in each industry?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Industry""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -66a17313-0692-44a4-b829-510bee64d235,,USER,What are the teams that have the 5 oldest players?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" -a0e5912f-066d-451f-9355-b33a51bd4347,,USER,"Who are the ministers, when did they take office, and when did they leave office, ordered by when they left office?","{""actions"":[{""actionType"":""sorting"",""column"":""left_office"",""direction"":""asc""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" -344de99c-3f2c-4689-a741-0d1a13fdc7ef,,USER,Which job titles correspond to jobs with salaries over 9000?,"{""actions"":[{""actionType"":""condition"",""column"":""min_salary"",""operation"":"">"",""value"":9000}]}","[{""columns"":[""JOB_ID"",""JOB_TITLE"",""MIN_SALARY"",""MAX_SALARY""],""name"":""jobs"",""type"":""grid""}]" -a876fecf-0b7c-4f8b-ab1b-c4d419bc5272,,USER,Display different ship types along with the average tonnage of each type of ship.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tonnage"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -153d00c6-f707-485a-ac65-cd08384a870c,,USER,Find the classrooms in which grade 4 is studying.,"{""actions"":[{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":4}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -d1f8e5c3-8c83-4517-a2b1-7662f716a350,,USER,What are total transaction amounts for each transaction type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""transaction_type""}]}","[{""columns"":[""transaction_id"",""account_id"",""invoice_number"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" -c9c9d390-f5fc-4964-bec6-2e66ed1a0288,,USER,What is the count of the songs that last approximately 4 minutes?,"{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""duration"",""operation"":""starts with"",""value"":""4:""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" -e685bfda-f229-413f-b626-e5ff78b8cb01,,USER,"List the department IDs, full names, and salaries of employees who have the highest salaries in their respective departments.","{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""MAX""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -a7c11930-f23e-4209-b58a-f3b81c5528dd,,USER,How many members are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""}]}","[{""columns"":[""Member_ID"",""Name"",""Country"",""College_ID""],""name"":""member"",""type"":""grid""}]" -12313d70-f1e8-4cf4-bf8d-c4b803246245,,USER,What are the package options and the name of the series for the TV Channel that supports high definition TV?,"{""actions"":[{""actionType"":""condition"",""column"":""hight_definition_TV"",""operation"":""="",""value"":""'yes'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -6493682f-4c1f-4cb4-931e-0a03c6f1b67f,,USER,"Display all document ids and the paragraph count for each, ordered by document id.","{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""},{""actionType"":""sorting"",""column"":""document_id"",""direction"":""asc""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" -fd09c9d7-2c88-4916-9ab3-38ababd38113,,USER,Count the number of artists who have had volumes.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""COUNT""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" -480c132b-07bb-4b6e-9ef3-f713916f2068,,USER,What are the names and year of construction for the mills of 'Grondzeiler' type?,"{""actions"":[{""actionType"":""condition"",""column"":""TYPE"",""operation"":""="",""value"":""Grondzeiler""}]}","[{""columns"":[""architect_id"",""id"",""location"",""name"",""type"",""built_year"",""notes""],""name"":""mill"",""type"":""grid""}]" -32519d98-e7d8-4baa-b3b5-fb8845f6a6f4,,USER,Show all ages and the corresponding student count.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""age""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -cf8d7316-b1a1-42a0-9ee6-e29935c216d4,,USER,How many cities have a stadium that was opened before the year of 2006?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""opening_year"",""operation"":""<"",""value"":2006}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" -169f985f-ef18-4f7d-9fe7-c733d83aef81,,USER,What are the percentage of hispanics in cities with the black percentage higher than 10?,"{""actions"":[{""actionType"":""condition"",""column"":""Black"",""operation"":"">"",""value"":10}]}","[{""columns"":[""City_ID"",""County_ID"",""Name"",""White"",""Black"",""Amerindian"",""Asian"",""Multiracial"",""Hispanic""],""name"":""city"",""type"":""grid""}]" -3ea60cea-a6ce-492c-95ef-82b9e9ecc079,,USER,What is the list of distinct product names sorted by product id?,"{""actions"":[{""actionType"":""sorting"",""column"":""product_id"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_name"",""product_details""],""name"":""Product"",""type"":""grid""}]" -4cea54de-d1a2-4cff-9565-b999065b0687,,USER,Return the average gross sales in dollars across all films.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Gross_in_dollar"",""aggregation"":""avg""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" -e9826627-efd7-4037-8dc9-e53a641db93d,,USER,How many customers have an account?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -0c46799e-21ed-4b55-b23f-74d60bef5e8f,,USER,Give the names of the nations that were founded after 1950.,"{""actions"":[{""actionType"":""condition"",""column"":""IndepYear"",""operation"":"">"",""value"":1950}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -a8abb728-1efd-46f7-b293-4df0ea98f80a,,USER,Display the number of matches that occurred each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -6b0fc384-6945-4692-b43c-3f7a63bb8e54,,USER,Show all locations and the total number of platforms and passengers for all train stations in each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""number_of_platforms"",""aggregation"":""sum""},{""actionType"":""aggregations"",""column"":""total_passengers"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" -fc93e0b8-d6cc-4409-b9c9-d73cab5a774b,,USER,"Find all manufacturers' names and their headquarters, sorted by the ones with highest revenue first.","{""actions"":[{""actionType"":""sorting"",""column"":""revenue"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -49514989-7c4c-4a81-8ec4-4f119d479318,,USER,What is the average age for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -9be4a661-2fc9-4fbe-8eef-db58c7e0212a,,USER,How many orchestras are managed by each record company?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Orchestra_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Record_Company""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" -c9b3297f-8443-4bf1-8c2a-69c8b03b87ef,,USER,"For each grade, show the grade number, number of classrooms used, and total student enrollment.","{""actions"":[{""actionType"":""aggregations"",""column"":""classroom"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -8bc88ce5-a2a7-4c5d-933e-cc109b0f42cb,,USER,"Show name, country, age for all singers ordered by age from the oldest to the youngest.","{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -ab0d1350-c865-455a-95b6-ccce52427385,,USER,What is draft detail of the document with id 7?,"{""actions"":[{""actionType"":""condition"",""column"":""document_id"",""operation"":""="",""value"":7}]}","[{""columns"":[""document_id"",""draft_number"",""draft_details""],""name"":""Document_Drafts"",""type"":""grid""}]" -6087d027-2076-4605-a2f4-62b74488214d,,USER,What are the names and revenues of the companies with the highest revenues in each headquarter city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Headquarter""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -2c91dd0b-feb6-4a81-972e-80f56a9f41b5,,USER,"list the first and last names, and the addresses of all employees in the ascending order of their birth date.","{""actions"":[{""actionType"":""sorting"",""column"":""Bdate"",""direction"":""asc""}]}","[{""columns"":[""Fname"",""Minit"",""Lname"",""Ssn"",""Bdate"",""Address"",""Sex"",""Salary"",""Super_ssn"",""Dno""],""name"":""employee"",""type"":""grid""}]" -f95fd58e-9770-42ce-97ff-cdde2bcb8846,,USER,Count the number of documents.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -de96c70a-c867-4b7c-8455-47985ae629d4,,USER,Count the number of countries for which Spanish is the predominantly spoken language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""CountryCode"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -a5ba8310-3aee-4d7e-a12c-b1fb5460045e,,USER,"What are the names of organizations that contain the word ""Party""?","{""actions"":[{""actionType"":""condition"",""column"":""organization_name"",""operation"":""contains"",""value"":""Party""}]}","[{""columns"":[""organization_id"",""date_formed"",""organization_name"",""uk_vat_number""],""name"":""Organizations"",""type"":""grid""}]" -59a98ed0-27a8-4ef0-a571-f6c00c22aeee,,USER,What is the headquarter of the company whose founder is James?,"{""actions"":[{""actionType"":""condition"",""column"":""founder"",""operation"":""="",""value"":""James""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -318ecfa9-3e34-4e28-a993-42337272198a,,USER,Show me the classrooms grade 5 is using.,"{""actions"":[{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":5}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -75999870-32eb-4cce-b7e5-53ca54af5da0,,USER,Display various citizenships and the highest net worth of singers for each citizenship.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Net_Worth_Millions"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -59531ebd-d00a-48d5-a407-2f9625fed649,,USER,When is the first transcript released? List the date and details.,"{""actions"":[{""actionType"":""topFilter"",""column"":""transcript_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" -962a474c-a729-4f9c-8368-8c7c0c38f8f6,,USER,Count the number of storms in which at least 1 person died.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Storm_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Number_Deaths"",""operation"":"">"",""value"":0}]}","[{""columns"":[""Storm_ID"",""Name"",""Dates_active"",""Max_speed"",""Damage_millions_USD"",""Number_Deaths""],""name"":""storm"",""type"":""grid""}]" -3983a26e-68cd-456d-8e67-267fc79a4a5b,,USER,What is the birthday of the staff member with first name as Janessa and last name as Sawayn?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" -ccecd6c8-0076-4b65-890c-7d3b806636be,,USER,What is the description of the department whose name has the substring the computer?,"{""actions"":[{""actionType"":""condition"",""column"":""department_name"",""operation"":""contains"",""value"":""computer""}]}","[{""columns"":[""department_id"",""department_name"",""department_description"",""other_details""],""name"":""Departments"",""type"":""grid""}]" -4b8cc845-6eb6-4303-8e43-4223756dda60,,USER,How many different captain ranks are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rank"",""aggregation"":""count""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -ee48f88e-8f94-4b95-b252-da00ee4371e8,,USER,What are the names of all the races that occurred in the year 2017?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2017}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" -eb6d8e3d-f81c-4e3c-ae55-52dec451008c,,USER,List the film studios and their respective movie production counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Studio""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" -9a54aaf3-3b6f-418d-b723-7a3f826d2fb8,,USER,What is the total number of tours for each ranking date?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""languages""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -ea07d308-49c4-4a2e-b7f1-d795657808d0,,USER,How many students are in each classroom?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -5ef5f722-bb9c-45ad-b247-96321943e0f1,,USER,Return the description and unit of measurement for products in the 'Herbs' category.,"{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Herbs'""}]}","[{""columns"":[""product_category_code"",""product_category_description"",""unit_of_measure""],""name"":""Ref_Product_Categories"",""type"":""grid""}]" -bd43c831-f255-4fdf-b783-f01b4de6b117,,USER,"What are the names of all the teams in the basketball competition, sorted by all home scores in descending order?","{""actions"":[{""actionType"":""sorting"",""column"":""All_Home"",""direction"":""desc""}]}","[{""columns"":[""Team_ID"",""School_ID"",""Team_Name"",""ACC_Regular_Season"",""ACC_Percent"",""ACC_Home"",""ACC_Road"",""All_Games"",""All_Games_Percent"",""All_Home"",""All_Road"",""All_Neutral""],""name"":""basketball_match"",""type"":""grid""}]" -d7115578-1619-491c-ab30-d64ea73d0872,,USER,What are the names and trade names of the medicines which has 'Yes' value in the FDA record?,"{""actions"":[{""actionType"":""condition"",""column"":""FDA_approved"",""operation"":""="",""value"":""Yes""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" -330d6861-85d6-4dc5-8cbc-86db23549f0b,,USER,"What are the case burdens of counties, ordered descending by population?","{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""desc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -32555e7b-e7ac-4b9e-b036-dcbe07c571a0,,USER,Count the number of rooms that are not in the Lamberton building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""building"",""operation"":""!="",""value"":""Lamberton""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -d9564b70-de43-4a6a-902c-a404d724a9e7,,USER,What are the names of the nations with the 3 lowest populations?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -1b8323f8-6066-4276-955e-d72762b17252,,USER,Where is the headquarter of the company founded by James?,"{""actions"":[{""actionType"":""condition"",""column"":""founder"",""operation"":""="",""value"":""James""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -d84e374d-067e-4447-9c4f-c5ae6e10ce80,,USER,"What year was the movie "" The Imitation Game "" produced","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'The Imitation Game'""}]}","[{""columns"":[""mid"",""title"",""release_year"",""title_aka"",""budget""],""name"":""movie"",""type"":""grid""}]" -d5cea634-0375-41cb-86f9-a3aed3981ef0,,USER,What is the minimum weight of the car with 8 cylinders produced in 1974 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""min""},{""actionType"":""condition"",""column"":""cylinders"",""operation"":""="",""value"":8},{""actionType"":""condition"",""column"":""year"",""operation"":""="",""value"":1974}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -5709a516-d657-4054-83f2-5ac42c1dfbda,,USER,"What are the names of the climbers, ordered by points descending?","{""actions"":[{""actionType"":""sorting"",""column"":""Points"",""direction"":""desc""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -bf066138-31fc-4d43-94df-a6a05caf1a0d,,USER,what are the names of the major cities in kansas,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kansas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -0feb5774-c64c-435f-ac0d-12e7abfcb9a1,,USER,"What are the phone numbers of customers using the policy with the code ""Life Insurance""?","{""actions"":[{""actionType"":""condition"",""column"":""policy_type_code"",""operation"":""="",""value"":""'Life Insurance'""}]}","[{""columns"":[""Policy_ID"",""policy_type_code"",""Customer_Phone""],""name"":""Available_Policies"",""type"":""grid""}]" -231c714c-0c15-4a92-a93b-6705c6847fee,,USER,What is last date created of votes from the state 'CA'?,"{""actions"":[{""actionType"":""aggregations"",""column"":""created"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""CA""}]}","[{""columns"":[""vote_id"",""phone_number"",""state"",""contestant_number"",""created""],""name"":""VOTES"",""type"":""grid""}]" -ee045d1d-4148-4be2-80f3-517737a1aa7e,,USER,What are the dates when customers with ids between 10 and 20 became customers?,"{""actions"":[{""actionType"":""condition"",""column"":""customer_id"",""operation"":"">="",""value"":10},{""actionType"":""condition"",""column"":""customer_id"",""operation"":""<="",""value"":20}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" -aea0a895-249d-4297-8d82-0720c320527f,,USER,Who is the composer of track Fast As a Shark?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Fast As a Shark'""}]}","[{""columns"":[""id"",""name"",""album_id"",""media_type_id"",""genre_id"",""composer"",""milliseconds"",""bytes"",""unit_price""],""name"":""tracks"",""type"":""grid""}]" -949a0526-d133-414e-88e9-1b1b478525b1,,USER,How many high schoolers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" -19fb715a-d44b-423e-add3-1a7a49a51970,,USER,How many customers live in Prague city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Prague'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" -b44a8cb9-76bd-41e1-8f43-067fa04c208b,,USER,Determine the number of players for each type of hand.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""hand""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -6cb9d71a-34e1-4f86-84fb-de22bf4aa93d,,USER,Find the names of all instructors whose name includes the substring “dar”.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""dar""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -3b429cbd-8698-4be8-8e88-1da4ff37db38,,USER,Return the average price for each product type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_type_code""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -449b5eb0-22fa-4915-abc7-7d7af9ef4c16,,USER,How many gas companies are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -60593293-3fc0-456d-8cae-ae685deb79c5,,USER,"Count the number of invoices from the US, grouped by state.","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""billing_country"",""operation"":""="",""value"":""'USA'""},{""actionType"":""grouping"",""column"":""billing_state""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -3e07a630-491e-4251-a50e-a1ef351e1b4f,,USER,When was the last transcript released?,"{""actions"":[{""actionType"":""topFilter"",""column"":""transcript_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" -6077fd9d-fbb2-4dc3-9e00-357f2b41aa70,,USER,How many elections are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Election_ID"",""aggregation"":""count""}]}","[{""columns"":[""Election_ID"",""Representative_ID"",""Date"",""Votes"",""Vote_Percent"",""Seats"",""Place""],""name"":""election"",""type"":""grid""}]" -31301ee3-9e37-4395-85b1-15b98ba08ee5,,USER,Determine the average hotel prices based on their pet policies.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pets_allowed_yn""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -81ea938b-289c-4f29-84aa-91739e9d0492,,USER,Show different type codes of products and the number of products with each type code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Product_Type_Code""}]}","[{""columns"":[""Product_ID"",""Product_Type_Code"",""Product_Name"",""Product_Price""],""name"":""Products"",""type"":""grid""}]" -eb5da21e-7a45-4326-a154-d6dee2667222,,USER,How many players are there for each hand type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""hand""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -709bb938-4901-4b07-a146-c5a2b54f64d4,,USER,List the names of all the distinct product names in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""product_name"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_name"",""product_details""],""name"":""Product"",""type"":""grid""}]" -cc57bdda-d3dc-455b-b2ed-e91db34ab032,,USER,What are the ids of the candidates that have an outcome code of Pass?,"{""actions"":[{""actionType"":""condition"",""column"":""asessment_outcome_code"",""operation"":""="",""value"":""'Pass'""}]}","[{""columns"":[""candidate_id"",""qualification"",""assessment_date"",""asessment_outcome_code""],""name"":""Candidate_Assessments"",""type"":""grid""}]" -5c2870f2-fb25-4aae-82a9-c0cc99841d57,,USER,What is the number of airlines based in Russia?,"{""actions"":[{""actionType"":""aggregations"",""column"":""alid"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""Russia""}]}","[{""columns"":[""alid"",""name"",""iata"",""icao"",""callsign"",""country"",""active""],""name"":""airlines"",""type"":""grid""}]" -a79b816e-616c-4c13-800d-608a1ec92fc5,,USER,Show names for all regions except for Denmark.,"{""actions"":[{""actionType"":""condition"",""column"":""region_name"",""operation"":""!="",""value"":""Denmark""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" -4e8e24f7-2b95-4a8f-9a06-1db679f66c98,,USER,What is the average snatch score of body builders?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Snatch"",""aggregation"":""avg""}]}","[{""columns"":[""Body_Builder_ID"",""People_ID"",""Snatch"",""Clean_Jerk"",""Total""],""name"":""body_builder"",""type"":""grid""}]" -35a3240f-6920-49e5-97fe-79929360059c,,USER,Show name and salary for all employees sorted by salary.,"{""actions"":[{""actionType"":""sorting"",""column"":""salary"",""direction"":""asc""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" -5f0f2016-5fef-4752-872a-f8323eddc9b8,,USER,How many climbers are from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -a4d8368a-ccd5-453b-af04-d900fdebf74e,,USER,"What are ids of the all distinct orders, sorted by placement date?","{""actions"":[{""actionType"":""sorting"",""column"":""date_order_placed"",""direction"":""asc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""date_order_placed"",""order_details""],""name"":""Orders"",""type"":""grid""}]" -e67beca1-7e55-4291-8805-68ae5ae087d8,,USER,Return all the distinct secretary votes made in the fall election cycle.,"{""actions"":[{""actionType"":""condition"",""column"":""ELECTION_CYCLE"",""operation"":""="",""value"":""'Fall'""}]}","[{""columns"":[""StuID"",""Registration_Date"",""Election_Cycle"",""President_Vote"",""Vice_President_Vote"",""Secretary_Vote"",""Treasurer_Vote"",""Class_President_Vote"",""Class_Senator_Vote""],""name"":""Voting_record"",""type"":""grid""}]" -5ebd7b94-799f-418e-b32d-d699698b6a25,,USER,How many different services are provided by all stations?,"{""actions"":[{""actionType"":""aggregations"",""column"":""services"",""aggregation"":""count""}]}","[{""columns"":[""id"",""network_name"",""services"",""local_authority""],""name"":""station"",""type"":""grid""}]" -8c49d94f-acf5-4647-aec5-a70ae1fb9eb6,,USER,Calculate the total number of students in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" -d1fed946-8d42-4b09-946a-2011f9f62bfb,,USER,How many distinct governors are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Governor"",""aggregation"":""count""}]}","[{""columns"":[""Party_ID"",""Year"",""Party"",""Governor"",""Lieutenant_Governor"",""Comptroller"",""Attorney_General"",""US_Senate""],""name"":""party"",""type"":""grid""}]" -7357c688-3719-43d2-b616-f5ccad8f04fb,,USER,What is the name of the district with the smallest area?,"{""actions"":[{""actionType"":""topFilter"",""column"":""city_area"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" -3f22c627-0ec6-4c4f-895e-d3ceae7fff75,,USER,"How many students, on average, does each college have enrolled?","{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""avg""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -2a0dbab7-61c4-4f7a-a6db-db55db6bf895,,USER,What are the full names and ages for all female students whose sex is F?,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -462c85cf-4edf-456a-aada-fedfa901ae45,,USER,What are the titles and authors or editors that correspond to books made after 1989?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":1989}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -7e1b6adf-d209-47be-9f83-01b78bede2a3,,USER,Compute the average price of all products with manufacturer code equal to 2.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Manufacturer"",""operation"":""="",""value"":2}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -052bc95f-7880-4b8e-9f12-70905fa41469,,USER,What is the maximum acceleration for each type of cylinder?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Accelerate"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Cylinders""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -9f174bef-a964-40b1-85ba-45828d4e84e0,,USER,What are the record companies of orchestras in descending order of years in which they were founded?,"{""actions"":[{""actionType"":""sorting"",""column"":""Year_of_Founded"",""direction"":""desc""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" -796807e7-4b07-4603-ada9-4f42ede1a152,,USER,Show me the number of parks the state of NY has.,"{""actions"":[{""actionType"":""aggregations"",""column"":""park_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""NY""}]}","[{""columns"":[""park_id"",""park_name"",""park_alias"",""city"",""state"",""country""],""name"":""park"",""type"":""grid""}]" -a3443ce1-060b-4203-bb68-52057aa3893e,,USER,What is the total number of clubs that have less than 10 medals in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rank"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Total"",""operation"":""<"",""value"":10}]}","[{""columns"":[""Rank"",""Club_ID"",""Gold"",""Silver"",""Bronze"",""Total""],""name"":""club_rank"",""type"":""grid""}]" -349176d3-cbd4-4caf-b6dd-6d7fece36f37,,USER,Show the race class and number of races in each class.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""CLASS""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" -1870ef32-6819-4f90-bac6-bc5567310be6,,USER,Quantify the books available from each publisher.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""publisher""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -1dd3ff77-ed93-45d3-82ca-aa88b5132de4,,USER,Which college has any student who is a goalie and succeeded in the tryout.,"{""actions"":[{""actionType"":""condition"",""column"":""decision"",""operation"":""="",""value"":""yes""},{""actionType"":""condition"",""column"":""pPos"",""operation"":""="",""value"":""goalie""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" -ab6b9ff7-d07f-4d3d-bfd7-ea398b69ccf3,,USER,"Show the location code of the country ""Canada"".","{""actions"":[{""actionType"":""condition"",""column"":""location_name"",""operation"":""="",""value"":""'Canada'""}]}","[{""columns"":[""Location_Code"",""Location_Name"",""Location_Description""],""name"":""Ref_Locations"",""type"":""grid""}]" -981d2e46-9c10-4248-aa56-d05351684e83,,USER,"What are the elimination moves of wrestlers whose team is ""Team Orton""?","{""actions"":[{""actionType"":""condition"",""column"":""Team"",""operation"":""="",""value"":""'Team Orton'""}]}","[{""columns"":[""Elimination_ID"",""Wrestler_ID"",""Team"",""Eliminated_By"",""Elimination_Move"",""Time""],""name"":""Elimination"",""type"":""grid""}]" -5b12e29e-130f-42ae-ae4e-b42d43731261,,USER,How many sections are in each course?,"{""actions"":[{""actionType"":""aggregations"",""column"":""CLASS_CODE"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""crs_code""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -260d71d6-8161-419d-a88c-6abe1b42fa67,,USER,"How many invoices were billed from Chicago, IL?","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""billing_city"",""operation"":""="",""value"":""'Chicago'""},{""actionType"":""condition"",""column"":""billing_state"",""operation"":""="",""value"":""'IL'""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -4913a239-1d0b-4d7f-871d-448ebf754dc9,,USER,How many different source system code for the cmi cross references are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""source_system_code"",""aggregation"":""count""}]}","[{""columns"":[""cmi_cross_ref_id"",""master_customer_id"",""source_system_code""],""name"":""CMI_Cross_References"",""type"":""grid""}]" -a10d4384-3c6b-4a11-857f-afb333c9c0f3,,USER,"For every fourth-grade classroom, provide the room number and the total student count using it.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'4'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -5789eeae-209d-47ef-8b6c-27d9f3c2dce9,,USER,list all cartoon titles and their directors ordered by their air date,"{""actions"":[{""actionType"":""sorting"",""column"":""Original_air_date"",""direction"":""asc""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" -81fd9c05-f1ab-445c-adec-0db4961c20a0,,USER,"List the camera lens names containing substring ""Digital"".","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Digital""}]}","[{""columns"":[""id"",""brand"",""name"",""focal_length_mm"",""max_aperture""],""name"":""camera_lens"",""type"":""grid""}]" -a879aefa-682a-49d9-bf32-a1c195d66ac8,,USER,How many stadiums does each country have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" -c74077aa-b946-415d-b1b1-4028ef4c783f,,USER,What region does Angola belong to and what is its population?,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""="",""value"":""'Angola'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -8bc2614f-3484-49b6-a3c5-756001adeee2,,USER,"Return the apartment numbers of the apartments with type code ""Flat"".","{""actions"":[{""actionType"":""condition"",""column"":""apt_type_code"",""operation"":""="",""value"":""'Flat'""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" -f309d303-7c45-4c15-a136-98e3de907541,,USER,Determine the number of different constructors for each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""nationality""}]}","[{""columns"":[""constructorId"",""constructorRef"",""name"",""nationality"",""url""],""name"":""constructors"",""type"":""grid""}]" -ebad6c96-aaed-4f34-b111-3c17896dfe3c,,USER,How many kinds of different ratings are listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""count""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" -e5266d6d-774b-420b-b1a8-96f3a48a76db,,USER,Count the number of high schoolers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" -e463e4eb-1496-4c37-88c7-f976589f2d6a,,USER,What is the language spoken by the largest percentage of people in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -1a1ede61-ca30-46a2-b1a7-2727940b4b58,,USER,What is the rating of the restaurant Subway?,"{""actions"":[{""actionType"":""condition"",""column"":""ResName"",""operation"":""="",""value"":""'Subway'""}]}","[{""columns"":[""ResID"",""ResName"",""Address"",""Rating""],""name"":""Restaurant"",""type"":""grid""}]" -b258de0b-936e-4921-8d53-0b6ad2f28bd5,,USER,Who is the founders of companies whose first letter is S?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""starts with"",""value"":""S""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -d16c15a1-bd04-404c-bf65-bcba5bfaab9c,,USER,How many regions do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Region_id"",""aggregation"":""count""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" -ffae8f98-41a0-4de6-b97e-a5c65887cf15,,USER,How many stations are in Mountain View?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Mountain View'""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -ac742bf2-085d-423a-b376-914d26512e38,,USER,List the first names of people in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""first_name"",""direction"":""asc""}]}","[{""columns"":[""person_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""login_name"",""password""],""name"":""People"",""type"":""grid""}]" -81b08a19-c37e-4ea7-ba6e-36408eae2378,,USER,How many books does each publisher have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""publisher""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -a36c8a12-fea4-44c5-8026-544a660a2b24,,USER,How many movies were produced in the year 2013 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""title"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""release_year"",""operation"":""="",""value"":2013}]}","[{""columns"":[""mid"",""title"",""release_year"",""title_aka"",""budget""],""name"":""movie"",""type"":""grid""}]" -f63f08aa-9a65-4b44-bedc-c2aa9eb7152b,,USER,Find the salary and manager number for those employees who is working under a manager.,"{""actions"":[{""actionType"":""condition"",""column"":""manager_id"",""operation"":""!="",""value"":""'null'""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -26f40a97-343e-4439-b089-6c32a186645f,,USER,What are the dates with a maximum temperature higher than 85?,"{""actions"":[{""actionType"":""condition"",""column"":""max_temperature_f"",""operation"":"">"",""value"":85}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -723ec16e-ee9f-4798-856b-f9936c2d1dd4,,USER,Present template ids and the number of documents using each template.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_id""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -35d11508-5c2e-47b2-a6ad-59634055f26f,,USER,return me the number of the organizations .,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""COUNT""}]}","[{""columns"":[""continent"",""homepage"",""name"",""oid""],""name"":""organization"",""type"":""grid""}]" -e513d946-a1d4-47a4-806f-7bcf77533773,,USER,How many different position for players are listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""POSITION"",""aggregation"":""count""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -910f45f6-0c0a-4a46-b6ae-f17373ea631e,,USER,What is the total number of people who could stay in the modern rooms in this inn?,"{""actions"":[{""actionType"":""aggregations"",""column"":""maxOccupancy"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""decor"",""operation"":""="",""value"":""modern""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -b4679bbb-33bb-490a-b52d-3d4587524963,,USER,Give the phones for departments in room 268.,"{""actions"":[{""actionType"":""condition"",""column"":""Room"",""operation"":""="",""value"":268}]}","[{""columns"":[""DNO"",""Division"",""DName"",""Room"",""Building"",""DPhone""],""name"":""Department"",""type"":""grid""}]" -01dbe59d-d208-498d-ad1e-14b0c25dfca1,,USER,What is the mean high temperature for each day of the week?,"{""actions"":[{""actionType"":""aggregations"",""column"":""high_temperature"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""day_of_week""}]}","[{""columns"":[""station_id"",""day_of_week"",""high_temperature"",""low_temperature"",""precipitation"",""wind_speed_mph""],""name"":""weekly_weather"",""type"":""grid""}]" -5f3b11c2-4ba6-4663-8529-9faaf273f3e0,,USER,Can you show all countries along with the number of singers in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -9351e622-b08b-4ece-a832-87c5ff461480,,USER,What is the average ticket sales gross in dollars of films?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Gross_in_dollar"",""aggregation"":""avg""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" -c13a2111-3a3a-4802-8846-cb08c9b3d246,,USER,How many accounts are associated with each customer id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -195ab8c5-0ca8-407c-8764-108896937b26,,USER,What are the ids of the top three products that were purchased in the largest amount?,"{""actions"":[{""actionType"":""topFilter"",""column"":""total_amount_purchased"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""product_id"",""supplier_id"",""date_supplied_from"",""date_supplied_to"",""total_amount_purchased"",""total_value_purchased""],""name"":""Product_Suppliers"",""type"":""grid""}]" -c0b922ea-adad-442c-8b2f-a3e49f4dc67b,,USER,What is the department description for the one whose name has the word computer?,"{""actions"":[{""actionType"":""condition"",""column"":""department_name"",""operation"":""contains"",""value"":""computer""}]}","[{""columns"":[""department_id"",""department_name"",""department_description"",""other_details""],""name"":""Departments"",""type"":""grid""}]" -74325752-f62a-46f0-a71c-4bbb9a3ac998,,USER,What is the name and salary of the employee with the id 242518965?,"{""actions"":[{""actionType"":""condition"",""column"":""eid"",""operation"":""="",""value"":242518965}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" -3a1d8ca1-f493-48ef-b4b6-d68d9ecc18af,,USER,"For every zip code, determine instances where maximum wind speed reached 25 mph.","{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""max_wind_Speed_mph"",""operation"":"">="",""value"":25},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -101f66e9-8ff4-477d-9479-51b9d8e5c728,,USER,How many rooms in each building have a capacity of over 50?,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -6770c628-54fc-45b3-9480-261457d4c023,,USER,return me the paper after 2000 with the most citations .,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":2000},{""actionType"":""topFilter"",""column"":""citation_num"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" -9e76a7a3-10a3-408b-89b1-4cec591af1d0,,USER,List the distinct ranges of the mountains with the top 3 prominence.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Prominence"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" -98a29d5f-0ff4-4b5b-be13-d79006a9dbc9,,USER,Find the total rating ratio for each channel owner.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rating_in_percent"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""OWNER""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -45b06d01-7c09-4a67-b828-3f9be736d6ee,,USER,"Give me the times and numbers of all trains that go to Chennai, ordered by time.","{""actions"":[{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""Chennai""},{""actionType"":""sorting"",""column"":""TIME"",""direction"":""asc""}]}","[{""columns"":[""id"",""train_number"",""name"",""origin"",""destination"",""time"",""interval""],""name"":""train"",""type"":""grid""}]" -dea1e981-8c5c-4e82-8623-47f41d6b6c2c,,USER,"Find the product category description of the product category with code ""Spices"".","{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Spices'""}]}","[{""columns"":[""product_category_code"",""product_category_description"",""unit_of_measure""],""name"":""Ref_Product_Categories"",""type"":""grid""}]" -4d52a9f3-3ee6-4b01-9462-79d3ae3fce1f,,USER,Which airline has abbreviation 'UAL'?,"{""actions"":[{""actionType"":""condition"",""column"":""Abbreviation"",""operation"":""="",""value"":""'UAL'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" -383eebc7-b0a4-495d-aa4d-b2de680b02ab,,USER,Return the number of music festivals of each category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Category""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" -8c120c6f-9463-40f2-b563-96b63034aa29,,USER,Which campus has the most degrees conferred in all times?,"{""actions"":[{""actionType"":""grouping"",""column"":""campus""},{""actionType"":""topFilter"",""column"":""degrees"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""Year"",""Campus"",""Degrees""],""name"":""degrees"",""type"":""grid""}]" -246523d6-b0ad-48fa-a70f-dd83d22dc838,,USER,Find the name of dorms that can accommodate more than 300 students.,"{""actions"":[{""actionType"":""condition"",""column"":""student_capacity"",""operation"":"">"",""value"":300}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" -8edb8e0d-8842-4e4a-a8f4-96d1e31ac8ac,,USER,What is the average weight of all players?,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""}]}","[{""columns"":[""id"",""player_api_id"",""player_name"",""player_fifa_api_id"",""birthday"",""height"",""weight""],""name"":""Player"",""type"":""grid""}]" -4d91f8bb-0f24-4a3f-abf4-3ebd608cc92a,,USER,How many films does each studio produce?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Studio""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" -dbb045d1-1ef3-4695-81af-ac3a42d0074e,,USER,How many high schoolers are in each grade?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" -2eca0d8d-5a83-46d7-8a1f-32ead179084a,,USER,What are the names of the five oldest people?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" -8341ed5a-93bf-4831-aeae-9c3ea1c594d1,,USER,what states does the ohio run through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -d23a4950-4af6-4d74-bbd8-4a77ee1ec9e3,,USER,Find the name and email of the users who have more than 1000 followers.,"{""actions"":[{""actionType"":""condition"",""column"":""followers"",""operation"":"">"",""value"":1000}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" -3fbb1fa6-5182-4b06-9866-bebbc83a337e,,USER,What are the valid from and valid to dates for the card with the number 4560596484842?,"{""actions"":[{""actionType"":""condition"",""column"":""card_number"",""operation"":""="",""value"":""'4560596484842'""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" -385f3c52-4aa2-4bb1-bc75-d1e888f92d5a,,USER,What are the average ages of losers and winners across matches?,"{""actions"":[{""actionType"":""aggregations"",""column"":""loser_age"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""winner_age"",""aggregation"":""avg""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -d253eca3-0758-47d0-8e64-3e012e7d475e,,USER,Which three cities have the largest regional population?,"{""actions"":[{""actionType"":""topFilter"",""column"":""regional_population"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" -f6b7bd18-c287-4523-9556-09b4fd6c45f0,,USER,Find the entry name of the catalog with the highest price (in USD).,"{""actions"":[{""actionType"":""topFilter"",""column"":""price_in_dollars"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" -6df6f8b3-2242-4838-9c03-d32814cc8fcc,,USER,"Show all document ids and the number of paragraphs in each document, ordered by document id.","{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""},{""actionType"":""sorting"",""column"":""document_id"",""direction"":""asc""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" -53731e36-ba3c-4baa-8090-5209874bff34,,USER,List distinct software platforms for devices and the device count for each platform.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Software_Platform""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" -080ac946-b581-41e7-8db2-2e835a44a8e4,,USER,List the names of all distinct wines ordered by price.,"{""actions"":[{""actionType"":""sorting"",""column"":""price"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -f9b26058-7655-427f-b6cc-319c3b413b73,,USER,Find the total number of hours have done for all students in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""stu_hrs"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" -de6d1bdc-94db-4dcb-b142-c43566d7e728,,USER,"How many Target are there in "" Los Angeles "" ?","{""actions"":[{""actionType"":""aggregations"",""column"":""business_id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Target'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" -c3370d0a-ffeb-4ff9-aa6e-e4f4b6b4f3ee,,USER,"What are the full names of all left handed players, in order of birth date?","{""actions"":[{""actionType"":""condition"",""column"":""hand"",""operation"":""="",""value"":""L""},{""actionType"":""sorting"",""column"":""birth_date"",""direction"":""asc""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -1daf330a-4143-47c7-9fba-5197b62ffca2,,USER,Count the number of different languages in these films.,"{""actions"":[{""actionType"":""aggregations"",""column"":""language_id"",""aggregation"":""count""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" -34f79af6-86a8-442c-95f1-5dc9a831a85b,,USER,What are names for top three branches with most number of membership?,"{""actions"":[{""actionType"":""topFilter"",""column"":""membership_amount"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" -6dc8906e-c77a-4eaf-bee4-bd0bd586224f,,USER,Count the number of countries where Spanish is the predominant language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""CountryCode"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -0d3c7a2f-47f8-4af1-b834-e84e9b50deb7,,USER,Find the number of followers for each user.,"{""actions"":[{""actionType"":""aggregations"",""column"":""f1"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""f1""}]}","[{""columns"":[""f1"",""f2""],""name"":""follows"",""type"":""grid""}]" -0d665c19-a7c0-4d84-a488-72bca319bdf6,,USER,Which patient is undergoing the most recent treatment?,"{""actions"":[{""actionType"":""topFilter"",""column"":""dateundergoes"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Patient"",""Procedures"",""Stay"",""DateUndergoes"",""Physician"",""AssistingNurse""],""name"":""Undergoes"",""type"":""grid""}]" -d2515a27-dace-4373-a846-36f9122c7c09,,USER,"What are the names of the chairs of festivals, sorted in ascending order of the year held?","{""actions"":[{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""asc""}]}","[{""columns"":[""Festival_ID"",""Festival_Name"",""Chair_Name"",""Location"",""Year"",""Num_of_Audience""],""name"":""festival_detail"",""type"":""grid""}]" -0fcbe133-7539-49c9-a001-6e771327df4a,,USER,Count the number of captains in each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -bf6e2f34-9d1e-4f13-835a-1790b9106930,,USER,Find the first name and country code of the oldest player.,"{""actions"":[{""actionType"":""topFilter"",""column"":""birth_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -c280c0b3-f182-4eb5-8589-ed9baef23860,,USER,When did the staff member Janessa Sawayn leave the company?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" -025139c9-c47d-4bd9-95d3-26ff10fb2d2d,,USER,Find the average elevation of airports in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -612e2f38-fc16-4a2d-9df6-71bfc603b279,,USER,"List the names of countries whose language is not ""German"".","{""actions"":[{""actionType"":""condition"",""column"":""Languages"",""operation"":""!="",""value"":""'German'""}]}","[{""columns"":[""Country_ID"",""Name"",""Population"",""Area"",""Languages""],""name"":""country"",""type"":""grid""}]" -3d6d67e7-9f8c-4610-8c2f-0aa69ffafc70,,USER,Show the lieutenant governor and comptroller from the democratic party.,"{""actions"":[{""actionType"":""condition"",""column"":""Party"",""operation"":""="",""value"":""'Democratic'""}]}","[{""columns"":[""Party_ID"",""Year"",""Party"",""Governor"",""Lieutenant_Governor"",""Comptroller"",""Attorney_General"",""US_Senate""],""name"":""party"",""type"":""grid""}]" -b35b2e01-f062-4a58-ab4e-6dc100870564,,USER,What are the id of songs whose format is mp3.,"{""actions"":[{""actionType"":""condition"",""column"":""formats"",""operation"":""="",""value"":""'mp3'""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" -2155fe91-1728-493a-88b1-e972a8b2daee,,USER,List the names of counties in descending order of population.,"{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""desc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -0dcecd67-29ff-4cb8-aa80-cf3c751295f9,,USER,how many rivers does idaho have,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'idaho'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -4ba1d177-950f-41b6-ba09-db462fcddb3c,,USER,"Show name, address road, and city for all branches sorted by open year.","{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" -a89236b1-9800-460b-8d2a-95ecbe42de56,,USER,how many colorado rivers are there,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'colorado'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -a3b0df6e-0277-4273-8faa-2c2f7abfcfc6,,USER,Give me the name of all the actors from Afghanistan,"{""actions"":[{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""'Afghanistan'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -784bcfd4-b70b-4647-b52d-0ef56f2f8b9a,,USER,Count the number of customers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_last_name"",""customer_address"",""customer_phone"",""customer_email"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" -5247f7e6-9c21-4658-8b85-fe64bc6f446a,,USER,"For each type of store, how many of them are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""Store_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Store_ID"",""Store_Name"",""Type"",""Area_size"",""Number_of_product_category"",""Ranking""],""name"":""store"",""type"":""grid""}]" -8168a258-1ac9-449f-80d0-a1c6a8387bed,,USER,"What is the document id, template id and description for document named ""Robbin CV""?","{""actions"":[{""actionType"":""condition"",""column"":""document_name"",""operation"":""="",""value"":""'Robbin CV'""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -86a65e96-7653-47fd-83ca-a9b2449d8775,,USER,"For each unique product name, calculate its average price.","{""actions"":[{""actionType"":""aggregations"",""column"":""Product_Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Product_Name""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" -6673c344-c9fa-41e8-8eeb-dce2e6c984e7,,USER,Please give me a list of cities whose regional population is over 10000000.,"{""actions"":[{""actionType"":""condition"",""column"":""regional_population"",""operation"":"">"",""value"":10000000}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" -97481235-509b-4576-937a-48b5e901558e,,USER,How many different kinds of lens brands are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""brand"",""aggregation"":""count""}]}","[{""columns"":[""id"",""brand"",""name"",""focal_length_mm"",""max_aperture""],""name"":""camera_lens"",""type"":""grid""}]" -d8566d34-65f3-4051-821f-eb2206ddc897,,USER,What is the average number of gold medals for a club?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Gold"",""aggregation"":""avg""}]}","[{""columns"":[""Rank"",""Club_ID"",""Gold"",""Silver"",""Bronze"",""Total""],""name"":""club_rank"",""type"":""grid""}]" -17c3f8ee-221b-4c34-9c98-8755890d9e36,,USER,Find the numbers of different majors and cities.,"{""actions"":[{""actionType"":""aggregations"",""column"":""major"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""city_code"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -209af440-d931-491b-89a2-15ea98274b4b,,USER,What are the different years in which there were cars produced that weighed less than 4000 and also cars that weighted more than 3000 ?,"{""actions"":[{""actionType"":""condition"",""column"":""weight"",""operation"":"">="",""value"":3000},{""actionType"":""condition"",""column"":""weight"",""operation"":""<="",""value"":4000}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -57c2cff4-cef5-4783-abc5-d351e40f850e,,USER,Show the average age for male and female students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -feba8c8f-b4aa-4035-8b7a-07ca8c4d4c0e,,USER,What is the charge amount of the most expensive charge type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""charge_amount"",""aggregation"":""max""}]}","[{""columns"":[""charge_id"",""charge_type"",""charge_amount""],""name"":""Charges"",""type"":""grid""}]" -86203f4a-5e8e-420c-8b3b-8ddca7ef8677,,USER,return me the paper after 2000 with more than 200 citations .,"{""actions"":[{""actionType"":""condition"",""column"":""citation_num"",""operation"":"">"",""value"":200},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" -b5c49168-a65e-4a91-bd54-2d2c5ce64950,,USER,Find the name of the most expensive product.,"{""actions"":[{""actionType"":""topFilter"",""column"":""product_price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""product_id"",""product_name"",""product_price"",""product_description""],""name"":""Products"",""type"":""grid""}]" -36e84355-7655-4a61-9c5e-c6187db26d32,,USER,How many body builders are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Body_Builder_ID"",""aggregation"":""count""}]}","[{""columns"":[""Body_Builder_ID"",""People_ID"",""Snatch"",""Clean_Jerk"",""Total""],""name"":""body_builder"",""type"":""grid""}]" -85a6b9da-a6f4-4441-8a13-ed0a32836ef4,,USER,"What are the carriers of devices whose software platforms are not ""Android""?","{""actions"":[{""actionType"":""condition"",""column"":""Software_Platform"",""operation"":""!="",""value"":""Android""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" -5a727544-185f-4a7e-9fa8-9fc487562a3b,,USER,Find the first names of all the authors ordered in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""fname"",""direction"":""asc""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" -7ed01bad-fa4c-409d-8a6c-d0ccdee68252,,USER,Could you list the number of singers for each citizenship?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -fa97a1c4-70d1-4f7a-8725-d5daca89df29,,USER,How many bookings correspond to each booking status? List the booking status code and the number of corresponding bookings.,"{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""booking_status_code""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" -e63e9d29-4e21-40b7-a2db-468ecbc68286,,USER,Identify template type codes and the count of templates for each code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_type_code""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" -cd520f9e-5287-48fe-8081-c8d4219d8e30,,USER,What is the last date that a staff member left a project?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_to"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" -ba6d20af-c47b-4b56-9397-d54ecadbc7bd,,USER,"What is the rank, company, and market value of every comapny in the banking industry ordered by sales and profits?","{""actions"":[{""actionType"":""condition"",""column"":""main_industry"",""operation"":""="",""value"":""Banking""},{""actionType"":""sorting"",""column"":""sales_billion"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""profits_billion"",""direction"":""asc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -1ebedff7-52ad-41b2-b0ed-fdfdfca3e968,,USER,List the name of actors whose age is not 20.,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":""!="",""value"":20}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" -ba848f7f-9221-4ade-ad4f-a3b317c3c797,,USER,Calculate the total revenue of each manufacturer.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -3a2ed3af-b5f1-4f00-acbf-9f8a825a6c67,,USER,how many people reside in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -f31e5826-9366-4d14-a5d7-1d609afb72ce,,USER,What is the average base price of rooms for each bed type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -fea709f1-22f4-4c1a-9c80-907746a380fc,,USER,Show the number of male and female assistant professors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""rank"",""operation"":""="",""value"":""'AsstProf'""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -713e0e33-ccb1-4c9d-9985-29c9c7e7952b,,USER,How many invoices were billed from each state?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""billing_country"",""operation"":""="",""value"":""'USA'""},{""actionType"":""grouping"",""column"":""billing_state""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -2fb626b1-284b-4e42-8370-63020fb83ef4,,USER,What are the different classes of races and how many races fall under each class?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""CLASS""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" -76644f0a-d3b2-4a35-a4f6-68e9516e192e,,USER,Return the full names and salaries for employees with first names that end with the letter m.,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""ends with"",""value"":""m""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -00535ad2-5ce0-41bb-896f-d129f18d1b01,,USER,What is the official name and status of the city with the most residents?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" -17f43fa2-f2bf-4d04-9eb2-f4262c5d9fe4,,USER,Give the name of the lowest earning instructor in the Statistics department.,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Statistics""},{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -60ebbadb-765a-441d-b1a3-9f4376016c5f,,USER,Show the city and the number of branches opened before 2010 for each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Branch_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":2010},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" -3847b0d9-2f20-4336-84a1-640431c31635,,USER,Find the GDP of the city with the largest regional population.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Regional_Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" -ebed2839-3d50-4f5e-9142-3c0f57d0eb71,,USER,How many different products correspond to each order id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -632fe5c9-6755-47f1-8c61-8fb03f70ea58,,USER,Calculate the total rating ratio for each channel owner.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rating_in_percent"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""OWNER""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -6f317c2d-5531-44ab-9441-c9cd461d30bc,,USER,What is the winery at which the wine with the highest score was made?,"{""actions"":[{""actionType"":""topFilter"",""column"":""SCORE"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -6c1f1f90-3a53-4c1d-9598-f460b7a9ee9e,,USER,What is the average weight and year for each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -32f60e52-0aa7-4695-add8-f61ed22a0515,,USER,"Give the order ids for all orders, as well as the total product quantity in each.","{""actions"":[{""actionType"":""aggregations"",""column"":""product_quantity"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -bc316306-f716-453a-855b-7a16b1f9140f,,USER,Tell me the distinct block codes where some rooms are available.,"{""actions"":[{""actionType"":""condition"",""column"":""unavailable"",""operation"":""="",""value"":0}]}","[{""columns"":[""RoomNumber"",""RoomType"",""BlockFloor"",""BlockCode"",""Unavailable""],""name"":""Room"",""type"":""grid""}]" -9bc2ef13-b76a-4e88-9a16-0baa336650b3,,USER,Count the number of actors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Actor_ID"",""aggregation"":""count""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" -08d647a8-1108-466c-8b70-8dab64f12d54,,USER,"How many players born in USA are right-handed batters? That is, have the batter value 'R'.","{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""birth_country"",""operation"":""="",""value"":""USA""},{""actionType"":""condition"",""column"":""bats"",""operation"":""="",""value"":""R""}]}","[{""columns"":[""player_id"",""birth_year"",""birth_month"",""birth_day"",""birth_country"",""birth_state"",""birth_city"",""death_year"",""death_month"",""death_day"",""death_country"",""death_state"",""death_city"",""name_first"",""name_last"",""name_given"",""weight"",""height"",""bats"",""throws"",""debut"",""final_game"",""retro_id"",""bbref_id""],""name"":""player"",""type"":""grid""}]" -6e403ebd-58f1-4da8-abd1-548b326e0c9f,,USER,"What are the names, dates active, and number of deaths for storms that had 1 or more death?","{""actions"":[{""actionType"":""condition"",""column"":""number_deaths"",""operation"":"">="",""value"":1}]}","[{""columns"":[""Storm_ID"",""Name"",""Dates_active"",""Max_speed"",""Damage_millions_USD"",""Number_Deaths""],""name"":""storm"",""type"":""grid""}]" -e9820f84-79b8-47b2-ab60-2f8d31dab504,,USER,tell me what cities are in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -1f904fc3-1176-4cdf-b494-a92ba1d0c4ca,,USER,Show the order ids and the number of invoices for each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" -09e60522-8e46-4955-ad3e-5a478a8b2dba,,USER,which poll source does the highest oppose rate come from?,"{""actions"":[{""actionType"":""topFilter"",""column"":""oppose_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" -3a329e38-911e-49e4-83e6-4c475eb6887e,,USER,"In zip code 94107, on which day neither Fog nor Rain was not observed?","{""actions"":[{""actionType"":""condition"",""column"":""zip_code"",""operation"":""="",""value"":94107},{""actionType"":""condition"",""column"":""EVENTS"",""operation"":""!="",""value"":""'Fog'""},{""actionType"":""condition"",""column"":""EVENTS"",""operation"":""!="",""value"":""'Rain'""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -e916fe96-ed03-4ea6-8d99-22746e5eab99,,USER,Show theme and year for all exhibitions with ticket prices lower than 15.,"{""actions"":[{""actionType"":""condition"",""column"":""ticket_price"",""operation"":""<"",""value"":15}]}","[{""columns"":[""Exhibition_ID"",""Year"",""Theme"",""Artist_ID"",""Ticket_Price""],""name"":""exhibition"",""type"":""grid""}]" -69c1fa9f-51bd-479c-9480-f78428a50461,,USER,Return the founder of Sony.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Sony""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -e3d708eb-7cd9-4ba1-8bea-44bd1fc69cac,,USER,What are the average ages of male and female students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -5c34c2cb-3404-45d1-b1cf-d5cea809aabd,,USER,"What is the first name and last name of the customer that has email ""luisg@embraer.com.br""?","{""actions"":[{""actionType"":""condition"",""column"":""Email"",""operation"":""="",""value"":""'luisg@embraer.com.br'""}]}","[{""columns"":[""CustomerId"",""FirstName"",""LastName"",""Company"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email"",""SupportRepId""],""name"":""Customer"",""type"":""grid""}]" -b7630c74-47e6-4629-acff-68992bbef8b7,,USER,How many students reside in each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -dd57aab0-b95b-45ae-bf2c-17a4833b6455,,USER,What is the location of the party with the most hosts?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Number_of_hosts"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" -4fb86bfe-ed25-4292-a8dd-c91b0ef53e87,,USER,Determine the number of captains in each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -1bff976b-117f-4418-ab2b-8bb9401371c2,,USER,Calculate the total student count in every department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" -e439a795-ffff-4f21-be20-bfb475fae790,,USER,How many documents correspond with each project id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -42d0e374-c6c7-46ab-afc4-b0a5eda1a579,,USER,"For each fourth-grade classroom, show the classroom number and the total number of students using it.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'4'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -6f4afb19-00f5-409e-8deb-5845f5ae7d4e,,USER,"For each team, how many technicians are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Team""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" -5126cdf8-fed4-4ed9-9a18-de1c4cb7bcd3,,USER,Which department has the highest average instructor salary?,"{""actions"":[{""actionType"":""grouping"",""column"":""dept_name""},{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -5c22f809-e9aa-4ec8-9fb7-c1af72a74704,,USER,What are the different cities that have more than 100 memberships?,"{""actions"":[{""actionType"":""condition"",""column"":""membership_amount"",""operation"":"">="",""value"":100}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" -004a95ba-797b-46e7-851a-8443fd6a99aa,,USER,What are the names of all pilots listed by descending age?,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" -90752a34-daf9-4be4-91bb-4922953da416,,USER,"For each faculty rank, show the number of faculty members who have it.","{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -465b9763-3ade-45bf-bed9-c880160144af,,USER,What is the name of customers who do not use Cash as payment method.,"{""actions"":[{""actionType"":""condition"",""column"":""payment_method"",""operation"":""!="",""value"":""Cash""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" -2cb70968-0aab-440d-b36f-3dbf8045507e,,USER,"What are the different card type codes, and how many customers hold each type?","{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""card_type_code""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" -50668384-b444-4dc8-a9e4-045c689ea76a,,USER,What is the average age of males with different job titles?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -9e94f4fe-c7f4-42f8-9c76-79253c9ddd93,,USER,How many days had both mean humidity above 50 and mean visibility above 8?,"{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""mean_humidity"",""operation"":"">"",""value"":50},{""actionType"":""condition"",""column"":""mean_visibility_miles"",""operation"":"">"",""value"":8}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -d1f5ec61-74f9-44fd-bd4b-8028897d4921,,USER,Calculate the number of students in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -23632ef5-53e4-4cc4-bb82-f26d79718fe6,,USER,What is the complete description of the job of a researcher?,"{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""researcher""}]}","[{""columns"":[""role_code"",""role_description""],""name"":""Staff_Roles"",""type"":""grid""}]" -db400766-eba1-4241-8f58-8699f9886fdb,,USER,How many patients stay in room 112?,"{""actions"":[{""actionType"":""aggregations"",""column"":""patient"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""room"",""operation"":""="",""value"":112}]}","[{""columns"":[""StayID"",""Patient"",""Room"",""StayStart"",""StayEnd""],""name"":""Stay"",""type"":""grid""}]" -628a99c4-a110-4395-a994-e8a9142dddae,,USER,How many different projects are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" -0cf1c4a4-911f-4ced-a21e-dd8c9c8a0b6b,,USER,"return me the abstract of "" Making database systems usable "" .","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" -a91c2dfb-74a8-4ad1-b0ad-11397339c879,,USER,List all headquarters and the number of companies in each headquarter.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""headquarters""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -7dba31d0-3e38-41e0-af5d-71913953e74f,,USER,"How many kids stay in the room DAMIEN TRACHSEL checked in on Sep 21, 2010?","{""actions"":[{""actionType"":""condition"",""column"":""CheckIn"",""operation"":""="",""value"":""'2010-09-21'""},{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'DAMIEN'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'TRACHSEL'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" -5f56173c-5aa2-4f56-a401-f638991a4ac5,,USER,What are the name and os of web client accelerators that do not work with only a 'Broadband' type connection?,"{""actions"":[{""actionType"":""condition"",""column"":""CONNECTION"",""operation"":""!="",""value"":""Broadband""}]}","[{""columns"":[""id"",""name"",""Operating_system"",""Client"",""Connection""],""name"":""Web_client_accelerator"",""type"":""grid""}]" -888d0f0e-989f-4a5b-bd1e-32fc056872a2,,USER,Find the name of different colleges involved in the tryout in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""cName"",""direction"":""asc""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" -1c93240c-e886-4144-8ceb-70baf1a3d338,,USER,What are the different nationalities of pilots? Show each nationality and the number of pilots of each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Pilot_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""Pilot_ID"",""Pilot_name"",""Rank"",""Age"",""Nationality"",""Position"",""Join_Year"",""Team""],""name"":""pilot"",""type"":""grid""}]" -df0e811c-ab8c-4e01-b73f-07882c5efc65,,USER,Determine the lowest salary for each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""MIN""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -6b67c234-11ae-420c-98a4-02edc21b1d73,,USER,Find the names of all person sorted in the descending order using age.,"{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -32089792-d1b4-4e8b-b051-a8ddca6c0b40,,USER,states bordering kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -45bc9434-0a43-478c-84b4-4b9cda81c042,,USER,What are the different countries with singers above age 20?,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":20}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -94130d32-a6f5-4ab7-a83a-660399324831,,USER,"What is the document type code for document type ""Paper""?","{""actions"":[{""actionType"":""condition"",""column"":""document_type_name"",""operation"":""="",""value"":""'Paper'""}]}","[{""columns"":[""Document_Type_Code"",""Document_Type_Name"",""Document_Type_Description""],""name"":""Ref_Document_Types"",""type"":""grid""}]" -d708e41a-520a-4448-aaac-70662ef23742,,USER,which state border kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -bec849e6-3766-4754-aecd-37b93a1afd59,,USER,Count the number of captains younger than 50 of each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -7c590cce-ec67-4385-a1a4-3e9057548b9a,,USER,where is massachusetts,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'massachusetts'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -246182f0-72af-42f4-84a0-46d53fa33634,,USER,List the name of enzymes in descending lexicographical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" -2b31352e-8997-4be4-9443-dffa7f70728d,,USER,What are the names of people in ascending alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" -45e92df6-4dbf-4269-8953-66d7cec81cda,,USER,Show origins of all flights with destination Honolulu.,"{""actions"":[{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""'Honolulu'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -9bacaacf-1c37-4f4f-8ce7-7c3c2b752ddb,,USER,how tall is guadalupe peak,"{""actions"":[{""actionType"":""condition"",""column"":""highest_point"",""operation"":""="",""value"":""'guadalupe peak'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -e65d6485-86da-41bc-bd3c-c6d85d110fc5,,USER,"Find id of candidates whose assessment code is ""Pass""?","{""actions"":[{""actionType"":""condition"",""column"":""asessment_outcome_code"",""operation"":""="",""value"":""'Pass'""}]}","[{""columns"":[""candidate_id"",""qualification"",""assessment_date"",""asessment_outcome_code""],""name"":""Candidate_Assessments"",""type"":""grid""}]" -93bfe3bd-b1d3-43dd-adfd-7f94186ea6f1,,USER,How many employees are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""staff_id"",""aggregation"":""count""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" -ef8b93be-e1e9-4b49-b9b0-bb554cf3b7ec,,USER,Show different publishers together with the number of publications they have.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Publication_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Publisher""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" -2221969d-bbc6-4ba1-b368-693ea2c500a4,,USER,Find the team of the player of the highest age.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" -cad40037-8897-4a7d-bc4a-f9dabd792fbe,,USER,What are the numbers of all flights that can cover a distance of more than 2000?,"{""actions"":[{""actionType"":""condition"",""column"":""distance"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -2bea5739-42a1-473e-a679-1c953b67bcc5,,USER,"What are the codes and names for all regions, sorted by codes?","{""actions"":[{""actionType"":""sorting"",""column"":""region_code"",""direction"":""asc""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" -dd9b7301-39ae-48a9-a2be-04232fe3c8d9,,USER,Find the last names of students studying in room 111.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":111}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -e374e059-b726-4944-a2fb-65372ef3bbe1,,USER,How many reviewers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rID"",""aggregation"":""count""}]}","[{""columns"":[""rID"",""name""],""name"":""Reviewer"",""type"":""grid""}]" -c13d989d-d9da-48d8-95ae-69954c84cce4,,USER,How many females does this network has?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""female""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -e61b478e-69f8-47fd-8f89-78d02632d085,,USER,how many states does kentucky border,"{""actions"":[{""actionType"":""aggregations"",""column"":""border"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -09e09f14-7f42-4cb3-b8d8-eb8cb38b93e1,,USER,How many customers do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_last_name"",""customer_address"",""customer_phone"",""customer_email"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" -d75b5e87-3255-45e8-b3e4-6218b24a929a,,USER,which states adjoin kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -150cf213-6917-4e7b-949f-edae9bc127da,,USER,how many rivers are in idaho,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'idaho'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -e7f9e6e7-152b-4467-8b9f-e44e7200d673,,USER,List the country codes where Spanish is the primary language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -d32236ce-b83b-484a-a655-46894817c919,,USER,Find the average base price of different bed types for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pettype""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -7d65803c-7dd1-4e84-a216-a31f889334db,,USER,Show different nominees and the number of musicals they have been nominated.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Musical_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nominee""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" -6747611c-7b6d-4b6c-a8da-cc31463a38c1,,USER,List all ranks and corresponding counts of male and female faculty members.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -24ebdef5-7548-455a-b769-3eb28df18ba3,,USER,What is the number of movies produced in 2013 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""title"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""release_year"",""operation"":""="",""value"":2013}]}","[{""columns"":[""mid"",""title"",""release_year"",""title_aka"",""budget""],""name"":""movie"",""type"":""grid""}]" -9cfbe62b-f63b-40f3-b2f8-db1ac80f776e,,USER,"What are the different affiliations, and what is the total enrollment of schools founded after 1850 for each enrollment type?","{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1850},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -5c8f5122-0531-4b79-922c-6ba0d91dc53a,,USER,What are the names of the instructors in the Comp. Sci. department who earn more than 80000?,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Comp. Sci.""},{""actionType"":""condition"",""column"":""salary"",""operation"":"">"",""value"":80000}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -620e06cf-93b6-437d-9731-100532e0d065,,USER,What is the number of technicians?,"{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""count""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" -495fed70-4ae7-4c02-be24-135e17985f82,,USER,Give the total population and average surface area corresponding to countries in North America that have a surface area greater than 3000 .,"{""actions"":[{""actionType"":""aggregations"",""column"":""population"",""aggregation"":""sum""},{""actionType"":""aggregations"",""column"":""surfacearea"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'north america'""},{""actionType"":""condition"",""column"":""surfacearea"",""operation"":"">"",""value"":3000}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -a205e578-f263-4e81-ab4b-4822892c7465,,USER,List the teams of the players with the top 5 largest ages.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" -95e2e370-94d4-4c8f-b9de-3530fbfe9ad9,,USER,List the date of perpetrators in descending order of the number of people killed.,"{""actions"":[{""actionType"":""sorting"",""column"":""Killed"",""direction"":""desc""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" -109008bc-f9c1-4dc8-a2fa-c32ce9f87d6a,,USER,"What are the district names and city populations for all districts that between 200,000 and 2,000,000 residents?","{""actions"":[{""actionType"":""condition"",""column"":""City_Population"",""operation"":"">="",""value"":200000},{""actionType"":""condition"",""column"":""City_Population"",""operation"":""<="",""value"":2000000}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" -6312df5c-0988-4089-838f-981598f0d957,,USER,What are the country codes and the most spoken languages in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -bff1b99c-5c14-4971-a3c2-9f4a3e5416d5,,USER,Find the number of distinct room types available.,"{""actions"":[{""actionType"":""aggregations"",""column"":""roomtype"",""aggregation"":""count""}]}","[{""columns"":[""RoomNumber"",""RoomType"",""BlockFloor"",""BlockCode"",""Unavailable""],""name"":""Room"",""type"":""grid""}]" -07257b8d-8909-4135-bc61-0166d4fe3629,,USER,What is the airport name for airport 'AKO'?,"{""actions"":[{""actionType"":""condition"",""column"":""AirportCode"",""operation"":""="",""value"":""'AKO'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" -0af38bec-d34d-4a4a-a6d5-75ea302633fb,,USER,Find the number of universities with an enrollment size over 20000 for each affiliation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enrollment"",""operation"":"">"",""value"":20000},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -d76107bf-ba6b-40fc-9c97-05fd3a81150d,,USER,In how many different cities are banks located?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -eec804e8-ea48-4793-a9c1-f55f16e16e6b,,USER,How many females are in the network?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""female""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -6cdb1325-8ef0-4f1f-9f90-f241252ad43d,,USER,Retrieve all the first and last names of authors in the alphabetical order of last names.,"{""actions"":[{""actionType"":""sorting"",""column"":""lname"",""direction"":""asc""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" -4dd668db-c5e3-44ad-b402-40f765dcaf60,,USER,Find all businesses in Texas with a rating below 2,"{""actions"":[{""actionType"":""condition"",""column"":""rating"",""operation"":""<"",""value"":2},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""'Texas'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" -b4953b4e-0538-44f4-bfbb-22541445bb31,,USER,show major cities in kansas,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kansas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -d281f425-5d7e-4004-a358-dfc99f06b24e,,USER,"Find the last name of the author with first name ""Amal"".","{""actions"":[{""actionType"":""condition"",""column"":""fname"",""operation"":""="",""value"":""'Amal'""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" -73c92b71-9bbc-4586-9454-6145f79a83b4,,USER,Find the name and revenue of the highest revenue-earning company in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Headquarter""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -0dc017fa-b238-45cb-9fc2-0ad2ef0b7bc8,,USER,How many stadiums are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" -2ef23d15-11e4-4401-9678-c60bb984f2aa,,USER,Who is the director of movie Avatar?,"{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""Avatar""}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" -f1dece03-ddf1-4573-9efa-65431c65f992,,USER,How many total credits does each department offer?,"{""actions"":[{""actionType"":""aggregations"",""column"":""credits"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" -a56f0dd2-aa90-4581-b459-9c33d3e1287c,,USER,What is the employee id of the head whose department has the least number of employees?,"{""actions"":[{""actionType"":""grouping"",""column"":""departmentID""},{""actionType"":""topFilter"",""column"":""departmentID"",""limit"":1,""aggregation"":""count"",""direction"":""asc""}]}","[{""columns"":[""DepartmentID"",""Name"",""Head""],""name"":""Department"",""type"":""grid""}]" -0269ca9d-4e58-4efe-b76d-84d9464d4cf5,,USER,"For each city, how many branches opened before 2010?","{""actions"":[{""actionType"":""aggregations"",""column"":""Branch_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":2010},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" -58711a5e-eaf9-4d0f-8152-0957d257ab2f,,USER,How many distinct order ids correspond to each product?,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""product_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -63047f4c-f3b8-4d75-9706-c5921b7db95e,,USER,"Select the name and price of all products with a price larger than or equal to $180, and sort first by price (in descending order), and then by name (in ascending order).","{""actions"":[{""actionType"":""condition"",""column"":""price"",""operation"":"">="",""value"":180},{""actionType"":""sorting"",""column"":""price"",""direction"":""desc""},{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -dd6af0f0-3480-47d0-83eb-e2929e5caddc,,USER,How many employees have certificate.,"{""actions"":[{""actionType"":""aggregations"",""column"":""eid"",""aggregation"":""count""}]}","[{""columns"":[""eid"",""aid""],""name"":""certificate"",""type"":""grid""}]" -004c30b9-8837-4d6c-8674-122056472524,,USER,What is the name and capacity for the stadium with the highest average attendance?,"{""actions"":[{""actionType"":""topFilter"",""column"":""average"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Stadium_ID"",""Location"",""Name"",""Capacity"",""Highest"",""Lowest"",""Average""],""name"":""stadium"",""type"":""grid""}]" -7b08078a-6d8b-47f8-bbcf-b24bef5edcc8,,USER,How many different cities do people originate from?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -22fc98c8-2e7d-45d4-9925-8eb3c0670ebe,,USER,"Show the phone, room, and building for the faculty named Jerry Prince.","{""actions"":[{""actionType"":""condition"",""column"":""Fname"",""operation"":""="",""value"":""'Jerry'""},{""actionType"":""condition"",""column"":""Lname"",""operation"":""="",""value"":""'Prince'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -82150875-1dfb-4949-b008-97ef3b6720c9,,USER,List the amount and donor name for the largest amount of donation.,"{""actions"":[{""actionType"":""topFilter"",""column"":""amount"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""endowment_id"",""School_id"",""donator_name"",""amount""],""name"":""endowment"",""type"":""grid""}]" -310c083c-83b1-4fdc-a12b-fd6c249ab4f9,,USER,"Return the name, location, and seating of the track that was opened in the most recent year.","{""actions"":[{""actionType"":""topFilter"",""column"":""year_opened"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" -cbc940ac-9172-4759-a800-9b65eadc40e8,,USER,what river flows through illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -36282fb7-4dc8-44a6-8cc3-e5e843d8fb97,,USER,What are the bed type and name of all the rooms with traditional decor?,"{""actions"":[{""actionType"":""condition"",""column"":""decor"",""operation"":""="",""value"":""'traditional'""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -5743094e-96b2-4a97-b7cd-a7bc04ca2443,,USER,What campuses are located in the county of Los Angeles?,"{""actions"":[{""actionType"":""condition"",""column"":""county"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" -ca49b0b4-b897-4938-80fd-e7cdc2b66813,,USER,Calculate the total revenue of companies founded by each founder.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""founder""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -c07ecb15-585d-4459-a8c6-daa9f9849d06,,USER,"Determine the average base price of rooms, grouped by bed type.","{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -22e058ed-5c03-48d5-93b0-191e2d3c212a,,USER,find the number of distinct country codes of all players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""country_code"",""aggregation"":""count""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -274efb13-cf34-4f13-bebf-b7e9359358cb,,USER,How many distinct countries do players come from?,"{""actions"":[{""actionType"":""aggregations"",""column"":""country_code"",""aggregation"":""count""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -ae71f0e7-20c0-4d23-85ca-06d6c7bda287,,USER,Determine the number of constructors for each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""nationality""}]}","[{""columns"":[""constructorId"",""constructorRef"",""name"",""nationality"",""url""],""name"":""constructors"",""type"":""grid""}]" -0c8a8010-112b-4827-919a-ab06d3e837dd,,USER,Give me the name and description of the document type code RV.,"{""actions"":[{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'RV'""}]}","[{""columns"":[""Document_Type_Code"",""Document_Type_Name"",""Document_Type_Description""],""name"":""Ref_Document_Types"",""type"":""grid""}]" -11e4740c-3ab4-4a33-b1f1-309d0f150f50,,USER,"Return the record companies of orchestras, sorted descending by the years in which they were founded.","{""actions"":[{""actionType"":""sorting"",""column"":""Year_of_Founded"",""direction"":""desc""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" -bb7f24dd-4d2b-42a9-8959-48fc885ab5c6,,USER,Find all the campuses opened in 1958.,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1958}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" -0241487b-6486-45c4-8796-b013432ef3fe,,USER,"Among players with an overall rating greater than 80, how many are left-footed or right-footed?","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""overall_rating"",""operation"":"">"",""value"":80},{""actionType"":""grouping"",""column"":""preferred_foot""}]}","[{""columns"":[""id"",""player_fifa_api_id"",""player_api_id"",""date"",""overall_rating"",""potential"",""preferred_foot"",""attacking_work_rate"",""defensive_work_rate"",""crossing"",""finishing"",""heading_accuracy"",""short_passing"",""volleys"",""dribbling"",""curve"",""free_kick_accuracy"",""long_passing"",""ball_control"",""acceleration"",""sprint_speed"",""agility"",""reactions"",""balance"",""shot_power"",""jumping"",""stamina"",""strength"",""long_shots"",""aggression"",""interceptions"",""positioning"",""vision"",""penalties"",""marking"",""standing_tackle"",""sliding_tackle"",""gk_diving"",""gk_handling"",""gk_kicking"",""gk_positioning"",""gk_reflexes""],""name"":""Player_Attributes"",""type"":""grid""}]" -37560f84-a2ae-4c5e-b751-813ef96c8396,,USER,what rivers run through illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -2e9f1f61-7fa8-49cb-a44e-dbd5d64b27bb,,USER,Find the average fee on a CSU campus in 1996,"{""actions"":[{""actionType"":""aggregations"",""column"":""campusfee"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1996}]}","[{""columns"":[""Campus"",""Year"",""CampusFee""],""name"":""csu_fees"",""type"":""grid""}]" -cf231007-9b66-4eb0-98c9-55e34945ba6e,,USER,Count the number of programs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Program_ID"",""aggregation"":""count""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" -bf760ea2-b7cd-467e-aca8-5ac90ed66efd,,USER,List the course name of courses sorted by credits.,"{""actions"":[{""actionType"":""sorting"",""column"":""Credits"",""direction"":""asc""}]}","[{""columns"":[""CID"",""CName"",""Credits"",""Instructor"",""Days"",""Hours"",""DNO""],""name"":""Course"",""type"":""grid""}]" -dc654268-f96a-4df1-9b40-5783da0d9c16,,USER,Calculate the total revenue generated by each manufacturer.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -d515a64f-1db5-461c-a9d0-ca788f80ec15,,USER,"Present distinct document ids with their corresponding paragraph counts, sorted by id.","{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""},{""actionType"":""sorting"",""column"":""document_id"",""direction"":""asc""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" -0a3317e2-1a4d-4c99-bdcb-f6a9ae04ec4e,,USER,"For each citizenship, how many singers are from that country?","{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -32071a11-c015-4532-982f-1af883e10f19,,USER,Count the number of accounts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" -c74b10bf-2974-4b19-9c7c-f1e9cb0ce8af,,USER,What are the different dorm amenity names in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""amenity_name"",""direction"":""asc""}]}","[{""columns"":[""amenid"",""amenity_name""],""name"":""Dorm_amenity"",""type"":""grid""}]" -4f96bdb7-81fc-4ef1-93fd-60206c97226d,,USER,"Find the IDs of customers whose name contains ""Diana"".","{""actions"":[{""actionType"":""condition"",""column"":""customer_name"",""operation"":""contains"",""value"":""Diana""}]}","[{""columns"":[""Customer_ID"",""Customer_name""],""name"":""Customers"",""type"":""grid""}]" -ef3c72cd-d2cb-4373-8203-d79e02018546,,USER,"list all the names of programs, ordering by launch time.","{""actions"":[{""actionType"":""sorting"",""column"":""launch"",""direction"":""asc""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" -7471819a-24c6-4bed-b529-66a2c2378fab,,USER,how many square kilometers in the us,"{""actions"":[{""actionType"":""aggregations"",""column"":""area"",""aggregation"":""SUM""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -6f319f4a-a16b-477b-bd1e-c396452625d2,,USER,How many flights have a velocity larger than 200?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""velocity"",""operation"":"">"",""value"":200}]}","[{""columns"":[""id"",""Vehicle_Flight_number"",""Date"",""Pilot"",""Velocity"",""Altitude"",""airport_id"",""company_id""],""name"":""flight"",""type"":""grid""}]" -ec12fa0f-ef39-42e1-bb9a-1e1d7a44edfc,,USER,What is the average rating and resolution of all bangla songs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""resolution"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""languages"",""operation"":""="",""value"":""'bangla'""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -6f6c8026-13e1-4498-a930-ff82ebd0c73f,,USER,Return the average horizontal bar points across all gymnasts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Horizontal_Bar_Points"",""aggregation"":""avg""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" -db352c39-8e6c-4846-b9b2-611b3f6a2156,,USER,List ship types and their corresponding ship counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -b600a123-95d7-4ae1-b85a-f1cc3eecdddb,,USER,Count the number of accounts for each customer ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_category_code""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" -b73ee530-1380-48a1-8a27-fbe49ede9a07,,USER,What is the name of the product with the highest price?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Product_Price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Product_ID"",""Product_Type_Code"",""Product_Name"",""Product_Price""],""name"":""Products"",""type"":""grid""}]" -d37b15bd-eeb9-4818-bbe0-093ad9c049e9,,USER,What are the names of all races held between 2009 and 2011?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":2009},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2011}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" -21b7998e-5737-4f19-acdf-9036e38cf8c8,,USER,Find the name of dorms only for female (F gender).,"{""actions"":[{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" -02853a42-04c9-46b9-917e-db34bb976052,,USER,In which year did the most recent crime happen?,"{""actions"":[{""actionType"":""aggregations"",""column"":""YEAR"",""aggregation"":""max""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" -1c880dd3-fa96-4ecb-bb89-0c639d2fce89,,USER,What are the names and trade names of the medcines that are FDA approved?,"{""actions"":[{""actionType"":""condition"",""column"":""FDA_approved"",""operation"":""="",""value"":""Yes""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" -373e53ab-f132-44b9-b411-b71d7ba0f7e8,,USER,Determine the quantity of captains for each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -27ddc793-5e81-4689-8306-e6084e9d8242,,USER,What are the names of airports in Aberdeen?,"{""actions"":[{""actionType"":""condition"",""column"":""City"",""operation"":""="",""value"":""'Aberdeen'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" -4f3f795c-fca7-4e39-9308-9814fa11b907,,USER,"Find all Apple Store in "" Los Angeles ""","{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Apple Store'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" -4546fc53-d5f4-4d08-8d77-cfce1c642fb4,,USER,"List the contestant numbers and names, ordered by contestant name descending.","{""actions"":[{""actionType"":""sorting"",""column"":""contestant_name"",""direction"":""desc""}]}","[{""columns"":[""contestant_number"",""contestant_name""],""name"":""CONTESTANTS"",""type"":""grid""}]" -2a23ad30-fc78-4faa-9e52-65d8bea6a926,,USER,"For each position, what is the average number of points for players in that position?","{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -bad53e85-af5c-4a9c-8388-d564257f8945,,USER,Find the name of the students and their department names sorted by their total credits in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""tot_cred"",""direction"":""asc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" -d04889b4-03e2-49cd-b45b-45786b929c49,,USER,what state has the capital salem,"{""actions"":[{""actionType"":""condition"",""column"":""capital"",""operation"":""="",""value"":""'salem'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -3ccdd683-3d03-4ade-ad16-b7cf723a77d3,,USER,Display music festival categories along with their respective counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Category""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" -556bab3b-b732-4802-aa01-521cd9729799,,USER,Determine the average high temperature for each day of the week.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Product_Type_Code""}]}","[{""columns"":[""Product_ID"",""Product_Type_Code"",""Product_Name"",""Product_Price""],""name"":""Products"",""type"":""grid""}]" -142d4c3c-84aa-46a2-8a9a-86d0ea110d4a,,USER,"Find the id of the item whose title is ""orange"".","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'orange'""}]}","[{""columns"":[""i_id"",""title""],""name"":""item"",""type"":""grid""}]" -b99bdf00-7d5a-40b3-83ab-c5d0a30e320b,,USER,How many farms are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Farm_ID"",""aggregation"":""count""}]}","[{""columns"":[""Farm_ID"",""Year"",""Total_Horses"",""Working_Horses"",""Total_Cattle"",""Oxen"",""Bulls"",""Cows"",""Pigs"",""Sheep_and_Goats""],""name"":""farm"",""type"":""grid""}]" -ad064db9-9829-4ebe-8816-d1c446916e46,,USER,Return the elimination movies of wrestlers on Team Orton.,"{""actions"":[{""actionType"":""condition"",""column"":""Team"",""operation"":""="",""value"":""'Team Orton'""}]}","[{""columns"":[""Elimination_ID"",""Wrestler_ID"",""Team"",""Eliminated_By"",""Elimination_Move"",""Time""],""name"":""Elimination"",""type"":""grid""}]" -1647b871-d71b-463a-8bec-6ca368a5a4f7,,USER,Show the city and the count of branches established before 2010 in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Branch_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":2010},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" -f310ec1b-616b-40e2-8b25-1dda80f78702,,USER,Show all allergies with type food.,"{""actions"":[{""actionType"":""condition"",""column"":""allergytype"",""operation"":""="",""value"":""'food'""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" -42221078-986c-4c53-96d7-255186753878,,USER,Show the booking status code and the corresponding number of bookings.,"{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""booking_status_code""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" -8ac6c7f6-d9ea-4c0d-ac88-c3b199f244bd,,USER,What are the first names and last names of the employees who live in Calgary city.,"{""actions"":[{""actionType"":""condition"",""column"":""City"",""operation"":""="",""value"":""'Calgary'""}]}","[{""columns"":[""EmployeeId"",""LastName"",""FirstName"",""Title"",""ReportsTo"",""BirthDate"",""HireDate"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email""],""name"":""Employee"",""type"":""grid""}]" -916cfc23-8c34-41e8-8f1c-08b9fa3a1df8,,USER,what are major rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -c2e4c4b1-4ea2-47ac-a923-ddd0c5904408,,USER,Calculate the average transaction amount for various transaction types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""transaction_type_code""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -3f0f591f-62c0-4319-ba75-146358cad254,,USER,what length is the rio grande,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'rio grande'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -b79f7e30-11d0-4f55-94b5-8b477adbe63a,,USER,What are the names of the regions in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""region_name"",""direction"":""asc""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" -dbcc349c-be5a-43f8-b5ac-f2e3415c375b,,USER,List all headquarters locations and their respective company counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""headquarters""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -e4abe2b2-5857-4ce1-968f-a29b9878fbe8,,USER,find the pixel aspect ratio and nation of the tv channels that do not use English.,"{""actions"":[{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""!="",""value"":""English""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -234844f5-da1e-4ca8-bcee-1846e7a9886b,,USER,Show the average share count of transactions for different investors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""share_count"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""investor_id""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -ea76c965-d9c6-4035-8532-8d93839277e8,,USER,What is the code of the school where the accounting department belongs to?,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""'Accounting'""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -05196ae5-1a7a-4059-90b5-3659296f2b67,,USER,How many sections does each course have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""CLASS_CODE"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""crs_code""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -032e3269-c113-4490-bf48-fa4fdc064659,,USER,What are the names of modern rooms that have a base price lower than $160 and two beds.,"{""actions"":[{""actionType"":""condition"",""column"":""basePrice"",""operation"":""<"",""value"":160},{""actionType"":""condition"",""column"":""beds"",""operation"":""="",""value"":2},{""actionType"":""condition"",""column"":""decor"",""operation"":""="",""value"":""modern""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -d7b3c70a-488f-428b-8f17-50d647ccfa63,,USER,What is the name and category code of the product with the highest price?,"{""actions"":[{""actionType"":""topFilter"",""column"":""product_price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" -79f11e70-6178-49e8-842d-dea80a6beae5,,USER,"Show all dates of transactions whose type code is ""SALE"".","{""actions"":[{""actionType"":""condition"",""column"":""transaction_type_code"",""operation"":""="",""value"":""'SALE'""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -411c89af-21fe-443b-bad7-af2d9f25aa27,,USER,Find the three most expensive procedures.,"{""actions"":[{""actionType"":""topFilter"",""column"":""cost"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Cost""],""name"":""Procedures"",""type"":""grid""}]" -72b3e219-3b2b-49a7-a415-58bec8ac8bdc,,USER,Report the classroom number for each classroom and the number of grades using it.,"{""actions"":[{""actionType"":""aggregations"",""column"":""grade"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -d79d5f9c-38fe-46db-a173-b0b8570f68ae,,USER,Show the draft pick numbers and draft classes of players whose positions are defenders.,"{""actions"":[{""actionType"":""condition"",""column"":""POSITION"",""operation"":""="",""value"":""'Defender'""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" -334844ab-e49d-425d-86da-9b072f86d813,,USER,How many accounts do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -ac20b905-61e3-4f44-8ff3-24d628e1eb03,,USER,find the names of loser and winner who played in the match with greatest number of minutes.,"{""actions"":[{""actionType"":""topFilter"",""column"":""minutes"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -546d849a-8cd7-4836-8bad-3b7a32c66f23,,USER,How many different cities do have some airport in the country of Greenland?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""Greenland""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -9d60ad09-59f9-4be6-a557-d429e68f9cba,,USER,Give the flight numbers of flights landing at APG.,"{""actions"":[{""actionType"":""condition"",""column"":""DestAirport"",""operation"":""="",""value"":""'APG'""}]}","[{""columns"":[""Airline"",""FlightNo"",""SourceAirport"",""DestAirport""],""name"":""flights"",""type"":""grid""}]" -d151514f-12c9-4c1d-a446-cfd8c8f9cc81,,USER,Find the first names of students studying in room 108.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":108}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -b7321910-cdeb-42b9-b787-66734244e618,,USER,"What are the date of ceremony of music festivals with category ""Best Song"" and result ""Awarded""?","{""actions"":[{""actionType"":""condition"",""column"":""Category"",""operation"":""="",""value"":""'Best Song'""},{""actionType"":""condition"",""column"":""RESULT"",""operation"":""="",""value"":""'Awarded'""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" -376a70ec-0ec2-4e64-ab72-e84327ad4418,,USER,What is the average elevation of airports in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -25da2f74-08c7-4244-8628-79bf72aaf360,,USER,List the directors and the number of films directed by each one.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""directed_by""}]}","[{""columns"":[""Film_ID"",""Rank_in_series"",""Number_in_season"",""Title"",""Directed_by"",""Original_air_date"",""Production_code""],""name"":""film"",""type"":""grid""}]" -2088f003-e256-48c4-8bba-37a27de98184,,USER,List the types of competition and the number of competitions for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -89837194-de19-4765-ab6d-ece97d4ca4dd,,USER,How many customers have an active value of 1?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""active"",""operation"":""="",""value"":""1""}]}","[{""columns"":[""customer_id"",""store_id"",""first_name"",""last_name"",""email"",""address_id"",""active"",""create_date"",""last_update""],""name"":""customer"",""type"":""grid""}]" -106d66d3-9ea4-4550-8e5b-255468080069,,USER,How many individuals under 40 are there for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":40},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -62dc44cb-e13a-4654-a622-832b290378c8,,USER,What is the continent name which Anguilla belongs to?,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""="",""value"":""'Anguilla'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -45c80834-9d05-4bf0-9ff5-b62871f43262,,USER,Present all primary industries and their total market values.,"{""actions"":[{""actionType"":""aggregations"",""column"":""market_value"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""main_industry""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -9a7f7cb0-c714-4142-9bdc-69009a035d54,,USER,"What are the names of organizations, ordered by the date they were formed, ascending?","{""actions"":[{""actionType"":""sorting"",""column"":""date_formed"",""direction"":""asc""}]}","[{""columns"":[""organization_id"",""date_formed"",""organization_name"",""uk_vat_number""],""name"":""Organizations"",""type"":""grid""}]" -a3deac4a-ff40-4be4-b174-af869ea674f9,,USER,Which city and country is the Alton airport at?,"{""actions"":[{""actionType"":""condition"",""column"":""AirportName"",""operation"":""="",""value"":""'Alton'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" -eb4e2fd9-6295-4ec9-bcc7-9848eb0edd18,,USER,Sort all the rooms according to the price. Just report the room names.,"{""actions"":[{""actionType"":""sorting"",""column"":""basePrice"",""direction"":""asc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -da81b1fa-04f0-4e8d-93d3-0f8f76eb5fe3,,USER,How many people are there of each nationality?,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" -04bcc77f-5f57-4a1c-81c7-e14a023d2582,,USER,"display the department ID, full name (first and last name), salary for those employees who is highest salary in every department.","{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""MAX""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -d4738e22-a360-4b84-94ab-32df06016bf9,,USER,What is the document type description for document type named Film?,"{""actions"":[{""actionType"":""condition"",""column"":""document_type_name"",""operation"":""="",""value"":""'Film'""}]}","[{""columns"":[""Document_Type_Code"",""Document_Type_Name"",""Document_Type_Description""],""name"":""Ref_Document_Types"",""type"":""grid""}]" -779e89f6-3980-4d14-b90f-72975912451e,,USER,How many departments offer courses?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" -6ef62e69-8c93-40d6-ac14-4fce11c8247c,,USER,What is the detail of the location UK Gallery?,"{""actions"":[{""actionType"":""condition"",""column"":""Location_Name"",""operation"":""="",""value"":""'UK Gallery'""}]}","[{""columns"":[""Location_ID"",""Location_Name"",""Address"",""Other_Details""],""name"":""Locations"",""type"":""grid""}]" -c6efe09e-871a-4f22-9a64-7e7b4303e07b,,USER,Count the number of ships for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -b17fb1e4-c8a8-4fc8-85c0-5c5fe487d16b,,USER,List the name of products in ascending order of price.,"{""actions"":[{""actionType"":""sorting"",""column"":""Product_Price"",""direction"":""asc""}]}","[{""columns"":[""Product_ID"",""Product_Type_Code"",""Product_Name"",""Product_Price""],""name"":""Products"",""type"":""grid""}]" -d105b1e2-ce55-444a-ac61-019e00d410b9,,USER,"What are the name and description for role code ""MG""?","{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""'MG'""}]}","[{""columns"":[""Role_Code"",""Role_Name"",""Role_Description""],""name"":""Roles"",""type"":""grid""}]" -f29fff39-9c23-466b-b6a3-bfcbb3a6d50a,,USER,"Find the number of adults for the room reserved and checked in by CONRAD SELBIG on Oct 23, 2010.","{""actions"":[{""actionType"":""condition"",""column"":""CheckIn"",""operation"":""="",""value"":""'2010-10-23'""},{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'CONRAD'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'SELBIG'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" -4c508a5f-7242-4423-81e5-c6d2ad1e2253,,USER,What are the first names of all employees that are professors ordered by date of birth?,"{""actions"":[{""actionType"":""condition"",""column"":""emp_jobcode"",""operation"":""="",""value"":""PROF""},{""actionType"":""sorting"",""column"":""emp_dob"",""direction"":""asc""}]}","[{""columns"":[""EMP_NUM"",""EMP_LNAME"",""EMP_FNAME"",""EMP_INITIAL"",""EMP_JOBCODE"",""EMP_HIREDATE"",""EMP_DOB""],""name"":""EMPLOYEE"",""type"":""grid""}]" -bb03e75e-fefc-48f3-a424-416f7a185572,,USER,List the hosts of performances in ascending order of attendance.,"{""actions"":[{""actionType"":""sorting"",""column"":""Attendance"",""direction"":""asc""}]}","[{""columns"":[""Performance_ID"",""Date"",""Host"",""Location"",""Attendance""],""name"":""performance"",""type"":""grid""}]" -3d7eea18-0028-4490-b460-ecdb84cdb7e6,,USER,machine networks for one shot learning,"{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'machine networks for one shot learning'""}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" -69f9102b-4a83-406d-9449-8f2b7898724a,,USER,What are the names of all campuses located at Chico?,"{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""="",""value"":""'Chico'""}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" -9fe55bea-653b-4a6c-8c85-3e3c0c8f5367,,USER,Count the number of stores.,"{""actions"":[{""actionType"":""aggregations"",""column"":""store_id"",""aggregation"":""count""}]}","[{""columns"":[""store_id"",""manager_staff_id"",""address_id"",""last_update""],""name"":""store"",""type"":""grid""}]" -5172d29a-382b-41fd-8dab-3ec8f13b2872,,USER,"What are the names of conductors, sorted descending by the number of years they have worked?","{""actions"":[{""actionType"":""sorting"",""column"":""Year_of_Work"",""direction"":""desc""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" -da4801bb-0173-4ecd-8ca2-871357a79eac,,USER,how many cities are there in the united states,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""COUNT""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -42187d3f-b9d1-496f-a726-38cbe27d8798,,USER,What are the average price and score of wines for each appelation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Appelation""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -22f75f26-1dbe-4cd8-9905-790ed62d7aeb,,USER,Find the number of different cities which banks are located at.,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -cad64bd1-6f49-42a7-a116-3aa862caa77b,,USER,"What is the first name, GPA, and phone number of the students with the top 5 GPAs?","{""actions"":[{""actionType"":""topFilter"",""column"":""stu_gpa"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" -82f306e6-c7cc-4eb2-b350-0863805dc49c,,USER,What are the names and location of the shops in ascending alphabetical order of name.,"{""actions"":[{""actionType"":""sorting"",""column"":""Shop_Name"",""direction"":""asc""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" -80f56a4b-9210-420a-ba7c-05954418a946,,USER,"List all airline names and their abbreviations in ""USA"".","{""actions"":[{""actionType"":""condition"",""column"":""Country"",""operation"":""="",""value"":""'USA'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" -c37cbbf6-6071-4db5-bdca-bd3ee7fb355a,,USER,How many songs were released for each format?,"{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""formats""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" -3ba672d5-19d4-42d5-9c56-dd4129996e6d,,USER,"Show the ministers and the time they took and left office, listed by the time they left office.","{""actions"":[{""actionType"":""sorting"",""column"":""left_office"",""direction"":""asc""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" -e2209890-e7eb-4a62-8608-3ee01c399e1d,,USER,Which classrooms are used by grade 5?,"{""actions"":[{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":5}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -94e00d60-0b6a-41bc-ae3d-db4553db3d07,,USER,"What is the name, city, country, and elevation for every airport in the city of New York?","{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""New York""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -f68cf9ad-5313-4f61-b6f9-9fa24616a5fe,,USER,How many employees live in Canada?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""'Canada'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -f2595688-99d0-40f3-a02f-e2c7a4da0fbd,,USER,"For each year, return the year and the average number of attendance at home games.","{""actions"":[{""actionType"":""aggregations"",""column"":""attendance"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""year"",""league_id"",""team_id"",""park_id"",""span_first"",""span_last"",""games"",""openings"",""attendance""],""name"":""home_game"",""type"":""grid""}]" -f87224f8-ca32-4dab-8848-fcee9236d646,,USER,How many entrepreneurs correspond to each investor?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Investor""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" -96bc74a4-46ef-4629-a918-4dd7235cf9da,,USER,Find the manager name and district of the shop whose number of products is the largest.,"{""actions"":[{""actionType"":""topFilter"",""column"":""number_products"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" -8546f0c8-b5dc-477a-a1c7-14583efbb3eb,,USER,What are the names and headquarters of all companies ordered by descending market value?,"{""actions"":[{""actionType"":""sorting"",""column"":""market_value"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -f6d072fd-f10c-4c29-9c98-441d86ffc8d7,,USER,How many TV Channels use the English language?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'English'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -06ea0696-1cbf-4033-8990-b021a6522d73,,USER,"return me the citations of "" Making database systems usable "" .","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" -b8408e27-31b4-4a05-b3e5-9fa42e4fee05,,USER,List the text of all tweets in the order of date.,"{""actions"":[{""actionType"":""sorting"",""column"":""createdate"",""direction"":""asc""}]}","[{""columns"":[""id"",""uid"",""text"",""createdate""],""name"":""tweets"",""type"":""grid""}]" -5a23655a-1708-429a-b0a6-14cfe4a4b282,,USER,Show all customer ids and the number of accounts for each customer.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -c1c93550-7054-4085-b01a-52be7ad05f92,,USER,what is the population density of wyoming,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'wyoming'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -3fe6956c-beff-4618-90df-c030a95aaa2b,,USER,Return the names of all regions other than Denmark.,"{""actions"":[{""actionType"":""condition"",""column"":""region_name"",""operation"":""!="",""value"":""Denmark""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" -f78c6f64-ebba-49f1-bce4-05930d011c08,,USER,List the name of the colleges whose enrollment is greater 18000 sorted by the college's name.,"{""actions"":[{""actionType"":""condition"",""column"":""enr"",""operation"":"">"",""value"":18000},{""actionType"":""sorting"",""column"":""cName"",""direction"":""asc""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -b726ff1a-b436-4b2c-a99c-dc29958d4747,,USER,find the number of players whose points are lower than 30 in each position.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""points"",""operation"":""<"",""value"":30},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -d80395ed-de7d-4d2c-91e2-67dfb8fb436d,,USER,display the country ID and number of cities for each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""country_id""}]}","[{""columns"":[""LOCATION_ID"",""STREET_ADDRESS"",""POSTAL_CODE"",""CITY"",""STATE_PROVINCE"",""COUNTRY_ID""],""name"":""locations"",""type"":""grid""}]" -d59703f2-cf12-4601-8dec-52b5aa7de973,,USER,"What are the name and assets of each company, sorted in ascending order of company name?","{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -f7d82bfa-ea9d-4cf5-bcc9-d616769fbe21,,USER,Find the number and time of the train that goes from Chennai to Guruvayur.,"{""actions"":[{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""Chennai""},{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""Guruvayur""}]}","[{""columns"":[""id"",""train_number"",""name"",""origin"",""destination"",""time"",""interval""],""name"":""train"",""type"":""grid""}]" -b1a3c216-aa2c-4687-b2af-8f1d67d16f6a,,USER,List the titles of all items in alphabetic order .,"{""actions"":[{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""}]}","[{""columns"":[""i_id"",""title""],""name"":""item"",""type"":""grid""}]" -c8a79b1c-4859-42a0-86e8-1e3a1390a039,,USER,What is the name of the movie produced after 2000 and directed by James Cameron?,"{""actions"":[{""actionType"":""condition"",""column"":""director"",""operation"":""="",""value"":""James Cameron""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" -4197f084-d237-4030-ac3c-a433a5b0f003,,USER,What is the date of the performance with the highest number of attendees?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Attendance"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Performance_ID"",""Date"",""Host"",""Location"",""Attendance""],""name"":""performance"",""type"":""grid""}]" -a5931c14-d295-46e0-9f3f-089eaeee833c,,USER,What is the number of days that had an average humity above 50 and an average visibility above 8?,"{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""mean_humidity"",""operation"":"">"",""value"":50},{""actionType"":""condition"",""column"":""mean_visibility_miles"",""operation"":"">"",""value"":8}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -98c1b0e3-6694-437e-9934-f3f0d41aff36,,USER,What is the origin and destination for all flights whose price is higher than 300?,"{""actions"":[{""actionType"":""condition"",""column"":""price"",""operation"":"">"",""value"":300}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -415ec65a-199c-4a9e-b1dd-ad50f68605ac,,USER,List the names of all distinct products in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""product_name"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_name"",""product_details""],""name"":""Products"",""type"":""grid""}]" -c7848a5c-5dd4-419f-8fac-a2128e5d12f1,,USER,How many schools are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -989bd590-ad74-4a92-abae-481c03480b7e,,USER,List student ids and their respective hours played.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""Stuid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" -dd41ffad-1ab3-4ced-9e51-05e942a2fe26,,USER,what is the capital of the state texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -15cb5f3a-221a-4696-99ee-6d16f3066be2,,USER,"What are dates of birth of all the guests whose gender is ""Male""?","{""actions"":[{""actionType"":""condition"",""column"":""gender_code"",""operation"":""="",""value"":""'Male'""}]}","[{""columns"":[""guest_id"",""gender_code"",""guest_first_name"",""guest_last_name"",""date_of_birth""],""name"":""Guests"",""type"":""grid""}]" -829f9f45-1ead-4ddd-b804-78e0e61ceba1,,USER,"How many actors were born in "" Los Angeles "" after 2000 ?","{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""birth_year"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -edd03a5a-0ecc-4fbd-84ba-2ee945791c32,,USER,What are the phone numbers and email addresses of all customers who have an outstanding balance of more than 2000?,"{""actions"":[{""actionType"":""condition"",""column"":""amount_outstanding"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -cc8d9be0-d348-4d2c-984a-d3956665a7b4,,USER,How many captains under 50 years old are in each rank?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -b2f97469-f44d-4477-b387-05f47ad46038,,USER,What are the names of all songs in English?,"{""actions"":[{""actionType"":""condition"",""column"":""languages"",""operation"":""="",""value"":""'english'""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -1afeb735-2b6b-4ba9-95e3-bd2fd45b752d,,USER,Show the party with drivers from Hartford and drivers older than 40.,"{""actions"":[{""actionType"":""condition"",""column"":""home_city"",""operation"":""="",""value"":""Hartford""},{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":40}]}","[{""columns"":[""Driver_ID"",""Name"",""Party"",""Home_city"",""Age""],""name"":""driver"",""type"":""grid""}]" -48901403-2b75-49e3-a678-9a156b3b7003,,USER,What is the name of the student who has the highest total credits in the History department.,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""History""},{""actionType"":""topFilter"",""column"":""tot_cred"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" -8e3b5dd3-5b20-4751-bae3-80ad221fbb94,,USER,what is the maximum elevation of guadalupe peak,"{""actions"":[{""actionType"":""condition"",""column"":""highest_point"",""operation"":""="",""value"":""'guadalupe peak'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -e2148f52-3fa7-4aad-a756-303a37ecfe8c,,USER,"What are the address and phone number of the buildings managed by ""Brenden""?","{""actions"":[{""actionType"":""condition"",""column"":""building_manager"",""operation"":""="",""value"":""'Brenden'""}]}","[{""columns"":[""building_id"",""building_short_name"",""building_full_name"",""building_description"",""building_address"",""building_manager"",""building_phone""],""name"":""Apartment_Buildings"",""type"":""grid""}]" -22018cf1-77c8-4587-adcb-92b8ac9eb72a,,USER,Identify the distinct statement ids for accounts and their respective account counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""STATEMENT_ID""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" -8db060f9-f37c-44e3-a3e3-5437fda59982,,USER,how many rivers are there in idaho,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'idaho'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -78f0b277-2059-4167-9aa6-a70b279d0d6b,,USER,How many Starbucks are there in Dallas Texas ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""business_id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Dallas'""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Starbucks'""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""'Texas'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" -421dd515-92fd-4ea5-b645-0bd66b9d33f0,,USER,Show different hometown of teachers and the number of teachers from each hometown.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Hometown""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" -fea37611-46f2-4bec-bb5f-74f1d0cd0f1b,,USER,What is the average account balance for different account types of customers with a credit score below 50?,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""acc_type""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -45f8e2c3-fd78-4439-8121-b53f5d670e6b,,USER,How much salary did the top 3 well-paid players get in 2001?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2001},{""actionType"":""topFilter"",""column"":""salary"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""year"",""team_id"",""league_id"",""player_id"",""salary""],""name"":""salary"",""type"":""grid""}]" -3d25b5a2-731d-46ff-afdf-59cee5ec4429,,USER,"List the name of ships whose nationality is not ""United States"".","{""actions"":[{""actionType"":""condition"",""column"":""Nationality"",""operation"":""!="",""value"":""'United States'""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -292df438-d3ab-41ee-a602-0d204162d1bc,,USER,Count the number of budgets in year 2001 or before whose budgeted amount is greater than 3000,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""budgeted"",""operation"":"">"",""value"":3000},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2001}]}","[{""columns"":[""School_id"",""Year"",""Budgeted"",""total_budget_percent_budgeted"",""Invested"",""total_budget_percent_invested"",""Budget_invested_percent""],""name"":""budget"",""type"":""grid""}]" -9bc4723a-2d6b-4773-a7bd-76422dad36b0,,USER,How many departments are present in each school?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -c3392853-1010-47a5-aa0e-ba550d9bd049,,USER,List top 3 highest Rating TV series. List the TV series's Episode and Rating.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Rating"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" -0827aff9-8099-42bb-8656-a180324ac636,,USER,Give me a list of all the service names sorted alphabetically.,"{""actions"":[{""actionType"":""sorting"",""column"":""service_name"",""direction"":""asc""}]}","[{""columns"":[""Service_ID"",""Service_name""],""name"":""Services"",""type"":""grid""}]" -a466ecde-e52b-4471-b6c2-ceb374d9b522,,USER,How many different types of beds are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""bedType"",""aggregation"":""count""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -6f6daf40-b433-48df-8ba4-724116d97c2a,,USER,which state has the smallest average urban population,"{""actions"":[{""actionType"":""grouping"",""column"":""state_name""},{""actionType"":""topFilter"",""column"":""population"",""limit"":1,""aggregation"":""AVG"",""direction"":""asc""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -15bc9c0e-bd25-47b9-be06-0b38935815a7,,USER,What are the names of managers in ascending order of level?,"{""actions"":[{""actionType"":""sorting"",""column"":""LEVEL"",""direction"":""asc""}]}","[{""columns"":[""Manager_ID"",""Name"",""Country"",""Working_year_starts"",""Age"",""Level""],""name"":""manager"",""type"":""grid""}]" -054ac8bd-d499-4521-b1ce-6a6ed28ce4d8,,USER,How many students does one classroom have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -e8461db0-040f-40d1-a184-f3a87882bfd9,,USER,"Of all the claims, what was the earliest date when any claim was made?","{""actions"":[{""actionType"":""topFilter"",""column"":""Date_Claim_Made"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" -fe537dbf-3804-4084-8420-066bd262612d,,USER,"Which customers use ""Cash"" for payment method? Return the customer names.","{""actions"":[{""actionType"":""condition"",""column"":""payment_method"",""operation"":""="",""value"":""'Cash'""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" -6b12feba-1992-400e-956b-dee4756d6e4a,,USER,How many medicines are provided under each trade name?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""trade_name""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" -0c6afab1-7280-4816-bebf-3e7101aee2a8,,USER,What country is Jetblue Airways affiliated with?,"{""actions"":[{""actionType"":""condition"",""column"":""Airline"",""operation"":""="",""value"":""'JetBlue Airways'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" -4685f481-4793-4455-963b-11ab05e6c5c0,,USER,"Which stadium name contains the substring ""Bank""?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Bank""}]}","[{""columns"":[""id"",""name"",""Home_Games"",""Average_Attendance"",""Total_Attendance"",""Capacity_Percentage""],""name"":""stadium"",""type"":""grid""}]" -b75c7f53-bcb8-4e5a-8985-f2696c10845b,,USER,Find the first names and last names of teachers in alphabetical order of last name.,"{""actions"":[{""actionType"":""sorting"",""column"":""last_name"",""direction"":""asc""}]}","[{""columns"":[""teacher_id"",""address_id"",""first_name"",""middle_name"",""last_name"",""gender"",""cell_mobile_number"",""email_address"",""other_details""],""name"":""Teachers"",""type"":""grid""}]" -a119652a-a5e6-400a-8319-a1a9161eb2e1,,USER,Count the number of different statuses.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Status"",""aggregation"":""count""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" -033c4534-4f42-4bc7-830a-dffdf4f83a6f,,USER,what states border the ohio river,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -0b0a7bca-b1b7-4012-9c82-35a2da015b52,,USER,List the companies of entrepreneurs in descending order of money requested.,"{""actions"":[{""actionType"":""sorting"",""column"":""Money_Requested"",""direction"":""desc""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" -468e7e97-923f-46d6-bb86-42d93bd9a3c7,,USER,Display locations with total platform and passenger counts for all train stations.,"{""actions"":[{""actionType"":""aggregations"",""column"":""number_of_platforms"",""aggregation"":""sum""},{""actionType"":""aggregations"",""column"":""total_passengers"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" -25646bae-6536-4731-bc0a-62f7f9652640,,USER,Who is the instructor with the highest salary?,"{""actions"":[{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -bd9633f4-eaff-4d4b-affc-1b20bdd9c909,,USER,What are the codes of countries where Spanish is spoken by the largest percentage of people?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -d8e418e5-5e3e-424e-9d40-ea7edf3721b4,,USER,Show different colleges along with the number of authors of submission from each college.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""College""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" -cccb67e8-3f08-40e8-ae6b-ccbc41df1315,,USER,Show the details of all trucks in the order of their license number.,"{""actions"":[{""actionType"":""sorting"",""column"":""truck_licence_number"",""direction"":""asc""}]}","[{""columns"":[""truck_id"",""truck_licence_number"",""truck_details""],""name"":""Trucks"",""type"":""grid""}]" -a7b4d66e-2b34-4f52-aa72-cc5447317822,,USER,What is the velocity of the pilot named 'Thompson'?,"{""actions"":[{""actionType"":""aggregations"",""column"":""velocity"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""pilot"",""operation"":""="",""value"":""Thompson""}]}","[{""columns"":[""id"",""Vehicle_Flight_number"",""Date"",""Pilot"",""Velocity"",""Altitude"",""airport_id"",""company_id""],""name"":""flight"",""type"":""grid""}]" -32b1ef87-eccb-4fb9-b25c-f20813c5afcd,,USER,What are the names of all departments in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""dept_name"",""direction"":""asc""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -53725976-7471-4572-96bf-50922463639e,,USER,How many instructors teach a course in the Spring of 2010?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""semester"",""operation"":""="",""value"":""Spring""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2010}]}","[{""columns"":[""ID"",""course_id"",""sec_id"",""semester"",""year""],""name"":""teaches"",""type"":""grid""}]" -dd8e304d-7f9d-4286-8622-7f00efe04c78,,USER,What are the names and areas of countries with the top 5 largest area?,"{""actions"":[{""actionType"":""topFilter"",""column"":""SurfaceArea"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -a28b369d-9cfd-44a6-87bc-a7fd97a28084,,USER,How many journalists are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""journalist_ID"",""aggregation"":""count""}]}","[{""columns"":[""journalist_ID"",""Name"",""Nationality"",""Age"",""Years_working""],""name"":""journalist"",""type"":""grid""}]" -2d66f8ad-6c4a-4677-b6b5-5e7e1d717129,,USER,where is the lowest spot in iowa,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'iowa'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -82814ea3-3b78-4b44-931f-c532cf21c38e,,USER,Where is the history department?,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""History""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -4a294307-87bc-4c7d-bd1f-f65c3092f51b,,USER,Show the flight number and distance of the flight with maximum price.,"{""actions"":[{""actionType"":""topFilter"",""column"":""price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -bd33f956-4368-42ea-8c9d-f80751ea67dc,,USER,name the major rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -6a4b7c3d-eaa1-424e-ba56-ff7552d6741d,,USER,Provide the total market value of each main industry.,"{""actions"":[{""actionType"":""aggregations"",""column"":""market_value"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""main_industry""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -ed3be28e-d1ac-4b74-b75b-0729287ab8df,,USER,how many people in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -6842273b-eaa6-458f-b50a-56d0f12290e3,,USER,What are the names and ids of products costing between 600 and 700?,"{""actions"":[{""actionType"":""condition"",""column"":""product_price"",""operation"":"">="",""value"":600},{""actionType"":""condition"",""column"":""product_price"",""operation"":""<="",""value"":700}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -fc96aeed-7f15-4886-8625-6495f04ca58e,,USER,Count the number of songs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""SongId"",""aggregation"":""count""}]}","[{""columns"":[""SongId"",""Title""],""name"":""Songs"",""type"":""grid""}]" -eac3fc04-131f-4cd1-acc2-898942634009,,USER,"For each country, what is the average elevation of that country's airports?","{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -c0fb0903-9d7a-4cb4-a32b-37d15597ed13,,USER,"How many reviews does "" Acacia Cafe "" have ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Acacia Cafe'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" -97c4b20b-ed0d-42f2-887f-443a5f0138f1,,USER,Give the name of the highest paid instructor.,"{""actions"":[{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -afe8288a-121b-40e7-b643-267867a1e425,,USER,List the headquarter locations and the number of companies located there for each headquarter.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""headquarters""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -716aa2c4-f0d1-4210-97fd-2663cc7256d3,,USER,What are the details of the car with id 1?,"{""actions"":[{""actionType"":""condition"",""column"":""vehicle_id"",""operation"":""="",""value"":1}]}","[{""columns"":[""vehicle_id"",""vehicle_details""],""name"":""Vehicles"",""type"":""grid""}]" -e94f5d73-b825-45de-86a1-58b506dbc468,,USER,What is the average rating of songs for each language?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""languages""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -d4be196c-ea67-4f9b-ae8e-370ef276ebaf,,USER,What are the ids of all students who have advisor number 1121?,"{""actions"":[{""actionType"":""condition"",""column"":""Advisor"",""operation"":""="",""value"":1121}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -421c1f69-1d13-48d2-b01c-9d891febab85,,USER,Find the name of companies whose revenue is between 100 and 150.,"{""actions"":[{""actionType"":""condition"",""column"":""revenue"",""operation"":"">="",""value"":100},{""actionType"":""condition"",""column"":""revenue"",""operation"":""<="",""value"":150}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -4d344370-95f5-4ef1-9eec-3d3736f98068,,USER,"Which clubs are located at ""AKW""? Return the club names.","{""actions"":[{""actionType"":""condition"",""column"":""clublocation"",""operation"":""="",""value"":""'AKW'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" -1675302b-6364-4b1f-a564-6fdba31cf3ed,,USER,How many distinct locations are there for each school?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -ee7e87ae-394e-470d-a8cb-f520f7efa550,,USER,"Find the attribute data type for the attribute named ""Green"".","{""actions"":[{""actionType"":""condition"",""column"":""attribute_name"",""operation"":""="",""value"":""'Green'""}]}","[{""columns"":[""attribute_id"",""attribute_name"",""attribute_data_type""],""name"":""Attribute_Definitions"",""type"":""grid""}]" -9bdfb9d4-54c2-4272-9b2f-a815bc677cef,,USER,List email address and birthday of customer whose first name as Carole.,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Carole'""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -c324a577-c35f-4c09-a2a2-812bd744465a,,USER,Please show different denominations and the corresponding number of schools.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Denomination""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -addf8540-1411-4c98-a9d4-c5554d1ccf6b,,USER,"For each grade, report the grade, the number of classrooms in which it is taught and the total number of students in the grade.","{""actions"":[{""actionType"":""aggregations"",""column"":""classroom"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -042f3b75-5d8b-406b-bc2a-3ef5c2a17244,,USER,What are the public schools and what are their locations?,"{""actions"":[{""actionType"":""condition"",""column"":""affiliation"",""operation"":""="",""value"":""Public""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -63014166-f31e-4b53-aa91-4f8b50b51707,,USER,"What are the total number of Domestic Passengers of airports that contain the word ""London"".","{""actions"":[{""actionType"":""aggregations"",""column"":""Domestic_Passengers"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""Airport_Name"",""operation"":""contains"",""value"":""London""}]}","[{""columns"":[""Airport_ID"",""Airport_Name"",""Total_Passengers"",""%_Change_2007"",""International_Passengers"",""Domestic_Passengers"",""Transit_Passengers"",""Aircraft_Movements"",""Freight_Metric_Tonnes""],""name"":""airport"",""type"":""grid""}]" -0347315b-0ee3-4638-97e5-c52cfe0ce231,,USER,Indicate the code for each role and the employee count within each role.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""role_code""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" -b1306d2c-bece-4b73-b292-bcb3243b14b7,,USER,"What are the chip model and screen mode of the phone with hardware model name ""LG-P760""?","{""actions"":[{""actionType"":""condition"",""column"":""Hardware_Model_name"",""operation"":""="",""value"":""'LG-P760'""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" -9e4736e2-08d5-4d4f-b8d3-5e1f6fe98fe9,,USER,What are the total enrollments of universities for each affiliation type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -89b84042-20cd-40e8-a816-277f96db87d6,,USER,Display the total number of platforms and passengers for all train stations in each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""number_of_platforms"",""aggregation"":""sum""},{""actionType"":""aggregations"",""column"":""total_passengers"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" -86326bd2-e714-4b51-bcd6-a30b98b0766a,,USER,"Return the name, location and district of all shops in descending order of number of products.","{""actions"":[{""actionType"":""sorting"",""column"":""number_products"",""direction"":""desc""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" -885f087c-38dd-4f89-9d7a-ae17c1650a1b,,USER,What is the total credit offered by each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_credit"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" -96cab38a-d63d-48f8-bdef-d6b8c5a3c549,,USER,Determine the number of players for each type of hand.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""hand""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -9aece847-f568-4d58-a1fa-b236a35648ac,,USER,What is the average age for all person?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -bd14c576-89df-495b-8907-e4eaf5860681,,USER,"For each file format, count artists who released songs in that format.","{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""formats""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" -3cb037a1-6394-419a-a78b-b7f364cf9fab,,USER,"Find the name and membership level of the visitors whose membership level is higher than 4, and sort by their age from old to young.","{""actions"":[{""actionType"":""condition"",""column"":""Level_of_membership"",""operation"":"">"",""value"":4},{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""ID"",""Name"",""Level_of_membership"",""Age""],""name"":""visitor"",""type"":""grid""}]" -510651a5-fd87-47a5-a86b-94f1db73737b,,USER,How many countries have a republic as their form of government?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Code"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""GovernmentForm"",""operation"":""="",""value"":""'Republic'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -92993479-dd6e-4e16-ad83-1a4a10a27c49,,USER,"Show the id and star rating of each hotel, ordered by its price from low to high.","{""actions"":[{""actionType"":""sorting"",""column"":""price_range"",""direction"":""asc""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -02450ce1-cf4f-43f8-a524-29cd87951723,,USER,"Find the id of the order whose shipment tracking number is ""3452"".","{""actions"":[{""actionType"":""condition"",""column"":""shipment_tracking_number"",""operation"":""="",""value"":""'3452'""}]}","[{""columns"":[""shipment_id"",""order_id"",""invoice_number"",""shipment_tracking_number"",""shipment_date"",""other_shipment_details""],""name"":""Shipments"",""type"":""grid""}]" -97c5249f-5289-442e-ace5-e0fb9d807ff6,,USER,"Return me the number of cities that has "" Panda Express "" .","{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Panda Express'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" -3c62911b-d5a0-4df2-bd42-f7147f49372e,,USER,"How many team franchises are active, with active value 'Y'?","{""actions"":[{""actionType"":""aggregations"",""column"":""franchise_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""active"",""operation"":""="",""value"":""Y""}]}","[{""columns"":[""franchise_id"",""franchise_name"",""active"",""na_assoc""],""name"":""team_franchise"",""type"":""grid""}]" -83108fc3-f91f-4279-a3f7-7badcbbd0273,,USER,what can you tell me about the population of california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -35868a8f-0da8-4f62-a70d-971af61c0ca1,,USER,Who directed Avatar?,"{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""Avatar""}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" -6d02fbb4-60fb-4185-a0aa-e314c6b9c915,,USER,how long is rio grande,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'rio grande'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -a18b7310-5f12-445e-bc5e-7b2e17a1cca1,,USER,"Which owners live in the state whose name contains the substring 'North'? List his first name, last name and email.","{""actions"":[{""actionType"":""condition"",""column"":""state"",""operation"":""contains"",""value"":""North""}]}","[{""columns"":[""owner_id"",""first_name"",""last_name"",""street"",""city"",""state"",""zip_code"",""email_address"",""home_phone"",""cell_number""],""name"":""Owners"",""type"":""grid""}]" -8731f5a1-1df7-4fd2-8198-0e50b3d06806,,USER,Select the name and price of the cheapest product.,"{""actions"":[{""actionType"":""topFilter"",""column"":""price"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -bf144294-2bb9-429c-86e5-5ea33c30df19,,USER,Determine the number of members residing at each address.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""address""}]}","[{""columns"":[""Member_ID"",""Name"",""Membership_card"",""Age"",""Time_of_purchase"",""Level_of_membership"",""Address""],""name"":""member"",""type"":""grid""}]" -a55242b7-7fb5-4c76-b833-933bbe1861cc,,USER,"What is the description of the club named ""Tennis Club""?","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Tennis Club'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" -f2d810ba-3b50-4371-86a6-357797729a0c,,USER,Count the number of climbers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""count""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -5c9e818d-d976-47e6-a98d-7175cded796d,,USER,Show the number of documents.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -6b6f7682-381a-4a56-89a9-4a93407f8ab2,,USER,Return the apartment number with the largest number of bedrooms.,"{""actions"":[{""actionType"":""topFilter"",""column"":""bedroom_count"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" -fcc2d972-6e62-435c-831c-5932682a353c,,USER,"For each state, find the total account balance of customers whose credit score is above 100.","{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":"">"",""value"":100},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -9ef2af1c-1699-472f-aefb-8e08f0bf0725,,USER,What is the age of the doctor named Zach?,"{""actions"":[{""actionType"":""condition"",""column"":""job"",""operation"":""="",""value"":""doctor""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Zach""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -fd122dc0-39ee-4ba1-82e3-0028497920ce,,USER,Show the average price of hotels for each star rating code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""star_rating_code""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -9377184d-4e60-47e8-b7ec-0715d8882cd7,,USER,What is the party of the youngest people?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""District"",""Name"",""Party"",""Age""],""name"":""people"",""type"":""grid""}]" -cf8a0620-1ada-4cc2-a125-25e669172ea6,,USER,"Enumerate all transportation methods to attractions, along with the count of accessible attractions for each method.","{""actions"":[{""actionType"":""aggregations"",""column"":""Tourist_Attraction_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""How_to_Get_There""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" -40d99852-86c6-4be6-b4e0-47ffcffc5702,,USER,Find the maximum weight for each type of pet. List the maximum weight and pet type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""petType""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -a572152f-06e0-48b4-a368-180270950f8e,,USER,"What are lines 1 and 2 of the addressed of the customer with the email ""vbogisich@example.org""?","{""actions"":[{""actionType"":""condition"",""column"":""email_address"",""operation"":""="",""value"":""'vbogisich@example.org'""}]}","[{""columns"":[""customer_id"",""customer_type_code"",""address_line_1"",""address_line_2"",""town_city"",""state"",""email_address"",""phone_number""],""name"":""Customers"",""type"":""grid""}]" -73492f42-51cd-4473-a849-8aedff5fcefa,,USER,Find the number of shops in each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Shop_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" -7d8e1fde-137a-4e93-9266-a4ceea298517,,USER,How many documents have the status code done?,"{""actions"":[{""actionType"":""aggregations"",""column"":""document_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_status_code"",""operation"":""="",""value"":""'done'""}]}","[{""columns"":[""document_id"",""document_status_code"",""document_type_code"",""shipping_agent_code"",""receipt_date"",""receipt_number"",""other_details""],""name"":""Documents"",""type"":""grid""}]" -842701a4-fe48-4795-b816-683d81b2afae,,USER,How many artists are there for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -4fae022e-4b2e-4f9e-a69b-f6c384d84130,,USER,List the distinct parties of representatives and the count of representatives in each party.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Representative_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Party""}]}","[{""columns"":[""Representative_ID"",""Name"",""State"",""Party"",""Lifespan""],""name"":""representative"",""type"":""grid""}]" -da4a4bad-7e46-413b-a307-1d9bc22a26ce,,USER,List all payment methods and the number of payments made for each method.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""payment_method_code""}]}","[{""columns"":[""customer_id"",""datetime_payment"",""payment_method_code"",""amount_payment""],""name"":""Customer_Payments"",""type"":""grid""}]" -000a9359-616d-44cf-bb3e-0e5fefe9c2d8,,USER,Count the number of different film ratings.,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""count""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" -7bb8537f-3437-4d7a-bbc7-83af95dc9eb6,,USER,What are the countries of all airlines whose names start with Orbit?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""starts with"",""value"":""Orbit""}]}","[{""columns"":[""alid"",""name"",""iata"",""icao"",""callsign"",""country"",""active""],""name"":""airlines"",""type"":""grid""}]" -c1d5ad1b-fc48-4229-9a12-a68710328115,,USER,What is the name and salary of all employees in order of salary?,"{""actions"":[{""actionType"":""sorting"",""column"":""salary"",""direction"":""asc""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" -36d7c384-02a0-4787-98da-15ae1f7fe0a4,,USER,What is the description for the CIS-220 and how many credits does it have?,"{""actions"":[{""actionType"":""condition"",""column"":""crs_code"",""operation"":""="",""value"":""CIS-220""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" -646587da-b303-4513-bd87-65410dad4bbf,,USER,"Find the role, street, city and state of the professionals living in a city that contains the substring 'West'.","{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""contains"",""value"":""West""}]}","[{""columns"":[""professional_id"",""role_code"",""first_name"",""street"",""city"",""state"",""zip_code"",""last_name"",""email_address"",""home_phone"",""cell_number""],""name"":""Professionals"",""type"":""grid""}]" -779fbbe4-eeeb-4526-a351-4649357c9d17,,USER,What is the average distance and price for all flights from LA?,"{""actions"":[{""actionType"":""aggregations"",""column"":""distance"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -42174fd9-6ca4-4b53-ab3e-93b054631a75,,USER,"How many adults stay in the room CONRAD SELBIG checked in on Oct 23, 2010?","{""actions"":[{""actionType"":""condition"",""column"":""CheckIn"",""operation"":""="",""value"":""'2010-10-23'""},{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'CONRAD'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'SELBIG'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" -c7a0b14c-3ee4-407a-a56b-22b43c294e7c,,USER,"Find all the building full names containing the word ""court"".","{""actions"":[{""actionType"":""condition"",""column"":""building_full_name"",""operation"":""contains"",""value"":""court""}]}","[{""columns"":[""building_id"",""building_short_name"",""building_full_name"",""building_description"",""building_address"",""building_manager"",""building_phone""],""name"":""Apartment_Buildings"",""type"":""grid""}]" -bffb2804-470b-4cb3-a28f-85f57c41dcda,,USER,What is the description for the section named h?,"{""actions"":[{""actionType"":""condition"",""column"":""section_name"",""operation"":""="",""value"":""h""}]}","[{""columns"":[""section_id"",""course_id"",""section_name"",""section_description"",""other_details""],""name"":""Sections"",""type"":""grid""}]" -e19e7bf0-7179-42d2-94b2-4ae01c740006,,USER,List the name of teachers whose hometown is not `` Little Lever Urban District '' .,"{""actions"":[{""actionType"":""condition"",""column"":""hometown"",""operation"":""!="",""value"":""'little lever urban district'""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" -d73e5ea3-25b5-4a53-a146-8ab2301f059c,,USER,How many rooms whose capacity is less than 50 does the Lamberton building have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""building"",""operation"":""="",""value"":""Lamberton""},{""actionType"":""condition"",""column"":""capacity"",""operation"":""<"",""value"":50}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -0cd103cc-cdbd-46e8-b5c4-deb8229f9ad7,,USER,Find the players whose names contain letter 'a'.,"{""actions"":[{""actionType"":""condition"",""column"":""pName"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" -e2d9aae2-7530-49c7-a6ae-dff106524b8b,,USER,what state has the smallest urban population,"{""actions"":[{""actionType"":""grouping"",""column"":""state_name""},{""actionType"":""topFilter"",""column"":""population"",""limit"":1,""aggregation"":""SUM"",""direction"":""asc""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -30866121-4bca-4a97-a0a1-ecd6dbfa5a74,,USER,Show the different nationalities and the number of journalists of each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""journalist_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""journalist_ID"",""Name"",""Nationality"",""Age"",""Years_working""],""name"":""journalist"",""type"":""grid""}]" -2dbdd948-2c31-430c-9eef-d17d885165ee,,USER,What is the station station and end station for the trips with the three smallest ids?,"{""actions"":[{""actionType"":""topFilter"",""column"":""id"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" -b3bff6d6-6912-44b1-8a42-67bb9deee7f5,,USER,How many customers have opened an account?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -760c1e7b-7f45-4b87-bf86-0b264990754a,,USER,List the section_name in reversed lexicographical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""section_name"",""direction"":""desc""}]}","[{""columns"":[""section_id"",""course_id"",""section_name"",""section_description"",""other_details""],""name"":""Sections"",""type"":""grid""}]" -07452888-8e70-41d3-8ff6-5fa4135112ec,,USER,Compute the average age of all the dogs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""}]}","[{""columns"":[""dog_id"",""owner_id"",""abandoned_yn"",""breed_code"",""size_code"",""name"",""age"",""date_of_birth"",""gender"",""weight"",""date_arrived"",""date_adopted"",""date_departed""],""name"":""Dogs"",""type"":""grid""}]" -f737a2db-ef3d-4198-a608-4ed4f64215ab,,USER,Calculate the number of players inducted into the hall of fame annually.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""yearid""}]}","[{""columns"":[""player_id"",""yearid"",""votedby"",""ballots"",""needed"",""votes"",""inducted"",""category"",""needed_note""],""name"":""hall_of_fame"",""type"":""grid""}]" -44fe7f90-ba8a-4b44-b0fb-30e5f27dc5d5,,USER,How many different departments offer degrees?,"{""actions"":[{""actionType"":""aggregations"",""column"":""department_id"",""aggregation"":""count""}]}","[{""columns"":[""degree_program_id"",""department_id"",""degree_summary_name"",""degree_summary_description"",""other_details""],""name"":""Degree_Programs"",""type"":""grid""}]" -d6a47d02-d1f6-495f-8cfa-594309cae8b7,,USER,How many courses are offered?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_code"",""aggregation"":""count""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -27410bfd-4efe-49ec-845c-95a24a6b875e,,USER,What are the first names of students in room 108?,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":108}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -49cbea6e-e9b5-4c05-a718-9828b742c8ca,,USER,What is the average age for males in each job?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -78e4d4b9-37e6-4242-b584-45445e6e89c2,,USER,How many people are under 40 for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":40},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -01563ae2-1740-4aa3-8375-152d329074e9,,USER,What are the names of the five cities with the greatest proportion of white people?,"{""actions"":[{""actionType"":""topFilter"",""column"":""White"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""County_ID"",""Name"",""White"",""Black"",""Amerindian"",""Asian"",""Multiracial"",""Hispanic""],""name"":""city"",""type"":""grid""}]" -929063d5-4c51-4aee-b89a-8a48ba37f38f,,USER,How many employees who are IT staff are from each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""IT Staff""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -9a966b83-988a-4840-b594-ea7543e3cb26,,USER,How many distinct payment methods are used by parties?,"{""actions"":[{""actionType"":""aggregations"",""column"":""payment_method_code"",""aggregation"":""count""}]}","[{""columns"":[""party_id"",""payment_method_code"",""party_phone"",""party_email""],""name"":""Parties"",""type"":""grid""}]" -770d1f77-6309-4c40-bd61-5e1f3937d64d,,USER,In what year was the most degrees conferred?,"{""actions"":[{""actionType"":""grouping"",""column"":""YEAR""},{""actionType"":""topFilter"",""column"":""degrees"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""Year"",""Campus"",""Degrees""],""name"":""degrees"",""type"":""grid""}]" -3b8ff29b-51a7-41c3-9619-4510ba4134d6,,USER,What is the age of the tallest person?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" -facd6019-84f0-41ad-80fc-eea6c5ae7a42,,USER,display the employee ID for each employee and the date on which he ended his previous job.,"{""actions"":[{""actionType"":""aggregations"",""column"":""end_date"",""aggregation"":""MAX""},{""actionType"":""grouping"",""column"":""employee_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""START_DATE"",""END_DATE"",""JOB_ID"",""DEPARTMENT_ID""],""name"":""job_history"",""type"":""grid""}]" -eb593fbd-e6d0-49cc-9139-2fc5c36e189d,,USER,Find the id and name of the museum that has the most staff members?,"{""actions"":[{""actionType"":""topFilter"",""column"":""num_of_staff"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Museum_ID"",""Name"",""Num_of_Staff"",""Open_Year""],""name"":""museum"",""type"":""grid""}]" -9af250b6-7706-4d61-892e-263775824c20,,USER,Find the number of distinct name of losers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""loser_name"",""aggregation"":""count""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -f584baa2-b2e5-4860-ad96-3f6fb04faf74,,USER,Report the name of all campuses in Los Angeles county.,"{""actions"":[{""actionType"":""condition"",""column"":""county"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" -d52e334a-b1f5-4b88-89f6-088931939fb8,,USER,How many regions do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Region_ID"",""aggregation"":""count""}]}","[{""columns"":[""Region_ID"",""Region_name"",""Date"",""Label"",""Format"",""Catalogue""],""name"":""region"",""type"":""grid""}]" -b8dc8c30-747f-49d3-8736-b96c05dd7003,,USER,What are the names of all video games that are collectible cards?,"{""actions"":[{""actionType"":""condition"",""column"":""gtype"",""operation"":""="",""value"":""'Collectible card game'""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" -0393374b-267d-4dd9-b7e3-5d148eb618bc,,USER,How many employees do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""employee_id"",""aggregation"":""count""}]}","[{""columns"":[""employee_id"",""role_code"",""employee_name"",""other_details""],""name"":""Employees"",""type"":""grid""}]" -f122014c-e601-4e1b-8cc4-f2079fc772d7,,USER,"What are the names and damage in millions for storms, ordered by their max speeds descending?","{""actions"":[{""actionType"":""sorting"",""column"":""max_speed"",""direction"":""desc""}]}","[{""columns"":[""Storm_ID"",""Name"",""Dates_active"",""Max_speed"",""Damage_millions_USD"",""Number_Deaths""],""name"":""storm"",""type"":""grid""}]" -a41ea6f6-80cf-425c-b88b-078dab500511,,USER,"List the name of technicians whose team is not ""NYY"".","{""actions"":[{""actionType"":""condition"",""column"":""Team"",""operation"":""!="",""value"":""'NYY'""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" -5f5b3a24-335b-4ea4-a124-92a5ced3cea1,,USER,Enumerate player positions and their corresponding average point totals.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -245b068f-4adc-4e24-8938-da81a2de37a2,,USER,How many companies are headquartered in the US?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Headquarters"",""operation"":""="",""value"":""USA""}]}","[{""columns"":[""Company_ID"",""Name"",""Headquarters"",""Industry"",""Sales_in_Billion"",""Profits_in_Billion"",""Assets_in_Billion"",""Market_Value_in_Billion""],""name"":""company"",""type"":""grid""}]" -d47d4e83-6811-4e13-b6e7-4f3f2eb7c008,,USER,Sort the names of all counties in ascending order of population.,"{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""asc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" -7d3f40ee-d1a9-45d3-b339-4f4f7811c64b,,USER,Describe the section h.,"{""actions"":[{""actionType"":""condition"",""column"":""section_name"",""operation"":""="",""value"":""h""}]}","[{""columns"":[""section_id"",""course_id"",""section_name"",""section_description"",""other_details""],""name"":""Sections"",""type"":""grid""}]" -b147e546-647e-4fb6-8de1-b2143a3eb603,,USER,What is the id of the problem log that is created most recently?,"{""actions"":[{""actionType"":""topFilter"",""column"":""log_entry_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""problem_log_id"",""assigned_to_staff_id"",""problem_id"",""problem_category_code"",""problem_status_code"",""log_entry_date"",""log_entry_description"",""log_entry_fix"",""other_log_details""],""name"":""Problem_Log"",""type"":""grid""}]" -73bfebc0-5846-4e66-a64a-8d141e7890a6,,USER,Compute the total amount of payment processed.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Amount_Payment"",""aggregation"":""sum""}]}","[{""columns"":[""Payment_ID"",""Settlement_ID"",""Payment_Method_Code"",""Date_Payment_Made"",""Amount_Payment""],""name"":""Payments"",""type"":""grid""}]" -9ebf62d4-f815-4560-b4a2-67dca200de67,,USER,Count the number of captains under 50 years old for each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -dd3cdd25-ab44-45b9-8ea9-fa7dc232bc43,,USER,which states does the ohio river run through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -5cbb85df-e515-4428-9e40-075f26e87c8a,,USER,"Find the description of the claim status ""Open"".","{""actions"":[{""actionType"":""condition"",""column"":""claim_status_name"",""operation"":""="",""value"":""'Open'""}]}","[{""columns"":[""Claim_Stage_ID"",""Next_Claim_Stage_ID"",""Claim_Status_Name"",""Claim_Status_Description""],""name"":""Claims_Processing_Stages"",""type"":""grid""}]" -fb6100f3-40cb-461c-83a1-698bc3c68285,,USER,What is the name of the district with the most residents?,"{""actions"":[{""actionType"":""topFilter"",""column"":""city_population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" -75bab36a-a8c8-45ed-a91d-710fe132e59a,,USER,How many books are there for each publisher?,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""publisher""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -02c5f2be-f6d1-4e92-be6b-fc6b3316919f,,USER,What are the names of enzymes that include the string 'ALA'?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""ALA""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" -d323e07b-a5ca-426d-8607-eb451df6561b,,USER,Display the number of players for each occupation.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Occupation""}]}","[{""columns"":[""Player_ID"",""Sponsor_name"",""Player_name"",""Gender"",""Residence"",""Occupation"",""Votes"",""Rank""],""name"":""player"",""type"":""grid""}]" -950b93ca-e368-400d-b437-e35bdf052dfa,,USER,What was the budget of the movie Juno from 2007 ?,"{""actions"":[{""actionType"":""condition"",""column"":""release_year"",""operation"":""="",""value"":2007},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Juno'""}]}","[{""columns"":[""mid"",""title"",""release_year"",""title_aka"",""budget""],""name"":""movie"",""type"":""grid""}]" -09b4f843-1a14-4991-8175-db345ce6f4ad,,USER,What are the first and last names of the employee with the earliest date of birth?,"{""actions"":[{""actionType"":""topFilter"",""column"":""emp_dob"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""EMP_NUM"",""EMP_LNAME"",""EMP_FNAME"",""EMP_INITIAL"",""EMP_JOBCODE"",""EMP_HIREDATE"",""EMP_DOB""],""name"":""EMPLOYEE"",""type"":""grid""}]" -5c886ef2-2901-4fd1-a686-31fa89d955f6,,USER,How many different degrees are offered?,"{""actions"":[{""actionType"":""aggregations"",""column"":""degree_summary_name"",""aggregation"":""count""}]}","[{""columns"":[""degree_program_id"",""department_id"",""degree_summary_name"",""degree_summary_description"",""other_details""],""name"":""Degree_Programs"",""type"":""grid""}]" -ea0fa8b1-1cc7-4b6d-b278-3fc4b3dcc4c8,,USER,"How many accounts does each customer have, and what is their corresponding customer ID?","{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -c2be94d4-6b65-4774-99de-5d3f6e6bb8bd,,USER,Find the state and country of all cities with post code starting with 4.,"{""actions"":[{""actionType"":""condition"",""column"":""zip_postcode"",""operation"":""starts with"",""value"":""4""}]}","[{""columns"":[""address_id"",""address_content"",""city"",""zip_postcode"",""state_province_county"",""country"",""other_address_details""],""name"":""Addresses"",""type"":""grid""}]" -adbd2092-91cf-46f1-9aac-b0377b9528d0,,USER,What is the maximum point for climbers whose country is United Kingdom?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Country"",""operation"":""="",""value"":""'United Kingdom'""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -f267a419-b2c9-4a2b-9318-384e46ada49d,,USER,"Which apartment type has the largest number of total rooms? Return the apartment type code, its number of bathrooms and number of bedrooms.","{""actions"":[{""actionType"":""grouping"",""column"":""apt_type_code""},{""actionType"":""topFilter"",""column"":""room_count"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" -534f1eb7-24e3-4b17-ae1d-7f237b05c47d,,USER,What are the average prices of wines for different years?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -b67410fa-a73b-4110-8420-ab11b24a8fe1,,USER,How many parks does Atlanta city have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""park_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""Atlanta""}]}","[{""columns"":[""park_id"",""park_name"",""park_alias"",""city"",""state"",""country""],""name"":""park"",""type"":""grid""}]" -a67a45bc-266d-4df1-922f-2f695f56c5c7,,USER,What is the average speed of roller coasters?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Speed"",""aggregation"":""avg""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" -4e72a259-63e9-4b30-9c5c-2480a4bbbdfc,,USER,Find the ids of orders which are shipped after 2000-01-01.,"{""actions"":[{""actionType"":""condition"",""column"":""shipment_date"",""operation"":"">"",""value"":""'2000-01-01'""}]}","[{""columns"":[""shipment_id"",""order_id"",""invoice_number"",""shipment_tracking_number"",""shipment_date"",""other_shipment_details""],""name"":""Shipments"",""type"":""grid""}]" -39ef6859-9f6c-48e5-b144-a864cb72955e,,USER,Find the stories of the building with the largest height.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""City"",""Height"",""Stories"",""Status""],""name"":""buildings"",""type"":""grid""}]" -40deb497-4591-4bb6-bfd2-e4b2022d0aa4,,USER,How many international and domestic passengers are there in the airport London Heathrow?,"{""actions"":[{""actionType"":""condition"",""column"":""Airport_Name"",""operation"":""="",""value"":""'London Heathrow'""}]}","[{""columns"":[""Airport_ID"",""Airport_Name"",""Total_Passengers"",""%_Change_2007"",""International_Passengers"",""Domestic_Passengers"",""Transit_Passengers"",""Aircraft_Movements"",""Freight_Metric_Tonnes""],""name"":""airport"",""type"":""grid""}]" -8c48226c-9bd2-4143-b3d0-8366c99751cd,,USER,Show different types of ships and the average tonnage of ships of each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tonnage"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -7f9bdb74-2463-43ce-bdd5-00b8f27a5683,,USER,What is the total number of credits offered by each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_credit"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" -c82e54ce-6674-4425-88a6-8f0bb89997c4,,USER,How many sports do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""sportname"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" -27076dde-85ea-4625-975c-7d4b5d048abe,,USER,"What is the flight number, origin, and destination for all flights in alphabetical order by departure cities?","{""actions"":[{""actionType"":""sorting"",""column"":""origin"",""direction"":""asc""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -2d205f28-7ca1-47dd-8448-74983f766c3e,,USER,"Show the zip code of the county with name ""Howard"".","{""actions"":[{""actionType"":""condition"",""column"":""County_name"",""operation"":""="",""value"":""'Howard'""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" -6685a9a2-3b0b-455d-8358-ec6f1b934708,,USER,what is the average population of the us by state,"{""actions"":[{""actionType"":""aggregations"",""column"":""population"",""aggregation"":""AVG""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -b825caa2-bea1-45c0-b87d-7311fdfd74e9,,USER,what is the high point of texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -cfe958e2-b34e-410a-82eb-e98174885c03,,USER,Find the last names of teachers teaching in classroom 109.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":109}]}","[{""columns"":[""LastName"",""FirstName"",""Classroom""],""name"":""teachers"",""type"":""grid""}]" -3cbe92f2-cfee-439e-8e1a-85e647b5b0d6,,USER,Show the statuses and average populations of each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" -5d60af61-e3af-4eea-9271-3e9432c0cfb3,,USER,"For each zip code, determine the number of times the maximum wind speed has reached 25 mph.","{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""max_wind_Speed_mph"",""operation"":"">="",""value"":25},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -b6627b4b-2ac5-405a-a1bb-abfd735cfe31,,USER,Determine the minimum age for each job title.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -f8799b16-e6d4-4cc1-b300-732cec59db2d,,USER,how big is new mexico,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'new mexico'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -61090e4e-e471-4846-8431-f4cd4c70b5a2,,USER,"For each main industry, what is the total number of companies for the industry with the highest total market value?","{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""main_industry""},{""actionType"":""topFilter"",""column"":""market_value"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -f4756c1d-56ae-4ec5-bc12-6ee50f13ee73,,USER,What is total amount claimed summed across all the claims?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Amount_Claimed"",""aggregation"":""sum""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" -876ab067-87f7-494a-9857-9a60e9297ce7,,USER,What are the names of the teachers ordered by ascending age?,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""asc""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" -a64fb7c9-4396-432a-b361-2ab5a70f0af1,,USER,Please list all songs in volumes in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Song"",""direction"":""asc""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" -c94ead3f-ece4-47fd-8f6c-13882c2e961d,,USER,"What year was "" Benedict Cumberbatch "" born ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Benedict Cumberbatch'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -cd58bf9d-3602-4a27-9728-b56deb0c9a21,,USER,What are different nationalities of people and the corresponding number of people from each nation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" -bb3d5fa6-4a99-4b2c-9346-0d37b81b89b7,,USER,Show student ids for all male students.,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""M""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -a50a1afa-8ffc-4851-8518-ade87c5ae193,,USER,Present all directors along with the count of movies they have directed.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""directed_by""}]}","[{""columns"":[""Film_ID"",""Rank_in_series"",""Number_in_season"",""Title"",""Directed_by"",""Original_air_date"",""Production_code""],""name"":""film"",""type"":""grid""}]" -133798c7-f347-489a-bd58-72ebd55fd4c2,,USER,List all the customers in increasing order of IDs.,"{""actions"":[{""actionType"":""sorting"",""column"":""customer_id"",""direction"":""asc""}]}","[{""columns"":[""Customer_ID"",""Customer_name""],""name"":""Customers"",""type"":""grid""}]" -ba2c8f15-b5df-4314-b4c3-ee7c7f57a712,,USER,Find the number of people who is under 40 for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":40},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -e91fa978-077f-4198-b512-53bdc2bb8bcf,,USER,How many members have the black membership card?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Membership_card"",""operation"":""="",""value"":""Black""}]}","[{""columns"":[""Member_ID"",""Name"",""Membership_card"",""Age"",""Time_of_purchase"",""Level_of_membership"",""Address""],""name"":""member"",""type"":""grid""}]" -f688db9b-1cca-4ff1-9e4f-48e45165f6e8,,USER,How many different scientists are assigned to any project?,"{""actions"":[{""actionType"":""aggregations"",""column"":""scientist"",""aggregation"":""count""}]}","[{""columns"":[""Scientist"",""Project""],""name"":""AssignedTo"",""type"":""grid""}]" -173081e6-ef96-4a43-a83c-582619f2c0bd,,USER,What is the location of the festival with the largest number of audience?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Num_of_Audience"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Festival_ID"",""Festival_Name"",""Chair_Name"",""Location"",""Year"",""Num_of_Audience""],""name"":""festival_detail"",""type"":""grid""}]" -88d382c6-1d69-41e6-b83a-f4c08c9985bb,,USER,Find the total account balance for customers whose credit score is above 100 for each state.,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":"">"",""value"":100},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -eeb55d01-51da-410e-bb60-ffad5dd50f20,,USER,List the name of all rooms sorted by their prices.,"{""actions"":[{""actionType"":""sorting"",""column"":""basePrice"",""direction"":""asc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -01f810bd-f884-4e06-87cc-c1390c315367,,USER,Find the id of the appointment with the most recent start date?,"{""actions"":[{""actionType"":""topFilter"",""column"":""START"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""AppointmentID"",""Patient"",""PrepNurse"",""Physician"",""Start"",""End"",""ExaminationRoom""],""name"":""Appointment"",""type"":""grid""}]" -87664925-ac61-494e-a5f1-4b64485adb9f,,USER,"Find the titles and studios of the films that are produced by some film studios that contained the word ""Universal"".","{""actions"":[{""actionType"":""condition"",""column"":""Studio"",""operation"":""contains"",""value"":""Universal""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" -c21d7eab-5b2f-49fb-84a0-dd7edac9c25e,,USER,Show the enrollment and primary_conference of the oldest college.,"{""actions"":[{""actionType"":""topFilter"",""column"":""founded"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -2c71267c-2473-452a-9692-e2dc7af9e5dc,,USER,Identify the highest revenue company names and their revenues in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Headquarter""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -f5ad3f07-16c1-4577-8d3a-2acdd00efe5d,,USER,"What is the gender of the teacher with last name ""Medhurst""?","{""actions"":[{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Medhurst'""}]}","[{""columns"":[""teacher_id"",""address_id"",""first_name"",""middle_name"",""last_name"",""gender"",""cell_mobile_number"",""email_address"",""other_details""],""name"":""Teachers"",""type"":""grid""}]" -34bbe7d2-4baf-4690-899a-262a78eb2629,,USER,What is the horsepower of the car with the largest accelerate?,"{""actions"":[{""actionType"":""topFilter"",""column"":""accelerate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -26236418-4b02-4e6d-b907-4961d58b3503,,USER,"Find the purchase time, age and address of each member, and show the results in the order of purchase time.","{""actions"":[{""actionType"":""sorting"",""column"":""Time_of_purchase"",""direction"":""asc""}]}","[{""columns"":[""Member_ID"",""Name"",""Membership_card"",""Age"",""Time_of_purchase"",""Level_of_membership"",""Address""],""name"":""member"",""type"":""grid""}]" -be52a7f8-fc63-4363-8853-ee9679c578b9,,USER,What are the distinct publishers of publications with price higher than 5000000?,"{""actions"":[{""actionType"":""condition"",""column"":""Price"",""operation"":"">"",""value"":5000000}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" -74562fde-fd0e-4dd2-8730-87eafabc0d94,,USER,Calculate the number of programs broadcast in each time section of the day.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Channel_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""time_of_day""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" -4b7408fe-a7b5-4f36-b0fb-ae025266e83f,,USER,How many type of governments are in Africa?,"{""actions"":[{""actionType"":""aggregations"",""column"":""GovernmentForm"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Africa'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -60de3660-4ae8-4665-88aa-a7eec99089ac,,USER,what states are next to kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -1cb74051-888c-4a15-a823-c80db2c425d5,,USER,Find the first names of students with age above 22.,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">"",""value"":22}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -381b6aec-58e4-4e54-b5c0-3b92cb2368c6,,USER,What are the unique labels for the albums?,"{""actions"":[{""actionType"":""aggregations"",""column"":""label"",""aggregation"":""count""}]}","[{""columns"":[""AId"",""Title"",""Year"",""Label"",""Type""],""name"":""Albums"",""type"":""grid""}]" -edb1c64e-3571-4895-9044-64c68e7e1ea5,,USER,Count the number of female Professors we have.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""F""},{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -be7b5a2e-2ee7-4087-8e0c-661696ee578e,,USER,How many storms had death records?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Storm_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Number_Deaths"",""operation"":"">"",""value"":0}]}","[{""columns"":[""Storm_ID"",""Name"",""Dates_active"",""Max_speed"",""Damage_millions_USD"",""Number_Deaths""],""name"":""storm"",""type"":""grid""}]" -05942359-022f-454f-a0c3-23535ee1cbf3,,USER,How many stations does Mountain View city has?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Mountain View'""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -ada20c64-326a-4a63-afca-766d466fc181,,USER,What is the maximum OMIM value in the database?,"{""actions"":[{""actionType"":""aggregations"",""column"":""OMIM"",""aggregation"":""max""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" -4d612d07-9bcc-4370-b52b-acef2eea3dd1,,USER,"What are the building full names that contain the word ""court""?","{""actions"":[{""actionType"":""condition"",""column"":""building_full_name"",""operation"":""contains"",""value"":""court""}]}","[{""columns"":[""building_id"",""building_short_name"",""building_full_name"",""building_description"",""building_address"",""building_manager"",""building_phone""],""name"":""Apartment_Buildings"",""type"":""grid""}]" -64001aca-396b-414b-9049-27a3286f2a97,,USER,Display various railway builders and the number of railways built by each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Railway_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Builder""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" -0ea6488d-c071-4745-b511-9a2d4129e051,,USER,What is the name and capacity for the stadium with highest average attendance?,"{""actions"":[{""actionType"":""topFilter"",""column"":""average"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Stadium_ID"",""Location"",""Name"",""Capacity"",""Highest"",""Lowest"",""Average""],""name"":""stadium"",""type"":""grid""}]" -616e853f-927d-4f5e-be9d-2a996fea111b,,USER,Show the average share count of transactions for different investors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""share_count"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""investor_id""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -526856d2-343f-4374-a17f-6a6de21a3fef,,USER,Return all the apartment numbers sorted by the room count in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""room_count"",""direction"":""asc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" -63921ff6-34aa-41f7-bcfd-549b94496106,,USER,Calculate the number of accounts associated with each customer id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -1329cbd0-ff79-4335-b231-3b2ace545f67,,USER,On average how large is the population of the counties?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" -37b6c019-fe6b-4903-b7e2-5b5b1a815881,,USER,Which document has the most draft copies? List its document id and number of draft copies.,"{""actions"":[{""actionType"":""aggregations"",""column"":""copy_number"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""},{""actionType"":""topFilter"",""column"":""copy_number"",""limit"":1,""aggregation"":""count"",""direction"":""desc""}]}","[{""columns"":[""document_id"",""draft_number"",""copy_number""],""name"":""Draft_Copies"",""type"":""grid""}]" -65b631a6-5daf-4852-b046-15cce24154c4,,USER,Find the average rank of winners in all matches.,"{""actions"":[{""actionType"":""aggregations"",""column"":""winner_rank"",""aggregation"":""avg""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -54b27a19-bd47-4cbf-afeb-f469482b4e01,,USER,Provide the count of people for every nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" -3c557f7b-eaea-43bf-a03c-a9341610c666,,USER,Find the number of different states which banks are located at.,"{""actions"":[{""actionType"":""aggregations"",""column"":""state"",""aggregation"":""count""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -1ae37447-24e3-45b2-b1cc-e908379e0caa,,USER,How many customers are from California?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""'CA'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" -cede8aea-dd4c-4a83-bada-5e68a6ef3d69,,USER,Which university is in Los Angeles county and opened after 1950?,"{""actions"":[{""actionType"":""condition"",""column"":""county"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":1950}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" -c467f825-8022-441d-b40f-33cba4667736,,USER,Find the name and id of the top 3 expensive rooms.,"{""actions"":[{""actionType"":""topFilter"",""column"":""basePrice"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -0ae9c94f-6cee-40b4-945a-f4e42f77188d,,USER,what states in the united states have a city of springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -f29c1fdd-4219-4ba6-9bae-0357af468f1f,,USER,"What are the method, date and amount of each payment? Sort the list in ascending order of date.","{""actions"":[{""actionType"":""sorting"",""column"":""Date_Payment_Made"",""direction"":""asc""}]}","[{""columns"":[""Payment_ID"",""Settlement_ID"",""Payment_Method_Code"",""Date_Payment_Made"",""Amount_Payment""],""name"":""Payments"",""type"":""grid""}]" -eac5ba32-a21f-4414-be1a-4cb787b734d6,,USER,"What is the first and last name of the youngest student with a GPA above 3, and what is their GPA?","{""actions"":[{""actionType"":""condition"",""column"":""stu_gpa"",""operation"":"">"",""value"":3},{""actionType"":""topFilter"",""column"":""stu_dob"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" -fedc2083-6d8a-46c9-b4f5-7369e0e55732,,USER,Show all video games and their types in the order of their names.,"{""actions"":[{""actionType"":""sorting"",""column"":""gname"",""direction"":""asc""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" -65c05028-903b-4afe-b995-e3b902f6373e,,USER,What are the unique types of player positions in the tryout?,"{""actions"":[{""actionType"":""aggregations"",""column"":""pPos"",""aggregation"":""count""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" -f051d94f-991c-4e9f-8d65-3c0e10a04ecd,,USER,What are the ids of the problems which are reported before 1978-06-26?,"{""actions"":[{""actionType"":""condition"",""column"":""date_problem_reported"",""operation"":""<"",""value"":""'1978-06-26'""}]}","[{""columns"":[""problem_id"",""product_id"",""closure_authorised_by_staff_id"",""reported_by_staff_id"",""date_problem_reported"",""date_problem_closed"",""problem_description"",""other_problem_details""],""name"":""Problems"",""type"":""grid""}]" -4d2acc5e-b6df-4a66-91f8-89a36ffe9925,,USER,Show the different types of artworks and the corresponding number of artworks for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artwork_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Artwork_ID"",""Type"",""Name""],""name"":""artwork"",""type"":""grid""}]" -9ad98b51-4582-419d-a800-96831b1a3a94,,USER,Count the number of different hometowns of these people.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Hometown"",""aggregation"":""count""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" -446b24eb-9056-4f6d-ad40-e82b99ecd573,,USER,"What are the names and year of joining for artists that do not have the country ""United States""?","{""actions"":[{""actionType"":""condition"",""column"":""country"",""operation"":""!="",""value"":""United States""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" -a3dea141-2244-43a9-80ce-0a4dfd654235,,USER,How many distinct locations of perpetrators are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION"",""aggregation"":""count""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" -c8e11797-ad34-4645-805d-1f0a267cbb1b,,USER,what is the total length of all rivers in the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""LENGTH"",""aggregation"":""SUM""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -a83b3a21-f48e-4830-824e-a5f517633301,,USER,Count the number of accounts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -158ef1c8-2d2f-49b8-972a-723b5c89ab3d,,USER,Please show the different statuses of cities and the average population of cities with each status.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" -f442dafa-b1fc-4249-9f6f-79f1f5a67588,,USER,Find the total revenue of companies of each founder.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""founder""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -841da6bd-bfe7-46b8-b519-9ce591a97cef,,USER,Return the countries of the mountains that have a height larger than 5000.,"{""actions"":[{""actionType"":""condition"",""column"":""Height"",""operation"":"">"",""value"":5000}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" -ac40cffb-1513-4488-9494-5bb2810b50cb,,USER,Count the number of statements.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Statement_ID"",""aggregation"":""count""}]}","[{""columns"":[""Statement_ID"",""Statement_Details""],""name"":""Statements"",""type"":""grid""}]" -1817ed4e-937d-456f-9855-3bb64f0043dd,,USER,What are the resident details containing the substring 'Miss'?,"{""actions"":[{""actionType"":""condition"",""column"":""other_details"",""operation"":""contains"",""value"":""Miss""}]}","[{""columns"":[""resident_id"",""property_id"",""date_moved_in"",""date_moved_out"",""other_details""],""name"":""Residents"",""type"":""grid""}]" -9a48112e-8a28-4a04-8781-ebee2b15427f,,USER,how many states does the missouri run through,"{""actions"":[{""actionType"":""aggregations"",""column"":""traverse"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'missouri'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -d578b09d-769f-4098-a7b5-8cb4340dde88,,USER,"Show all movie titles, years, and directors, ordered by budget.","{""actions"":[{""actionType"":""sorting"",""column"":""budget_million"",""direction"":""asc""}]}","[{""columns"":[""movie_id"",""Title"",""Year"",""Director"",""Budget_million"",""Gross_worldwide""],""name"":""movie"",""type"":""grid""}]" -91860d80-9d61-4da7-8149-3fecc21356b9,,USER,"What are the names of the counties of public safety, ordered by population descending?","{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""desc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -533adc5b-d86a-4eea-b1a5-f886deeca6a4,,USER,How many unique labels are there for albums?,"{""actions"":[{""actionType"":""aggregations"",""column"":""label"",""aggregation"":""count""}]}","[{""columns"":[""AId"",""Title"",""Year"",""Label"",""Type""],""name"":""Albums"",""type"":""grid""}]" -5e082a13-b1b1-4e63-b153-4cd3867d873f,,USER,"What are the different affiliations, and what is the total enrollment of schools founded after 1850 for each enrollment type?","{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1850},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -b49f55de-d946-41b8-849d-d00045c46cb0,,USER,Show the maximum amount of transaction.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""max""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -b9766456-7cfd-4594-99a5-4c6ae6be573b,,USER,How many debates are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Debate_ID"",""aggregation"":""count""}]}","[{""columns"":[""Debate_ID"",""Date"",""Venue"",""Num_of_Audience""],""name"":""debate"",""type"":""grid""}]" -cb752bbb-4529-4ddb-9273-e212a4bbdedc,,USER,List the number of people in each group/category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Party""}]}","[{""columns"":[""People_ID"",""District"",""Name"",""Party"",""Age""],""name"":""people"",""type"":""grid""}]" -fd7062b0-e3c3-4622-a6b4-e0c470a14334,,USER,"List the first and last name of students who are not living in the city with code HKG, and sorted the results by their ages.","{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""!="",""value"":""HKG""},{""actionType"":""sorting"",""column"":""age"",""direction"":""asc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -260a85ee-4f20-4acb-bff7-440020514fb0,,USER,how many states does usa have,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""COUNT""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -f5032640-ee03-4ca7-9f80-664f81fb24c6,,USER,which states do ohio river flow through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -8508b9bd-91ed-472c-870b-f18a6fdca1f2,,USER,Could you report the total number of students for each fourth-grade classroom?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'4'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -e4d2bc7b-bd13-425e-978b-a9d079b08d03,,USER,What is the average age across different job positions?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -d9efede3-2481-4a8c-bd79-b99cc54e0f2c,,USER,Show the classroom number for each classroom and the number of students using it.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -929cafb7-9c63-44ec-9421-62b05dbb361c,,USER,Count the number of documents with type code BK for each product id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -f845a784-16aa-45be-839c-b5518fbc881d,,USER,How many tasks are there in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""task_id"",""aggregation"":""count""}]}","[{""columns"":[""task_id"",""project_id"",""task_details"",""eg Agree Objectives""],""name"":""Tasks"",""type"":""grid""}]" -37dd8ba6-b0df-42bd-b943-593bf64e7584,,USER,What is the average rating of songs for each language?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""languages""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -3ca4e5d0-e683-4b04-bc07-a3af1d4f362f,,USER,Show the different statuses and the numbers of roller coasters for each status.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Roller_Coaster_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" -d5b675f3-67f0-4d2a-8f35-e8f46d4f5263,,USER,Count the number of departments which offer courses.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" -baf62232-d236-4ed5-93ee-33205d6b4cd1,,USER,Display cities with their respective student populations.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -d6ad2f76-a34f-4939-a605-9ea8f017e3fa,,USER,What is the average attendance of stadiums with capacity percentage higher than 100%?,"{""actions"":[{""actionType"":""condition"",""column"":""capacity_percentage"",""operation"":"">"",""value"":100}]}","[{""columns"":[""id"",""name"",""Home_Games"",""Average_Attendance"",""Total_Attendance"",""Capacity_Percentage""],""name"":""stadium"",""type"":""grid""}]" -1b2ac05a-81a5-45fd-bb8f-641d5fb2e952,,USER,Find the total balance across checking accounts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""balance"",""aggregation"":""sum""}]}","[{""columns"":[""custid"",""balance""],""name"":""CHECKING"",""type"":""grid""}]" -94405ca4-b0f2-4c1c-85a5-2fdbce4fa56d,,USER,Show all publishers and the number of books for each publisher.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""publisher""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -e4d1e981-a63a-49a2-9721-11cda7365282,,USER,Tell me the the date when the first claim was made.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Date_Claim_Made"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" -486d68ea-4581-4616-a038-c61181ddf72b,,USER,"What are the countries for each market, ordered alphabetically?","{""actions"":[{""actionType"":""sorting"",""column"":""Country"",""direction"":""asc""}]}","[{""columns"":[""Market_ID"",""Country"",""Number_cities""],""name"":""market"",""type"":""grid""}]" -c7cfefa5-2d33-48aa-8576-9e8761d5dedf,,USER,Find the number of members living in each address.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""address""}]}","[{""columns"":[""Member_ID"",""Name"",""Membership_card"",""Age"",""Time_of_purchase"",""Level_of_membership"",""Address""],""name"":""member"",""type"":""grid""}]" -198257fa-a66e-4028-91fd-d5f5f7776396,,USER,what state is salem the capital of,"{""actions"":[{""actionType"":""condition"",""column"":""capital"",""operation"":""="",""value"":""'salem'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -b2018003-20d0-4da6-90f6-72c8049531c8,,USER,What grade is Kyle in?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Kyle'""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" -61f64903-3db9-41af-b113-73cf539ebbe5,,USER,Which department has the lowest budget?,"{""actions"":[{""actionType"":""topFilter"",""column"":""budget"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""dept_name"",""building"",""budget""],""name"":""department"",""type"":""grid""}]" -480c5f8e-a719-4f6f-b8e6-bbba54380575,,USER,How many artists are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" -6d29a425-36b8-4f16-a04a-7c9b0813e3a2,,USER,"Which papers have the substring ""Database"" in their titles? Show the titles of the papers.","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":""Database""}]}","[{""columns"":[""paperID"",""title""],""name"":""Papers"",""type"":""grid""}]" -b686db9d-08b4-4acc-a0f7-f2a11c05991b,,USER,How many people live in Gelderland district?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""District"",""operation"":""="",""value"":""'Gelderland'""}]}","[{""columns"":[""ID"",""Name"",""CountryCode"",""District"",""Population""],""name"":""city"",""type"":""grid""}]" -a8287024-bc53-4cb2-94f4-76acd02335d7,,USER,Determine the number of rooms for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -da8bdca8-3aa2-4d1f-8cbe-9bdfbc0ffae2,,USER,Provide a count of pilots from each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Pilot_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""Pilot_ID"",""Pilot_name"",""Rank"",""Age"",""Nationality"",""Position"",""Join_Year"",""Team""],""name"":""pilot"",""type"":""grid""}]" -dc0f5165-d0b1-4644-9151-2142fbfd908b,,USER,How many sections does course ACCT-211 has?,"{""actions"":[{""actionType"":""aggregations"",""column"":""class_section"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""crs_code"",""operation"":""="",""value"":""ACCT-211""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -afc96927-3e19-47ad-81f3-f566fc214ade,,USER,How many heads of the departments are older than 56 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""head_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":56}]}","[{""columns"":[""head_ID"",""name"",""born_state"",""age""],""name"":""head"",""type"":""grid""}]" -19365581-2632-432e-8e11-83d7e666e5ba,,USER,"Display unique affiliations and the count of schools with over 20,000 enrollees for each.","{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enrollment"",""operation"":"">"",""value"":20000},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -29535b91-480e-47b3-adda-490a2b95a0a7,,USER,Display publishers and the count of their publications.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Publication_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Publisher""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" -55c9531c-d9ab-47c5-8caf-68dc756832cc,,USER,What are the names of the courses in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""course_name"",""direction"":""asc""}]}","[{""columns"":[""course_id"",""course_name"",""course_description"",""other_details""],""name"":""Courses"",""type"":""grid""}]" -2ba7ac62-1ff9-4e7c-915c-45f4f00033b9,,USER,What are the names of all pilots 30 years old or young in descending alphabetical order?,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":""<="",""value"":30},{""actionType"":""sorting"",""column"":""Name"",""direction"":""desc""}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" -e19b5d90-8252-4332-b075-8b7a94dc4fa7,,USER,What is the number of rooms available for each type of bed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -bfb6a515-a313-4946-82c6-5dd9110b7692,,USER,"What are the names of customers who use payment method ""Cash""?","{""actions"":[{""actionType"":""condition"",""column"":""payment_method"",""operation"":""="",""value"":""'Cash'""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" -2e4c2739-78d2-44c9-af77-cb14270e31b4,,USER,can you tell me the capital of texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -629ad326-1cde-4ea0-8bfe-1b41ba162360,,USER,Who is the delegate of district 1 in the elections?,"{""actions"":[{""actionType"":""condition"",""column"":""District"",""operation"":""="",""value"":1}]}","[{""columns"":[""Election_ID"",""Counties_Represented"",""District"",""Delegate"",""Party"",""First_Elected"",""Committee""],""name"":""election"",""type"":""grid""}]" -f5742ee1-eb79-4bfb-912c-a1e6ded82bcc,,USER,What is the total rating of channel for each channel owner?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rating_in_percent"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""OWNER""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" -baff9b02-1e0d-4d05-b090-f752155fe062,,USER,What are the names and ids of customers whose address contains TN?,"{""actions"":[{""actionType"":""condition"",""column"":""customer_address"",""operation"":""contains"",""value"":""TN""}]}","[{""columns"":[""customer_id"",""payment_method_code"",""customer_code"",""customer_name"",""customer_address"",""customer_phone"",""customer_email""],""name"":""Customers"",""type"":""grid""}]" -7589e60a-c4ad-48e8-920d-ba0378dfe474,,USER,List the names of courses in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""course_name"",""direction"":""asc""}]}","[{""columns"":[""course_id"",""course_name"",""course_description"",""other_details""],""name"":""Courses"",""type"":""grid""}]" -6f922632-e8bd-42f0-bb45-13df0c041d49,,USER,What is the name of the highest mountain?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" -720a3c5f-8415-48a5-bc0b-e3cfab2526bd,,USER,What are all distinct countries where singers above age 20 are from?,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":20}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -4b8da80a-8645-40a9-a50e-734c73eff885,,USER,How many faculty do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -c66e97d5-50ed-40c4-81bf-7ea9d1bba801,,USER,"Please list support, consider, and oppose rates for each candidate in ascending order by unsure rate.","{""actions"":[{""actionType"":""sorting"",""column"":""unsure_rate"",""direction"":""asc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" -139ca971-8b53-46ed-baf5-0f9e6419ef5e,,USER,"Which customer's name contains ""Alex""? Find the full name.","{""actions"":[{""actionType"":""condition"",""column"":""customer_name"",""operation"":""contains"",""value"":""Alex""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" -9cd76822-b3bd-4bbb-8c26-47ebd2c8cbf9,,USER,"What are the distinct nominees of the musicals with the award that is not ""Tony Award""?","{""actions"":[{""actionType"":""condition"",""column"":""Award"",""operation"":""!="",""value"":""'Tony Award'""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" -0315dbe0-a0e6-41d0-bf08-f51f4ea90191,,USER,Display the order IDs and the number of products in each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -3b1ed9a8-1f25-460e-9023-af5fd296ae96,,USER,Return the category code and typical price of 'cumin'.,"{""actions"":[{""actionType"":""condition"",""column"":""product_name"",""operation"":""="",""value"":""'cumin'""}]}","[{""columns"":[""product_id"",""color_code"",""product_category_code"",""product_name"",""typical_buying_price"",""typical_selling_price"",""product_description"",""other_product_details""],""name"":""Products"",""type"":""grid""}]" -4682c64e-8715-44a1-9f1d-e8a85caa3f5c,,USER,how many big cities are in texas,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -ee9ec032-a571-4636-8155-4dd9ff182ef2,,USER,Identify the product code with the lowest price in each product category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -56c5c65c-1171-4614-a3d8-344d7f2e7b12,,USER,Show ids for all employees with at least 100000 salary.,"{""actions"":[{""actionType"":""condition"",""column"":""salary"",""operation"":"">"",""value"":100000}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" -21cfab21-d332-4cdb-8d77-89463b34970b,,USER,what is the name of every pilot who is at least 25 years old?,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">="",""value"":25}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" -10418d70-2821-4338-bad2-b5b32153585a,,USER,What was the date of the earliest payment?,"{""actions"":[{""actionType"":""topFilter"",""column"":""payment_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""payment_id"",""customer_id"",""staff_id"",""rental_id"",""amount"",""payment_date"",""last_update""],""name"":""payment"",""type"":""grid""}]" -04476885-438d-4e52-b3bc-e27dcc362506,,USER,Show the different nationalities and the number of journalists of each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""College""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" -50c8e73d-2354-445e-99ac-bb6063d0f886,,USER,How many ships are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""count""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -910e5505-eed5-43c7-bba1-5e2d0b90bb97,,USER,"What are the player name, number of matches, and information source for players who do not suffer from injury of 'Knee problem'?","{""actions"":[{""actionType"":""condition"",""column"":""injury"",""operation"":""!="",""value"":""Knee problem""}]}","[{""columns"":[""game_id"",""id"",""Player"",""Injury"",""Number_of_matches"",""Source""],""name"":""injury_accident"",""type"":""grid""}]" -0d55377b-07f5-497d-8512-7b43fbd3de67,,USER,"What is the category and typical buying price of the product with name ""cumin""?","{""actions"":[{""actionType"":""condition"",""column"":""product_name"",""operation"":""="",""value"":""'cumin'""}]}","[{""columns"":[""product_id"",""color_code"",""product_category_code"",""product_name"",""typical_buying_price"",""typical_selling_price"",""product_description"",""other_product_details""],""name"":""Products"",""type"":""grid""}]" -9f4da1d9-180f-431f-a981-255ac0753725,,USER,"What are the card numbers, names, and hometowns of every member ordered by descending level?","{""actions"":[{""actionType"":""sorting"",""column"":""LEVEL"",""direction"":""desc""}]}","[{""columns"":[""Member_ID"",""Card_Number"",""Name"",""Hometown"",""Level""],""name"":""member"",""type"":""grid""}]" -0f50edd5-7a3f-4de5-8cec-747184cb1a0b,,USER,"Find the description of the club ""Pen and Paper Gaming"".","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Pen and Paper Gaming'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" -9fc436c9-7e3b-4703-bee6-2749c2db665b,,USER,What is Kyle's id?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Kyle'""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" -cc49dc97-b935-4513-a98a-17979a2b8675,,USER,How many kinds of roles are there for the staff?,"{""actions"":[{""actionType"":""aggregations"",""column"":""role_code"",""aggregation"":""count""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" -45f6b2d4-1f0b-47eb-8308-7b4eec1a3b0c,,USER,what is the combined population of all 50 states,"{""actions"":[{""actionType"":""aggregations"",""column"":""population"",""aggregation"":""SUM""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -9f1f1bc9-b31a-40f3-a383-d18297d75703,,USER,How many stores are there for each type of store?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Store_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Store_ID"",""Store_Name"",""Type"",""Area_size"",""Number_of_product_category"",""Ranking""],""name"":""store"",""type"":""grid""}]" -5d8f0584-90ed-4f4a-b899-39e9f2c6f67a,,USER,What are the names of the pilots in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" -38001d72-e76c-4133-9385-56c04d340cfe,,USER,"What is the first name, gpa and phone number of the top 5 students with highest gpa?","{""actions"":[{""actionType"":""topFilter"",""column"":""stu_gpa"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" -93dead99-bdea-4037-aede-09a7962a4a28,,USER,What are the ids of the students who registered for course 301 most recently?,"{""actions"":[{""actionType"":""condition"",""column"":""course_id"",""operation"":""="",""value"":301},{""actionType"":""topFilter"",""column"":""date_of_attendance"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""student_id"",""course_id"",""date_of_attendance""],""name"":""Student_Course_Attendance"",""type"":""grid""}]" -93b00c90-c80f-413b-8847-5fce2b796ef6,,USER,Show all school names in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""school_name"",""direction"":""asc""}]}","[{""columns"":[""School_id"",""School_name"",""Location"",""Mascot"",""Enrollment"",""IHSAA_Class"",""IHSAA_Football_Class"",""County""],""name"":""School"",""type"":""grid""}]" -c69625e2-d234-41f2-8731-92479d6f4b3e,,USER,"What are the first, middle, and last names of all individuals, ordered by last name?","{""actions"":[{""actionType"":""sorting"",""column"":""individual_last_name"",""direction"":""asc""}]}","[{""columns"":[""individual_id"",""individual_first_name"",""individual_middle_name"",""inidividual_phone"",""individual_email"",""individual_address"",""individual_last_name""],""name"":""Individuals"",""type"":""grid""}]" -5c16f4c1-e086-4422-ac53-1603908b8dcd,,USER,"find the highest support percentage, lowest consider rate and oppose rate of all candidates.","{""actions"":[{""actionType"":""aggregations"",""column"":""support_rate"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""consider_rate"",""aggregation"":""min""},{""actionType"":""aggregations"",""column"":""oppose_rate"",""aggregation"":""min""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" -e1baa96d-7b5a-46ee-928e-ab2afc092177,,USER,Report the total number of students for each fourth-grade classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'4'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -54cfc4d4-aed2-4976-aac6-7586ddbf3a01,,USER,Which minister left office the latest?,"{""actions"":[{""actionType"":""topFilter"",""column"":""left_office"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" -112277df-4029-4089-b0bf-731504e896e4,,USER,What is the ship with the largest amount of tonnage called?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Tonnage"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -d552a327-24c5-4305-9495-4eb6df3cc878,,USER,"What are the famous titles of the artist ""Triumfall""?","{""actions"":[{""actionType"":""condition"",""column"":""Artist"",""operation"":""="",""value"":""'Triumfall'""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" -e79d2f9a-b962-4bfa-b274-845c469b8c03,,USER,how much population does california have,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -35504fe0-b788-47b1-bf07-a397291cb232,,USER,Identify the count of IT Staff employees in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""IT Staff""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -020347f1-5792-4851-8ee6-63b50a1374ec,,USER,Find the number of tweets in record.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""}]}","[{""columns"":[""id"",""uid"",""text"",""createdate""],""name"":""tweets"",""type"":""grid""}]" -b3d8130a-b289-4d2f-8709-9b7e65990f6b,,USER,"Find the name and description of the role with code ""MG"".","{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""'MG'""}]}","[{""columns"":[""Role_Code"",""Role_Name"",""Role_Description""],""name"":""Roles"",""type"":""grid""}]" -38e7daf7-b8ef-4fb5-9eec-521b179a7cf8,,USER,What are the numbers of all flights coming from Los Angeles?,"{""actions"":[{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" -2521b9be-dcd0-41a7-9db9-33a5d43adbc6,,USER,What is total bonus given in all evaluations?,"{""actions"":[{""actionType"":""aggregations"",""column"":""bonus"",""aggregation"":""sum""}]}","[{""columns"":[""Employee_ID"",""Year_awarded"",""Bonus""],""name"":""evaluation"",""type"":""grid""}]" -d641d2e3-cfd4-4c01-84da-e4d2f2d1cded,,USER,What are the details of the three most expensive hotels?,"{""actions"":[{""actionType"":""topFilter"",""column"":""price_range"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -6217b221-e3de-4135-af8a-2fcf47c5643e,,USER,how high is the highest point in delaware,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'delaware'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -68ae1b4b-e5e7-4be6-9dce-4c67c0a5e76e,,USER,What is the total number of gas stations that opened between 2000 and 2005?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Station_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":"">="",""value"":2000},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<="",""value"":2005}]}","[{""columns"":[""Station_ID"",""Open_Year"",""Location"",""Manager_Name"",""Vice_Manager_Name"",""Representative_Name""],""name"":""gas_station"",""type"":""grid""}]" -b8d03a42-7d7f-4694-9fe9-da5a6a5e8339,,USER,List all schools and their nicknames in the order of founded year.,"{""actions"":[{""actionType"":""sorting"",""column"":""founded"",""direction"":""asc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -05f5c1ee-49c6-43a1-a5c0-b3755ae4b019,,USER,Count the number of candidates.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Candidate_ID"",""aggregation"":""count""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" -9df058eb-c075-435f-8df8-0bf72883b312,,USER,How many invoices are associated with each order ID?,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" -720a5439-ce79-4d16-8f12-05bdf97bd634,,USER,Find the name of the department which has the highest average salary of professors.,"{""actions"":[{""actionType"":""grouping"",""column"":""dept_name""},{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -6692d140-d646-44f4-b47d-1320aaa396df,,USER,How many artworks are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artwork_ID"",""aggregation"":""count""}]}","[{""columns"":[""Artwork_ID"",""Type"",""Name""],""name"":""artwork"",""type"":""grid""}]" -73409d04-0af5-4a3a-b6ca-80b9ffdd6bc6,,USER,What is the address of employee Nancy Edwards?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Nancy'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Edwards'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -a0767fb6-f9a1-41b0-9110-30af93b6ef5d,,USER,What are the last names of students in room 111?,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":111}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -36630daf-f9d1-4b47-8c2c-5736bd58c16f,,USER,how many cities are there in usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""COUNT""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -f7f49230-ddca-458b-bcc7-c06cae695acf,,USER,"Find all the product whose name contains the word ""Scanner"".","{""actions"":[{""actionType"":""condition"",""column"":""product"",""operation"":""contains"",""value"":""Scanner""}]}","[{""columns"":[""product_id"",""product"",""dimensions"",""dpi"",""pages_per_minute_color"",""max_page_size"",""interface""],""name"":""product"",""type"":""grid""}]" -d768725c-49cd-4e4b-a8f4-49acf4d802aa,,USER,"When do all the researcher role staff start to work, and when do they stop working?","{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""researcher""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" -5a5c63e0-7576-4372-b0a6-617002d05fa5,,USER,What are the average price and score of wines grouped by appelation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Appelation""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -add8dd3b-e878-4f38-bf5d-e66d297aba0f,,USER,"Find the names of customers whose name contains ""Diana"".","{""actions"":[{""actionType"":""condition"",""column"":""customer_details"",""operation"":""contains"",""value"":""Diana""}]}","[{""columns"":[""Customer_ID"",""Customer_Details""],""name"":""Customers"",""type"":""grid""}]" -1430ea71-2694-4fc7-8482-0fc9dfb6a871,,USER,"What are the names of captains, sorted by age descending?","{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -b874089a-3a1c-4124-bc1d-4185d6c90171,,USER,Show all main industry and total market value in each industry.,"{""actions"":[{""actionType"":""aggregations"",""column"":""market_value"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""main_industry""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -e758c43f-a9ce-46ac-9ba3-b70bff557163,,USER,Find the number of times ROY SWEAZY has reserved a room.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Code"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'ROY'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'SWEAZY'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" -c615cd41-a8db-4789-a4cc-4dc804d2a26f,,USER,"What are the department ids, full names, and salaries for employees who make the most in their departments?","{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""MAX""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -5786a54c-ab31-4c60-95b7-73b550e450fa,,USER,Find the component amounts and names of all furnitures that have more than 10 components.,"{""actions"":[{""actionType"":""condition"",""column"":""Num_of_Component"",""operation"":"">"",""value"":10}]}","[{""columns"":[""Furniture_ID"",""Name"",""Num_of_Component"",""Market_Rate""],""name"":""furniture"",""type"":""grid""}]" -cc82365b-8f5b-4293-9e22-ea56581765ed,,USER,Count the number of different account types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_type"",""aggregation"":""count""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -67dfd7fa-610b-4d3d-aa81-24ad2d243b39,,USER,List the names of members in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Member_ID"",""Name"",""Country"",""College_ID""],""name"":""member"",""type"":""grid""}]" -8eea535e-37a8-47d2-a2c7-596bf4f2cd41,,USER,"Return the decor of the room named ""Recluse and defiance"".","{""actions"":[{""actionType"":""condition"",""column"":""roomName"",""operation"":""="",""value"":""'Recluse and defiance'""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -e3c8a651-7036-445d-90d0-4a432de1de02,,USER,List all customers’ names in the alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""custid"",""name""],""name"":""ACCOUNTS"",""type"":""grid""}]" -f7b59c39-eece-460b-bee1-b2cdf701c210,,USER,"Which professionals live in a city containing the substring 'West'? List his or her role, street, city and state.","{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""contains"",""value"":""West""}]}","[{""columns"":[""professional_id"",""role_code"",""first_name"",""street"",""city"",""state"",""zip_code"",""last_name"",""email_address"",""home_phone"",""cell_number""],""name"":""Professionals"",""type"":""grid""}]" -668cd881-1c1a-4d48-b67d-fdc440a76007,,USER,Present all template type codes and the corresponding template count for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_type_code""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" -3ad7d05b-6e88-4fff-bef2-0b4b7a8e9a7e,,USER,Compute the average number of hosts for parties.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Number_of_hosts"",""aggregation"":""avg""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" -2f50b95a-48be-403e-93a9-fe3d042552f8,,USER,Find the number of sections for each course.,"{""actions"":[{""actionType"":""aggregations"",""column"":""CLASS_CODE"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""crs_code""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -2f51a8f2-0c1f-4aa9-84f0-057293a9dfac,,USER,Give the city that the student whose family name is Kim lives in.,"{""actions"":[{""actionType"":""condition"",""column"":""LName"",""operation"":""="",""value"":""'Kim'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -e0c6d61c-4103-4492-9e65-feebd648dc1b,,USER,What is the number of distinct cities the stations are located at?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -0ca53656-3230-4e4e-8a66-5c746b00b686,,USER,How many bookings does each booking status have? List the booking status code and the number of corresponding bookings.,"{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""booking_status_code""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" -7242ff56-9146-4d72-839d-3049a809996c,,USER,What are the locations of all the gas stations ordered by opening year?,"{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Station_ID"",""Open_Year"",""Location"",""Manager_Name"",""Vice_Manager_Name"",""Representative_Name""],""name"":""gas_station"",""type"":""grid""}]" -1770b9b3-b04c-4e93-910d-6d567d540748,,USER,how many states are there in united states,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""COUNT""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -5f5024c3-abc2-41a6-b04f-801129d4617d,,USER,Find the number of phones for each accreditation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Accreditation_type""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" -042c4172-3945-42f6-821a-946498806aa5,,USER,"What are the names of all customers, ordered by account balance?","{""actions"":[{""actionType"":""sorting"",""column"":""acc_bal"",""direction"":""asc""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -80a956b4-defa-4dd9-94ba-4c2d70e97f72,,USER,Find the total number of king beds available.,"{""actions"":[{""actionType"":""aggregations"",""column"":""beds"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""bedtype"",""operation"":""="",""value"":""King""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -8d650749-b92c-4a0a-b828-77607a293944,,USER,Find the name of rooms whose base price is between 120 and 150.,"{""actions"":[{""actionType"":""condition"",""column"":""baseprice"",""operation"":"">="",""value"":120},{""actionType"":""condition"",""column"":""baseprice"",""operation"":""<="",""value"":150}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -82a1f34c-c73d-4d9e-a9d7-24a05618ce55,,USER,Count the number of book clubs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -3af214b6-8d9d-4678-bf56-520c7d231315,,USER,Calculate the total revenue for each manufacturer.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -59b2e7ee-4935-4c93-8e64-7f904e43698a,,USER,Which year has the most degrees conferred?,"{""actions"":[{""actionType"":""grouping"",""column"":""YEAR""},{""actionType"":""topFilter"",""column"":""degrees"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""Year"",""Campus"",""Degrees""],""name"":""degrees"",""type"":""grid""}]" -3f83097b-93da-4f81-98c4-1df96e5a9be0,,USER,"What is the composer who created the track ""Fast As a Shark""?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Fast As a Shark'""}]}","[{""columns"":[""id"",""name"",""album_id"",""media_type_id"",""genre_id"",""composer"",""milliseconds"",""bytes"",""unit_price""],""name"":""tracks"",""type"":""grid""}]" -bfbfbd35-fa5e-4686-bf27-5d6c6e6bbddb,,USER,Show the case burden of counties in descending order of population.,"{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""desc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -42bd3a65-8e0c-41aa-ad86-80beb6020641,,USER,What is the sum of revenue from companies with headquarters in Austin?,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""headquarter"",""operation"":""="",""value"":""Austin""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -8cbfa3b9-66be-4ed6-a219-aace24c6ef87,,USER,What are the name and the nationality of the host of the highest age?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Host_ID"",""Name"",""Nationality"",""Age""],""name"":""host"",""type"":""grid""}]" -a731ef3d-a657-44a2-b6e3-edeac64d11c0,,USER,"For every classroom, reveal the classroom number and student occupancy.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -3f8da4f5-56fb-4869-b99b-448d6c66a45e,,USER,what are the capital city in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -6f11e31f-b6db-4172-8350-c829133db2ad,,USER,List the locations of schools in descending order of founded year.,"{""actions"":[{""actionType"":""sorting"",""column"":""Founded"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -2b7984a3-2b50-4903-bb17-3af64539a5dc,,USER,Report the total number of students for each grade 0 classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'0'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -19630135-6f5c-4fc8-a623-5f55decd387a,,USER,"For each product id, how many documents have a document type code of BK?","{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -4a648e41-517d-4eb2-8336-783582de2302,,USER,What is the date of birth for the staff member named Janessa Sawayn?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" -c23ef499-8f11-4201-b06f-861bb7433462,,USER,What is the id of the most recent order?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_order_placed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""date_order_placed"",""order_details""],""name"":""Orders"",""type"":""grid""}]" -5a0bc1de-572e-482e-a42e-b23459bc20a4,,USER,What is the average number of international passengers for an airport?,"{""actions"":[{""actionType"":""aggregations"",""column"":""International_Passengers"",""aggregation"":""avg""}]}","[{""columns"":[""Airport_ID"",""Airport_Name"",""Total_Passengers"",""%_Change_2007"",""International_Passengers"",""Domestic_Passengers"",""Transit_Passengers"",""Aircraft_Movements"",""Freight_Metric_Tonnes""],""name"":""airport"",""type"":""grid""}]" -3b26cc26-21f3-4a77-9685-3ac5344b975a,,USER,Show the name and service for all trains in order by time.,"{""actions"":[{""actionType"":""sorting"",""column"":""TIME"",""direction"":""asc""}]}","[{""columns"":[""Train_ID"",""Name"",""Time"",""Service""],""name"":""train"",""type"":""grid""}]" -e0b60187-a496-45f6-bceb-125f3fa89aa4,,USER,Find the number of distinct bed types available in this inn.,"{""actions"":[{""actionType"":""aggregations"",""column"":""bedType"",""aggregation"":""count""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -c7097602-52c0-4c91-81a0-ebe98bfc6bf1,,USER,show me all the major lakes in the us,"{""actions"":[{""actionType"":""condition"",""column"":""area"",""operation"":"">"",""value"":750}]}","[{""columns"":[""lake_name"",""area"",""country_name"",""state_name""],""name"":""lake"",""type"":""grid""}]" -8bde9f91-a490-4ef6-a687-7e9f67350afd,,USER,How many artists are there for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" -657bf959-0c63-4026-8a51-582a07b5fedf,,USER,how high is the highest point of delaware,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'delaware'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" -f212bc69-d3d7-47a5-a62f-e17fcd52a14a,,USER,How many cinema do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Cinema_ID"",""aggregation"":""count""}]}","[{""columns"":[""Cinema_ID"",""Name"",""Openning_year"",""Capacity"",""Location""],""name"":""cinema"",""type"":""grid""}]" -4ccbade2-64da-432b-900e-5e9574648217,,USER,What is the number of colleges with a student population greater than 15000?,"{""actions"":[{""actionType"":""aggregations"",""column"":""cName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enr"",""operation"":"">"",""value"":15000}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -06cf34b6-a9e8-4761-9eb2-a5faeb7e32e0,,USER,Find the average age of losers and winners of all matches.,"{""actions"":[{""actionType"":""aggregations"",""column"":""loser_age"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""winner_age"",""aggregation"":""avg""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -85ff90f6-c85e-4b71-9e46-e49fcf7abc30,,USER,What type of game is Call of Destiny?,"{""actions"":[{""actionType"":""condition"",""column"":""gname"",""operation"":""="",""value"":""'Call of Destiny'""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" -54e3fc42-fca6-454f-8560-25c89a2cadcf,,USER,Count the number of people of each sex who have a weight higher than 85.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""weight"",""operation"":"">"",""value"":85},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" -044c4cd3-a24f-4198-a0f1-d5e40eaaff6c,,USER,How many different types of pet are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""pettype"",""aggregation"":""count""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" -43280669-83c9-4563-92b5-a904878a4bec,,USER,List all names of courses with 1 credit?,"{""actions"":[{""actionType"":""condition"",""column"":""Credits"",""operation"":""="",""value"":1}]}","[{""columns"":[""CID"",""CName"",""Credits"",""Instructor"",""Days"",""Hours"",""DNO""],""name"":""Course"",""type"":""grid""}]" -20bce67c-172e-4f1d-a0da-25cef6fd2dd7,,USER,Find the average checking balance.,"{""actions"":[{""actionType"":""aggregations"",""column"":""balance"",""aggregation"":""avg""}]}","[{""columns"":[""custid"",""balance""],""name"":""CHECKING"",""type"":""grid""}]" -ab8bd163-4673-45fc-9267-1458a542f75b,,USER,Which Advisor has most of students? List advisor and the number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Advisor""},{""actionType"":""topFilter"",""column"":""Advisor"",""limit"":1,""aggregation"":""count"",""direction"":""desc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -b8d92054-e516-4c9c-a394-766d3754dac9,,USER,"What are the names, headquarters and revenues for manufacturers, sorted by revenue descending?","{""actions"":[{""actionType"":""sorting"",""column"":""revenue"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -cafbeda4-9af4-4fce-b3df-7ddf353d4e2a,,USER,Count the number of paragraphs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" -dc4d6fd8-3906-4471-8f01-b40986f508a1,,USER,Find the number of medicines for each trade name.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""trade_name""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" -f2f052dc-fd6b-46b9-9d44-69b1efed2d09,,USER,Find the total student enrollment in colleges founded after 1850 for each affiliation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1850},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -fa370a39-04dc-438a-b07f-82090b774625,,USER,What is the name of the winner with the most rank points who participated in the Australian Open tournament?,"{""actions"":[{""actionType"":""condition"",""column"":""tourney_name"",""operation"":""="",""value"":""Australian Open""},{""actionType"":""topFilter"",""column"":""winner_rank_points"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -1f37e62a-6176-474f-8ca4-0cbcdef25f76,,USER,What is the name and date of the most recent race?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" -50f4fb48-4358-484a-bc2c-ffef130fbecd,,USER,How many rooms are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -4aa78c24-5d61-4331-9e77-4413479dd3e7,,USER,Count the number of parties.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Party_ID"",""aggregation"":""count""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" -5c1dfc89-af27-4045-8458-613a7086ccdd,,USER,What are the Package Options of the TV Channels whose series names are Sky Radio?,"{""actions"":[{""actionType"":""condition"",""column"":""series_name"",""operation"":""="",""value"":""'Sky Radio'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -735f78b9-a1d0-42cd-bf55-e890fe0c3f60,,USER,Show the names and main services for train stations that have the top three total number of passengers.,"{""actions"":[{""actionType"":""topFilter"",""column"":""total_passengers"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" -4aa0e73d-fc04-4f3e-8036-18a7157d8aad,,USER,How many transcripts are released?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transcript_id"",""aggregation"":""count""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" -b57fd2bd-9a0a-4beb-a9b2-867c4bdbf36f,,USER,"Calculate the average account balance for customers with credit scores below 50, grouped by account type.","{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""acc_type""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -a3d5ba9b-621b-4730-9d8f-0ea6c977b2ee,,USER,How many invoices correspond to each order id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" -9493d017-1067-4505-98bb-dc936bf53449,,USER,Show the number of card types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""card_type_code"",""aggregation"":""count""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" -a5f6c300-4da3-4bd7-abb7-9951b371b884,,USER,Count the number of templates.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" -68bdc175-0a41-4c0f-855b-a58f152c18e1,,USER,Show the average hotel price for different pet policies.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pets_allowed_yn""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -c9013156-f4fd-4acd-a3e5-ee31e7fc8560,,USER,Show the details of the top 3 most expensive hotels.,"{""actions"":[{""actionType"":""topFilter"",""column"":""price_range"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -fda0bc09-289f-4bff-8cb1-bfa9bb9dc35f,,USER,"What is the name, city, and country of the airport with the lowest altitude?","{""actions"":[{""actionType"":""topFilter"",""column"":""elevation"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -93e5fb29-e0f1-476f-870e-bd91542e7bc2,,USER,What is the average amount of items ordered in each order?,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_quantity"",""aggregation"":""avg""}]}","[{""columns"":[""order_id"",""product_id"",""order_quantity""],""name"":""Order_Items"",""type"":""grid""}]" -74bf53ce-e651-4b42-990a-092d713cfb8e,,USER,Which orders have shipment after 2000-01-01? Give me the order ids.,"{""actions"":[{""actionType"":""condition"",""column"":""shipment_date"",""operation"":"">"",""value"":""'2000-01-01'""}]}","[{""columns"":[""shipment_id"",""order_id"",""invoice_number"",""shipment_tracking_number"",""shipment_date"",""other_shipment_details""],""name"":""Shipments"",""type"":""grid""}]" -efb15861-2ea1-4a62-88dc-f6345ccbf963,,USER,Find the ids of the problems reported after 1978-06-26.,"{""actions"":[{""actionType"":""condition"",""column"":""date_problem_reported"",""operation"":"">"",""value"":""'1978-06-26'""}]}","[{""columns"":[""problem_id"",""product_id"",""closure_authorised_by_staff_id"",""reported_by_staff_id"",""date_problem_reported"",""date_problem_closed"",""problem_description"",""other_problem_details""],""name"":""Problems"",""type"":""grid""}]" -b1c73a6f-b368-413b-8fd2-a89574e983eb,,USER,What is the name of the project with the most hours?,"{""actions"":[{""actionType"":""topFilter"",""column"":""hours"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" -4f94d731-b8c5-4170-8e9c-328a84d3c8bc,,USER,List the name of the conductor with the most years of work.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Year_of_Work"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" -403180c9-e27a-42a4-bdd7-1f398e31ae4b,,USER,List all ship names in the order of built year and class.,"{""actions"":[{""actionType"":""sorting"",""column"":""built_year"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""CLASS"",""direction"":""asc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Built_Year"",""Class"",""Flag""],""name"":""Ship"",""type"":""grid""}]" -4462718a-8244-4c5e-8570-933f3e931c97,,USER,Count the number of different countries that climbers are from.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Country"",""aggregation"":""COUNT""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -6c1d029d-917c-4405-bfa0-04075f21ffe1,,USER,What are the names and ranks of the three youngest winners across all matches?,"{""actions"":[{""actionType"":""topFilter"",""column"":""winner_age"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -32460fc1-8728-46a6-9f6f-635373dbd8d1,,USER,"What is the list of program names, sorted by the order of launch date?","{""actions"":[{""actionType"":""sorting"",""column"":""launch"",""direction"":""asc""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" -460f3b64-cdf0-41d3-a597-1684c86753d4,,USER,Show first name for all students with major 600.,"{""actions"":[{""actionType"":""condition"",""column"":""Major"",""operation"":""="",""value"":600}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -54112aee-ad35-4dc3-9ac3-6f56ba8c0476,,USER,list names of all departments ordered by their names.,"{""actions"":[{""actionType"":""sorting"",""column"":""dept_name"",""direction"":""asc""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -38f9044e-ff54-41c5-8ea3-293b80c15931,,USER,What are the email addresses and date of births for all customers who have a first name of Carole?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Carole'""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -92f09819-6787-4345-af91-c30b935060c1,,USER,Determine the count of captains under 50 years old for each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -3bf6febf-14b4-4f2f-afb6-9fd219aab855,,USER,What is the average price range of hotels for each each star rating code?,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""star_rating_code""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -1410d38f-b32f-4c1c-8fc1-679acb3c956f,,USER,find the number of different programs that are broadcast during night time.,"{""actions"":[{""actionType"":""aggregations"",""column"":""program_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""time_of_day"",""operation"":""="",""value"":""Night""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" -5472461c-216a-4cf2-ba86-d40f65045bc8,,USER,"How many stadiums are not in country ""Russia""?","{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""!="",""value"":""Russia""}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" -fb4c5538-1640-4eda-9ae3-ac9718e5bb8e,,USER,How many ships ended up being 'Captured'?,"{""actions"":[{""actionType"":""aggregations"",""column"":""lost_in_battle"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""disposition_of_ship"",""operation"":""="",""value"":""Captured""}]}","[{""columns"":[""lost_in_battle"",""id"",""name"",""tonnage"",""ship_type"",""location"",""disposition_of_ship""],""name"":""ship"",""type"":""grid""}]" -c86f4fcb-13e5-47cf-8284-e06b245a1c6a,,USER,Count the distinct addresses for every school.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -deea6263-1f7b-44eb-8c81-ff8d4aa9d846,,USER,Find the number of activities available.,"{""actions"":[{""actionType"":""aggregations"",""column"":""actid"",""aggregation"":""count""}]}","[{""columns"":[""actid"",""activity_name""],""name"":""Activity"",""type"":""grid""}]" -0c6faa30-7016-449b-9135-8e55fcc45635,,USER,Calculate the number of students for each advisor.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -e6fe90ad-0e3b-418b-a6ce-df4acfba9760,,USER,"Find all actors born in "" Austin "" after 1980","{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Austin'""},{""actionType"":""condition"",""column"":""birth_year"",""operation"":"">"",""value"":1980}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -05de5923-aadd-4be4-bdf4-a94744b1d71a,,USER,number of people in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -87cb17f5-9016-4b16-b400-9fbc6ac0c184,,USER,How many events are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""}]}","[{""columns"":[""ID"",""Name"",""Stadium_ID"",""Year""],""name"":""event"",""type"":""grid""}]" -303caf8b-7f71-4669-93f8-0294d2ca234b,,USER,What are the names and revenues of the companies with the highest revenues in each headquarter city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Headquarter""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -7ba7c247-243c-4c38-8db7-6fcfccc8cd8e,,USER,"For each file format, return the number of artists who have released songs in that format.","{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""formats""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" -bbebaca1-fb83-4a3a-b68a-58964195ff33,,USER,What is the name of the county with the greatest population?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -7cac26c4-5c62-4f54-830c-13225084ae71,,USER,"For each citizenship, determine the number of singers from that country.","{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -903dbf53-1c18-4d94-b4a4-8aa324d4c48f,,USER,How many students play video games?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" -ca72d3af-d53b-4b2d-ab43-06a42ec3a187,,USER,How many wrestlers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Wrestler_ID"",""aggregation"":""count""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" -798d1cb3-f589-450a-885d-9b6ac2cfc1ca,,USER,Calculate the number of programs aired during each time segment of the day.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Channel_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""time_of_day""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" -c6241334-c399-4b53-9195-b33af1ef3244,,USER,Show the number of customers for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" -e3b86bfa-bb99-4112-9153-330135accb9e,,USER,What are the names of the top 8 countries by total invoice size and what are those sizes?,"{""actions"":[{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""SUM""},{""actionType"":""grouping"",""column"":""billing_country""},{""actionType"":""topFilter"",""column"":""total"",""limit"":8,""aggregation"":""SUM"",""direction"":""desc""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -e1739110-a20b-4145-8f53-cec684074a35,,USER,What is the average age for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -9301828e-07e2-421e-a7d3-f9e492b67a88,,USER,How many movie directors are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""director"",""aggregation"":""COUNT""}]}","[{""columns"":[""movie_id"",""Title"",""Year"",""Director"",""Budget_million"",""Gross_worldwide""],""name"":""movie"",""type"":""grid""}]" -bb0792c9-1a8a-4909-aa0a-0a4942f7a8f8,,USER,what is the adjacent state of kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -f926c8b7-7f36-4c82-9bdb-890153736570,,USER,"Find the names of the companies whose headquarters are not located in ""USA"".","{""actions"":[{""actionType"":""condition"",""column"":""Headquarters"",""operation"":""!="",""value"":""USA""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -f70614d7-17e2-4b57-b22f-5510d069e149,,USER,Count the number of items store 1 has in stock.,"{""actions"":[{""actionType"":""aggregations"",""column"":""inventory_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""store_id"",""operation"":""="",""value"":1}]}","[{""columns"":[""inventory_id"",""film_id"",""store_id"",""last_update""],""name"":""inventory"",""type"":""grid""}]" -80125103-ec5f-4e5f-9cef-33187e4eb6a9,,USER,Show the institution type with an institution founded after 1990 and an institution with at least 1000 enrollment.,"{""actions"":[{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1990},{""actionType"":""condition"",""column"":""enrollment"",""operation"":"">="",""value"":1000}]}","[{""columns"":[""Institution_id"",""Institution"",""Location"",""Founded"",""Type"",""Enrollment"",""Team"",""Primary_Conference"",""building_id""],""name"":""Institution"",""type"":""grid""}]" -2240e986-42a0-48aa-8ec5-c860fb289686,,USER,What are the names of the dorm with the largest capacity?,"{""actions"":[{""actionType"":""topFilter"",""column"":""student_capacity"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" -804e11fd-2af5-4e05-876d-a7d71a9a4f07,,USER,Present the number of customers for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" -fa0c732d-fe40-4d42-bf7b-74db3db6e80e,,USER,What is the maximum total amount paid by a customer? List the customer id and amount.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_paid"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""customer_id""},{""actionType"":""topFilter"",""column"":""amount_paid"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""payment_id"",""booking_id"",""customer_id"",""payment_type_code"",""amount_paid_in_full_yn"",""payment_date"",""amount_due"",""amount_paid""],""name"":""Payments"",""type"":""grid""}]" -9354a959-6e0d-46c2-bb8a-577585ce2df0,,USER,What are the distinct president votes on 08/30/2015?,"{""actions"":[{""actionType"":""condition"",""column"":""Registration_Date"",""operation"":""="",""value"":""'08/30/2015'""}]}","[{""columns"":[""StuID"",""Registration_Date"",""Election_Cycle"",""President_Vote"",""Vice_President_Vote"",""Secretary_Vote"",""Treasurer_Vote"",""Class_President_Vote"",""Class_Senator_Vote""],""name"":""Voting_record"",""type"":""grid""}]" -f044c54c-e4d4-4717-acfc-5778ea7eedf7,,USER,How many faculty members do we have for each faculty rank?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -cd821720-2c20-4e00-afd4-433f22cbcca1,,USER,"What are the census rankings of cities that do not have the status ""Village""?","{""actions"":[{""actionType"":""condition"",""column"":""Status"",""operation"":""!="",""value"":""'Village'""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" -bec66c02-282e-486a-873c-323e55edbdb9,,USER,List the number of faculty members per building and include the building name.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -a0a8a0ee-7993-4b3c-9063-1d3b9abedd4e,,USER,List the carriers of devices in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Carrier"",""direction"":""asc""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" -d427a30e-8367-4655-81df-77f476993638,,USER,What is Nancy Edwards's address?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Nancy'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Edwards'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -8a5488e1-9771-48d7-ae2e-56fda6aa6f2e,,USER,List the distinct positions of pilots older than 30.,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">"",""value"":30}]}","[{""columns"":[""Pilot_ID"",""Pilot_name"",""Rank"",""Age"",""Nationality"",""Position"",""Join_Year"",""Team""],""name"":""pilot"",""type"":""grid""}]" -b1618e67-9194-4b65-9158-d147f5fffb59,,USER,What is the minimum age for each job title?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -04ef96b4-bdcd-4ff9-a15c-7c250423f52c,,USER,Count the number of documents with the type code BK that correspond to each product id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -8dde4b7b-79cc-4bae-ae6e-7eb28ee42ab1,,USER,On what dates were employees without the letter M in their first names hired?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""not contains"",""value"":""M""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -95b7dc34-3727-4ce7-887e-c6a1027b6a1f,,USER,What is the average number of bedrooms of all apartments?,"{""actions"":[{""actionType"":""aggregations"",""column"":""bedroom_count"",""aggregation"":""avg""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" -3c013e7e-4e1d-4124-a55d-850c9d0dc74b,,USER,"In which distinct years was the governor ""Eliot Spitzer""?","{""actions"":[{""actionType"":""condition"",""column"":""Governor"",""operation"":""="",""value"":""'Eliot Spitzer'""}]}","[{""columns"":[""Party_ID"",""Year"",""Party"",""Governor"",""Lieutenant_Governor"",""Comptroller"",""Attorney_General"",""US_Senate""],""name"":""party"",""type"":""grid""}]" -5be3143c-ed1c-4006-891a-d62344997655,,USER,Find the number of rooms with a king bed.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -ae5187b8-751b-4f54-8bb4-cf26a287c87f,,USER,Display distinct product type codes and the count of products for each code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Product_Type_Code""}]}","[{""columns"":[""Product_ID"",""Product_Type_Code"",""Product_Name"",""Product_Price""],""name"":""Products"",""type"":""grid""}]" -5fdf6110-b1d9-424f-b83e-660703497311,,USER,How many documents with document type code BK are associated with each product ID?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -6a3d82c9-d225-42dc-880c-14da37611736,,USER,What is the first name of the students who are in age 20 to 25 and living in PHL city?,"{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""="",""value"":""PHL""},{""actionType"":""condition"",""column"":""age"",""operation"":"">="",""value"":20},{""actionType"":""condition"",""column"":""age"",""operation"":""<="",""value"":25}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -84afba48-cc49-47db-9d87-d06568c6c1a0,,USER,"Display the first and last name, and salary for those employees whose first name is ending with the letter m.","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""ends with"",""value"":""m""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -e1fd676a-57cf-448c-a964-2ee21c7af212,,USER,What is the name of the school with the smallest enrollment in each state?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -497381ae-26da-4398-9a7a-03f3739162f8,,USER,How many medicines are offered by each trade name?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""trade_name""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" -f586379c-951a-41d5-9a14-25e8195287ae,,USER,What are the names of all songs that are ordered by their resolution numbers?,"{""actions"":[{""actionType"":""sorting"",""column"":""resolution"",""direction"":""asc""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -0ce38225-cacd-4f7a-a16c-bb713342abca,,USER,Find the name and level of catalog structure with level between 5 and 10.,"{""actions"":[{""actionType"":""condition"",""column"":""catalog_level_number"",""operation"":"">="",""value"":5},{""actionType"":""condition"",""column"":""catalog_level_number"",""operation"":""<="",""value"":10}]}","[{""columns"":[""catalog_level_number"",""catalog_id"",""catalog_level_name""],""name"":""Catalog_Structure"",""type"":""grid""}]" -c9c45e88-9b7c-4244-a5b0-4fa1de3a0fcb,,USER,What is the stories of highest building?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""City"",""Height"",""Stories"",""Status""],""name"":""buildings"",""type"":""grid""}]" -b603f384-e991-4bea-80fa-95ae7bf1ef76,,USER,how many cities named austin are there in the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'austin'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -69638449-e822-4b7d-ac2c-8a75a76c0a61,,USER,"What is the weekly rank for the episode ""A Love of a Lifetime""?","{""actions"":[{""actionType"":""condition"",""column"":""Episode"",""operation"":""="",""value"":""'A Love of a Lifetime'""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" -2f7be94f-f0ec-4fe8-b0b2-5c5784123ec4,,USER,What is the average price across all products?,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -7467e349-3c30-452c-8c78-1a982deb1f7d,,USER,Return the description of the budget type that has the code ORG.,"{""actions"":[{""actionType"":""condition"",""column"":""budget_type_code"",""operation"":""="",""value"":""'ORG'""}]}","[{""columns"":[""Budget_Type_Code"",""Budget_Type_Description""],""name"":""Ref_Budget_Codes"",""type"":""grid""}]" -2218f87b-56bb-442c-98c5-85220ff71d85,,USER,What are the room names and ids of all the rooms that cost more than 160 and can accommodate more than two people.,"{""actions"":[{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":160},{""actionType"":""condition"",""column"":""maxOccupancy"",""operation"":"">"",""value"":2}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -760f12fd-eb2e-4420-8a3b-dc134b564cb9,,USER,Find the total credits of courses provided by different departments.,"{""actions"":[{""actionType"":""aggregations"",""column"":""credits"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" -e87bf6c1-6024-4e04-86b6-5c165b4210df,,USER,how many people live in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -38b2a540-3c5a-460c-8100-a2e9c37edebb,,USER,List the booking status code and the corresponding number of bookings.,"{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""booking_status_code""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" -60052e97-37bd-4170-a4f8-b66298324258,,USER,"What are the different statement ids on accounts, and the number of accounts for each?","{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""STATEMENT_ID""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" -3c29baf5-1839-47b3-b29c-bec057d1d11d,,USER,"return me the number of references of "" Making database systems usable "" .","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" -f36f0359-fe88-4d16-933b-0f0396459d20,,USER,What are the products with the maximum page size A4 that also have a pages per minute color smaller than 5?,"{""actions"":[{""actionType"":""condition"",""column"":""max_page_size"",""operation"":""="",""value"":""'A4'""},{""actionType"":""condition"",""column"":""pages_per_minute_color"",""operation"":""<"",""value"":5}]}","[{""columns"":[""product_id"",""product"",""dimensions"",""dpi"",""pages_per_minute_color"",""max_page_size"",""interface""],""name"":""product"",""type"":""grid""}]" -a66de2d7-cd3c-4d4b-bc17-a456f0aeacab,,USER,"What is the unit of measuerment of the product category code ""Herbs""?","{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Herbs'""}]}","[{""columns"":[""product_category_code"",""product_category_description"",""unit_of_measure""],""name"":""Ref_Product_Categories"",""type"":""grid""}]" -7f779aac-d709-4c7a-8ea6-5fc18fe9e95e,,USER,What is the average price range of five star hotels that allow pets?,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""star_rating_code"",""operation"":""="",""value"":""'5'""},{""actionType"":""condition"",""column"":""pets_allowed_yn"",""operation"":""="",""value"":1}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -fe70a04d-2746-410e-954d-0dee7d6ffeb0,,USER,"return me the homepage of "" University of Michigan "" .","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'University of Michigan'""}]}","[{""columns"":[""continent"",""homepage"",""name"",""oid""],""name"":""organization"",""type"":""grid""}]" -1e8bc3b1-32fa-4142-8d8e-73e789e78359,,USER,how many major rivers cross ohio,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -bfd59219-9cdb-4268-8d45-a63c152f8af3,,USER,"What are the name, role code, and date of birth of the employee named 'Armani'?","{""actions"":[{""actionType"":""condition"",""column"":""employee_Name"",""operation"":""="",""value"":""Armani""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" -3e00191c-6d41-49dc-99a0-8fee1647229d,,USER,"What is the first, middle, and last name of the earliest school graduate?","{""actions"":[{""actionType"":""topFilter"",""column"":""date_left"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" -c525a957-d5d1-4e45-8973-2866971dccd4,,USER,Display unique railway locations and the number of railways in each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Railway_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" -7f202e9f-b13f-4051-90a1-3b5b345f8214,,USER,Display the employee IDs for each employee and the final dates of employment at their last job.,"{""actions"":[{""actionType"":""aggregations"",""column"":""end_date"",""aggregation"":""MAX""},{""actionType"":""grouping"",""column"":""employee_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""START_DATE"",""END_DATE"",""JOB_ID"",""DEPARTMENT_ID""],""name"":""job_history"",""type"":""grid""}]" -4546a742-71ea-4327-a0bb-98cfe394b0d0,,USER,What are the types of film market estimations in year 1995?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1995}]}","[{""columns"":[""Estimation_ID"",""Low_Estimate"",""High_Estimate"",""Film_ID"",""Type"",""Market_ID"",""Year""],""name"":""film_market_estimation"",""type"":""grid""}]" -3181f0f0-4725-447e-9bae-1099096e82d6,,USER,"What are the total points of gymnasts, ordered by their floor exercise points descending?","{""actions"":[{""actionType"":""sorting"",""column"":""Floor_Exercise_Points"",""direction"":""desc""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" -001eee32-1bd8-4e1f-88c2-12ecd0dbe082,,USER,What is the email and phone number of Astrid Gruber the customer?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Astrid'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Gruber'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" -cead7694-93d2-497b-89f8-11bd9868de50,,USER,What are the phones of departments in Room 268?,"{""actions"":[{""actionType"":""condition"",""column"":""Room"",""operation"":""="",""value"":268}]}","[{""columns"":[""DNO"",""Division"",""DName"",""Room"",""Building"",""DPhone""],""name"":""Department"",""type"":""grid""}]" -4c774d0e-aecc-4970-a8b6-46026649d4a5,,USER,What are the names of cities in ascending alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""City_ID"",""County_ID"",""Name"",""White"",""Black"",""Amerindian"",""Asian"",""Multiracial"",""Hispanic""],""name"":""city"",""type"":""grid""}]" -9a9f87e9-068e-49eb-9ca5-db69d56f1fac,,USER,"What are the names, countries, and ages for every singer in descending order of age?","{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -8a093c82-a045-46e5-98b0-848fc422c56c,,USER,What is the total account balance for customers with a credit score of above 100 for the different states?,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":"">"",""value"":100},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -2b26a3d9-71b8-4dee-abda-406db823f6cf,,USER,"What are the names, ages, and countries of artists, sorted by the year they joined?","{""actions"":[{""actionType"":""sorting"",""column"":""Year_Join"",""direction"":""asc""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" -4529edea-92d8-43fc-ac05-a3649a09c9ba,,USER,How many paragraphs in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" -985c252f-aca2-4b31-940e-f147fda0dfb7,,USER,What are the locations and names of all stations with capacity between 5000 and 10000?,"{""actions"":[{""actionType"":""condition"",""column"":""capacity"",""operation"":"">="",""value"":5000},{""actionType"":""condition"",""column"":""capacity"",""operation"":""<="",""value"":10000}]}","[{""columns"":[""Stadium_ID"",""Location"",""Name"",""Capacity"",""Highest"",""Lowest"",""Average""],""name"":""stadium"",""type"":""grid""}]" -d73485bc-4efb-4bed-80ef-3ac2932df91e,,USER,Return the full names and salaries of employees with null commissions.,"{""actions"":[{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""="",""value"":""'null'""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -8d872953-6a29-4acb-a58b-1fa9f639b48d,,USER,"What is the name, location and seating for the most recently opened track?","{""actions"":[{""actionType"":""topFilter"",""column"":""year_opened"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" -4221a7b1-528e-42b0-bde2-c64c09cb0294,,USER,Show all artist names and the year joined who are not from United States.,"{""actions"":[{""actionType"":""condition"",""column"":""country"",""operation"":""!="",""value"":""United States""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" -0949fae5-d286-4fac-b94a-2e65784f439b,,USER,Display the number of performances at each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Performance_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Performance_ID"",""Date"",""Host"",""Location"",""Attendance""],""name"":""performance"",""type"":""grid""}]" -c843e81f-ed1d-497c-979d-1bfa6c647c31,,USER,How many distinct students have been in detention?,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""}]}","[{""columns"":[""student_id"",""detention_id"",""incident_id""],""name"":""Students_in_Detention"",""type"":""grid""}]" -60de7910-2428-4d98-a605-b1e638440c9e,,USER,Count the number of programs broadcasted for each time section of a day.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Channel_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""time_of_day""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" -f3fcb425-b50b-4162-bce3-dd2a921f15d4,,USER,Count the number of different last names actors have.,"{""actions"":[{""actionType"":""aggregations"",""column"":""last_name"",""aggregation"":""count""}]}","[{""columns"":[""actor_id"",""first_name"",""last_name"",""last_update""],""name"":""actor"",""type"":""grid""}]" -80a8a67b-3c1f-4771-9835-a74813293f98,,USER,"return me the homepage of "" H. V. Jagadish "" .","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'H. V. Jagadish'""}]}","[{""columns"":[""aid"",""homepage"",""name"",""oid""],""name"":""author"",""type"":""grid""}]" -c7904f22-1b58-46a6-94f0-423b8b00be9b,,USER,What is the average song rating for each language?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""languages""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -7a6c59b7-0914-4b8d-9a7b-b27924c255a4,,USER,Find the number of rooms for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -4982df06-659a-4eb2-9cb6-94cc0ff8c6dd,,USER,Return the grade for the high schooler named Kyle.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Kyle'""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" -dacce4aa-e46c-4a1f-9dd8-4e527e33a898,,USER,What is the version number and template type code for the template with version number later than 5?,"{""actions"":[{""actionType"":""condition"",""column"":""version_number"",""operation"":"">"",""value"":5}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" -3319d74c-adf6-44c0-a33d-445303b6e285,,USER,"For the problem with id 10, return the ids and dates of its problem logs.","{""actions"":[{""actionType"":""condition"",""column"":""problem_id"",""operation"":""="",""value"":10}]}","[{""columns"":[""problem_log_id"",""assigned_to_staff_id"",""problem_id"",""problem_category_code"",""problem_status_code"",""log_entry_date"",""log_entry_description"",""log_entry_fix"",""other_log_details""],""name"":""Problem_Log"",""type"":""grid""}]" -3dbb908d-c45d-4438-a037-a455cda14724,,USER,"For each language, list the number of TV Channels that use it.","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LANGUAGE""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -b4494fb7-4ddb-4e0e-b561-b1835f39b9f3,,USER,Display all cities along with the corresponding number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -ecd483c6-f15b-4a8f-ac54-5030088b2cd4,,USER,What is the name and age of every male? Order the results by age.,"{""actions"":[{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""sorting"",""column"":""age"",""direction"":""asc""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -42e33633-3da1-4aa9-93d9-0bf09e9fd9d1,,USER,What campuses are located in Chico?,"{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""="",""value"":""'Chico'""}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" -4dc554de-9737-48c3-a693-bde8e31afd6a,,USER,"What are the dog name, age and weight of the dogs that were abandoned? Note that 1 stands for yes, and 0 stands for no in the tables.","{""actions"":[{""actionType"":""condition"",""column"":""abandoned_yn"",""operation"":""="",""value"":1}]}","[{""columns"":[""dog_id"",""owner_id"",""abandoned_yn"",""breed_code"",""size_code"",""name"",""age"",""date_of_birth"",""gender"",""weight"",""date_arrived"",""date_adopted"",""date_departed""],""name"":""Dogs"",""type"":""grid""}]" -64443b05-5b5e-4f51-bcc0-f51030c6de5c,,USER,Return the founded year for the school with the largest enrollment.,"{""actions"":[{""actionType"":""topFilter"",""column"":""enrollment"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -f0ce890c-d4a2-46d1-ba94-065d4090e11d,,USER,Which actors were born in Tehran,"{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Tehran'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -f756e175-8d0d-4196-9f80-76fcf84642b3,,USER,"What is the name, type, and flag of the ship that was built in the most recent year?","{""actions"":[{""actionType"":""topFilter"",""column"":""built_year"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Built_Year"",""Class"",""Flag""],""name"":""Ship"",""type"":""grid""}]" -d9f52831-c733-4b81-a29b-3fe1079216d5,,USER,"Find all cities which has a "" Taj Mahal "" .","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Taj Mahal'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" -af4dbca4-c8fc-4c40-966d-a31f1e12ba75,,USER,how many rivers are there in us,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""COUNT""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -7ae7a297-2652-42f0-9074-5dd8942d7dc6,,USER,what are the major cities of the united states,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -2648ba9a-92dc-4585-ba14-27ec8959aced,,USER,"Retrieve the average price of products for each manufacturer, displaying only the manufacturer's code.","{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""AVG""},{""actionType"":""grouping"",""column"":""Manufacturer""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -2e20403c-ce14-4aa1-a38b-b2888bae7b50,,USER,"What are the grapes, appelations, and wines with scores above 93, sorted by Name?","{""actions"":[{""actionType"":""condition"",""column"":""Score"",""operation"":"">"",""value"":93},{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -a4bf706e-1a4d-4462-b359-ca37e4906509,,USER,Enumerate the number of players inducted into the hall of fame annually.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""yearid""}]}","[{""columns"":[""player_id"",""yearid"",""votedby"",""ballots"",""needed"",""votes"",""inducted"",""category"",""needed_note""],""name"":""hall_of_fame"",""type"":""grid""}]" -1c1f5186-4a5f-4f1f-9cca-17e3d6477a25,,USER,List the names of climbers whose country is not Switzerland.,"{""actions"":[{""actionType"":""condition"",""column"":""Country"",""operation"":""!="",""value"":""'Switzerland'""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -cb9e621f-65ac-4d99-b14d-8a1ca2c33051,,USER,what is the phone number of employees whose salary is in the range of 8000 and 12000?,"{""actions"":[{""actionType"":""condition"",""column"":""salary"",""operation"":"">="",""value"":8000},{""actionType"":""condition"",""column"":""salary"",""operation"":""<="",""value"":12000}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -17ad23ea-ceb5-452f-95e2-4407037b3961,,USER,Show the average price of hotels for different pet policy.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pets_allowed_yn""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -793a0126-ffdc-49b2-8fe7-38c061d98d91,,USER,"For each team, how many technicians are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""tours"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""ranking_date""}]}","[{""columns"":[""ranking_date"",""ranking"",""player_id"",""ranking_points"",""tours""],""name"":""rankings"",""type"":""grid""}]" -f17a3cc0-47f1-48e7-b5a0-4381f070da8b,,USER,how many states border kentucky,"{""actions"":[{""actionType"":""aggregations"",""column"":""border"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -aeb590da-b50a-45e4-8f69-81a9026fd2a2,,USER,Give the name of the wine with the highest score.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Score"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -57cd8b7d-a628-4723-9cab-92aca00c8012,,USER,what is the population of seattle washington,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'seattle'""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'washington'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -b3cde80d-bd8a-4fb1-8012-c8b5336a1ad7,,USER,Compute the average profits companies make.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Profits_billion"",""aggregation"":""avg""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -96bdc07e-25c0-406f-9b0b-85338a20e3ed,,USER,Return the average price of products that have each category code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_category_code""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" -96f79b4c-bb28-4b02-9825-fb97f5508eea,,USER,"List the research staff details, and order in ascending order.","{""actions"":[{""actionType"":""sorting"",""column"":""staff_details"",""direction"":""asc""}]}","[{""columns"":[""staff_id"",""employer_organisation_id"",""staff_details""],""name"":""Research_Staff"",""type"":""grid""}]" -f50d57c6-1933-40ce-befe-4c7214fcc51b,,USER,List the airport code and name in the city of Anthony.,"{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Anthony'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" -e70e5e08-2508-4299-acf7-865d3df37c84,,USER,What is the number of different class sections offered in the course ACCT-211?,"{""actions"":[{""actionType"":""aggregations"",""column"":""class_section"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""crs_code"",""operation"":""="",""value"":""ACCT-211""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" -ed5ba1f5-5b29-4959-bc00-f4c19528de35,,USER,Give the average number of working horses on farms with more than 5000 total horses.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Working_Horses"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Total_Horses"",""operation"":"">"",""value"":5000}]}","[{""columns"":[""Farm_ID"",""Year"",""Total_Horses"",""Working_Horses"",""Total_Cattle"",""Oxen"",""Bulls"",""Cows"",""Pigs"",""Sheep_and_Goats""],""name"":""farm"",""type"":""grid""}]" -c1fd24ff-3437-4dc6-b517-c7ff678fe04b,,USER,"list the card number of all members whose hometown address includes word ""Kentucky"".","{""actions"":[{""actionType"":""condition"",""column"":""Hometown"",""operation"":""contains"",""value"":""Kentucky""}]}","[{""columns"":[""Member_ID"",""Card_Number"",""Name"",""Hometown"",""Level""],""name"":""member"",""type"":""grid""}]" -d8b89316-d25e-43e4-9d71-0aebf7c43689,,USER,Calculate the number of customers per customer status code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_status_code""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -03a6f5c2-23f1-4c80-b3c9-0386e77eaa7b,,USER,Count the number of tracks.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Track_ID"",""aggregation"":""count""}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" -2a998463-1921-4e51-9249-45b2d44ad44b,,USER,which rivers do not run through usa,"{""actions"":[{""actionType"":""condition"",""column"":""country_name"",""operation"":""!="",""value"":""'usa'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -042e99e5-0db5-47d3-b429-40f2f87ef1ea,,USER,"What is the Package Option of TV Channel with serial name ""Sky Radio""?","{""actions"":[{""actionType"":""condition"",""column"":""series_name"",""operation"":""="",""value"":""'Sky Radio'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" -b5792890-f5c7-4a9c-ae25-c93cf95358e5,,USER,When did the staff member with first name as Janessa and last name as Sawayn join the company?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" -64c55dc5-e928-4b34-8d23-e586461e9c78,,USER,Find all the directors who are from Afghanistan,"{""actions"":[{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""'Afghanistan'""}]}","[{""columns"":[""did"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""director"",""type"":""grid""}]" -ba881c84-eb76-4ecd-9a1c-c1b7159081f7,,USER,Exhibit player positions and the corresponding player counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Season"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" -276d9df5-c939-4e3e-b7ad-da6b28e7ba49,,USER,What are the first names of the people in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""first_name"",""direction"":""asc""}]}","[{""columns"":[""person_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""login_name"",""password""],""name"":""People"",""type"":""grid""}]" -9809463d-1865-43b2-89b1-d9e1bb35dd97,,USER,Display the year and the average number of attendance at home games for each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""attendance"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""year"",""league_id"",""team_id"",""park_id"",""span_first"",""span_last"",""games"",""openings"",""attendance""],""name"":""home_game"",""type"":""grid""}]" -20150a08-0352-4ed8-8c38-54eee3064207,,USER,"How many phone hardware models are produced by the company named ""Nokia Corporation""?","{""actions"":[{""actionType"":""aggregations"",""column"":""Company_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Company_name"",""operation"":""="",""value"":""'Nokia Corporation'""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" -4a76a4be-122a-4938-975d-e720481f3864,,USER,How many counties correspond to each police force?,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Police_force""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -894084b8-19ae-42be-a076-8a46d435c9e6,,USER,Show all company names and headquarters in the descending order of market value.,"{""actions"":[{""actionType"":""sorting"",""column"":""market_value"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -98c8f989-4306-43a2-bb53-889c61956561,,USER,Return the types of film market estimations in 1995.,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1995}]}","[{""columns"":[""Estimation_ID"",""Low_Estimate"",""High_Estimate"",""Film_ID"",""Type"",""Market_ID"",""Year""],""name"":""film_market_estimation"",""type"":""grid""}]" -b0600eb9-4157-46ea-858d-29bef165acf9,,USER,Show all the ranks and the number of male and female faculty for each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -020fb770-dc15-4b1f-8e5c-72cb5c317a74,,USER,"What are the different card type codes, and how many different customers hold each type?","{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""card_type_code""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" -253682a5-045e-4415-a284-1eaf1c218375,,USER,How many different status codes of things are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Status_of_Thing_Code"",""aggregation"":""count""}]}","[{""columns"":[""thing_id"",""Date_and_Date"",""Status_of_Thing_Code""],""name"":""Timed_Status_of_Things"",""type"":""grid""}]" -b9ad4c5c-3b17-41ea-88bb-706a508df2a3,,USER,How many departments are in each school?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -dbff1f94-2d1e-4688-878a-b290dc01c301,,USER,Return the names of the 3 most populated countries.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -7a785419-1cbd-4b21-b9b6-ad8ffcc8145d,,USER,Sort the company names in descending order of the company's market value.,"{""actions"":[{""actionType"":""sorting"",""column"":""Market_Value_billion"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -6625b9b4-3518-44fc-ad45-7c1a84db95fc,,USER,"For each booking status, list the status code and the number of associated bookings.","{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""booking_status_code""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" -ebe802d3-2377-4e3e-b7aa-c94fd2c14da9,,USER,How many distinct artists do the volumes associate to?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""COUNT""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" -a2a4565e-059e-40ce-898a-ae3f8a3a3d75,,USER,"Show different builders of railways, along with the corresponding number of railways using each builder.","{""actions"":[{""actionType"":""aggregations"",""column"":""Railway_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Builder""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" -8eb5774f-2cea-4843-8cb6-079d32a11b30,,USER,Return the count of music festivals in each category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Category""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" -57c33b40-ee2c-4ed6-ab03-63b7868ab3bb,,USER,Find the number of distinct gender for dorms.,"{""actions"":[{""actionType"":""aggregations"",""column"":""gender"",""aggregation"":""count""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" -f85b6ea6-4bc5-4a53-951f-376536e45a7b,,USER,What is the average song rating for each language?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""languages""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -44e6ba89-c613-4a2b-a7c9-9170c020be90,,USER,How many different types of transactions are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_type"",""aggregation"":""count""}]}","[{""columns"":[""transaction_id"",""previous_transaction_id"",""account_id"",""card_id"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" -2809a193-fff7-4969-a5a0-d9e457e53d10,,USER,"How many rooms cost more than 120, categorized by decor type?","{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":120},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -402ac5da-0a5c-4c82-8501-e9eb770e20e4,,USER,How many invoices do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" -e16938b8-354f-4bc3-a0df-b0f81f72b34e,,USER,"For each document, provide the document ID and the count of employees in its circulation history.","{""actions"":[{""actionType"":""aggregations"",""column"":""employee_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""}]}","[{""columns"":[""document_id"",""draft_number"",""copy_number"",""employee_id""],""name"":""Circulation_History"",""type"":""grid""}]" -e146f88b-8f7a-443f-b9ba-35f836fdc923,,USER,How many churches have a wedding in year 2016?,"{""actions"":[{""actionType"":""aggregations"",""column"":""church_id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2016}]}","[{""columns"":[""Church_ID"",""Male_ID"",""Female_ID"",""Year""],""name"":""wedding"",""type"":""grid""}]" -a253742e-3df9-4e9d-acc6-3f6309a76b5b,,USER,papers from 2014,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2014}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" -50ed73a6-e9b5-47de-9345-b198f563b0b6,,USER,Return the different nominees of musicals that have an award that is not the Tony Award.,"{""actions"":[{""actionType"":""condition"",""column"":""Award"",""operation"":""!="",""value"":""'Tony Award'""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" -6e290a02-42fb-4ee0-83b1-d4b3fa44f5a7,,USER,What is the horsepower of the car with the greatest accelerate?,"{""actions"":[{""actionType"":""topFilter"",""column"":""accelerate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" -5ad750db-f99f-4996-82b2-74715259bf81,,USER,What are the names of projects that require between 100 and 300 hours?,"{""actions"":[{""actionType"":""condition"",""column"":""hours"",""operation"":"">="",""value"":100},{""actionType"":""condition"",""column"":""hours"",""operation"":""<="",""value"":300}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" -1d5ada61-bbda-40f1-a97a-f2603b7220e5,,USER,what is the area of new mexico in square kilometers,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'new mexico'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -866330b1-db7a-49fa-91fb-75f2da42d720,,USER,"For each citizenship, what is the maximum net worth?","{""actions"":[{""actionType"":""aggregations"",""column"":""Net_Worth_Millions"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -1f72aecb-b66f-43c1-b6ca-efebda4271c3,,USER,Identify the codes of countries where Spanish is spoken by the largest percentage of people.,"{""actions"":[{""actionType"":""aggregations"",""column"":""stu_hrs"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" -4f2d9aa6-1a58-4762-988a-4221125145ab,,USER,How many singers are from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -fd10050a-f1bf-4739-b91d-7eacbc790251,,USER,What is the phone number of the performer Ashley?,"{""actions"":[{""actionType"":""condition"",""column"":""Customer_Name"",""operation"":""="",""value"":""'Ashley'""}]}","[{""columns"":[""Performer_ID"",""Address_ID"",""Customer_Name"",""Customer_Phone"",""Customer_Email_Address"",""Other_Details""],""name"":""Performers"",""type"":""grid""}]" -7007a919-93df-4acc-99cf-0745daecef6b,,USER,List the name and cost of all procedures sorted by the cost from the highest to the lowest.,"{""actions"":[{""actionType"":""sorting"",""column"":""cost"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Cost""],""name"":""Procedures"",""type"":""grid""}]" -ab734481-9469-4537-b9d6-8522f5fbd2b7,,USER,How many exhibition are there in year 2005 or after?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Exhibition_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":2005}]}","[{""columns"":[""Exhibition_ID"",""Year"",""Theme"",""Artist_ID"",""Ticket_Price""],""name"":""exhibition"",""type"":""grid""}]" -98c00047-79d1-4791-90b3-bb0c5496373c,,USER,How many different store locations are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION"",""aggregation"":""count""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" -53ac9132-94b5-4792-b80d-f3a7a2a2a8ca,,USER,What is the average life expectancy in African countries that are republics?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LifeExpectancy"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Africa'""},{""actionType"":""condition"",""column"":""GovernmentForm"",""operation"":""="",""value"":""'Republic'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -445ac5ab-db18-4e58-927c-85bf1dc57895,,USER,What is the duration of the oldest actor?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" -51b584a7-e316-40fc-a9bd-f9c2040427f1,,USER,what is the population of boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -d7eaa9d3-a6d4-4c99-acbb-54bed31baab4,,USER,Show ids for all aircrafts with more than 1000 distance.,"{""actions"":[{""actionType"":""condition"",""column"":""distance"",""operation"":"">"",""value"":1000}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" -579e4b57-e9e2-49ce-ae0b-8c41202c9813,,USER,"Find all the locations whose names contain the word ""film"".","{""actions"":[{""actionType"":""condition"",""column"":""Location_Name"",""operation"":""contains"",""value"":""film""}]}","[{""columns"":[""Location_ID"",""Location_Name"",""Address"",""Other_Details""],""name"":""Locations"",""type"":""grid""}]" -bb3f4ee2-b6f4-4258-8cf6-a863ed29fd34,,USER,Find the total student enrollment for schools with different affiliation types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -35bb7703-c8b8-4943-815e-dc3d738cf6bd,,USER,How many players have fewer than 30 points in each position?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""points"",""operation"":""<"",""value"":30},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" -145b2bdc-a248-416d-8f6c-c103d0473c16,,USER,What are the first names for all students who are from the major numbered 600?,"{""actions"":[{""actionType"":""condition"",""column"":""Major"",""operation"":""="",""value"":600}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -ea68c170-b880-4f63-a692-979d405cc686,,USER,How many faculty members participate in an activity?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""}]}","[{""columns"":[""FacID"",""actid""],""name"":""Faculty_Participates_in"",""type"":""grid""}]" -a2eb02f6-3b71-468c-ac89-61506790be06,,USER,"What are the name, independence year, and surface area of the country with the smallest population?","{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -9e5f64bc-2071-469b-b19c-eb71abdc9301,,USER,How many different departments are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -feb954d0-1cad-4498-b81d-7ba1d9e2c6b1,,USER,Display the different record companies and the corresponding number of orchestras.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Orchestra_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Record_Company""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" -ae9039df-8acc-4a0b-a721-55311486d7cb,,USER,"What are the different template IDs used for documents, and how many times has each been used?","{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_id""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -4337dcb9-62e6-4da3-a49b-9ac728c520e0,,USER,How many devices are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""count""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" -174b599b-1de4-4d40-b6bc-abd669a70217,,USER,How many camera lenses have a focal length longer than 15 mm?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""focal_length_mm"",""operation"":"">"",""value"":15}]}","[{""columns"":[""id"",""brand"",""name"",""focal_length_mm"",""max_aperture""],""name"":""camera_lens"",""type"":""grid""}]" -bc4f16d8-a538-40fe-85a1-c162593b321e,,USER,what is the area of the new mexico state,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'new mexico'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -c33d2486-d288-441a-b232-0607aa357960,,USER,What is the total amount of payment?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Amount_Payment"",""aggregation"":""sum""}]}","[{""columns"":[""Payment_ID"",""Settlement_ID"",""Payment_Method_Code"",""Date_Payment_Made"",""Amount_Payment""],""name"":""Payments"",""type"":""grid""}]" -29c8c705-a9a9-4f48-b637-720808a81569,,USER,How many documents are there of each type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_type_code""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -0087f700-a377-4411-8a9c-149f21c8bc1d,,USER,Show the ID of the high schooler named Kyle.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Kyle'""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" -2541aadd-dbe0-414e-8214-c3e8c0276e2c,,USER,"What is the first name of the author with last name ""Ueno""?","{""actions"":[{""actionType"":""condition"",""column"":""lname"",""operation"":""="",""value"":""'Ueno'""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" -0478aee7-0ce8-488c-86c3-668a305a8d0f,,USER,"Find the first names of teachers whose email address contains the word ""man"".","{""actions"":[{""actionType"":""condition"",""column"":""email_address"",""operation"":""contains"",""value"":""man""}]}","[{""columns"":[""teacher_id"",""address_id"",""first_name"",""middle_name"",""last_name"",""gender"",""cell_mobile_number"",""email_address"",""other_details""],""name"":""Teachers"",""type"":""grid""}]" -6ad16aaf-20b4-4e50-9587-fde3ccfd0ce9,,USER,what mountains are in alaska,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'alaska'""}]}","[{""columns"":[""mountain_name"",""mountain_altitude"",""country_name"",""state_name""],""name"":""mountain"",""type"":""grid""}]" -2ebcafe5-9710-40af-ab18-dbfd5de3d834,,USER,Count the number of distinct names associated with the photos.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Name"",""aggregation"":""count""}]}","[{""columns"":[""Photo_ID"",""Tourist_Attraction_ID"",""Name"",""Description"",""Filename"",""Other_Details""],""name"":""Photos"",""type"":""grid""}]" -ed99d04f-a121-4d10-94ca-e0a2c7fa0312,,USER,List the total points of gymnasts in descending order of floor exercise points.,"{""actions"":[{""actionType"":""sorting"",""column"":""Floor_Exercise_Points"",""direction"":""desc""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" -1205f30b-c539-49f9-b62d-3c4e307d7810,,USER,What is the code of each role and the number of employees in each role?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""role_code""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" -e262066f-9921-4405-b080-00e0112a1757,,USER,"For each hometown, how many teachers are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Hometown""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" -76f0f448-8e0a-4744-9018-806d892cdf96,,USER,what state has the largest urban population,"{""actions"":[{""actionType"":""grouping"",""column"":""state_name""},{""actionType"":""topFilter"",""column"":""population"",""limit"":1,""aggregation"":""SUM"",""direction"":""desc""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -78b0fbab-4313-4399-a167-ff31eea87f6c,,USER,Return the name of the mountain with the greatest height.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" -745e61e9-d5a0-4a03-af19-cfafef43fc8c,,USER,Show all role codes and the number of employees in each role.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""role_code""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" -e7e4061b-05c2-4af3-b2f9-700a4143745a,,USER,"For each classroom, show the classroom number and find how many students are using it.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -ea061fa6-f368-4516-b988-eab74cd54075,,USER,"Return the characters for actors, ordered by age descending.","{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" -183b2e2a-94f2-4c64-9398-d67a17da8da7,,USER,How many users are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""uid"",""aggregation"":""count""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" -6309506c-3651-4555-a40b-06b99209593b,,USER,Return the hispanic percentage for cities in which the black percentage is greater than 10.,"{""actions"":[{""actionType"":""condition"",""column"":""Black"",""operation"":"">"",""value"":10}]}","[{""columns"":[""City_ID"",""County_ID"",""Name"",""White"",""Black"",""Amerindian"",""Asian"",""Multiracial"",""Hispanic""],""name"":""city"",""type"":""grid""}]" -1519e58a-4ee9-43c3-a873-7b0f4746c003,,USER,Calculate the number of students in a single classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -02ba1783-a900-4a0f-941f-fa58d49a82de,,USER,"Return the lowest version number, along with its corresponding template type code.","{""actions"":[{""actionType"":""aggregations"",""column"":""Version_Number"",""aggregation"":""min""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" -7d1adef6-bc3c-4ef9-9a8f-ac25162675ad,,USER,What is the name of the customer with the worst credit score?,"{""actions"":[{""actionType"":""topFilter"",""column"":""credit_score"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -2712ea73-82e7-4b03-9fc3-99b6ac938f5f,,USER,Count the number of likes per student ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""liked_id""],""name"":""Likes"",""type"":""grid""}]" -b78a9c20-7b21-4b5a-a077-11b20fda16bf,,USER,Find the team of each player and sort them in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Team"",""direction"":""asc""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" -478f205b-7c5f-4eeb-9ed6-6a27185983d6,,USER,What are the first names of students studying in room 107?,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":107}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -93cfe368-1954-4324-9a8f-3bb65be69dd7,,USER,List the codes and names of the cheapest products in each category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" -45722618-c8cd-4032-9d69-97eaff545002,,USER,How old is the youngest person for each job?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -5358a174-0a6b-4ce1-bf09-1608f1fdbd3c,,USER,What is the total number of faculty members?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -bbd89dc9-4a2f-4e69-8375-29db7e16cdc4,,USER,"What are the start and end dates for incidents with incident type code ""NOISE""?","{""actions"":[{""actionType"":""condition"",""column"":""incident_type_code"",""operation"":""="",""value"":""'NOISE'""}]}","[{""columns"":[""incident_id"",""incident_type_code"",""student_id"",""date_incident_start"",""date_incident_end"",""incident_summary"",""recommendations"",""other_details""],""name"":""Behavior_Incident"",""type"":""grid""}]" -8630c58d-ccf6-4451-b75a-bf69e2602bee,,USER,"Return the names of people, ordered alphabetically.","{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" -08f627e5-1625-44a7-9616-112e774b7646,,USER,Show each location and the number of cinemas there.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Cinema_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Cinema_ID"",""Name"",""Openning_year"",""Capacity"",""Location""],""name"":""cinema"",""type"":""grid""}]" -f9199b8c-44f3-4753-bdd7-aae45b23cbc9,,USER,"Give me the payment Id, the date and the amount for all the payments processed with Visa.","{""actions"":[{""actionType"":""condition"",""column"":""Payment_Method_Code"",""operation"":""="",""value"":""Visa""}]}","[{""columns"":[""Payment_ID"",""Settlement_ID"",""Payment_Method_Code"",""Date_Payment_Made"",""Amount_Payment""],""name"":""Payments"",""type"":""grid""}]" -768805fc-4e6e-4c48-8485-f997e9b947a7,,USER,Display the unique hometowns of teachers and their respective teacher counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Hometown""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" -484c8407-42e6-49f0-ab92-fbd40f66a95b,,USER,Show different citizenships and the maximum net worth of singers of each citizenship.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Net_Worth_Millions"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -3ba55980-59cd-40c2-a3a9-635fbbc17c97,,USER,How many book clubs are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" -7964db1c-6b62-494f-8960-cfc9bc9c6c22,,USER,"What are the login names of the students with family name ""Ward""?","{""actions"":[{""actionType"":""condition"",""column"":""family_name"",""operation"":""="",""value"":""'Ward'""}]}","[{""columns"":[""student_id"",""date_of_registration"",""date_of_latest_logon"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name""],""name"":""Students"",""type"":""grid""}]" -1d33a360-c998-4388-857f-4d893566b3d7,,USER,Calculate the follower count for each user.,"{""actions"":[{""actionType"":""aggregations"",""column"":""f1"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""f1""}]}","[{""columns"":[""f1"",""f2""],""name"":""follows"",""type"":""grid""}]" -584dff68-1e68-4f25-a141-406101825145,,USER,List each birthplace alongside the number of individuals from there.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Birth_Place""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Birth_Date"",""Birth_Place""],""name"":""people"",""type"":""grid""}]" -380de1cc-56eb-45ee-816d-be6c40294257,,USER,Find names and ids of all documents with document type code BK.,"{""actions"":[{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -59bdc769-fc9a-46f7-98a9-2cee64133f68,,USER,What are the names and number of hours spent training for each player who trains for less than 1500 hours?,"{""actions"":[{""actionType"":""condition"",""column"":""HS"",""operation"":""<"",""value"":1500}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" -693dbd67-4165-4fcb-bcb0-0a213ccad0dc,,USER,Display denominations along with the count of schools with that denomination.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Denomination""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -8d251d25-0c30-4cf4-b0f0-81eccaa2506f,,USER,Display statement ids and their corresponding account counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""STATEMENT_ID""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" -c2be4332-1c89-4e66-879f-115c6f8963df,,USER,Display police forces and the county counts for each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Police_force""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -2a5e4d10-2fcb-4053-8cd8-1c092cb7079b,,USER,Count the number of wrestlers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Wrestler_ID"",""aggregation"":""count""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" -a5e5fea1-172a-41f7-b911-02afdebe18c6,,USER,How many captains with younger than 50 are in each rank?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" -697865b2-58de-4669-9fe4-11ff2ccbebd8,,USER,"Which city does the student whose last name is ""Kim"" live in?","{""actions"":[{""actionType"":""condition"",""column"":""LName"",""operation"":""="",""value"":""'Kim'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -446aac08-341b-4c95-b853-eb06728ab1a6,,USER,Find the number of users who posted some tweets.,"{""actions"":[{""actionType"":""aggregations"",""column"":""UID"",""aggregation"":""count""}]}","[{""columns"":[""id"",""uid"",""text"",""createdate""],""name"":""tweets"",""type"":""grid""}]" -ffb28898-b4b8-47f7-9cea-54e081f00ee9,,USER,What are the types of video games and how many games are in each type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -c8021a5d-314e-4fb4-9a53-7db7a2d359c6,,USER,How many invoices were issued from each state?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""billing_country"",""operation"":""="",""value"":""'USA'""},{""actionType"":""grouping"",""column"":""billing_state""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -1e9ed384-b560-4278-8cf6-a4a4b9043a45,,USER,"Show names and seatings, ordered by seating for all tracks opened after 2000.","{""actions"":[{""actionType"":""condition"",""column"":""year_opened"",""operation"":"">"",""value"":2000},{""actionType"":""sorting"",""column"":""seating"",""direction"":""asc""}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" -2a941582-d421-41ef-bfea-60d973c3f115,,USER,What is the average age for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" -54c6ea6e-b0ab-454f-81fd-9ad7bb3d3a18,,USER,What is the average base price of different bed type? List bed type and average base price.,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -3a288455-841a-411e-b995-583d3a8cb917,,USER,What is the number of distinct publication dates?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Publication_Date"",""aggregation"":""COUNT""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" -cc9a51b6-716f-4095-8988-eca2e242f6e4,,USER,What are the different types of player positions?,"{""actions"":[{""actionType"":""aggregations"",""column"":""pPos"",""aggregation"":""count""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" -306af068-88fe-459c-9e46-74c826bdde7f,,USER,List the name of singers in ascending order of net worth.,"{""actions"":[{""actionType"":""sorting"",""column"":""Net_Worth_Millions"",""direction"":""asc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -eed1c6ff-a20a-477f-94a7-a7558f5fc3fe,,USER,How many railways are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Railway_ID"",""aggregation"":""count""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" -8ea756ee-0ddf-4491-833f-a9ccda53b495,,USER,"Which papers have the substring ""ML"" in their titles? Return the titles of the papers.","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":""ML""}]}","[{""columns"":[""paperID"",""title""],""name"":""Papers"",""type"":""grid""}]" -610b2789-5606-4a0a-818e-338be9eac5df,,USER,what are the order id and customer id of the oldest order?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_order_placed"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""date_order_placed"",""order_details""],""name"":""Orders"",""type"":""grid""}]" -b4d62779-98ab-4276-8053-78f5955ae294,,USER,"List the number of invoices from Chicago, IL.","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""billing_city"",""operation"":""="",""value"":""'Chicago'""},{""actionType"":""condition"",""column"":""billing_state"",""operation"":""="",""value"":""'IL'""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" -2b2092e3-746a-4ca2-9abd-3b156961c284,,USER,Find the average elevation of all airports for each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -06f25533-d8e7-4013-a215-5b52146a3eea,,USER,What is the average prices of wines for each each?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -39b80f4b-815d-4fd7-bdba-1a11b538f4fc,,USER,"For each city, return the highest latitude among its stations.","{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -9ccd12cf-d63f-4e7a-9180-a32988dfe045,,USER,What are the names of tracks that contain the the word you in them?,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""contains"",""value"":""you""}]}","[{""columns"":[""TrackId"",""Name"",""AlbumId"",""MediaTypeId"",""GenreId"",""Composer"",""Milliseconds"",""Bytes"",""UnitPrice""],""name"":""Track"",""type"":""grid""}]" -52d975b9-52ed-4a72-bf16-2def377ca015,,USER,What are the opening year and staff number of the museum named Plaza Museum?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Plaza Museum""}]}","[{""columns"":[""Museum_ID"",""Name"",""Num_of_Staff"",""Open_Year""],""name"":""museum"",""type"":""grid""}]" -c0dfd4a4-0851-4d3a-9e8e-56e503c64e4f,,USER,Which abbreviation corresponds to Jetblue Airways?,"{""actions"":[{""actionType"":""condition"",""column"":""Airline"",""operation"":""="",""value"":""'JetBlue Airways'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" -67256b3b-8c3c-4e63-89da-7177c196c484,,USER,What are the names of wrestlers days held less than 100?,"{""actions"":[{""actionType"":""condition"",""column"":""Days_held"",""operation"":""<"",""value"":100}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" -61f31607-8abf-481d-82d8-0a1bf9e4cc07,,USER,"display the full name (first and last), hire date, salary, and department number for those employees whose first name does not containing the letter M and make the result set in ascending order by department number.","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""not contains"",""value"":""M""},{""actionType"":""sorting"",""column"":""department_id"",""direction"":""asc""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -23e09fc1-056a-4fb9-976b-5533a0f0e6da,,USER,Give the average price and case of wines made from Zinfandel grapes in the year 2009.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""AVG""},{""actionType"":""aggregations"",""column"":""Cases"",""aggregation"":""AVG""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2009},{""actionType"":""condition"",""column"":""Grape"",""operation"":""="",""value"":""'Zinfandel'""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -545b5bff-1352-4f56-8f9b-3a954c6005ec,,USER,Find the number of distinct currency codes used in drama workshop groups.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Currency_Code"",""aggregation"":""count""}]}","[{""columns"":[""Workshop_Group_ID"",""Address_ID"",""Currency_Code"",""Marketing_Region_Code"",""Store_Name"",""Store_Phone"",""Store_Email_Address"",""Other_Details""],""name"":""Drama_Workshop_Groups"",""type"":""grid""}]" -9d7bd116-479d-4f46-860c-1836ca23bcd2,,USER,Find the number of different product types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_type_code"",""aggregation"":""count""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -ddd15380-f74b-4873-b007-5f70029b5914,,USER,What are the enrollment and primary conference for the university which was founded the earliest?,"{""actions"":[{""actionType"":""topFilter"",""column"":""founded"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -d88a14d3-514a-474f-bb16-151c0c8f2aa6,,USER,Show the date valid from and the date valid to for the card with card number '4560596484842'.,"{""actions"":[{""actionType"":""condition"",""column"":""card_number"",""operation"":""="",""value"":""'4560596484842'""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" -a3f6d404-0e72-4675-9229-e8c5199d7e31,,USER,How many customers live in the city of Prague?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Prague'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" -7a6fc479-0e94-4b6b-9545-1632d37c3e65,,USER,Find the maximum age of all the students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Age"",""aggregation"":""max""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -b0daebc7-2583-48a0-a138-09f466078680,,USER,How many main stream browsers whose market share is at least 5 exist?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""market_share"",""operation"":"">="",""value"":5}]}","[{""columns"":[""id"",""name"",""market_share""],""name"":""browser"",""type"":""grid""}]" -aa5df692-6b16-46e5-9532-aac6daee781d,,USER,What is the total number of all football games played by scholarship students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""gamesplayed"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""sportname"",""operation"":""="",""value"":""'Football'""},{""actionType"":""condition"",""column"":""onscholarship"",""operation"":""="",""value"":""Y""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" -e95fdba1-bf58-4b6c-9b12-ed015dc6bb18,,USER,What is the average account balance of customers with credit score below 50 for the different account types?,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""acc_type""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -16a9d08a-490b-4f7e-9acc-02066d39c8da,,USER,How many employees have a first name of Ludie?,"{""actions"":[{""actionType"":""aggregations"",""column"":""staff_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Ludie'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" -5b872a1e-8351-4f6e-9474-e29b5504e8a9,,USER,Display the number of students and their corresponding ages.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""age""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -41c9c895-d1f4-48ec-ab02-dda2d51eca73,,USER,Count the number of classrooms in Lamberton.,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""building"",""operation"":""="",""value"":""Lamberton""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -464073be-3acb-4816-817a-3cf384e70a67,,USER,Find the distinct winery of wines having price between 50 and 100.,"{""actions"":[{""actionType"":""condition"",""column"":""Price"",""operation"":"">="",""value"":50},{""actionType"":""condition"",""column"":""Price"",""operation"":""<="",""value"":100}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -667f4096-05a8-476a-9da8-6763ac857a4f,,USER,How many dogs went through any treatments?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dog_id"",""aggregation"":""count""}]}","[{""columns"":[""treatment_id"",""dog_id"",""professional_id"",""treatment_type_code"",""date_of_treatment"",""cost_of_treatment""],""name"":""Treatments"",""type"":""grid""}]" -3562285a-82ce-4e31-912f-38d9add955af,,USER,How many different majors are there and how many different city codes are there for each student?,"{""actions"":[{""actionType"":""aggregations"",""column"":""major"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""city_code"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -ba2de35a-9a39-4e77-b09a-d63e24dd27a2,,USER,List the names of technicians in ascending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""asc""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" -af443c3c-b73b-4668-afc0-b0fc7048018e,,USER,How many constructors are there for each nationality?,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""nationality""}]}","[{""columns"":[""constructorId"",""constructorRef"",""name"",""nationality"",""url""],""name"":""constructors"",""type"":""grid""}]" -49999d7b-d3a0-47e4-8f49-82775e5c8e40,,USER,"Show the first name, last name, and phone number for all female faculty members.","{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -298615a2-9129-4449-8b14-f5f729eeb829,,USER,Find the types and details for all premises and order by the premise type.,"{""actions"":[{""actionType"":""sorting"",""column"":""premises_type"",""direction"":""asc""}]}","[{""columns"":[""premise_id"",""premises_type"",""premise_details""],""name"":""Premises"",""type"":""grid""}]" -51a3bfd8-b565-49db-85cd-3ce64b30a64f,,USER,What is the average horizontal bar points for all gymnasts?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Horizontal_Bar_Points"",""aggregation"":""avg""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" -2f0eee0b-396e-4fa4-9103-56a8a24b509e,,USER,How many rooms have king beds? Report the number for each decor type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -3e82b5dd-bbe8-41be-bec5-dc42d19e3769,,USER,2014 papers,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2014}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" -3c445a75-ef8c-4c71-9d66-579532c420dd,,USER,What are the names of the physicians who have 'senior' in their titles.,"{""actions"":[{""actionType"":""condition"",""column"":""POSITION"",""operation"":""contains"",""value"":""senior""}]}","[{""columns"":[""EmployeeID"",""Name"",""Position"",""SSN""],""name"":""Physician"",""type"":""grid""}]" -d1f7fa6e-5a66-43aa-9e4a-38a4afeb0d99,,USER,Which language has the highest percentage of speakers in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -d6d6a426-e247-442c-a973-3c989c3a5823,,USER,What are the dates in which the mean sea level pressure was between 30.3 and 31?,"{""actions"":[{""actionType"":""condition"",""column"":""mean_sea_level_pressure_inches"",""operation"":"">="",""value"":30.3},{""actionType"":""condition"",""column"":""mean_sea_level_pressure_inches"",""operation"":""<="",""value"":31}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -04d281de-8b17-4145-91d3-77917490fe18,,USER,Show the detail of vehicle with id 1.,"{""actions"":[{""actionType"":""condition"",""column"":""vehicle_id"",""operation"":""="",""value"":1}]}","[{""columns"":[""vehicle_id"",""vehicle_details""],""name"":""Vehicles"",""type"":""grid""}]" -5b7421ff-2256-4730-ac49-2464096c9682,,USER,What are the other account details for the account with the name 338?,"{""actions"":[{""actionType"":""condition"",""column"":""account_name"",""operation"":""="",""value"":""'338'""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -5394cb81-a691-481e-a451-9074578cc4db,,USER,List the number of high schoolers in each grade.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" -0250c05e-8844-49c8-9343-6948eb226ad1,,USER,List the names of 5 users followed by the largest number of other users.,"{""actions"":[{""actionType"":""topFilter"",""column"":""followers"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" -5ef8f322-fc62-45bb-acfb-73a31642c0fc,,USER,"Show the minimum amount of transactions whose type code is ""PUR"" and whose share count is bigger than 50.","{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""min""},{""actionType"":""condition"",""column"":""transaction_type_code"",""operation"":""="",""value"":""'PUR'""},{""actionType"":""condition"",""column"":""share_count"",""operation"":"">"",""value"":50}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -a6d55099-d47b-4319-a12b-8f58817505fb,,USER,What is the name of the 3 employees who get paid the least?,"{""actions"":[{""actionType"":""topFilter"",""column"":""salary"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" -1bc45d9c-e40f-469f-8cb2-f6fb964d9193,,USER,What are the ids of all students who live in CHI?,"{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""="",""value"":""'CHI'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -3cdbd521-2a6c-4f10-ae6f-aaf1c117b63e,,USER,What is the mean highest temperature for each day of the week?,"{""actions"":[{""actionType"":""aggregations"",""column"":""high_temperature"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""day_of_week""}]}","[{""columns"":[""station_id"",""day_of_week"",""high_temperature"",""low_temperature"",""precipitation"",""wind_speed_mph""],""name"":""weekly_weather"",""type"":""grid""}]" -52303b23-8b5c-4281-bb63-eeefaf8982ef,,USER,Find all actors who are from Afghanistan,"{""actions"":[{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""'Afghanistan'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -21ffc1a3-b9a7-4443-ad09-5eee989c3fa7,,USER,"List the name, nationality and id of all male architects ordered by their names lexicographically.","{""actions"":[{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""id"",""name"",""nationality"",""gender""],""name"":""architect"",""type"":""grid""}]" -1d1ad7dd-b0b5-4cc3-ab5f-5bf739be1007,,USER,Ascertain the student count in a single classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -0b9bfec9-7020-4ddf-9aad-911b9df0da67,,USER,Find the name and email of the user followed by the least number of people.,"{""actions"":[{""actionType"":""topFilter"",""column"":""followers"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" -7cfa7525-2607-4832-86c8-246f1aedf642,,USER,"Who are the advisors for students that live in a city with city code ""BAL""?","{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""="",""value"":""'BAL'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -14129cce-58b8-4d63-9c34-9369e0dcc7d0,,USER,How many customers are classified under each customer status code?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_status_code""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -d83aad7f-6950-4cad-8db6-c3ba692eddf7,,USER,what are the rivers in the state of illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -cde5548a-6ce7-4497-a85f-fd795980fe76,,USER,What is the name of the singer who is worth the most?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Net_Worth_Millions"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -eb148cc4-7a70-4080-9ab4-8f2a03d49bd9,,USER,"For each grade, return the grade number, the number of classrooms used for the grade, and the total number of students enrolled in the grade.","{""actions"":[{""actionType"":""aggregations"",""column"":""classroom"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" -ee8ed11e-7dcb-4ebf-9574-70661e17ad93,,USER,"Which apartments have type code ""Flat""? Give me their apartment numbers.","{""actions"":[{""actionType"":""condition"",""column"":""apt_type_code"",""operation"":""="",""value"":""'Flat'""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" -597a2edb-bb8a-4b66-94d3-0c155e7b4dbb,,USER,How many parks are there in the state of NY?,"{""actions"":[{""actionType"":""aggregations"",""column"":""park_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""NY""}]}","[{""columns"":[""park_id"",""park_name"",""park_alias"",""city"",""state"",""country""],""name"":""park"",""type"":""grid""}]" -7bc9d691-f55a-4894-9708-d117cc690703,,USER,Find all actors born in Tehran,"{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Tehran'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -7e4f8dbe-4490-41d9-ba4b-7b3d5ab006ad,,USER,How many players enter hall of fame each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""yearid""}]}","[{""columns"":[""player_id"",""yearid"",""votedby"",""ballots"",""needed"",""votes"",""inducted"",""category"",""needed_note""],""name"":""hall_of_fame"",""type"":""grid""}]" -0fda2d2d-36c0-44d4-9993-5d36402bfd4c,,USER,"What are the last names of staff with email addressed containing the substring ""wrau""?","{""actions"":[{""actionType"":""condition"",""column"":""email_address"",""operation"":""contains"",""value"":""wrau""}]}","[{""columns"":[""staff_id"",""gender"",""first_name"",""last_name"",""email_address"",""phone_number""],""name"":""Staff"",""type"":""grid""}]" -49c02400-141a-49dc-b818-3c8c68638581,,USER,List the first name and last name of customers have the amount of outstanding between 1000 and 3000.,"{""actions"":[{""actionType"":""condition"",""column"":""amount_outstanding"",""operation"":"">="",""value"":1000},{""actionType"":""condition"",""column"":""amount_outstanding"",""operation"":""<="",""value"":3000}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -2ea06ba6-b630-4dc7-9aba-950320e9387d,,USER,Find the number of airports whose name contain the word 'International'.,"{""actions"":[{""actionType"":""aggregations"",""column"":""apid"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""International""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -469789e9-7765-4964-a4a7-1adbbb124feb,,USER,"What are the different region names, ordered by labels?","{""actions"":[{""actionType"":""sorting"",""column"":""Label"",""direction"":""asc""}]}","[{""columns"":[""Region_ID"",""Region_name"",""Date"",""Label"",""Format"",""Catalogue""],""name"":""region"",""type"":""grid""}]" -244f2d29-1214-4267-b66c-8acef8107ee4,,USER,List names for drivers from Hartford city and younger than 40.,"{""actions"":[{""actionType"":""condition"",""column"":""home_city"",""operation"":""="",""value"":""Hartford""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":40}]}","[{""columns"":[""Driver_ID"",""Name"",""Party"",""Home_city"",""Age""],""name"":""driver"",""type"":""grid""}]" -d8dc9879-0a1c-4e31-8747-d8f4df42665c,,USER,What are the staff roles of the staff who,"{""actions"":[{""actionType"":""condition"",""column"":""date_from"",""operation"":"">"",""value"":""2003-04-19 15:06:20""},{""actionType"":""condition"",""column"":""date_to"",""operation"":""<"",""value"":""2016-03-15 00:33:18""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" -29653793-f693-498c-82b1-60abf42db78f,,USER,List all countries of markets in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Country"",""direction"":""asc""}]}","[{""columns"":[""Market_ID"",""Country"",""Number_cities""],""name"":""market"",""type"":""grid""}]" -6717d2ec-fbe1-4ea9-b5c7-8a048d1dcc95,,USER,Count the number of different templates used for documents.,"{""actions"":[{""actionType"":""aggregations"",""column"":""template_id"",""aggregation"":""count""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" -1321e6ce-6299-44aa-9380-5a0bfc333b01,,USER,"What are the different product names, and what is the average product price for each of them?","{""actions"":[{""actionType"":""aggregations"",""column"":""Product_Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Product_Name""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" -5c9ad288-da65-4312-93b7-93acd06d496e,,USER,Find the marketing region description of China?,"{""actions"":[{""actionType"":""condition"",""column"":""Marketing_Region_Name"",""operation"":""="",""value"":""'China'""}]}","[{""columns"":[""Marketing_Region_Code"",""Marketing_Region_Name"",""Marketing_Region_Descriptrion"",""Other_Details""],""name"":""Marketing_Regions"",""type"":""grid""}]" -b1879cd7-4920-445a-93f6-3f17ba2f4115,,USER,"What is the location of the club named ""Tennis Club""?","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Tennis Club'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" -711a636c-1455-4bf5-9df8-0fa1d6be7f55,,USER,Count the number of templates of the type CV.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""template_type_code"",""operation"":""="",""value"":""'CV'""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" -3bd5dfbd-2ffe-4695-9b21-b483d072f558,,USER,What is the average share count of transactions for different investors?,"{""actions"":[{""actionType"":""aggregations"",""column"":""share_count"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""investor_id""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -13d71fdf-bdc7-4e48-bbdc-1ed07edab787,,USER,What is the list of school locations sorted in ascending order of school enrollment?,"{""actions"":[{""actionType"":""sorting"",""column"":""Enrollment"",""direction"":""asc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" -5744965d-1c5b-4e92-89a1-6e46968c8eb9,,USER,How many aircrafts are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Aircraft_ID"",""aggregation"":""count""}]}","[{""columns"":[""Aircraft_ID"",""Aircraft"",""Description"",""Max_Gross_Weight"",""Total_disk_area"",""Max_disk_Loading""],""name"":""aircraft"",""type"":""grid""}]" -bb680f23-4f40-4806-86f3-4eab79b0ac08,,USER,How many video game types exist?,"{""actions"":[{""actionType"":""aggregations"",""column"":""gtype"",""aggregation"":""count""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" -97ff3f52-318c-474d-a0f2-fd01ce37d701,,USER,Count the number of schools that have had basketball matches.,"{""actions"":[{""actionType"":""aggregations"",""column"":""school_id"",""aggregation"":""count""}]}","[{""columns"":[""Team_ID"",""School_ID"",""Team_Name"",""ACC_Regular_Season"",""ACC_Percent"",""ACC_Home"",""ACC_Road"",""All_Games"",""All_Games_Percent"",""All_Home"",""All_Road"",""All_Neutral""],""name"":""basketball_match"",""type"":""grid""}]" -f364ae34-4b94-49e7-855e-1b0f07d9a132,,USER,Enumerate the countries where Spanish is predominantly spoken.,"{""actions"":[{""actionType"":""aggregations"",""column"":""CountryCode"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -57864f55-e80a-49dd-bbe6-f7709954d797,,USER,How many medicines have the FDA approval status 'No' ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""FDA_approved"",""operation"":""="",""value"":""No""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" -1dc70b84-51b3-437c-8cd9-125259567b3e,,USER,"For each distinct product name, show its average product price.","{""actions"":[{""actionType"":""aggregations"",""column"":""Product_Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Product_Name""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" -4e8a0a9d-c426-4d40-a6e8-fff8b5582cb2,,USER,what states are next to the ohio,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -295a06b5-bda2-4bce-924c-b8daaca636f1,,USER,How many hours do students spend studying within each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""stu_hrs"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" -e9142e79-de06-48bc-b85e-56e6ae4163e6,,USER,What are the aircrafts with top 3 shortest lengthes? List their names.,"{""actions"":[{""actionType"":""topFilter"",""column"":""distance"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" -1d8a5087-4f5e-41ad-83b2-3aaaa06b3d43,,USER,How many buildings are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""building_id"",""aggregation"":""count""}]}","[{""columns"":[""building_id"",""Name"",""Street_address"",""Years_as_tallest"",""Height_feet"",""Floors""],""name"":""building"",""type"":""grid""}]" -30750f8a-fd59-4458-a155-e7e7025364c1,,USER,Show the nicknames of schools that are not in division 1.,"{""actions"":[{""actionType"":""condition"",""column"":""Division"",""operation"":""!="",""value"":""'Division 1'""}]}","[{""columns"":[""School_ID"",""Nickname"",""Colors"",""League"",""Class"",""Division""],""name"":""school_details"",""type"":""grid""}]" -4a8c24df-7148-4eeb-b46b-edcda93b7ab0,,USER,what is the combined area of all 50 states,"{""actions"":[{""actionType"":""aggregations"",""column"":""area"",""aggregation"":""SUM""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -03b71e84-64f6-44c9-ae19-1304fd5e20d1,,USER,"Find the first names of students whose first names contain letter ""a"".","{""actions"":[{""actionType"":""condition"",""column"":""Fname"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -bdb91e55-0c40-420c-ba93-668dea0e6e15,,USER,How many players played each position?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Season"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" -0f893d4f-3e0a-4352-afce-cd7540b43681,,USER,Return the names of cities that have a population between 160000 and 900000 .,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">="",""value"":160000},{""actionType"":""condition"",""column"":""population"",""operation"":""<="",""value"":900000}]}","[{""columns"":[""ID"",""Name"",""CountryCode"",""District"",""Population""],""name"":""city"",""type"":""grid""}]" -75106c7f-272a-4e6a-a242-be57eab68810,,USER,What is the number of ships?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""count""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" -8f44f96c-2a5b-4d99-af7a-532399a2bd15,,USER,Find the total revenue for each manufacturer.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" -d45f715c-86f9-4028-8b85-e4d52496d19b,,USER,Find the number of stores for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Store_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Store_ID"",""Store_Name"",""Type"",""Area_size"",""Number_of_product_category"",""Ranking""],""name"":""store"",""type"":""grid""}]" -1e988ffb-b3cd-4f7a-9218-5c3e904a9a9a,,USER,"Where is the club ""Pen and Paper Gaming"" located?","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Pen and Paper Gaming'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" -3b75e96c-119b-4c01-b341-dd038d5e662c,,USER,which states border kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -866581a7-9663-4afd-b871-cea9b018d37f,,USER,What are the average rating and resolution of songs that are in Bangla?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""resolution"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""languages"",""operation"":""="",""value"":""'bangla'""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" -ed449d8a-adfb-401d-ac06-ce19e7eb9dca,,USER,Find the average access count across all documents?,"{""actions"":[{""actionType"":""aggregations"",""column"":""access_count"",""aggregation"":""avg""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" -8ce814c1-3885-4713-92d1-d077c804849e,,USER,List the names of all distinct nurses ordered by alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""EmployeeID"",""Name"",""Position"",""Registered"",""SSN""],""name"":""Nurse"",""type"":""grid""}]" -febed964-b706-464f-9741-161adfc03704,,USER,When was the first asset acquired?,"{""actions"":[{""actionType"":""topFilter"",""column"":""asset_acquired_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""asset_id"",""maintenance_contract_id"",""supplier_company_id"",""asset_details"",""asset_make"",""asset_model"",""asset_acquired_date"",""asset_disposed_date"",""other_asset_details""],""name"":""Assets"",""type"":""grid""}]" -9fc6f07b-a5f7-4475-b8bd-f5460b421326,,USER,How many singers originate from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" -c811609c-5d0e-426e-b975-145afd5a2b1f,,USER,Count the number of submissions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""count""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" -9e893e71-6f8f-4d75-bc75-14e847c29cfc,,USER,Show the id of the employee named Ebba.,"{""actions"":[{""actionType"":""condition"",""column"":""employee_name"",""operation"":""="",""value"":""'Ebba'""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" -8b7cc642-23e5-4b3f-8601-2f1e73e5f253,,USER,What are the names of actors who are not 20 years old?,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":""!="",""value"":20}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" -080cae10-f3cb-46cc-bc1f-96d51ab9a3dd,,USER,give me the number of rivers in idaho,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'idaho'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -6eef2ac8-dee4-41af-9638-1c548a75c8b9,,USER,What are the names of the technicians by ascending order of age?,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""asc""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" -9c846da7-3910-4584-8c2a-620d9bec6591,,USER,how many states have a city called springfield,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -08286afd-4354-4b95-94e6-3a7a7dd10914,,USER,What is the name of school that has the smallest enrollment in each state?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -7dedc426-5947-445e-a166-e303bd57e6a9,,USER,How many singers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" -77d350b1-5de4-4183-a7f4-a25d61756072,,USER,What is the average salary of employees who have a commission percentage that is not null?,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""AVG""},{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""!="",""value"":""'null'""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -fc801fff-7742-4a8b-8be5-236c29db4463,,USER,What is the average price range of hotels for each star rating code?,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""star_rating_code""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -6313e2d0-55a5-45c2-93c2-9621b70e23d0,,USER,List names of conductors in descending order of years of work.,"{""actions"":[{""actionType"":""sorting"",""column"":""Year_of_Work"",""direction"":""desc""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" -ba3ec70c-1f3d-460d-ad9f-0d1ca4c68ed0,,USER,What is the headquarter of the company with the largest sales?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Sales_in_Billion"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Name"",""Headquarters"",""Industry"",""Sales_in_Billion"",""Profits_in_Billion"",""Assets_in_Billion"",""Market_Value_in_Billion""],""name"":""company"",""type"":""grid""}]" -65ca632a-cced-44b5-92ce-48613a157ed9,,USER,List all businesses with rating 3.5,"{""actions"":[{""actionType"":""condition"",""column"":""rating"",""operation"":""="",""value"":3.5}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" -f11be796-8d7d-442d-a086-f1c14c035658,,USER,Find the number of reviews.,"{""actions"":[{""actionType"":""aggregations"",""column"":""a_id"",""aggregation"":""count""}]}","[{""columns"":[""a_id"",""u_id"",""i_id"",""rating"",""rank""],""name"":""review"",""type"":""grid""}]" -1179a40a-efec-43ea-822b-d19250c7427a,,USER,What is the school code of the accounting department?,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""'Accounting'""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -4d29e678-fae4-4cae-8001-b2e6b77b7113,,USER,"What is the average quantities ordered with payment method code ""MasterCard"" on invoices?","{""actions"":[{""actionType"":""aggregations"",""column"":""Order_Quantity"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""payment_method_code"",""operation"":""="",""value"":""'MasterCard'""}]}","[{""columns"":[""Invoice_ID"",""Order_ID"",""payment_method_code"",""Product_ID"",""Order_Quantity"",""Other_Item_Details"",""Order_Item_ID""],""name"":""Invoices"",""type"":""grid""}]" -0845e0fa-fc7d-4bd3-bbab-7476a8b48e7c,,USER,Return the hosts of competitions for which the theme is not Aliens?,"{""actions"":[{""actionType"":""condition"",""column"":""Theme"",""operation"":""!="",""value"":""Aliens""}]}","[{""columns"":[""Competition_ID"",""Year"",""Theme"",""Host_city_ID"",""Hosts""],""name"":""farm_competition"",""type"":""grid""}]" -f010c0b6-8998-414d-9647-533f5238f859,,USER,what states contain at least one major rivers,"{""actions"":[{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -78de617b-680e-469d-80dc-24661aa48eab,,USER,which state is the city springfield located in,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -d9e924d4-979a-4714-b4a9-a0e3327660f0,,USER,"List the method, date and amount of all the payments, in ascending order of date.","{""actions"":[{""actionType"":""sorting"",""column"":""Date_Payment_Made"",""direction"":""asc""}]}","[{""columns"":[""Payment_ID"",""Settlement_ID"",""Payment_Method_Code"",""Date_Payment_Made"",""Amount_Payment""],""name"":""Payments"",""type"":""grid""}]" -3e69a508-7c48-4acc-b8d5-a7a325f5bf20,,USER,Show the various ages of editors and the editor count for each age.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Editor_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Age""}]}","[{""columns"":[""Editor_ID"",""Name"",""Age""],""name"":""editor"",""type"":""grid""}]" -bb7015d1-802c-4ee1-a38e-f57eb093b297,,USER,List customer status codes and their corresponding customer counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_status_code""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -66392313-e575-4772-934a-8079919a0036,,USER,What are the theme and year for all exhibitions that have a ticket price under 15?,"{""actions"":[{""actionType"":""condition"",""column"":""ticket_price"",""operation"":""<"",""value"":15}]}","[{""columns"":[""Exhibition_ID"",""Year"",""Theme"",""Artist_ID"",""Ticket_Price""],""name"":""exhibition"",""type"":""grid""}]" -b99f4734-62f6-4bf9-bea7-5da4e679b0b0,,USER,What is the average number of pages per minute color?,"{""actions"":[{""actionType"":""aggregations"",""column"":""pages_per_minute_color"",""aggregation"":""avg""}]}","[{""columns"":[""product_id"",""product"",""dimensions"",""dpi"",""pages_per_minute_color"",""max_page_size"",""interface""],""name"":""product"",""type"":""grid""}]" -8c70941c-e099-4654-89f6-58406c939a4e,,USER,"Count the employees of each gender earning less than 50,000.","{""actions"":[{""actionType"":""aggregations"",""column"":""Fname"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""salary"",""operation"":""<"",""value"":50000},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""Fname"",""Minit"",""Lname"",""Ssn"",""Bdate"",""Address"",""Sex"",""Salary"",""Super_ssn"",""Dno""],""name"":""employee"",""type"":""grid""}]" -ed07782b-ca7c-4947-a159-582fa8670f69,,USER,Calculate the average hotel price for each star rating code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""star_rating_code""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -79dca0de-c1a0-45be-953e-15f63ca9d99b,,USER,What are the name of pilots aged 25 or older?,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">="",""value"":25}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" -e8c672d3-6241-46c8-9b4b-5c9c9ff373e6,,USER,what states surround kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -81f28019-56b7-4d01-aba2-a6ad6a2e840b,,USER,which state is springfield in,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -74c2c932-d627-4449-8c23-94192df7ec5b,,USER,How many submissions are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""count""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" -4e25febc-1136-41ed-ad0a-9cdfa5f7a6e4,,USER,how many cities are in texas,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -653c2c47-77bb-4bda-b365-9bd846cda33d,,USER,"Find the brand and name for each camera lens, and sort in descending order of maximum aperture.","{""actions"":[{""actionType"":""sorting"",""column"":""max_aperture"",""direction"":""desc""}]}","[{""columns"":[""id"",""brand"",""name"",""focal_length_mm"",""max_aperture""],""name"":""camera_lens"",""type"":""grid""}]" -f9c97f7a-c23d-4226-8085-973d88af7c3c,,USER,Show each industry and the corresponding number of companies in that industry.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Industry""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -20c0788a-6150-47fb-8146-ce0d997e5354,,USER,What are the names of all the clubs ordered in descending alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""desc""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" -c9289341-6cfc-44b3-b7c4-d6648be69d72,,USER,What is the average enrollment number?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""avg""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -8f333c73-1fe1-44c9-a7a4-b7495ca92270,,USER,Find the number of employees whose title is IT Staff from each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""IT Staff""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -85178f42-5fe3-4b77-bbf2-9b403184f2dc,,USER,Find the name of the room with the maximum occupancy.,"{""actions"":[{""actionType"":""topFilter"",""column"":""maxOccupancy"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -3ee0e797-c989-4b18-9099-4dd7bbdf2132,,USER,How many courses are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""course_id"",""aggregation"":""count""}]}","[{""columns"":[""course_id"",""course_name"",""course_description"",""other_details""],""name"":""Courses"",""type"":""grid""}]" -99273007-5733-472c-9206-926e9f244d71,,USER,Count different addresses of each school.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -734a4de1-02f4-41d0-a28c-beae954c9c32,,USER,Please show the categories of the music festivals and the count.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Category""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" -8f6a3e51-9585-4f4c-a2b9-079c097e0b7f,,USER,what is the name of the instructor who is in Statistics department and earns the lowest salary?,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Statistics""},{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" -b7dc4e29-b59e-4200-b9f4-b575dca7b978,,USER,"For each city, find the highest latitude among its stations.","{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -c3fe3355-efbc-41be-88f0-c5955980a70a,,USER,give me the lakes in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""lake_name"",""area"",""country_name"",""state_name""],""name"":""lake"",""type"":""grid""}]" -e8b4cd75-ee0b-453e-a80c-e7d297daf39b,,USER,What are the numbers of constructors for different nationalities?,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""nationality""}]}","[{""columns"":[""constructorId"",""constructorRef"",""name"",""nationality"",""url""],""name"":""constructors"",""type"":""grid""}]" -990258eb-9552-48f3-a71d-c691f8d4831c,,USER,Display the city and the number of branches opened before 2010 for each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Branch_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":2010},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" -03cc8539-9cfd-4282-ac4d-002b334c04bf,,USER,How many books are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Book_ID"",""aggregation"":""count""}]}","[{""columns"":[""Book_ID"",""Title"",""Issues"",""Writer""],""name"":""book"",""type"":""grid""}]" -01bbfabd-f117-47fe-9883-544808ae677f,,USER,"Return the number of customers who have at least one order with ""Cancelled"" status.","{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""order_status"",""operation"":""="",""value"":""'Cancelled'""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""order_date"",""order_details""],""name"":""Customer_Orders"",""type"":""grid""}]" -6383c4fc-794b-4b3c-b600-2a234e799af8,,USER,List all customer status codes and the number of customers having each status code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_status_code""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -5ee2653d-a2fe-432b-a0a9-e65d6266dccf,,USER,Present each industry and the associated number of companies.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Industry""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -36aa4c4e-0b2b-4964-b903-84d9396efd67,,USER,Count the number of high school students per grade level.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" -095e7dae-9cec-4145-a480-24ede1d7912c,,USER,"Find the code of the document type ""Paper"".","{""actions"":[{""actionType"":""condition"",""column"":""document_type_name"",""operation"":""="",""value"":""'Paper'""}]}","[{""columns"":[""Document_Type_Code"",""Document_Type_Name"",""Document_Type_Description""],""name"":""Ref_Document_Types"",""type"":""grid""}]" -c68b41be-0269-4a4a-81e8-3e1377084ada,,USER,What is the average number of customers across banks in the state of Utah?,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""Utah""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" -79281ffb-feae-4099-8038-e431687660e1,,USER,Which problems are reported before 1978-06-26? Give me the ids of the problems.,"{""actions"":[{""actionType"":""condition"",""column"":""date_problem_reported"",""operation"":""<"",""value"":""'1978-06-26'""}]}","[{""columns"":[""problem_id"",""product_id"",""closure_authorised_by_staff_id"",""reported_by_staff_id"",""date_problem_reported"",""date_problem_closed"",""problem_description"",""other_problem_details""],""name"":""Problems"",""type"":""grid""}]" -84ed50c7-0f91-492c-8828-c53dac7a94c6,,USER,salem is the capital of which state,"{""actions"":[{""actionType"":""condition"",""column"":""capital"",""operation"":""="",""value"":""'salem'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -593d66df-8f37-4052-9857-8cfefde32e7a,,USER,what is the density of the wyoming,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'wyoming'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -92c7fadc-80bb-465a-a4c6-a79daf30ffe5,,USER,Display the number of cinemas in each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Cinema_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Cinema_ID"",""Name"",""Openning_year"",""Capacity"",""Location""],""name"":""cinema"",""type"":""grid""}]" -135d0174-9dde-48de-a467-47969c8b198a,,USER,Find the number of universities that have over a 20000 enrollment size for each affiliation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enrollment"",""operation"":"">"",""value"":20000},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -7c96b07d-7a4b-423f-b6bf-1ec0cb191c7b,,USER,what is the GDP of the city with the largest population.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Regional_Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" -616c2346-0923-4b28-adc9-c1cbdbf5f612,,USER,Return the average age across all artists.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Age"",""aggregation"":""avg""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" -291ae625-bc8b-4fd0-b8fc-52d5366c592c,,USER,Present the various record labels and their respective number of orchestras.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Orchestra_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Record_Company""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" -ab3fc50d-9c57-499d-90bb-1ba6627b68e8,,USER,"What are the names of wines, sorted in alphabetical order?","{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -32ab275b-97f8-455b-bd60-1116747b73ec,,USER,Please show each industry and the corresponding number of companies in that industry.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Industry""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" -8bc6d082-f954-4b34-9b49-507d52dd53d5,,USER,How many airlines are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""alid"",""aggregation"":""count""}]}","[{""columns"":[""alid"",""name"",""iata"",""icao"",""callsign"",""country"",""active""],""name"":""airlines"",""type"":""grid""}]" -4b54f1fd-a070-41c0-8e75-29dbacb6adc4,,USER,how many people are in the state of california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -d9a4fc2e-7e16-47c8-bed8-2f78d9cf2418,,USER,How many accounts does each customer have? List the number and customer id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -41341563-6334-4200-92ee-e594e9ce75c8,,USER,How many accounts does each customer have? Display the count and customer id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" -3e290b80-47d1-49fd-872b-edebe045f0bf,,USER,"List the name, born state and age of the heads of departments ordered by age.","{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""asc""}]}","[{""columns"":[""head_ID"",""name"",""born_state"",""age""],""name"":""head"",""type"":""grid""}]" -c172f6e4-763f-42c6-9a07-9a79c863b211,,USER,List the names of wrestlers in descending order of days held.,"{""actions"":[{""actionType"":""sorting"",""column"":""Days_held"",""direction"":""desc""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" -05d73c0c-1604-46d6-90df-69451a90c1d4,,USER,List all church names in descending order of opening date.,"{""actions"":[{""actionType"":""sorting"",""column"":""open_date"",""direction"":""desc""}]}","[{""columns"":[""Church_ID"",""Name"",""Organized_by"",""Open_Date"",""Continuation_of""],""name"":""church"",""type"":""grid""}]" -d097d8e0-40a8-4279-a2a7-f4d1a4163580,,USER,Who are the lieutenant governor and comptroller from the democratic party?,"{""actions"":[{""actionType"":""condition"",""column"":""Party"",""operation"":""="",""value"":""'Democratic'""}]}","[{""columns"":[""Party_ID"",""Year"",""Party"",""Governor"",""Lieutenant_Governor"",""Comptroller"",""Attorney_General"",""US_Senate""],""name"":""party"",""type"":""grid""}]" -f48d9abc-f009-435a-a3de-0afee34f87dc,,USER,Find the number of rooms with price higher than 120 for different decor.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":120},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -c36da94a-dfa4-4280-a4b3-2c357e07d8ed,,USER,Find the number of tips written in each month,"{""actions"":[{""actionType"":""aggregations"",""column"":""text"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""MONTH""}]}","[{""columns"":[""tip_id"",""business_id"",""text"",""user_id"",""likes"",""year"",""month""],""name"":""tip"",""type"":""grid""}]" -6b883ac0-3c18-4bf2-87d7-0e0787d29068,,USER,List all academic papers on machine networks for one shot learning,"{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'machine networks for one shot learning'""}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" -716821ca-fd62-4aec-b3aa-46dfab6b2c1a,,USER,What are the airline names and abbreviations for airlines in the USA?,"{""actions"":[{""actionType"":""condition"",""column"":""Country"",""operation"":""="",""value"":""'USA'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" -886ee744-9f7c-4346-96b3-83a7e212b0cf,,USER,return me the homepage of PVLDB .,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'PVLDB'""}]}","[{""columns"":[""homepage"",""jid"",""name""],""name"":""journal"",""type"":""grid""}]" -26eb8917-dde9-45d4-9395-ffc8d443e4a2,,USER,Show all student ids who are older than 20.,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":20}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -f5dc9076-7b79-4532-8542-216f24e13eb6,,USER,"What is the description of the role named ""Proof Reader""?","{""actions"":[{""actionType"":""condition"",""column"":""role_name"",""operation"":""="",""value"":""'Proof Reader'""}]}","[{""columns"":[""Role_Code"",""Role_Name"",""Role_Description""],""name"":""Roles"",""type"":""grid""}]" -a7c47942-9d6e-4dcd-abc6-3f843a03ccb3,,USER,Provide the total market value of each main industry.,"{""actions"":[{""actionType"":""aggregations"",""column"":""market_value"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""main_industry""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -be8c93fa-7ea2-40d6-b77c-df6e5ec3b731,,USER,Display all role codes with the corresponding employee count for each role.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""role_code""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" -5b2a00e1-7fab-4aa1-a068-2fa90f8d0621,,USER,Show the maximum share count of transactions where the amount is smaller than 10000,"{""actions"":[{""actionType"":""aggregations"",""column"":""share_count"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""amount_of_transaction"",""operation"":""<"",""value"":10000}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" -52a8dda0-7298-434a-b087-0ace2a74e672,,USER,"What is the type of the document named ""David CV""?","{""actions"":[{""actionType"":""condition"",""column"":""document_name"",""operation"":""="",""value"":""'David CV'""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" -01ffc9b9-33a1-4774-8d4e-12cd6e047b86,,USER,Count the number of distinct store locations.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION"",""aggregation"":""count""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" -fca7a7d6-dddb-4d35-9065-f8a3e7724229,,USER,"For each college, return the college name and the count of authors with submissions from that college.","{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""College""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" -90bd4e12-aa25-476f-ae4a-5bf83e8d04fd,,USER,Return the prices of wines produced before 2010.,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<"",""value"":2010}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -7a0c577e-c8f6-4c8e-bcfb-da67812bffe7,,USER,Find the city with post code 255.,"{""actions"":[{""actionType"":""condition"",""column"":""zip_postcode"",""operation"":""="",""value"":255}]}","[{""columns"":[""address_id"",""address_content"",""city"",""zip_postcode"",""state_province_county"",""country"",""other_address_details""],""name"":""Addresses"",""type"":""grid""}]" -47fd66ec-505e-40d7-b672-4f431edd31b4,,USER,What are the total enrollments of universities of each affiliation type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -15ddcfcd-509f-44ec-9b15-a8bf6729d772,,USER,Find the author who achieved the highest score in a submission.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Scores"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" -6a9226eb-ac2d-4bdc-bdf1-f0764e948f3e,,USER,"In each city, how many IT staff employees are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""IT Staff""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" -11982409-7ec8-4649-adba-53b57adbbb73,,USER,Name all the products with next entry ID greater than 8.,"{""actions"":[{""actionType"":""condition"",""column"":""next_entry_id"",""operation"":"">"",""value"":8}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" -c4cf954c-05f3-46aa-b2d2-27739b1113b9,,USER,What is the zip code of the address in the city Port Chelsea?,"{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""Port Chelsea""}]}","[{""columns"":[""address_id"",""line_1"",""line_2"",""line_3"",""city"",""zip_postcode"",""state_province_county"",""country"",""other_address_details""],""name"":""Addresses"",""type"":""grid""}]" -01fa176b-ab82-4f5f-ab46-dd3404463889,,USER,Which teachers teach in classroom 109? Give me their last names.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":109}]}","[{""columns"":[""LastName"",""FirstName"",""Classroom""],""name"":""teachers"",""type"":""grid""}]" -d82700de-ec96-467f-b3fb-fb5ee7fffada,,USER,How many customers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" -55ba08b7-7e8c-40b0-9222-81348d5a5404,,USER,what is the capital of the texas state,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -cf8f8173-7f01-4b8d-88d5-1cb5cdca40af,,USER,What is the venue of Fracture of acrylic bone cement ?,"{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Fracture of acrylic bone cement'""}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" -a4904054-0701-4d0a-8691-567208483b46,,USER,Find the id and name of the most expensive base price room.,"{""actions"":[{""actionType"":""topFilter"",""column"":""basePrice"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -d6575d2a-ae67-414e-a496-052a61fb36ab,,USER,how many capitals does rhode island have,"{""actions"":[{""actionType"":""aggregations"",""column"":""capital"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'rhode island'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -581d8aef-ba0c-4029-ba0a-50a7d5293ef6,,USER,What is the average price for each type of product?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_type_code""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -e4421196-b37f-45ba-b259-829ee756babc,,USER,What is the id of the student who most recently registered course 301?,"{""actions"":[{""actionType"":""condition"",""column"":""course_id"",""operation"":""="",""value"":301},{""actionType"":""topFilter"",""column"":""date_of_attendance"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""student_id"",""course_id"",""date_of_attendance""],""name"":""Student_Course_Attendance"",""type"":""grid""}]" -60e65902-ce66-48a5-a37c-7cbb000b9139,,USER,"Show the dates, places, and names of events in descending order of the attendance.","{""actions"":[{""actionType"":""sorting"",""column"":""Event_Attendance"",""direction"":""desc""}]}","[{""columns"":[""Event_ID"",""Date"",""Venue"",""Name"",""Event_Attendance""],""name"":""event"",""type"":""grid""}]" -cd1ad4ee-e23f-4dc2-a677-6f82f51fb51c,,USER,What is the average rank for winners in all matches?,"{""actions"":[{""actionType"":""aggregations"",""column"":""winner_rank"",""aggregation"":""avg""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -431d08c7-b29a-49d9-a61d-a9e558b0c3a7,,USER,What are the ids of the problems which are reported after 1978-06-26?,"{""actions"":[{""actionType"":""condition"",""column"":""date_problem_reported"",""operation"":"">"",""value"":""'1978-06-26'""}]}","[{""columns"":[""problem_id"",""product_id"",""closure_authorised_by_staff_id"",""reported_by_staff_id"",""date_problem_reported"",""date_problem_closed"",""problem_description"",""other_problem_details""],""name"":""Problems"",""type"":""grid""}]" -b5caeee5-9199-408d-9cf3-1439de2dd75c,,USER,What are the names and enrollment numbers for colleges that have more than 10000 enrolled and are located in Louisiana?,"{""actions"":[{""actionType"":""condition"",""column"":""enr"",""operation"":"">"",""value"":10000},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""'LA'""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" -39a9c49a-d3e1-4cb1-9dc6-522c741d8f2f,,USER,Give the name of the country in Asia with the lowest life expectancy.,"{""actions"":[{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Asia'""},{""actionType"":""topFilter"",""column"":""LifeExpectancy"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -87951a07-6d65-43cb-b98a-cfb5e07ca914,,USER,How many employees are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" -736490b5-ce21-4224-bd46-999aa67c3612,,USER,Display the different railway builders and the number of railways that use each builder.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Railway_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Builder""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" -73bda2f5-2fd8-49e2-878f-544009bdc036,,USER,Count the total number of apartment bookings.,"{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""count""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" -eea57ffb-8cc9-4bd1-b5d5-c5a624171a86,,USER,How many draft copies does the document with id 2 have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""document_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_id"",""operation"":""="",""value"":2}]}","[{""columns"":[""document_id"",""draft_number"",""copy_number""],""name"":""Draft_Copies"",""type"":""grid""}]" -f6664358-e1da-4b34-ba94-5dbeabffb932,,USER,How many players are from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_code""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" -745792e0-bbf5-4c63-ab1b-fdc390d69bd5,,USER,what is the river that cross over illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -bdda0075-b353-4614-8b34-33dfc2c663c4,,USER,Find the name and building of the department with the highest budget.,"{""actions"":[{""actionType"":""topFilter"",""column"":""budget"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""dept_name"",""building"",""budget""],""name"":""department"",""type"":""grid""}]" -b800af3e-87b0-4c96-9c00-d736bbb7c53a,,USER,"What are the course names, ordered by credits?","{""actions"":[{""actionType"":""sorting"",""column"":""Credits"",""direction"":""asc""}]}","[{""columns"":[""CID"",""CName"",""Credits"",""Instructor"",""Days"",""Hours"",""DNO""],""name"":""Course"",""type"":""grid""}]" -6d15b79d-4a68-4556-9c48-0a930aab7a59,,USER,Count the number of individuals of each gender with a weight above 85.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""weight"",""operation"":"">"",""value"":85},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" -872e245a-1e7c-45e0-b8a9-66ac7c886be0,,USER,"What are the date, mean temperature and mean humidity for the top 3 days with the largest max gust speeds?","{""actions"":[{""actionType"":""topFilter"",""column"":""max_gust_speed_mph"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -fc6380a3-7f90-4b93-a88b-f59f6f0dce43,,USER,What is the average rating for right-footed players and left-footed players?,"{""actions"":[{""actionType"":""aggregations"",""column"":""overall_rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""preferred_foot""}]}","[{""columns"":[""id"",""player_fifa_api_id"",""player_api_id"",""date"",""overall_rating"",""potential"",""preferred_foot"",""attacking_work_rate"",""defensive_work_rate"",""crossing"",""finishing"",""heading_accuracy"",""short_passing"",""volleys"",""dribbling"",""curve"",""free_kick_accuracy"",""long_passing"",""ball_control"",""acceleration"",""sprint_speed"",""agility"",""reactions"",""balance"",""shot_power"",""jumping"",""stamina"",""strength"",""long_shots"",""aggression"",""interceptions"",""positioning"",""vision"",""penalties"",""marking"",""standing_tackle"",""sliding_tackle"",""gk_diving"",""gk_handling"",""gk_kicking"",""gk_positioning"",""gk_reflexes""],""name"":""Player_Attributes"",""type"":""grid""}]" -b63bbf56-d49b-45e3-b3a0-083cada8cba0,,USER,What is the total amount of all payments?,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount"",""aggregation"":""sum""}]}","[{""columns"":[""payment_id"",""customer_id"",""staff_id"",""rental_id"",""amount"",""payment_date"",""last_update""],""name"":""payment"",""type"":""grid""}]" -61090be8-0c7e-4886-b636-68457be79ce5,,USER,what is the length of the colorado river in texas,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'colorado'""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -6cbebde5-8786-4706-b3a2-e3785b2b89dd,,USER,What is the name of the department with the most credits?,"{""actions"":[{""actionType"":""grouping"",""column"":""dept_name""},{""actionType"":""topFilter"",""column"":""credits"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" -8c537c6d-d6a0-4aac-ad7b-ba8b853fc951,,USER,What are all of the episodes ordered by ratings?,"{""actions"":[{""actionType"":""sorting"",""column"":""rating"",""direction"":""asc""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" -0ea01dde-8b71-4efc-9b9e-164be59dc7c6,,USER,what major rivers run through illinois,"{""actions"":[{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -c1a56400-d9f4-4e34-ba1b-342d1c489687,,USER,How many musicals has each nominee been nominated for?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Musical_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Nominee""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" -e6278879-b48e-40f3-8d99-80b77e80c826,,USER,What is the name and salary for employee with id 242518965?,"{""actions"":[{""actionType"":""condition"",""column"":""eid"",""operation"":""="",""value"":242518965}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" -2b7e78f1-2be9-43c3-8799-cd3803584500,,USER,How many male and female assistant professors do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -f46a5d94-bee7-48ad-8f83-352655de7129,,USER,return me the paper with the most citations .,"{""actions"":[{""actionType"":""topFilter"",""column"":""citation_num"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" -2b0b7555-e8b7-4f9a-bf18-9af81d9c35e2,,USER,Find the name of the winner who has the highest rank points and participated in the Australian Open tourney.,"{""actions"":[{""actionType"":""condition"",""column"":""tourney_name"",""operation"":""="",""value"":""Australian Open""},{""actionType"":""topFilter"",""column"":""winner_rank_points"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" -b86a1c52-71dd-4eb1-ace3-a538ff9cf0a0,,USER,how many cities does texas have,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""COUNT""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -a6c74601-050b-4b0b-beff-033493d4de7c,,USER,Please show the police forces and the number of counties with each police force.,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Police_force""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" -05ca0110-6688-4935-9188-68161f7327b7,,USER,Show the position of players along with the corresponding number of players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Season"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" -eea147a8-5b94-4134-ba8f-e5d4099e8104,,USER,Display the count of male and female assistant professors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""rank"",""operation"":""="",""value"":""'AsstProf'""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -5ff7658e-3633-4b3e-aeaa-7c46a79827a8,,USER,List the names of pilots in ascending order of rank.,"{""actions"":[{""actionType"":""sorting"",""column"":""Rank"",""direction"":""asc""}]}","[{""columns"":[""Pilot_ID"",""Pilot_name"",""Rank"",""Age"",""Nationality"",""Position"",""Join_Year"",""Team""],""name"":""pilot"",""type"":""grid""}]" -65c99a47-e2dc-44f7-b0e2-93d52225a3cc,,USER,"find the rank, company names, market values of the companies in the banking industry order by their sales and profits in billion.","{""actions"":[{""actionType"":""condition"",""column"":""main_industry"",""operation"":""="",""value"":""Banking""},{""actionType"":""sorting"",""column"":""sales_billion"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""profits_billion"",""direction"":""asc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" -33fa3572-3927-4b13-8748-9e94ed74c57c,,USER,How many schools are there in the department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""school_code"",""aggregation"":""count""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -790edc0b-925f-4cd0-b097-5688dfdb1900,,USER,List the product ids and the number of unique orders for each product.,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""product_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -5e6e816b-b4c4-4a3d-9a0f-e0fe175523f1,,USER,"Of all players with an overall rating greater than 80, how many are right-footed and left-footed?","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""overall_rating"",""operation"":"">"",""value"":80},{""actionType"":""grouping"",""column"":""preferred_foot""}]}","[{""columns"":[""id"",""player_fifa_api_id"",""player_api_id"",""date"",""overall_rating"",""potential"",""preferred_foot"",""attacking_work_rate"",""defensive_work_rate"",""crossing"",""finishing"",""heading_accuracy"",""short_passing"",""volleys"",""dribbling"",""curve"",""free_kick_accuracy"",""long_passing"",""ball_control"",""acceleration"",""sprint_speed"",""agility"",""reactions"",""balance"",""shot_power"",""jumping"",""stamina"",""strength"",""long_shots"",""aggression"",""interceptions"",""positioning"",""vision"",""penalties"",""marking"",""standing_tackle"",""sliding_tackle"",""gk_diving"",""gk_handling"",""gk_kicking"",""gk_positioning"",""gk_reflexes""],""name"":""Player_Attributes"",""type"":""grid""}]" -743ff5ea-d4cd-44fe-bc9d-e94ab9e7956e,,USER,How many addresses are in the district of California?,"{""actions"":[{""actionType"":""aggregations"",""column"":""address_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""district"",""operation"":""="",""value"":""California""}]}","[{""columns"":[""address_id"",""address"",""address2"",""district"",""city_id"",""postal_code"",""phone"",""last_update""],""name"":""address"",""type"":""grid""}]" -388923fe-c252-406e-8662-aaf3485b8e6f,,USER,Find the birth dates corresponding to employees who live in the city of Edmonton.,"{""actions"":[{""actionType"":""condition"",""column"":""City"",""operation"":""="",""value"":""'Edmonton'""}]}","[{""columns"":[""EmployeeId"",""LastName"",""FirstName"",""Title"",""ReportsTo"",""BirthDate"",""HireDate"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email""],""name"":""Employee"",""type"":""grid""}]" -59a429d3-4e94-4437-b929-0cbfc002f57d,,USER,what states capital is salem,"{""actions"":[{""actionType"":""condition"",""column"":""capital"",""operation"":""="",""value"":""'salem'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" -2bf9ce7e-2e45-43bf-8762-e4d2d239239b,,USER,List all region names in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""region_name"",""direction"":""asc""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" -970fa704-bf30-457f-8822-a154f9e39225,,USER,How films are produced by each studio?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Studio""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" -e0edef11-fd25-4a9f-bce1-23bcb48f0b65,,USER,List various affiliations and the total enrollment of post-1850 schools by enrollment type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1850},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -0bcd9931-0ef9-4ee9-a6ce-8ec6fcf81956,,USER,List all possible ways to get to attractions and the number of attractions accessible by these methods.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tourist_Attraction_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""How_to_Get_There""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" -441d254d-3185-4b31-9a60-101bc10a1a8b,,USER,Find the highest latitude among the stations in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -593ab81c-00ff-4888-a19b-b310d23ea6a8,,USER,Find the last names of students with major 50.,"{""actions"":[{""actionType"":""condition"",""column"":""Major"",""operation"":""="",""value"":50}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -5575e970-1016-44c2-8553-a03d549691ee,,USER,Provide the statement IDs and the number of accounts associated with each ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""STATEMENT_ID""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" -412f01e2-8722-48b5-9205-c5d207968992,,USER,What are the country codes of countries where people use languages other than English?,"{""actions"":[{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""!="",""value"":""'English'""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -540ac9a0-395e-4b13-b31b-65dfcc0b6064,,USER,what states does the ohio river run through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -a23ed7a1-0e97-4344-ae63-1af7604ef4b4,,USER,Show the average price of hotels for each star rating category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""star_rating_code""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" -f6688ea1-90e7-4abb-973e-eaaaf8105959,,USER,Calculate total student enrollment for schools of different affiliation types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -33bdc717-963e-49df-a916-96426de91ce1,,USER,What are the product id and product type of the cheapest product?,"{""actions"":[{""actionType"":""topFilter"",""column"":""product_price"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" -54a15aba-4693-4454-aec2-07f1b7814d59,,USER,What is the average training hours of all players?,"{""actions"":[{""actionType"":""aggregations"",""column"":""HS"",""aggregation"":""avg""}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" -b60e196e-cbee-4d52-b839-ea56a2db4a23,,USER,List the name of all customers sorted by their account balance in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""acc_bal"",""direction"":""asc""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" -c476e224-888f-4ad0-a6a7-484ad1f9e319,,USER,"Show the census ranking of cities whose status are not ""Village"".","{""actions"":[{""actionType"":""condition"",""column"":""Status"",""operation"":""!="",""value"":""'Village'""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" -3e0d859b-f476-4031-b5f1-24685ef2795c,,USER,Give the flight numbers of flights leaving from APG.,"{""actions"":[{""actionType"":""condition"",""column"":""SourceAirport"",""operation"":""="",""value"":""'APG'""}]}","[{""columns"":[""Airline"",""FlightNo"",""SourceAirport"",""DestAirport""],""name"":""flights"",""type"":""grid""}]" -f50acf85-2485-4ee6-9e96-7b026c36bae2,,USER,List investors of entrepreneurs and the number of entrepreneurs each investor supports.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Investor""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" -0014d74b-fc96-4225-8a3a-0f78143b9731,,USER,What are the different addresses that have students living there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""current_address_id"",""aggregation"":""count""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" -bedb5249-2c26-4107-8d9b-70db54ef11ec,,USER,Show ids for all the male faculty.,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""M""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" -dc4c36aa-7520-4378-b9e6-e62f47f23e1e,,USER,Which movies have 'Deleted Scenes' as a substring in the special feature?,"{""actions"":[{""actionType"":""condition"",""column"":""special_features"",""operation"":""contains"",""value"":""Deleted Scenes""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" -d5147510-20e2-4a01-a586-bc9943526ac4,,USER,How many classrooms are not in Lamberton?,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""building"",""operation"":""!="",""value"":""Lamberton""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -9cc7917e-e188-4764-b69a-c3553528847b,,USER,How many templates have template type code CV?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""template_type_code"",""operation"":""="",""value"":""'CV'""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" -0a36135e-365d-4e8e-bacc-e98152e94b12,,USER,what rivers are there in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" -14ed92cf-a23b-4b61-8e47-898058832e7e,,USER,Return the famous release date for the oldest artist.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" -06cf1e84-2a54-4797-bb32-4f16e1d4dc93,,USER,What are the salaries and manager ids for employees who have managers?,"{""actions"":[{""actionType"":""condition"",""column"":""manager_id"",""operation"":""!="",""value"":""'null'""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" -e4930fa6-fa68-4491-851f-d9378914648c,,USER,How many unique languages are spoken in the world?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LANGUAGE"",""aggregation"":""count""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" -6defc618-964a-4c4b-a525-1246a2a211e8,,USER,Find all the order items whose product id is 11. What are the order item ids?,"{""actions"":[{""actionType"":""condition"",""column"":""product_id"",""operation"":""="",""value"":11}]}","[{""columns"":[""order_item_id"",""product_id"",""order_id"",""order_item_status"",""order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -dac689a2-e3a5-42fe-b400-c1a0b93d2c39,,USER,Find the total student enrollment for different affiliation type schools.,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" -1c525abf-04d0-4edf-ac28-94b4814fa1c5,,USER,List the themes of parties in ascending order of number of hosts.,"{""actions"":[{""actionType"":""sorting"",""column"":""Number_of_hosts"",""direction"":""asc""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" -7ae3ef50-b822-420a-b7cb-009041898aa4,,USER,List countries and the number of climbers originating from them.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" -c00b3ae4-ba25-4276-b10c-7db448e43742,,USER,Show all advisors and corresponding number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -57ffb854-5784-43f0-90b3-a773fcfa498f,,USER,How many invoices are associated with each order id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" -a4a81c9b-aaab-49e5-bf1f-a4701061481f,,USER,Show the number of transaction types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_type"",""aggregation"":""count""}]}","[{""columns"":[""transaction_id"",""previous_transaction_id"",""account_id"",""card_id"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" -e83084e7-9f05-47c4-af18-83ddbe382ce3,,USER,what are the major cities of the us,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" -fe3c5e4a-551a-43e4-994c-e9002af8bb06,,USER,what states neighbor kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" -601ec962-f003-4c1c-bf81-16bec633f4cd,,USER,Give the names of countries that are in Europe and have a population equal to 80000.,"{""actions"":[{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'Europe'""},{""actionType"":""condition"",""column"":""Population"",""operation"":""="",""value"":""'80000'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" -3666435f-08b2-44b7-a9a0-74d1c93009bd,,USER,What is the highest latitude of stations in each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" -ff2949c0-957f-4caf-ba5c-600dae9b4db9,,USER,How much does the most recent treatment cost?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_of_treatment"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""treatment_id"",""dog_id"",""professional_id"",""treatment_type_code"",""date_of_treatment"",""cost_of_treatment""],""name"":""Treatments"",""type"":""grid""}]" -ec8eb475-4318-4bdd-9c67-f4984d14651d,,USER,What are the name and results of the battles when the bulgarian commander is not 'Boril',"{""actions"":[{""actionType"":""condition"",""column"":""bulgarian_commander"",""operation"":""!="",""value"":""Boril""}]}","[{""columns"":[""id"",""name"",""date"",""bulgarian_commander"",""latin_commander"",""result""],""name"":""battle"",""type"":""grid""}]" -4ccbc86e-f174-4670-ba03-9d02c1d74a00,,USER,"What are the distinct reigns of wrestlers whose location is not ""Tokyo,Japan"" ?","{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""!="",""value"":""'Tokyo , Japan'""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" -178e393a-8e9f-4660-a69f-736fccc45861,,USER,Find the distinct number of president votes.,"{""actions"":[{""actionType"":""aggregations"",""column"":""President_Vote"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""Registration_Date"",""Election_Cycle"",""President_Vote"",""Vice_President_Vote"",""Secretary_Vote"",""Treasurer_Vote"",""Class_President_Vote"",""Class_Senator_Vote""],""name"":""Voting_record"",""type"":""grid""}]" -211dbb45-5b91-4dab-b9d2-dcac763b71d8,,USER,Present all countries and the number of people originating from each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""People_ID"",""Name"",""Country"",""Is_Male"",""Age""],""name"":""people"",""type"":""grid""}]" -53bbf392-b112-4103-b8a8-4d310d5af882,,USER,"For each zip code, return the average mean temperature of August there.","{""actions"":[{""actionType"":""aggregations"",""column"":""mean_temperature_f"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""date"",""operation"":""starts with"",""value"":""8/""},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" -2c95727d-8c47-46a9-8449-91e94c57d93a,,USER,Find the ids of all the order items whose product id is 11.,"{""actions"":[{""actionType"":""condition"",""column"":""product_id"",""operation"":""="",""value"":11}]}","[{""columns"":[""order_item_id"",""product_id"",""order_id"",""order_item_status"",""order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -88281b26-9963-4b66-8d06-c17e3a3faf71,,USER,What is the total count of teachers?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""count""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" -588ee33a-6523-4668-98a0-128de7466cc0,,USER,Display all payment methods and the count of payments using each method.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""payment_method_code""}]}","[{""columns"":[""customer_id"",""datetime_payment"",""payment_method_code"",""amount_payment""],""name"":""Customer_Payments"",""type"":""grid""}]" -17c52b4e-1d96-43a5-9b7c-18020c060e83,,USER,How many races are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" -62d42e06-b479-4bf3-8fcc-77a561d211ad,,USER,What are the names of the contestants whose names are not 'Jessie Alloway',"{""actions"":[{""actionType"":""condition"",""column"":""contestant_name"",""operation"":""!="",""value"":""Jessie Alloway""}]}","[{""columns"":[""contestant_number"",""contestant_name""],""name"":""CONTESTANTS"",""type"":""grid""}]" -998feb6d-79d5-4437-8546-c8eb944703a8,,USER,What are the prices of wines produced before the year of 2010?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<"",""value"":2010}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" -990d71aa-d40e-4e8a-98f7-e2b21af23312,,USER,How many artists are male and how many are female?,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" -1050a521-9767-4cd6-9e0b-c02dd45506a1,,USER,How many airports' names have the word Interanation in them?,"{""actions"":[{""actionType"":""aggregations"",""column"":""apid"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""International""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" -c5175e2c-a131-4aa5-a877-daf8269013d0,,USER,List the names and decor of rooms that have a king bed. Sort the list by their price.,"{""actions"":[{""actionType"":""condition"",""column"":""bedtype"",""operation"":""="",""value"":""King""},{""actionType"":""sorting"",""column"":""basePrice"",""direction"":""asc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" -3d1d3c9b-c73c-4218-a3f2-d0b2e9f59f9b,,USER,Determine the number of different products corresponding to each order id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" -36273fd3-938f-4614-90ef-54f5cf424be9,,USER,What is the name and distance for the aircraft that has an id of 12?,"{""actions"":[{""actionType"":""condition"",""column"":""aid"",""operation"":""="",""value"":12}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" -4cf711bb-1555-4e19-9f9b-1a1f4506e820,,USER,find the number of medicines offered by each trade.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""trade_name""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" -b2cc1bf4-f944-4f83-a943-2f5ec4c6d8b6,,USER,List the major of each male student.,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""'M'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" -e09e4cde-7953-4a7b-bab6-fc57e79b71ac,,USER,Sort employee names by their age in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""asc""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" -9bd3eb88-9eb3-4c6b-bc68-7033b72b4b21,,USER,"What are the first name, last name, and gender of all the good customers? Order by their last name.","{""actions"":[{""actionType"":""condition"",""column"":""good_or_bad_customer"",""operation"":""="",""value"":""good""},{""actionType"":""sorting"",""column"":""last_name"",""direction"":""asc""}]}","[{""columns"":[""customer_id"",""coupon_id"",""good_or_bad_customer"",""first_name"",""last_name"",""gender_mf"",""date_became_customer"",""date_last_hire""],""name"":""Customers"",""type"":""grid""}]" -e4b69cb2-3e03-4337-aad2-8b6ee85a18a4,,USER,What is allergy type of a cat allergy?,"{""actions"":[{""actionType"":""condition"",""column"":""allergy"",""operation"":""="",""value"":""'Cat'""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" -e38898fa-a8f7-4b56-b194-d71a86b0c1c5,,USER,What are the different names of all the races in reverse alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""desc""}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" -12c12919-bf69-4bcb-bf76-d0c22f01e820,,USER,How many airports are in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""id"",""City"",""Country"",""IATA"",""ICAO"",""name""],""name"":""airport"",""type"":""grid""}]" -babd53b1-4792-4934-ac79-ed3bc68725b8,,USER,Display the countries of perpetrators and the number of perpetrators in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Perpetrator_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" -d158e0d7-ffbf-4f71-93f9-6f8a42d4f59d,,USER,Can you display the colleges with the number of submission authors from each college?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""COUNT""},{""actionType"":""grouping"",""column"":""College""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" -3d4ba1fd-b842-43b1-a600-dec22090e566,,USER,Count the number of rooms in Lamberton with capacity lower than 50.,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""building"",""operation"":""="",""value"":""Lamberton""},{""actionType"":""condition"",""column"":""capacity"",""operation"":""<"",""value"":50}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" -985f8379-3bef-4234-bea3-46c97f42eda4,,USER,What is the number of cartoones written by Joseph Kuhr?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Written_by"",""operation"":""="",""value"":""'Joseph Kuhr'""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" -2c25d303-f9db-46db-9f99-ac608f5f249a,,USER,Find all actors from Italy born after 1980,"{""actions"":[{""actionType"":""condition"",""column"":""birth_year"",""operation"":"">"",""value"":1980},{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""'Italy'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" -d3efae73-bf9c-4d26-8636-134db540b7ed,,USER,What is the location of the perpetrator with the largest kills.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Killed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" -1eda386d-e4b1-4d0a-af0e-4686eb497192,,USER,"When did the episode ""A Love of a Lifetime"" air?","{""actions"":[{""actionType"":""condition"",""column"":""Episode"",""operation"":""="",""value"":""'A Love of a Lifetime'""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" -cd616a2c-12e4-4210-a11f-4ec5c3bda729,,USER,what is the address of history department?,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""History""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" -c133974b-5888-43ec-866c-4790034c0099,,USER,Find the name of projects that require between 100 and 300 hours of work.,"{""actions"":[{""actionType"":""condition"",""column"":""hours"",""operation"":"">="",""value"":100},{""actionType"":""condition"",""column"":""hours"",""operation"":""<="",""value"":300}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" +ce627fea-13d5-491b-837d-610ec8496af1,,USER,What is the phone number of the man with the first name Timmothy and the last name Ward?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""Timmothy""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""Ward""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" +523fda28-695a-4180-bca1-ddba7856f71e,,USER,"List all the possible ways to get to attractions, together with the number of attractions accessible by these methods.","{""actions"":[{""actionType"":""aggregations"",""column"":""Tourist_Attraction_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""How_to_Get_There""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" +61a97638-21c6-49a1-bf24-61dd55c745e1,,USER,"Find the first names of teachers whose email address contains the word ""man"".","{""actions"":[{""actionType"":""condition"",""column"":""email_address"",""operation"":""contains"",""value"":""man""}]}","[{""columns"":[""teacher_id"",""address_id"",""first_name"",""middle_name"",""last_name"",""gender"",""cell_mobile_number"",""email_address"",""other_details""],""name"":""Teachers"",""type"":""grid""}]" +0b9f7a3d-5f90-4cfc-b43c-5860e6746655,,USER,Which continent is Anguilla in?,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""="",""value"":""'Anguilla'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +61011926-2a11-4c00-a069-3f8717d6f818,,USER,Show all opening years and the number of churches that opened in that year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Church_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""open_date""}]}","[{""columns"":[""Church_ID"",""Name"",""Organized_by"",""Open_Date"",""Continuation_of""],""name"":""church"",""type"":""grid""}]" +2d2c48c1-054a-400d-b5c6-ae244a52cf5c,,USER,Show all distinct city where branches with at least 100 memberships are located.,"{""actions"":[{""actionType"":""condition"",""column"":""membership_amount"",""operation"":"">="",""value"":100}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" +2eee6844-9322-497d-b21a-bf57cc51eae3,,USER,list all cartoon titles and their directors ordered by their air date,"{""actions"":[{""actionType"":""sorting"",""column"":""Original_air_date"",""direction"":""asc""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" +f298dcc4-72f7-4b06-9629-7eabb72e2300,,USER,How many customers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +d0858efa-525a-4443-adee-37a94665d321,,USER,What are the codes of countries where Spanish is spoken by the largest percentage of people?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +06d019c6-3f03-481c-899b-af2a1ae6180c,,USER,Show all ministers and parties they belong to in descending order of the time they took office.,"{""actions"":[{""actionType"":""sorting"",""column"":""took_office"",""direction"":""desc""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" +9058d770-19e0-4066-8bdf-0dd5e497a7bf,,USER,where is mount whitney located,"{""actions"":[{""actionType"":""condition"",""column"":""mountain_name"",""operation"":""="",""value"":""'whitney'""}]}","[{""columns"":[""mountain_name"",""mountain_altitude"",""country_name"",""state_name""],""name"":""mountain"",""type"":""grid""}]" +8ee5328e-fddb-4748-9586-1efcece5d969,,USER,Give the name of the student in the History department with the most credits.,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""History""},{""actionType"":""topFilter"",""column"":""tot_cred"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" +f74e706b-004b-426d-9b5c-0fced497dbe0,,USER,Calculate the number of customers per customer status code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_status_code""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +71f23bb6-e25c-4b16-a761-59f0dc4664d7,,USER,through which states does the ohio run,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +28122775-efcb-4210-af5f-50add13d2ca1,,USER,Please show the categories of music festivals and the count of each category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Category""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" +0cedd039-edc4-446f-9e89-cd6a4c20171e,,USER,How many different source system code for the cmi cross references are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""source_system_code"",""aggregation"":""count""}]}","[{""columns"":[""cmi_cross_ref_id"",""master_customer_id"",""source_system_code""],""name"":""CMI_Cross_References"",""type"":""grid""}]" +93ea2569-f8d0-4ded-8ef9-7aaaefed24dc,,USER,How many books are there for each publisher?,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""publisher""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +86c4330d-b53b-4fe8-b405-00b33352627a,,USER,Find the number of universities with an enrollment size over 20000 for each affiliation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enrollment"",""operation"":"">"",""value"":20000},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +1b04806f-4e70-4e0f-8122-6ccc413bf6a8,,USER,How many professors are teaching class with code ACCT-211?,"{""actions"":[{""actionType"":""aggregations"",""column"":""PROF_NUM"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""CRS_CODE"",""operation"":""="",""value"":""'ACCT-211'""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +e6082ccd-a370-40cd-8750-31aefb50c638,,USER,Whah are the name of each industry and the number of companies in that industry?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Industry""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +641b9199-ad48-4457-a17f-e2606b73daee,,USER,How many students does each advisor have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +393df6ec-a0bd-4e4f-b08d-581e1bd5258b,,USER,Give the phones for departments in room 268.,"{""actions"":[{""actionType"":""condition"",""column"":""Room"",""operation"":""="",""value"":268}]}","[{""columns"":[""DNO"",""Division"",""DName"",""Room"",""Building"",""DPhone""],""name"":""Department"",""type"":""grid""}]" +935ce88c-d300-4dd4-853c-533b5736183d,,USER,What are the total number of domestic passengers at all London airports?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Domestic_Passengers"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""Airport_Name"",""operation"":""contains"",""value"":""London""}]}","[{""columns"":[""Airport_ID"",""Airport_Name"",""Total_Passengers"",""%_Change_2007"",""International_Passengers"",""Domestic_Passengers"",""Transit_Passengers"",""Aircraft_Movements"",""Freight_Metric_Tonnes""],""name"":""airport"",""type"":""grid""}]" +305a9df3-1d8f-431e-92a2-74d2176c8c7b,,USER,Select the code of the product that is cheapest in each product category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +8d8130a0-cfb4-4bcf-ac43-e6a57f1d441c,,USER,Return the names of all counties sorted by county name in descending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""County_name"",""direction"":""desc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" +bc93b413-c124-4e73-9542-133852877584,,USER,What are the names of players who train between 500 and 1500 hours?,"{""actions"":[{""actionType"":""condition"",""column"":""HS"",""operation"":"">="",""value"":500},{""actionType"":""condition"",""column"":""HS"",""operation"":""<="",""value"":1500}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" +96e74102-e1ae-49fb-825d-53b97e876c9c,,USER,How many furniture components are there in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""num_of_component"",""aggregation"":""sum""}]}","[{""columns"":[""Furniture_ID"",""Name"",""Num_of_Component"",""Market_Rate""],""name"":""furniture"",""type"":""grid""}]" +a9f5fc77-8bc3-4eaa-92c5-0e1678d2a514,,USER,What is the starting year of the oldest technicians?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" +1dbe74dc-c44b-49ea-b5ad-f0d4783b234f,,USER,Find the total credits of courses provided by different department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""credits"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" +abfe7482-5b51-47af-84c2-9ffd07ff4aa4,,USER,What are the names of all the clubs ordered in descending alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""desc""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" +9aaeb3cf-efe2-4d2d-9936-253fa63a9e2b,,USER,what cities are located in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +d9316fb4-5ec2-499c-8b6f-43b24dbea18f,,USER,What region does Angola belong to and what is its population?,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""="",""value"":""'Angola'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +f6421cc4-3f87-4303-9d76-445981c31d36,,USER,Find the names of channels that are not owned by CCTV.,"{""actions"":[{""actionType"":""condition"",""column"":""OWNER"",""operation"":""!="",""value"":""CCTV""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +d0175396-013a-4575-8ada-c21994194fc4,,USER,"What are the different software platforms for devices, and how many devices use each platform?","{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Software_Platform""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" +275396b1-a38d-4129-a7a1-e4409e0f6173,,USER,What venues are for Neuroscience ?,"{""actions"":[{""actionType"":""condition"",""column"":""venuename"",""operation"":""="",""value"":""'Neuroscience'""}]}","[{""columns"":[""venueId"",""venueName""],""name"":""venue"",""type"":""grid""}]" +d0721dc7-2f69-43bf-ac84-d6f3b30916d1,,USER,how many states does the missouri run through,"{""actions"":[{""actionType"":""aggregations"",""column"":""traverse"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'missouri'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +2682b9ed-232a-42b3-9ee8-64297b140a75,,USER,"What are the different schools and their nicknames, ordered by their founding years?","{""actions"":[{""actionType"":""sorting"",""column"":""founded"",""direction"":""asc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +1c826ebb-459d-4798-a761-5bc9b78052aa,,USER,Show all school names in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""school_name"",""direction"":""asc""}]}","[{""columns"":[""School_id"",""School_name"",""Location"",""Mascot"",""Enrollment"",""IHSAA_Class"",""IHSAA_Football_Class"",""County""],""name"":""School"",""type"":""grid""}]" +99fb8073-bf0d-4ee9-afe1-e7499289dc45,,USER,Return the device carriers that do not have Android as their software platform.,"{""actions"":[{""actionType"":""condition"",""column"":""Software_Platform"",""operation"":""!="",""value"":""Android""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" +1e4d4f2c-9f57-4fe6-9926-e53a329c4d2d,,USER,List the total points of gymnasts in descending order of floor exercise points.,"{""actions"":[{""actionType"":""sorting"",""column"":""Floor_Exercise_Points"",""direction"":""desc""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" +206d9068-389e-4081-ad07-05c9229b289f,,USER,What is the payment method code and party phone of the party with the email 'enrico09@example.com'?,"{""actions"":[{""actionType"":""condition"",""column"":""party_email"",""operation"":""="",""value"":""'enrico09@example.com'""}]}","[{""columns"":[""party_id"",""payment_method_code"",""party_phone"",""party_email""],""name"":""Parties"",""type"":""grid""}]" +9b250337-0069-47aa-b6ce-bac24ff25183,,USER,Find the average base price for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +4c3ff5f2-4d96-46b9-8651-629df4a4e367,,USER,What is the total student capacity of all dorms?,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_capacity"",""aggregation"":""sum""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" +33f0e796-e806-4099-999c-23a9910c941c,,USER,Count the number of different affected regions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""region_id"",""aggregation"":""count""}]}","[{""columns"":[""Region_id"",""Storm_ID"",""Number_city_affected""],""name"":""affected_region"",""type"":""grid""}]" +a46e894f-5466-490f-ac51-d6b9cbc822cd,,USER,"What are the names, dates active, and number of deaths for storms that had 1 or more death?","{""actions"":[{""actionType"":""condition"",""column"":""number_deaths"",""operation"":"">="",""value"":1}]}","[{""columns"":[""Storm_ID"",""Name"",""Dates_active"",""Max_speed"",""Damage_millions_USD"",""Number_Deaths""],""name"":""storm"",""type"":""grid""}]" +7458ca65-a5df-41e0-90bd-2ad154427ced,,USER,List the names of all distinct products in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""product_name"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_name"",""product_details""],""name"":""Products"",""type"":""grid""}]" +206adc5d-9f2b-4202-8f9f-7637bcf67eff,,USER,Determine the total revenue of companies founded by each founder.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""founder""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +95d8adb8-2682-4a47-9a9e-6a9bd5261cc0,,USER,"What is the address of the location ""UK Gallery""?","{""actions"":[{""actionType"":""condition"",""column"":""Location_Name"",""operation"":""="",""value"":""'UK Gallery'""}]}","[{""columns"":[""Location_ID"",""Location_Name"",""Address"",""Other_Details""],""name"":""Locations"",""type"":""grid""}]" +b5f6108b-b774-429e-913e-bce229479980,,USER,What is the average amount due for all the payments?,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_due"",""aggregation"":""avg""}]}","[{""columns"":[""payment_id"",""booking_id"",""customer_id"",""payment_type_code"",""amount_paid_in_full_yn"",""payment_date"",""amount_due"",""amount_paid""],""name"":""Payments"",""type"":""grid""}]" +755105d6-130d-42f0-a564-92613a84f127,,USER,How many different projects are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" +872e4ec7-ddf9-4ab7-a361-fb8e7b31a686,,USER,Identify the count of IT Staff employees in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""IT Staff""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +1e6a0362-b686-49dd-8532-a26c06568034,,USER,Return the weight of the shortest person.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Date_of_Birth""],""name"":""people"",""type"":""grid""}]" +57e18363-68a9-4ded-b21a-7fce87c7beab,,USER,How many high schoolers are in each grade?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" +578fdf8c-a104-4c78-ae50-14db9e68166f,,USER,How many musicals has each nominee been nominated for?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Musical_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nominee""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" +fd147c35-36f3-4ec0-8792-78af27ecc25a,,USER,What is the zip code for Port Chelsea?,"{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""Port Chelsea""}]}","[{""columns"":[""address_id"",""line_1"",""line_2"",""line_3"",""city"",""zip_postcode"",""state_province_county"",""country"",""other_address_details""],""name"":""Addresses"",""type"":""grid""}]" +1778a732-8a3e-494d-b627-f8c45a9ac0cf,,USER,How many distinct birth places are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Birth_Place"",""aggregation"":""count""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Birth_Date"",""Birth_Place""],""name"":""people"",""type"":""grid""}]" +fcbe4efa-f0e4-44b7-8e31-b62415d9b881,,USER,Provide the employee ID for each employee and the date on which they ended their previous job.,"{""actions"":[{""actionType"":""aggregations"",""column"":""end_date"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""employee_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""START_DATE"",""END_DATE"",""JOB_ID"",""DEPARTMENT_ID""],""name"":""job_history"",""type"":""grid""}]" +7562e98f-c88a-4340-b0dd-0b8cebb4a1af,,USER,List the maximum weight and pet type for each pet category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""petType""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +8d65468a-ac94-4f5a-a253-9b16e49e1b46,,USER,Count the number of different affiliation types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""affiliation"",""aggregation"":""count""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +4f2fd016-f96f-44ef-a4ea-7d3b5878f918,,USER,Show all statement id and the number of accounts for each statement.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""STATEMENT_ID""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" +88d86c74-cad0-42af-9eb9-dff055fc6c55,,USER,What are the titles of the cartoons sorted alphabetically?,"{""actions"":[{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" +18418178-9b83-4de4-95d0-24fc1bbda7b1,,USER,Find the name and account balance of the customer whose name includes the letter ‘a’.,"{""actions"":[{""actionType"":""condition"",""column"":""cust_name"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +9083889e-a972-4047-a6fd-84355ffee155,,USER,How many teachers are there in each hometown?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Hometown""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" +470ee2c8-f8a1-4628-87c2-a566dbefd260,,USER,Which department has the highest average instructor salary?,"{""actions"":[{""actionType"":""grouping"",""column"":""dept_name""},{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +241bb8f5-c596-45c3-b6db-05feffc39836,,USER,what is the area of the new mexico state,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'new mexico'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +ad967636-9412-4bb7-96f4-be580578cc5a,,USER,"List the journals published in March , 2011","{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2011},{""actionType"":""grouping"",""column"":""journalid""}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" +92692c58-28b5-41d7-8c79-7d0927f063c0,,USER,"What is the name, city, and country of the airport with the lowest altitude?","{""actions"":[{""actionType"":""topFilter"",""column"":""elevation"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +04f9e458-1346-40a6-a00d-410dcbfb447a,,USER,Show all customer ids and the number of accounts for each customer.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +a5fea1ac-efca-4a31-8afd-966aef766264,,USER,What are the first names and department numbers for employees with last name McEwen?,"{""actions"":[{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""McEwen""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +18f87610-6cca-4d03-9ae2-070ea0c5cf46,,USER,What are all the movies rated as R? List the titles.,"{""actions"":[{""actionType"":""condition"",""column"":""rating"",""operation"":""="",""value"":""R""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" +61dfdf63-bc79-4e8f-8c93-97ae19e6dbb0,,USER,Find the name and email of the user whose name contains the word ‘Swift’.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Swift""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" +65e72c61-9bbd-4c23-bf14-5df477ec7a90,,USER,What are the ids of the problems which are reported after 1978-06-26?,"{""actions"":[{""actionType"":""condition"",""column"":""date_problem_reported"",""operation"":"">"",""value"":""'1978-06-26'""}]}","[{""columns"":[""problem_id"",""product_id"",""closure_authorised_by_staff_id"",""reported_by_staff_id"",""date_problem_reported"",""date_problem_closed"",""problem_description"",""other_problem_details""],""name"":""Problems"",""type"":""grid""}]" +f815055d-e317-4366-b05c-5b964190e0eb,,USER,Find the first names and last names of teachers in alphabetical order of last name.,"{""actions"":[{""actionType"":""sorting"",""column"":""last_name"",""direction"":""asc""}]}","[{""columns"":[""teacher_id"",""address_id"",""first_name"",""middle_name"",""last_name"",""gender"",""cell_mobile_number"",""email_address"",""other_details""],""name"":""Teachers"",""type"":""grid""}]" +8afad523-cc48-42a1-bf8f-3e4fb00247c7,,USER,Give me the start station and end station for the trips with the three oldest id.,"{""actions"":[{""actionType"":""topFilter"",""column"":""id"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" +b55530a6-9630-41f8-9021-f8701513f2e6,,USER,Find id of the candidate who most recently accessed the course?,"{""actions"":[{""actionType"":""topFilter"",""column"":""assessment_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""candidate_id"",""qualification"",""assessment_date"",""asessment_outcome_code""],""name"":""Candidate_Assessments"",""type"":""grid""}]" +ed6c4156-dcf6-4f46-8d0b-d9b976be64f6,,USER,how many people in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +cb6d0122-5f49-485d-bb92-608dbb25baf0,,USER,What is the total checking balance in all accounts?,"{""actions"":[{""actionType"":""aggregations"",""column"":""balance"",""aggregation"":""sum""}]}","[{""columns"":[""custid"",""balance""],""name"":""CHECKING"",""type"":""grid""}]" +4e8a3f24-6958-4e65-9277-1090a740a60d,,USER,Display the different railway builders and the number of railways that use each builder.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Railway_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Builder""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" +3a0b9387-7b78-475b-8335-5d07c7e6f3be,,USER,Return the issue date of the volume that has spent the fewest weeks on top.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Weeks_on_Top"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" +5cb48e0c-7fb7-428f-9f4a-bcd4ee3aa996,,USER,Find the number of distinct projects.,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" +2407eb38-ef7e-493d-9cbf-37e46f60a31b,,USER,List distinct locations and their corresponding performance counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Performance_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Performance_ID"",""Date"",""Host"",""Location"",""Attendance""],""name"":""performance"",""type"":""grid""}]" +bd370130-61bc-430d-a728-09a9e7806d4c,,USER,How many credits does the department offer?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_credit"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" +1a49b02a-157d-4cb2-bb93-b20667bdbc9b,,USER,Show different occupations along with the number of players in each occupation.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Occupation""}]}","[{""columns"":[""Player_ID"",""Sponsor_name"",""Player_name"",""Gender"",""Residence"",""Occupation"",""Votes"",""Rank""],""name"":""player"",""type"":""grid""}]" +d9560ec4-6800-4e60-9548-586b3f8f934b,,USER,Group wines by appellation and report their average price and score.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Appelation""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +9702fd17-dee1-4ab4-9c5d-85df487b004a,,USER,How many players enter hall of fame each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""yearid""}]}","[{""columns"":[""player_id"",""yearid"",""votedby"",""ballots"",""needed"",""votes"",""inducted"",""category"",""needed_note""],""name"":""hall_of_fame"",""type"":""grid""}]" +319c54dd-0d2c-408e-ac0c-9a6799bdb96f,,USER,Where is the history department?,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""History""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +c71af4ff-b7ad-4bf3-a764-f621be03c874,,USER,List the types of competition and the number of competitions for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +59e0c2ea-c3ab-4eff-ab3b-a975525325f2,,USER,"Show the ministers and the time they took and left office, listed by the time they left office.","{""actions"":[{""actionType"":""sorting"",""column"":""left_office"",""direction"":""asc""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" +ad6403ac-22dc-4e9f-8f20-8891b0e186d9,,USER,How many vehicle in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""vehicle_id"",""aggregation"":""count""}]}","[{""columns"":[""vehicle_id"",""vehicle_details""],""name"":""Vehicles"",""type"":""grid""}]" +d7d4765e-2a10-4c39-a7c4-e267b9ec5273,,USER,List the physicians' employee ids together with their primary affiliation departments' ids.,"{""actions"":[{""actionType"":""condition"",""column"":""primaryaffiliation"",""operation"":""="",""value"":1}]}","[{""columns"":[""Physician"",""Department"",""PrimaryAffiliation""],""name"":""Affiliated_With"",""type"":""grid""}]" +0300bcfb-ebc9-4309-b71e-126a6f596cee,,USER,Calculate the average transaction amount for various transaction types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""transaction_type_code""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +3e83760b-56fe-4620-b10b-8972eb75afd8,,USER,Show all the ranks and the number of male and female faculty for each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +0b3bd542-0db3-4343-b4e1-01e213c23302,,USER,What is the list of school locations sorted in descending order of school foundation year?,"{""actions"":[{""actionType"":""sorting"",""column"":""Founded"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +18d9d5ef-ae3b-4ed2-abb4-f449a2127b67,,USER,How many different roles are there on the project staff?,"{""actions"":[{""actionType"":""aggregations"",""column"":""role_code"",""aggregation"":""count""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" +d0276fba-1b87-4548-ac40-91951c2ef546,,USER,How is the math course described?,"{""actions"":[{""actionType"":""condition"",""column"":""course_name"",""operation"":""="",""value"":""math""}]}","[{""columns"":[""course_id"",""course_name"",""course_description"",""other_details""],""name"":""Courses"",""type"":""grid""}]" +a8d9c555-74ae-4051-beee-041602936733,,USER,Please show the different statuses of cities and the average population of cities with each status.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" +ff684bdf-428a-49d8-a8e9-925c53ff36f1,,USER,List the name of singers in ascending order of net worth.,"{""actions"":[{""actionType"":""sorting"",""column"":""Net_Worth_Millions"",""direction"":""asc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +b4785a7b-3d8e-48de-b682-b76160b0fe79,,USER,Count the number of templates.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" +79430648-e911-4576-9930-7c9b42d9e5b7,,USER,What is the average price for products?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_Price"",""aggregation"":""avg""}]}","[{""columns"":[""Product_ID"",""Product_Type_Code"",""Product_Name"",""Product_Price""],""name"":""Products"",""type"":""grid""}]" +bfbc4689-446f-4720-b7de-baed86ff8dba,,USER,find the number of medicines offered by each trade.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""trade_name""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" +218bb42d-81f4-45fc-85b2-db6a99589629,,USER,What are ids and total number of hours played for each game?,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""gameid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" +05bb756e-81ef-473e-8ddd-0831ba64aaa9,,USER,"Find the name of the document that has been accessed the greatest number of times, as well as the count of how many times it has been accessed?","{""actions"":[{""actionType"":""topFilter"",""column"":""access_count"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" +c91091c1-5dfa-4aaf-bcc6-5847a84e5202,,USER,Determine the average hotel prices based on their pet policies.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pets_allowed_yn""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +7e9ec720-104f-4e37-9f38-99fea6b5cb53,,USER,Show all countries and the number of people from each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""People_ID"",""Name"",""Country"",""Is_Male"",""Age""],""name"":""people"",""type"":""grid""}]" +99f61d0d-6e1d-47fa-8287-387a7bd71951,,USER,"What are the different statement ids on accounts, and the number of accounts for each?","{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""STATEMENT_ID""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" +8765d662-46f8-44ae-bea2-9a930b97b929,,USER,Show me the departure date and arrival date for all flights from Los Angeles to Honolulu.,"{""actions"":[{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""'Honolulu'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +beb84ae6-3f91-4b0a-a08b-03236627cd33,,USER,List the publication dates of publications with 3 lowest prices.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Price"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" +46eb6051-b2ef-4d4b-acb3-2bada95d8897,,USER,"Which customers have the substring ""Diana"" in their names? Return the customer details.","{""actions"":[{""actionType"":""condition"",""column"":""customer_details"",""operation"":""contains"",""value"":""Diana""}]}","[{""columns"":[""Customer_ID"",""Customer_Details""],""name"":""Customers"",""type"":""grid""}]" +6c0091e3-e2df-4988-bc46-78322df8c7d0,,USER,What is the maximum Online Mendelian Inheritance in Man (OMIM) value of the enzymes?,"{""actions"":[{""actionType"":""aggregations"",""column"":""OMIM"",""aggregation"":""max""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" +004abe47-90fb-4bc6-a50f-b39b1eab6e6e,,USER,What is the course description and number of credits for QM-261?,"{""actions"":[{""actionType"":""condition"",""column"":""crs_code"",""operation"":""="",""value"":""QM-261""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" +8bda3e2e-82fb-40df-9431-273da996ed67,,USER,Which rooms cost between 120 and 150? Give me the room names.,"{""actions"":[{""actionType"":""condition"",""column"":""baseprice"",""operation"":"">="",""value"":120},{""actionType"":""condition"",""column"":""baseprice"",""operation"":""<="",""value"":150}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +e4a3f000-b958-4656-8a87-59e235c5fcb7,,USER,Return the template type description of the template type with the code AD.,"{""actions"":[{""actionType"":""condition"",""column"":""template_type_code"",""operation"":""="",""value"":""'AD'""}]}","[{""columns"":[""Template_Type_Code"",""Template_Type_Description""],""name"":""Ref_Template_Types"",""type"":""grid""}]" +ee553552-6e21-410d-b368-7bf6e73095fb,,USER,How many TV Channels use the English language?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'English'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +41c9b99f-c7a6-4687-8422-e9834a726ef0,,USER,What is the average price and score of wines grouped by appellation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Net_Worth_Millions"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +a9133964-9588-4528-ab6f-882074159cfe,,USER,How many captains younger than 50 are in each rank?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +be22dd94-daf1-4386-a9fa-4aa2e9737f0f,,USER,What is the average age for all managers?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Age"",""aggregation"":""avg""}]}","[{""columns"":[""Manager_ID"",""Name"",""Country"",""Working_year_starts"",""Age"",""Level""],""name"":""manager"",""type"":""grid""}]" +27949cc7-09dd-4951-903a-67e3e0fd5804,,USER,Please list all album titles in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Title"",""direction"":""asc""}]}","[{""columns"":[""AlbumId"",""Title"",""ArtistId""],""name"":""Album"",""type"":""grid""}]" +1cee91a8-52e3-46ad-be48-ffad97b0056c,,USER,What is the department name and corresponding building for the department with the greatest budget?,"{""actions"":[{""actionType"":""topFilter"",""column"":""budget"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""dept_name"",""building"",""budget""],""name"":""department"",""type"":""grid""}]" +3b18b99d-12ff-4157-b3c1-99a284407536,,USER,How many different status codes of things are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Status_of_Thing_Code"",""aggregation"":""count""}]}","[{""columns"":[""thing_id"",""Date_and_Date"",""Status_of_Thing_Code""],""name"":""Timed_Status_of_Things"",""type"":""grid""}]" +1eaffbb0-51f7-43d7-9847-78c270729d23,,USER,Find the average elevation of airports in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +ede24f9e-7c38-4a0e-9d27-4ef4b76abeba,,USER,Display the order ids and the total quantity of products in each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_quantity"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +e79508e6-42f3-4175-8951-79ddf1f8cebe,,USER,Calculate the total revenue for each manufacturer.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +f0d5ab05-d5e0-4f24-bcbf-d8f09b9fad70,,USER,What is the oldest age among the students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Age"",""aggregation"":""max""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +08d18145-7eac-4172-9b39-d5010c091172,,USER,List the number of faculty members for each building along with the name of the building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +91ca8053-a246-4f85-8b70-d3d983bf1049,,USER,List all headquarters locations and their respective company counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""headquarters""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +ad5c5aa5-0d98-4532-8961-cdc5f41fda28,,USER,What is the average age for a male in each job?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +3bd1a5b0-f8f9-46d7-bfc1-731611328d73,,USER,"List the open date of open year of the shop named ""Apple"".","{""actions"":[{""actionType"":""condition"",""column"":""Shop_Name"",""operation"":""="",""value"":""'Apple'""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" +6009a3be-6802-4b68-8b99-d4fd20d46c4f,,USER,How many budgets are above 3000 in year 2001 or before?,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""budgeted"",""operation"":"">"",""value"":3000},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2001}]}","[{""columns"":[""School_id"",""Year"",""Budgeted"",""total_budget_percent_budgeted"",""Invested"",""total_budget_percent_invested"",""Budget_invested_percent""],""name"":""budget"",""type"":""grid""}]" +b3f66194-8fb0-4b3b-b15a-75e349521e08,,USER,List all the distinct stations from which a trip of duration below 100 started.,"{""actions"":[{""actionType"":""condition"",""column"":""duration"",""operation"":""<"",""value"":100}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" +802952bd-e2d6-435d-b597-146c1345cec8,,USER,What are the record companies of orchestras in descending order of years in which they were founded?,"{""actions"":[{""actionType"":""sorting"",""column"":""Year_of_Founded"",""direction"":""desc""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" +cd40c861-ab71-41eb-809f-0fa28623ed38,,USER,List the campuses in Los Angeles county.,"{""actions"":[{""actionType"":""condition"",""column"":""county"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" +fcc62e44-cb70-4813-ac85-58bbd43a3f48,,USER,What are the first names of all employees that are professors ordered by date of birth?,"{""actions"":[{""actionType"":""condition"",""column"":""emp_jobcode"",""operation"":""="",""value"":""PROF""},{""actionType"":""sorting"",""column"":""emp_dob"",""direction"":""asc""}]}","[{""columns"":[""EMP_NUM"",""EMP_LNAME"",""EMP_FNAME"",""EMP_INITIAL"",""EMP_JOBCODE"",""EMP_HIREDATE"",""EMP_DOB""],""name"":""EMPLOYEE"",""type"":""grid""}]" +72e4464d-f230-4d77-a9e1-fb18b08965d6,,USER,"List the research staff details, and order in ascending order.","{""actions"":[{""actionType"":""sorting"",""column"":""staff_details"",""direction"":""asc""}]}","[{""columns"":[""staff_id"",""employer_organisation_id"",""staff_details""],""name"":""Research_Staff"",""type"":""grid""}]" +2bd76da9-1bee-4f8e-b042-76e34e956182,,USER,"Which city does the student whose last name is ""Kim"" live in?","{""actions"":[{""actionType"":""condition"",""column"":""LName"",""operation"":""="",""value"":""'Kim'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +d29a99da-6c28-420c-86b8-3c51800e3e70,,USER,Which problems are reported before 1978-06-26? Give me the ids of the problems.,"{""actions"":[{""actionType"":""condition"",""column"":""date_problem_reported"",""operation"":""<"",""value"":""'1978-06-26'""}]}","[{""columns"":[""problem_id"",""product_id"",""closure_authorised_by_staff_id"",""reported_by_staff_id"",""date_problem_reported"",""date_problem_closed"",""problem_description"",""other_problem_details""],""name"":""Problems"",""type"":""grid""}]" +c55f6555-5cb4-4e37-9ad3-03bcc30284af,,USER,What is the average price of products grouped by manufacturer code?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Manufacturer""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +bcb5a6bc-688c-4739-ad9a-68c2bf8fff15,,USER,Show all template type codes and the number of templates for each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_type_code""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" +66c1b386-ee2e-47a5-a3ee-83bb58b67ae1,,USER,Show all student ids and the number of hours played.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""Stuid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" +d557ad7c-d623-4632-a9ad-53a74d65fd6d,,USER,How many distinct artists do the volumes associate to?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" +ac70a676-e2eb-459f-bd75-5bbabcac60be,,USER,What is the maximum point for climbers whose country is United Kingdom?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Country"",""operation"":""="",""value"":""'United Kingdom'""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +d4ddadcc-edfe-4cb2-b27c-33cb215a4765,,USER,Return the average price of products that have each category code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_category_code""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" +7b069cbd-f2c9-4470-a1a7-4f20d576d29b,,USER,What is the average rating of songs for each language?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""languages""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +c9178706-fd02-4734-9ff2-bf246c12c863,,USER,"How many rooms cost more than 120, for each different decor?","{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":120},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +c84f5225-7464-4548-838c-e12f25bab5cb,,USER,What is the product with the highest height? Give me the catalog entry name.,"{""actions"":[{""actionType"":""topFilter"",""column"":""height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" +464e2d97-7282-4df9-a394-688ae3bbce6d,,USER,What are the names and descriptions of the products that are of 'Cutlery' type and have daily hire cost lower than 20?,"{""actions"":[{""actionType"":""condition"",""column"":""product_type_code"",""operation"":""="",""value"":""Cutlery""},{""actionType"":""condition"",""column"":""daily_hire_cost"",""operation"":""<"",""value"":20}]}","[{""columns"":[""product_id"",""product_type_code"",""daily_hire_cost"",""product_name"",""product_description""],""name"":""Products_for_Hire"",""type"":""grid""}]" +bf75b291-6595-43ab-918d-cb1f39c640f4,,USER,Show the number of IT staff employees from each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""IT Staff""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +ca7c6d0c-e39a-47eb-bd40-728acbb10ae3,,USER,Tally the number of students assigned to each advisor.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +8374283e-0e01-47ce-8302-9985f0acb2f2,,USER,"list the first and last names, and the addresses of all employees in the ascending order of their birth date.","{""actions"":[{""actionType"":""sorting"",""column"":""Bdate"",""direction"":""asc""}]}","[{""columns"":[""Fname"",""Minit"",""Lname"",""Ssn"",""Bdate"",""Address"",""Sex"",""Salary"",""Super_ssn"",""Dno""],""name"":""employee"",""type"":""grid""}]" +27cdf350-80da-4460-968f-b9b94c943b16,,USER,"What are the date, mean temperature and mean humidity for the top 3 days with the largest max gust speeds?","{""actions"":[{""actionType"":""topFilter"",""column"":""max_gust_speed_mph"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +e73d9eed-79ca-4ed8-91c3-c1f4268b2581,,USER,List the name of actors whose age is not 20.,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":""!="",""value"":20}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" +ea9f53a9-a1c8-4d0f-b6d1-a6db89d8bd8a,,USER,show the lowest low temperature and highest wind speed in miles per hour.,"{""actions"":[{""actionType"":""aggregations"",""column"":""low_temperature"",""aggregation"":""min""},{""actionType"":""aggregations"",""column"":""wind_speed_mph"",""aggregation"":""max""}]}","[{""columns"":[""station_id"",""day_of_week"",""high_temperature"",""low_temperature"",""precipitation"",""wind_speed_mph""],""name"":""weekly_weather"",""type"":""grid""}]" +2573b2cf-25a6-4f8e-a70a-f245423f9695,,USER,"For each position, determine the count of players with fewer than 30 points.","{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""points"",""operation"":""<"",""value"":30},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +8450e5eb-fb30-4980-aa8a-8f63c3c38709,,USER,Find the number of sections for each course.,"{""actions"":[{""actionType"":""aggregations"",""column"":""CLASS_CODE"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""crs_code""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +ca158a35-1dd1-478b-a1e0-14a848fb97a6,,USER,Find the last name of female (sex is F) students in the descending order of age.,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""'F'""},{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +491d7eb3-9755-48cd-acac-607b4182d464,,USER,List the names of wrestlers in descending order of days held.,"{""actions"":[{""actionType"":""sorting"",""column"":""Days_held"",""direction"":""desc""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" +5cfb4cdd-02d0-4c60-927e-a994d6913e0c,,USER,Count the number of individuals with a weight over 85 for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""weight"",""operation"":"">"",""value"":85},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" +01f0a91c-135d-42ac-88bb-27afd74be12a,,USER,What other details can you tell me about students in reverse alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""other_student_details"",""direction"":""desc""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" +38147629-7d68-4a3d-890c-5a2c917c2d3e,,USER,Find the state which has the most number of customers.,"{""actions"":[{""actionType"":""grouping"",""column"":""state""},{""actionType"":""topFilter"",""column"":""no_of_customers"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +1f7ef192-cc84-4828-a3d5-513f724788aa,,USER,What is the name and distance for the aircraft that has an id of 12?,"{""actions"":[{""actionType"":""condition"",""column"":""aid"",""operation"":""="",""value"":12}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" +2ded4ddd-d0d3-4f56-80fa-432dc834af6a,,USER,List all the reviews which rated a business less than 1,"{""actions"":[{""actionType"":""condition"",""column"":""rating"",""operation"":""<"",""value"":1}]}","[{""columns"":[""rid"",""business_id"",""user_id"",""rating"",""text"",""year"",""month""],""name"":""review"",""type"":""grid""}]" +5931a866-95bc-4b49-8cf3-156c352c3754,,USER,List names of all pilot in descending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" +6ed79a71-356c-42bb-a8b4-459d8007c3a1,,USER,Return the minister who left office at the latest time.,"{""actions"":[{""actionType"":""topFilter"",""column"":""left_office"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" +e29979b7-60e9-4824-a157-18063971e3fa,,USER,"Find the dates of the tests taken with result ""Pass"".","{""actions"":[{""actionType"":""condition"",""column"":""test_result"",""operation"":""="",""value"":""'Pass'""}]}","[{""columns"":[""registration_id"",""date_test_taken"",""test_result""],""name"":""Student_Tests_Taken"",""type"":""grid""}]" +5e56ae19-c18c-4e09-9f1d-6175330380c2,,USER,What are the different dorm amenity names in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""amenity_name"",""direction"":""asc""}]}","[{""columns"":[""amenid"",""amenity_name""],""name"":""Dorm_amenity"",""type"":""grid""}]" +0a0941fb-e33b-422e-9480-69c574d3e38e,,USER,How many students are in each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" +8edbe5a3-7fa9-4045-9495-76131d3cb5d8,,USER,"Return the names and locations of shops, ordered by name in alphabetical order.","{""actions"":[{""actionType"":""sorting"",""column"":""Shop_Name"",""direction"":""asc""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" +593fd827-86e0-4a1e-b49d-7f05ab6ff87d,,USER,Determine the total number of hours completed by students in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""stu_hrs"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" +7b49cc6d-0750-41c1-8a50-50856024114d,,USER,How many high school students are there in each grade level?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" +523f1e66-4bc8-4450-9da0-ac5c0e447fbb,,USER,How many pilots are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Pilot_ID"",""aggregation"":""count""}]}","[{""columns"":[""Pilot_ID"",""Pilot_name"",""Rank"",""Age"",""Nationality"",""Position"",""Join_Year"",""Team""],""name"":""pilot"",""type"":""grid""}]" +034d1469-f42b-41cd-9522-68fe1ba6af39,,USER,When did the staff member with first name as Janessa and last name as Sawayn leave the company?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" +b4e057c8-aa0b-4ddb-931c-4bbbc83db6e6,,USER,"Show all dates of transactions whose type code is ""SALE"".","{""actions"":[{""actionType"":""condition"",""column"":""transaction_type_code"",""operation"":""="",""value"":""'SALE'""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +771ff4cf-a9b6-4d0f-b8b7-2839a02470ac,,USER,What is the average number of gold medals for a club?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Gold"",""aggregation"":""avg""}]}","[{""columns"":[""Rank"",""Club_ID"",""Gold"",""Silver"",""Bronze"",""Total""],""name"":""club_rank"",""type"":""grid""}]" +d7029a2f-351c-4296-9b30-18da11536559,,USER,What is the name of the singer with the largest net worth?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Net_Worth_Millions"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +c2aba98d-a986-4a83-bd1e-06f78c6e95f8,,USER,Tell me the name of the most pricy product.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Product_Price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" +8dd56d49-f50b-4bc6-87b3-d72a34e6b06a,,USER,How many distinct incident type codes are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""incident_type_code"",""aggregation"":""count""}]}","[{""columns"":[""incident_id"",""incident_type_code"",""student_id"",""date_incident_start"",""date_incident_end"",""incident_summary"",""recommendations"",""other_details""],""name"":""Behavior_Incident"",""type"":""grid""}]" +d215bc91-8278-4859-b388-e43275367c21,,USER,How many male and female assistant professors do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""rank"",""operation"":""="",""value"":""'AsstProf'""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +6a99865f-a478-413a-9ad8-957894b6680f,,USER,"Display the grade number, the number of classrooms used for the grade, and the total number of students enrolled in the grade for each grade.","{""actions"":[{""actionType"":""aggregations"",""column"":""classroom"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +dc1527bb-d522-4ccf-929b-e67cf65e7fd8,,USER,What is the zip code in which the average mean sea level pressure is the lowest?,"{""actions"":[{""actionType"":""grouping"",""column"":""zip_code""},{""actionType"":""topFilter"",""column"":""mean_sea_level_pressure_inches"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +7bedce2b-027f-4787-8c6c-e2cd7a32f85d,,USER,Sort the company names in descending order of the company's market value.,"{""actions"":[{""actionType"":""sorting"",""column"":""Market_Value_billion"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +61eff418-fcb0-4aa5-ac5d-67cb062fee1b,,USER,Count the total number of settlements made.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Settlement_ID"",""aggregation"":""count""}]}","[{""columns"":[""Settlement_ID"",""Claim_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled"",""Customer_Policy_ID""],""name"":""Settlements"",""type"":""grid""}]" +3c4de2eb-b3d8-4864-84ac-52459b8ab414,,USER,Return the maximum number of points for climbers from the United Kingdom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Country"",""operation"":""="",""value"":""'United Kingdom'""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +3cd867b1-b5c6-4850-9348-faf37fee18da,,USER,Give the average life expectancy for countries in Africa which are republics?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LifeExpectancy"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Africa'""},{""actionType"":""condition"",""column"":""GovernmentForm"",""operation"":""="",""value"":""'Republic'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +181773f2-1b68-411c-9e5a-0f26133bc94b,,USER,How many different colleges are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""cName"",""aggregation"":""count""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +55b72666-5e41-45d0-9532-6f4b4926d348,,USER,How many players are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +8106160f-7c4a-4d50-b4c2-f281655ba158,,USER,"For each zip code, determine the number of times the maximum wind speed has reached 25 mph.","{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""max_wind_Speed_mph"",""operation"":"">="",""value"":25},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +c253a9f3-4ed4-4dc9-9088-e521254f2bbc,,USER,"What are the different product names, and what is the average product price for each of them?","{""actions"":[{""actionType"":""aggregations"",""column"":""Product_Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Product_Name""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" +9e4c025e-eb3f-4174-a61a-3aa1f8ce8695,,USER,How many students reside in each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +834b6e1d-f839-49d1-b5b1-96ae1e67221b,,USER,Which city and country is the Alton airport at?,"{""actions"":[{""actionType"":""condition"",""column"":""AirportName"",""operation"":""="",""value"":""'Alton'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" +f7bea05f-035e-4442-a642-b6f99ad22dee,,USER,"What are the names of the songs whose title has the word ""the""?","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":"" the ""}]}","[{""columns"":[""SongId"",""Title""],""name"":""Songs"",""type"":""grid""}]" +f802f02a-82e7-4d28-bee9-8cdc4720c042,,USER,How many accounts do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +1c64893a-f348-4d94-9cd0-0c707596571f,,USER,Show all distinct region names ordered by their labels.,"{""actions"":[{""actionType"":""sorting"",""column"":""Label"",""direction"":""asc""}]}","[{""columns"":[""Region_ID"",""Region_name"",""Date"",""Label"",""Format"",""Catalogue""],""name"":""region"",""type"":""grid""}]" +675091e7-a668-4708-b576-f23ff34b13ec,,USER,What is the average account balance of customers with credit score below 50 for the different account types?,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""acc_type""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +97e367fb-626c-4f42-83fa-4631cd56154f,,USER,Show all locations that have train stations with at least 15 platforms and train stations with more than 25 total passengers.,"{""actions"":[{""actionType"":""condition"",""column"":""number_of_platforms"",""operation"":"">="",""value"":15},{""actionType"":""condition"",""column"":""total_passengers"",""operation"":"">"",""value"":25}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" +a41d8eb6-1d83-4f82-9449-493f19164f3f,,USER,What is average enrollment of colleges in the state FL?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""FL""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +09098d45-2f9b-4b0c-8a8f-6a7f7d1e0167,,USER,Provide the college name and the number of authors submitting from each college.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""College""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" +98affa84-7ada-4d63-9fe4-a8143159d587,,USER,How many distinct currency codes are there for all drama workshop groups?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Currency_Code"",""aggregation"":""count""}]}","[{""columns"":[""Workshop_Group_ID"",""Address_ID"",""Currency_Code"",""Marketing_Region_Code"",""Store_Name"",""Store_Phone"",""Store_Email_Address"",""Other_Details""],""name"":""Drama_Workshop_Groups"",""type"":""grid""}]" +d6063f1e-fccc-48ae-af61-ff34b27de51b,,USER,"How many credits does course CIS-220 have, and what its description?","{""actions"":[{""actionType"":""condition"",""column"":""crs_code"",""operation"":""="",""value"":""CIS-220""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" +6172ebea-e4f0-4789-b54d-b1e4daa541ec,,USER,How many male and female assistant professors do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""rank"",""operation"":""="",""value"":""'AsstProf'""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +4e4e5e8d-91fc-44cb-9df1-eefc76541501,,USER,How many female Professors do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""F""},{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +d0d2934a-a682-4f0f-8d36-65e0f2322f2b,,USER,What are the names of all the clubs starting with the oldest?,"{""actions"":[{""actionType"":""sorting"",""column"":""Start_year"",""direction"":""asc""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" +67eecf42-1de0-420f-840c-3c224c594b18,,USER,Identify the number of races per constructor ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorStandingsId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""constructorid""}]}","[{""columns"":[""constructorStandingsId"",""raceId"",""constructorId"",""points"",""position"",""positionText"",""wins""],""name"":""constructorStandings"",""type"":""grid""}]" +fdf45a11-8fae-4885-b629-664976e42e08,,USER,"Find the phone number and email address of customer ""Harold"".","{""actions"":[{""actionType"":""condition"",""column"":""Customer_Name"",""operation"":""="",""value"":""'Harold'""}]}","[{""columns"":[""Customer_ID"",""Address_ID"",""Customer_Name"",""Customer_Phone"",""Customer_Email_Address"",""Other_Details""],""name"":""Customers"",""type"":""grid""}]" +d4846d68-f116-4be6-886f-7e8e8f1fca00,,USER,Show different nominees and the number of musicals they have been nominated.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Musical_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nominee""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" +4281ffea-2d85-452c-ac21-8a965ef18278,,USER,Give the phone and postal code corresponding to the address '1031 Daugavpils Parkway'.,"{""actions"":[{""actionType"":""condition"",""column"":""address"",""operation"":""="",""value"":""1031 Daugavpils Parkway""}]}","[{""columns"":[""address_id"",""address"",""address2"",""district"",""city_id"",""postal_code"",""phone"",""last_update""],""name"":""address"",""type"":""grid""}]" +c870b561-059c-4791-b11e-ce4ef9d51586,,USER,Return the apartment number with the largest number of bedrooms.,"{""actions"":[{""actionType"":""topFilter"",""column"":""bedroom_count"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" +f16a2d16-c607-40ce-a8be-0e2c8e58e677,,USER,How many matches occurred in each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +b5af6529-b38b-4632-9310-a5d287c1b7ec,,USER,Count the number of different statuses.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Status"",""aggregation"":""count""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" +8a3feec6-cf54-4807-9f86-11b99daf684d,,USER,What are each physician's employee id and department id primarily affiliated.,"{""actions"":[{""actionType"":""condition"",""column"":""primaryaffiliation"",""operation"":""="",""value"":1}]}","[{""columns"":[""Physician"",""Department"",""PrimaryAffiliation""],""name"":""Affiliated_With"",""type"":""grid""}]" +98f07a70-2527-411f-9301-7b001d992b3b,,USER,"What are the name, population, and life expectancy of the largest Asian country by land?","{""actions"":[{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Asia'""},{""actionType"":""topFilter"",""column"":""SurfaceArea"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +2a86e33d-22ab-4d8e-afea-5cb87d35f6c8,,USER,Find the number of dorms that have some amenity.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dormid"",""aggregation"":""count""}]}","[{""columns"":[""dormid"",""amenid""],""name"":""Has_amenity"",""type"":""grid""}]" +731f9b71-ba4d-42c4-b18e-1e0396ae466f,,USER,How many climbers are from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +08132c94-e13f-4098-a355-3c7e333f6397,,USER,"How many team franchises are active, with active value 'Y'?","{""actions"":[{""actionType"":""aggregations"",""column"":""franchise_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""active"",""operation"":""="",""value"":""Y""}]}","[{""columns"":[""franchise_id"",""franchise_name"",""active"",""na_assoc""],""name"":""team_franchise"",""type"":""grid""}]" +bfbf08ba-3737-4230-b2a8-2945a1243a92,,USER,What is the average amount of items ordered in each order?,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_quantity"",""aggregation"":""avg""}]}","[{""columns"":[""order_id"",""product_id"",""order_quantity""],""name"":""Order_Items"",""type"":""grid""}]" +2e9bec40-61b7-4826-9b5d-8b30e6c873bf,,USER,What are the names of companies with revenue between 100 and 150?,"{""actions"":[{""actionType"":""condition"",""column"":""revenue"",""operation"":"">="",""value"":100},{""actionType"":""condition"",""column"":""revenue"",""operation"":""<="",""value"":150}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +c00c6b4a-612f-4b56-8397-7c23120c1a73,,USER,Find the distinct names of all races held between 2014 and 2017?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":2014},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2017}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" +76a5ac33-c7b5-4458-b323-a7e1fe75d48d,,USER,Show the party with drivers from Hartford and drivers older than 40.,"{""actions"":[{""actionType"":""condition"",""column"":""home_city"",""operation"":""="",""value"":""Hartford""},{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":40}]}","[{""columns"":[""Driver_ID"",""Name"",""Party"",""Home_city"",""Age""],""name"":""driver"",""type"":""grid""}]" +4eb8db66-6142-4bc7-b435-6b423f2f7085,,USER,"Who are the ministers, when did they take office, and when did they leave office, ordered by when they left office?","{""actions"":[{""actionType"":""sorting"",""column"":""left_office"",""direction"":""asc""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" +4f592e48-3fb6-41ef-a78a-ac38618faa49,,USER,What is the average quantity of stocks?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Quantity"",""aggregation"":""avg""}]}","[{""columns"":[""Shop_ID"",""Device_ID"",""Quantity""],""name"":""stock"",""type"":""grid""}]" +9dc7d22d-78fc-4cb4-aa0d-dab42eea31ed,,USER,How many students are enrolled in each major?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""major""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +95b51de5-aa43-423f-b113-89333df718a7,,USER,How many different students play games?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" +075756e4-f7dc-437b-9a24-ac45721ddd2b,,USER,List the names of climbers in descending order of points.,"{""actions"":[{""actionType"":""sorting"",""column"":""Points"",""direction"":""desc""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +fc5acf3d-6b84-432d-9775-bb51b8487143,,USER,Show the details of all trucks in the order of their license number.,"{""actions"":[{""actionType"":""sorting"",""column"":""truck_licence_number"",""direction"":""asc""}]}","[{""columns"":[""truck_id"",""truck_licence_number"",""truck_details""],""name"":""Trucks"",""type"":""grid""}]" +5409bd74-3846-470e-b40b-9b979936c8e5,,USER,What are the names of all video games that are collectible cards?,"{""actions"":[{""actionType"":""condition"",""column"":""gtype"",""operation"":""="",""value"":""'Collectible card game'""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" +937e532a-7cc4-47f3-a4de-c0838b0608aa,,USER,Provide the country id and the number of cities in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_id""}]}","[{""columns"":[""LOCATION_ID"",""STREET_ADDRESS"",""POSTAL_CODE"",""CITY"",""STATE_PROVINCE"",""COUNTRY_ID""],""name"":""locations"",""type"":""grid""}]" +5ea773b1-8a84-49d5-970a-dee844bfa0c7,,USER,Find the description and credit for the course QM-261?,"{""actions"":[{""actionType"":""condition"",""column"":""crs_code"",""operation"":""="",""value"":""QM-261""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" +1523cc80-ef4c-48d0-b443-01730466343f,,USER,"For every fourth-grade classroom, provide the room number and the total student count using it.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'4'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +16635cdf-7964-45fb-ad4e-a349fd84d1dc,,USER,What is the mean high temperature for each day of the week?,"{""actions"":[{""actionType"":""aggregations"",""column"":""high_temperature"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""day_of_week""}]}","[{""columns"":[""station_id"",""day_of_week"",""high_temperature"",""low_temperature"",""precipitation"",""wind_speed_mph""],""name"":""weekly_weather"",""type"":""grid""}]" +6a38d684-9792-45ca-a33b-669effa347dd,,USER,How many shops are there in each location?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Shop_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" +95484bc9-2c3e-43ad-b47c-b5bf20ecbbb1,,USER,which states border kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +10747bf4-dd78-44a3-94a0-213f82d5fa32,,USER,"Find the description of the claim status ""Open"".","{""actions"":[{""actionType"":""condition"",""column"":""claim_status_name"",""operation"":""="",""value"":""'Open'""}]}","[{""columns"":[""Claim_Stage_ID"",""Next_Claim_Stage_ID"",""Claim_Status_Name"",""Claim_Status_Description""],""name"":""Claims_Processing_Stages"",""type"":""grid""}]" +eeaab184-c26b-47e2-9572-30ae0f79c07e,,USER,Find the name and rank of the 3 youngest winners across all matches.,"{""actions"":[{""actionType"":""topFilter"",""column"":""winner_age"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +9e3454a3-a4a8-4a2a-af64-5c18cd05781c,,USER,List the different statuses of cities and the average population of cities with each status.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" +9c457545-ad33-4b0a-aee2-a1043c15af91,,USER,What are the names of the heads who are born outside the California state?,"{""actions"":[{""actionType"":""condition"",""column"":""born_state"",""operation"":""!="",""value"":""California""}]}","[{""columns"":[""head_ID"",""name"",""born_state"",""age""],""name"":""head"",""type"":""grid""}]" +6c6ad91f-0110-47b8-8da6-d31be2ba71bb,,USER,Count the number of bank branches.,"{""actions"":[{""actionType"":""aggregations"",""column"":""branch_ID"",""aggregation"":""count""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +d81b6d5c-b11b-46ad-8480-04bdb892762e,,USER,Find the weight of the youngest dog.,"{""actions"":[{""actionType"":""topFilter"",""column"":""pet_age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +83ed8bb6-413e-49ba-bf45-22d14734e871,,USER,A list of the top 8 countries by gross/total invoice size. List country name and gross invoice size.,"{""actions"":[{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""billing_country""},{""actionType"":""topFilter"",""column"":""total"",""limit"":8,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +6ae74733-1f14-470d-af18-a4d89f4b54eb,,USER,"Show name, country, age for all singers ordered by age from the oldest to the youngest.","{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +bb102128-e6f6-43b0-a0a4-52c309698a6b,,USER,How many medicines were not approved by the FDA?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""FDA_approved"",""operation"":""="",""value"":""No""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" +c15fac05-1940-4c35-9638-6bb0f0b8cd9e,,USER,Show the average salary for employees with commission percentages in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""!="",""value"":""'null'""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +ee65d5ae-6f37-46b0-afc8-9d9aac7ea7d8,,USER,What is the total revenue of each manufacturer?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""major""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +fdc2acd6-325e-43d5-b823-2b4abac3e808,,USER,"What is the unit price of the tune ""Fast As a Shark""?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Fast As a Shark'""}]}","[{""columns"":[""id"",""name"",""album_id"",""media_type_id"",""genre_id"",""composer"",""milliseconds"",""bytes"",""unit_price""],""name"":""tracks"",""type"":""grid""}]" +dd575109-96ee-4873-85b2-ca9925040f82,,USER,How many singers belong to each citizenship category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +94085ae9-66b3-4dc5-9c0f-46ba6b19a8c5,,USER,What are the names of projects that require between 100 and 300 hours?,"{""actions"":[{""actionType"":""condition"",""column"":""hours"",""operation"":"">="",""value"":100},{""actionType"":""condition"",""column"":""hours"",""operation"":""<="",""value"":300}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" +739055f6-91f8-4c91-805c-cfbe8a645115,,USER,Find the average account balance of customers with a credit score lower than 50 for each account type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""acc_type""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +d900a595-2280-47a6-b6af-85b3bac61dad,,USER,Display the number of TV channels for each language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LANGUAGE""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +8323a1c6-4623-476c-a8b6-46d63a8c57ca,,USER,How many hours do the players train on average?,"{""actions"":[{""actionType"":""aggregations"",""column"":""HS"",""aggregation"":""avg""}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" +04f33973-d0fe-462a-b709-5d1d49d10ba0,,USER,How many players come from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_code""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +499648aa-caa3-4915-b866-b85664b192a5,,USER,Display all opening years and the number of churches that opened in that year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Church_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""open_date""}]}","[{""columns"":[""Church_ID"",""Name"",""Organized_by"",""Open_Date"",""Continuation_of""],""name"":""church"",""type"":""grid""}]" +8c8501e1-d649-463a-bd4c-c70f17c11542,,USER,Show the name of aircrafts with top three lowest distances.,"{""actions"":[{""actionType"":""topFilter"",""column"":""distance"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" +6dc3d082-c0a2-40b5-9c7e-b546203ae317,,USER,Display the number of roller coasters for each status category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Roller_Coaster_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" +d5237984-c6fe-4632-b4b1-1bf7aa469d25,,USER,What are the document ids for the budget type code 'SF'?,"{""actions"":[{""actionType"":""condition"",""column"":""budget_type_code"",""operation"":""="",""value"":""SF""}]}","[{""columns"":[""Document_ID"",""Budget_Type_Code"",""Document_Details""],""name"":""Documents_with_Expenses"",""type"":""grid""}]" +1958b1d7-98a6-4899-9c4f-e0e15e0fdf4e,,USER,Who is the founder of Sony?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Sony""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +166ff1e6-e81e-4836-85d9-bbfff8fb7df7,,USER,What is the total amount of grants given by each organisations? Also list the organisation id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""grant_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""organisation_id""}]}","[{""columns"":[""grant_id"",""organisation_id"",""grant_amount"",""grant_start_date"",""grant_end_date"",""other_details""],""name"":""Grants"",""type"":""grid""}]" +2c5ff429-d955-4d06-9590-ce01575adfd4,,USER,"Which Payments were processed with Visa? List the payment Id, the date and the amount.","{""actions"":[{""actionType"":""condition"",""column"":""Payment_Method_Code"",""operation"":""="",""value"":""Visa""}]}","[{""columns"":[""Payment_ID"",""Settlement_ID"",""Payment_Method_Code"",""Date_Payment_Made"",""Amount_Payment""],""name"":""Payments"",""type"":""grid""}]" +ac487714-b423-48b5-a0e6-ccbe2ecfa585,,USER,What is the average age of female (sex is F) students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""'F'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +788d858b-98af-4530-a040-89fb6f154f2b,,USER,Show the product ids and the number of unique orders containing each product.,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""product_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +1f58ce92-acdb-4cbc-b015-4e1c44533abf,,USER,Calculate the number of students in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +63b188f4-5b20-4024-a7c6-b7134ffbfb01,,USER,How many distinct publication dates are there in our record?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Publication_Date"",""aggregation"":""count""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" +320a1bce-8bcd-43b8-8018-d7f6d31554cb,,USER,In what year was the most degrees conferred?,"{""actions"":[{""actionType"":""grouping"",""column"":""YEAR""},{""actionType"":""topFilter"",""column"":""degrees"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""Year"",""Campus"",""Degrees""],""name"":""degrees"",""type"":""grid""}]" +f0b7c056-70a6-44fa-a25f-6ffb8406310a,,USER,List the names of employees and sort in ascending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""asc""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" +295f2366-6dc0-4200-80e7-4c4b102a9301,,USER,which rivers are in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +fcd5e75e-12d6-472b-90b3-5336bb68dc1f,,USER,Display various citizenships and the highest net worth of singers for each citizenship.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Net_Worth_Millions"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +d21ecd92-3638-4ae0-b1b9-c40ecd613efc,,USER,What is the school code of the accounting department?,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""'Accounting'""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +7996fba4-e699-462c-a068-1ba3f25d4ca1,,USER,Count the number of different templates used for documents.,"{""actions"":[{""actionType"":""aggregations"",""column"":""template_id"",""aggregation"":""count""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +d479f5f2-e561-40ea-9014-ed9890544489,,USER,"Which authors have last name ""Ueno""? List their first names.","{""actions"":[{""actionType"":""condition"",""column"":""lname"",""operation"":""="",""value"":""'Ueno'""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" +15f93333-4964-4677-a5c1-4460218986b2,,USER,What is the average price of wine for each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +33260319-d5ec-46d9-80da-8f3a3d84fa63,,USER,Find the order id and customer id associated with the oldest order.,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_order_placed"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""date_order_placed"",""order_details""],""name"":""Orders"",""type"":""grid""}]" +8efdfe0c-d162-4598-91cc-36f2144257a7,,USER,How many artists do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" +0362baa2-f8bb-42f3-8f66-8cf409b575ac,,USER,when is the hire date for those employees whose first name does not containing the letter M?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""not contains"",""value"":""M""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +78965977-3671-4f12-a666-ced43153304d,,USER,"Find the name and description of the role with code ""MG"".","{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""'MG'""}]}","[{""columns"":[""Role_Code"",""Role_Name"",""Role_Description""],""name"":""Roles"",""type"":""grid""}]" +22b1d535-66a6-4c4c-a5bb-2ebc979f311a,,USER,Show other account details for account with name 338.,"{""actions"":[{""actionType"":""condition"",""column"":""account_name"",""operation"":""="",""value"":""'338'""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +cfb4fb3d-5869-4c7c-99ce-58af537c669f,,USER,what is the major cities in kansas,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kansas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +4f9845d6-3ce5-482d-8b4a-69e9cfdc434e,,USER,what are major rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +834a6c70-e47e-473f-829a-c07126a1b955,,USER,Count the number of customers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_last_name"",""customer_address"",""customer_phone"",""customer_email"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" +792cdc76-0d45-45ea-9f51-9a8d9d1ea523,,USER,"List the invoice count from the US, grouped by state.","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""billing_country"",""operation"":""="",""value"":""'USA'""},{""actionType"":""grouping"",""column"":""billing_state""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +7f3d1a2c-5bd4-4519-b787-ce197d264e32,,USER,How many rooms whose capacity is less than 50 does the Lamberton building have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""building"",""operation"":""="",""value"":""Lamberton""},{""actionType"":""condition"",""column"":""capacity"",""operation"":""<"",""value"":50}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +e12eddb0-392a-44ed-8fa1-4df8004948b1,,USER,List all department names ordered by their starting date.,"{""actions"":[{""actionType"":""sorting"",""column"":""mgr_start_date"",""direction"":""asc""}]}","[{""columns"":[""Dname"",""Dnumber"",""Mgr_ssn"",""Mgr_start_date""],""name"":""department"",""type"":""grid""}]" +ef44e9b7-404e-49ec-ad6f-0887436cdbcd,,USER,What are the names of the tourist attractions that can be accessed by bus?,"{""actions"":[{""actionType"":""condition"",""column"":""How_to_Get_There"",""operation"":""="",""value"":""'bus'""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" +6770ab50-112f-4707-8663-9a3506618b2e,,USER,How many different series and contents are listed in the TV Channel table?,"{""actions"":[{""actionType"":""aggregations"",""column"":""series_name"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""content"",""aggregation"":""count""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +7417af98-e201-4d7c-b370-a1ef9b3c8740,,USER,What are the number of rooms for each bed type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +ceef8cc2-87a8-4fe2-bc1f-4e31e23bb294,,USER,How many invoices were billed from each state?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""billing_country"",""operation"":""="",""value"":""'USA'""},{""actionType"":""grouping"",""column"":""billing_state""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +d9e9e7a6-57f7-417b-9a91-2864fdfc4d91,,USER,"What is the incident type description for the incident type with code ""VIOLENCE""?","{""actions"":[{""actionType"":""condition"",""column"":""incident_type_code"",""operation"":""="",""value"":""'VIOLENCE'""}]}","[{""columns"":[""incident_type_code"",""incident_type_description""],""name"":""Ref_Incident_Type"",""type"":""grid""}]" +825db78d-ba6f-40aa-ac24-22f9946cb980,,USER,Display the order IDs and the number of products in each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +8428338b-e67f-4993-be34-e990e2e74b55,,USER,"What are the number of international and domestic passengers of the airport named London ""Heathrow""?","{""actions"":[{""actionType"":""condition"",""column"":""Airport_Name"",""operation"":""="",""value"":""'London Heathrow'""}]}","[{""columns"":[""Airport_ID"",""Airport_Name"",""Total_Passengers"",""%_Change_2007"",""International_Passengers"",""Domestic_Passengers"",""Transit_Passengers"",""Aircraft_Movements"",""Freight_Metric_Tonnes""],""name"":""airport"",""type"":""grid""}]" +1ac97525-aa4a-4d29-9c62-8b3a9699b2f2,,USER,List official names of cities in descending order of population.,"{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" +f0c57e99-a2fc-4627-bcc1-a9ec467c3303,,USER,what is the phone number of employees whose salary is in the range of 8000 and 12000?,"{""actions"":[{""actionType"":""condition"",""column"":""salary"",""operation"":"">="",""value"":8000},{""actionType"":""condition"",""column"":""salary"",""operation"":""<="",""value"":12000}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +019f4318-500b-41e1-90bb-161cb774f97b,,USER,Find the number of departments in each school.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +e8a9d705-d4fd-45c8-accd-ef4cfe6dcb6c,,USER,"List the name and residence for players whose occupation is not ""Researcher"".","{""actions"":[{""actionType"":""condition"",""column"":""Occupation"",""operation"":""!="",""value"":""'Researcher'""}]}","[{""columns"":[""Player_ID"",""Sponsor_name"",""Player_name"",""Gender"",""Residence"",""Occupation"",""Votes"",""Rank""],""name"":""player"",""type"":""grid""}]" +6673556d-e795-4651-9f8b-7e215b2804b3,,USER,How many faculty members do we have for each rank and gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +83f18549-bc6a-4f38-9657-b0c077379599,,USER,how many rivers are there in us,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""count""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +a0e30ffc-8521-49f9-a13b-521514f0300b,,USER,How many different kinds of clients are supported by the web clients accelerators?,"{""actions"":[{""actionType"":""aggregations"",""column"":""client"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Operating_system"",""Client"",""Connection""],""name"":""Web_client_accelerator"",""type"":""grid""}]" +440048cf-840b-4f73-8951-445202ca8a2d,,USER,Which channels are not owned by CCTV? Give me the channel names.,"{""actions"":[{""actionType"":""condition"",""column"":""OWNER"",""operation"":""!="",""value"":""CCTV""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +e6d8b114-c574-42ff-abe1-407549fe5b99,,USER,"What is the maximum level of managers in countries that are not ""Australia""?","{""actions"":[{""actionType"":""aggregations"",""column"":""LEVEL"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Country"",""operation"":""!="",""value"":""'Australia\t'""}]}","[{""columns"":[""Manager_ID"",""Name"",""Country"",""Working_year_starts"",""Age"",""Level""],""name"":""manager"",""type"":""grid""}]" +f1f8117c-22ef-496c-ad72-5a83f6cc7b20,,USER,What are the titles of all the albums alphabetically ascending?,"{""actions"":[{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""}]}","[{""columns"":[""id"",""title"",""artist_id""],""name"":""albums"",""type"":""grid""}]" +9c5cf4ce-a1dd-4c18-8b57-fe160e9e4a0b,,USER,List the names and emails of customers who payed by Visa card.,"{""actions"":[{""actionType"":""condition"",""column"":""payment_method"",""operation"":""="",""value"":""Visa""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""customer_phone"",""customer_email"",""date_became_customer""],""name"":""Customers"",""type"":""grid""}]" +9fb6a462-47a7-4e1b-967a-6dc7f1d7f928,,USER,What are the open dates and years for the shop named Apple?,"{""actions"":[{""actionType"":""condition"",""column"":""Shop_Name"",""operation"":""="",""value"":""'Apple'""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" +f499ece8-b06c-49e0-922f-dd2e466c2c43,,USER,What are the staff roles of the staff who,"{""actions"":[{""actionType"":""condition"",""column"":""date_from"",""operation"":"">"",""value"":""2003-04-19 15:06:20""},{""actionType"":""condition"",""column"":""date_to"",""operation"":""<"",""value"":""2016-03-15 00:33:18""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" +6e311830-61a2-4bf1-b4ab-a93c23480c47,,USER,"For each grade 0 classroom, report the total number of students.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'0'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +0c4df105-1fa6-447e-9d15-0a8a11e25a98,,USER,What is draft detail of the document with id 7?,"{""actions"":[{""actionType"":""condition"",""column"":""document_id"",""operation"":""="",""value"":7}]}","[{""columns"":[""document_id"",""draft_number"",""draft_details""],""name"":""Document_Drafts"",""type"":""grid""}]" +948c9c3d-aad5-4f49-b589-319cb2331770,,USER,What is the name of the district with the most residents?,"{""actions"":[{""actionType"":""topFilter"",""column"":""city_population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" +61d871dd-a990-495c-97f7-3686de477acd,,USER,name the rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +a13742b1-cc09-41a2-a890-ee1c891db232,,USER,"What is the description of the product named ""Chocolate""?","{""actions"":[{""actionType"":""condition"",""column"":""product_name"",""operation"":""="",""value"":""'Chocolate'""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" +31a872af-36fc-4a3f-a993-259f399d9f3c,,USER,What are the first and last names of the employee with the earliest date of birth?,"{""actions"":[{""actionType"":""topFilter"",""column"":""emp_dob"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""EMP_NUM"",""EMP_LNAME"",""EMP_FNAME"",""EMP_INITIAL"",""EMP_JOBCODE"",""EMP_HIREDATE"",""EMP_DOB""],""name"":""EMPLOYEE"",""type"":""grid""}]" +bf3d551f-366d-46ea-9511-d10f89bb0cf8,,USER,How many different cities do people originate from?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +7140f379-e031-43d3-8131-d660cd45be11,,USER,"list the card number of all members whose hometown address includes word ""Kentucky"".","{""actions"":[{""actionType"":""condition"",""column"":""Hometown"",""operation"":""contains"",""value"":""Kentucky""}]}","[{""columns"":[""Member_ID"",""Card_Number"",""Name"",""Hometown"",""Level""],""name"":""member"",""type"":""grid""}]" +fe356e54-49e0-468f-ad5c-d6487a30ece1,,USER,Display the distinct city statuses and their average populations.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" +10233547-283e-4760-9f50-7120b8cd93ff,,USER,List all the model names sorted by their launch year.,"{""actions"":[{""actionType"":""sorting"",""column"":""launch_year"",""direction"":""asc""}]}","[{""columns"":[""Model_name"",""Launch_year"",""RAM_MiB"",""ROM_MiB"",""Slots"",""WiFi"",""Bluetooth""],""name"":""chip_model"",""type"":""grid""}]" +576d7ffa-68b2-4afc-8725-a8a2bc06604c,,USER,How many regions do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Region_id"",""aggregation"":""count""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" +ed3af913-2922-4cd1-a775-bc6c2c5262b7,,USER,Find the grade studying in room 105.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":105}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +6a5e53d4-bc83-47e0-a2ff-71a098db2a72,,USER,can you tell me the capital of texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +a9ebf5df-2b04-41cd-b0e3-b713e19c49fd,,USER,What are all the different start station names for a trip that lasted less than 100?,"{""actions"":[{""actionType"":""condition"",""column"":""duration"",""operation"":""<"",""value"":100}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" +26845cd0-d010-46b3-8a12-d612b8335e1c,,USER,How many counties are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""count""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +98f67ac8-4890-4dd3-81f0-b845e00681a2,,USER,Determine the average salary for employees with a non-null commission percentage.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""!="",""value"":""'null'""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +97c827bc-857d-4812-9a3c-2d7bc04364f7,,USER,How many artists are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" +7cd00710-5473-4799-a037-c265daa443d0,,USER,"What are the the songs in volumes, listed in ascending order?","{""actions"":[{""actionType"":""sorting"",""column"":""Song"",""direction"":""asc""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" +e8499d92-3306-484a-9481-02c8e3afe2b8,,USER,How many faculty is there in total in the year of 2002?,"{""actions"":[{""actionType"":""aggregations"",""column"":""faculty"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2002}]}","[{""columns"":[""Campus"",""Year"",""Faculty""],""name"":""faculty"",""type"":""grid""}]" +663aae8f-80ac-4700-8312-3b58948f2b42,,USER,When did customer with first name as Carole and last name as Bernhard became a customer?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Carole'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Bernhard'""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +3717f790-a428-4494-9f7d-ff05955dc7a5,,USER,what is the highest point in each state whose lowest point is sea level,"{""actions"":[{""actionType"":""condition"",""column"":""lowest_elevation"",""operation"":""="",""value"":0}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +4d559f54-6f76-40ee-b4ff-c09ebfb4cc28,,USER,Show the top 3 apartment type codes sorted by the average number of rooms in descending order.,"{""actions"":[{""actionType"":""grouping"",""column"":""apt_type_code""},{""actionType"":""topFilter"",""column"":""room_count"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" +519542ad-543e-45a3-96fd-97e982e23e3d,,USER,What are the full names of faculties with sex M and who live in building NEB?,"{""actions"":[{""actionType"":""condition"",""column"":""sex"",""operation"":""="",""value"":""'M'""},{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'NEB'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +6f0c5029-d37b-412e-b103-a2de723ec8d0,,USER,Give me the number of faculty members who participate in an activity,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""}]}","[{""columns"":[""FacID"",""actid""],""name"":""Faculty_Participates_in"",""type"":""grid""}]" +85ad09e2-1d6d-4ccc-870d-fedf79152ed6,,USER,Enumerate each language and the count of TV channels using it.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LANGUAGE""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +233efb08-8961-4196-9e4b-3dc1c4a9a9f6,,USER,Find the total claimed amount of all the claims.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Amount_Claimed"",""aggregation"":""sum""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" +8cc0017d-4d4d-44bd-b0e6-4c2f5b2e88bc,,USER,What is the address of the restaurant Subway?,"{""actions"":[{""actionType"":""condition"",""column"":""ResName"",""operation"":""="",""value"":""'Subway'""}]}","[{""columns"":[""ResID"",""ResName"",""Address"",""Rating""],""name"":""Restaurant"",""type"":""grid""}]" +7061ec89-de9d-45b2-9a14-f37f2c896b2a,,USER,"What are the names of the counties of public safety, ordered by population descending?","{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""desc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +ce03b22d-fe11-4096-8aef-c904a00ed347,,USER,How many employees are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" +857cb83b-1e50-433c-a1cf-87d006f0fb93,,USER,what are the major cities in the state of kansas,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kansas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +6a27feea-a2b2-4d39-a4ba-0e919315c334,,USER,Retrieve all the last names of authors in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""lname"",""direction"":""asc""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" +7cd949f5-eb62-4232-986d-895b7b6384e3,,USER,how many residents live in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +8195e2ff-6687-49da-8589-fe77b1671375,,USER,Count the total number of counties.,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_Id"",""aggregation"":""count""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" +14c6a040-920f-49e7-8d73-fd3cd15524cf,,USER,When and in what zip code did max temperature reach 80?,"{""actions"":[{""actionType"":""condition"",""column"":""max_temperature_f"",""operation"":"">="",""value"":80}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +5725008b-b5f1-41dd-8edb-6128b1f0de5b,,USER,Count the number of patients who stayed in room 112.,"{""actions"":[{""actionType"":""aggregations"",""column"":""patient"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""room"",""operation"":""="",""value"":112}]}","[{""columns"":[""StayID"",""Patient"",""Room"",""StayStart"",""StayEnd""],""name"":""Stay"",""type"":""grid""}]" +e429c855-f7f1-4142-a9cb-ae293ab6f0e4,,USER,What are the id of students who registered course 301?,"{""actions"":[{""actionType"":""condition"",""column"":""course_id"",""operation"":""="",""value"":301}]}","[{""columns"":[""student_id"",""course_id"",""date_of_attendance""],""name"":""Student_Course_Attendance"",""type"":""grid""}]" +a893a646-9e37-4817-93f7-1563b6199901,,USER,Determine the room count for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +bd9e7cc1-0507-4dd7-9c80-e620c7ba0786,,USER,Count the number of entrepreneurs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""count""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" +3465743e-446a-4c0e-8cd1-d9f939e6a3f0,,USER,What is the total number of customers who use banks in New York City?,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""New York City""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +dd48419c-aa3f-4d65-bca6-17cddbd7b84c,,USER,Return the description and unit of measurement for products in the 'Herbs' category.,"{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Herbs'""}]}","[{""columns"":[""product_category_code"",""product_category_description"",""unit_of_measure""],""name"":""Ref_Product_Categories"",""type"":""grid""}]" +fa9d851a-8551-470b-b283-53ede803ade5,,USER,What are the names of the pilots in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" +9246814c-2da3-4ef1-89e4-500c57bdc4dc,,USER,Can you provide a breakdown of the nationalities of people and the corresponding number of individuals from each nation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" +1d23fda7-5233-4e07-8166-fa1cc30f3f41,,USER,List all the services in the alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""service_name"",""direction"":""asc""}]}","[{""columns"":[""Service_ID"",""Service_name""],""name"":""Services"",""type"":""grid""}]" +5e5933e3-b6a4-4b2a-95dd-c92abf3d7452,,USER,How many documents with document type code BK are associated with each product ID?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +fd053189-11cf-4c86-9bc9-009154e1438d,,USER,Determine the number of faculty members for each rank and gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +ef8615c2-79fc-40f1-ac38-630266b98e19,,USER,What are the three largest cities in terms of regional population?,"{""actions"":[{""actionType"":""topFilter"",""column"":""regional_population"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" +0715eefa-6b0f-4326-94b2-21936d2997fe,,USER,"Please list support, consider, and oppose rates for each candidate in ascending order by unsure rate.","{""actions"":[{""actionType"":""sorting"",""column"":""unsure_rate"",""direction"":""asc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" +f7c3aa2e-5004-46e4-aad0-5268c9c2f936,,USER,Display the different record companies and the corresponding number of orchestras.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Orchestra_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Record_Company""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" +f96e508b-a87a-4c26-8da0-8121979f3193,,USER,"List the number of invoices from Chicago, IL.","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""billing_city"",""operation"":""="",""value"":""'Chicago'""},{""actionType"":""condition"",""column"":""billing_state"",""operation"":""="",""value"":""'IL'""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +ce3fe263-da74-4fbc-b43a-3dfa228d83ea,,USER,Find the average hours of all projects.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours"",""aggregation"":""avg""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" +6d17049a-c3f9-4e37-877b-6a2197e59816,,USER,Show the average price of hotels for each star rating category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""star_rating_code""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +7ab29096-3702-4ce6-8f35-3578367e7aea,,USER,find the names of loser and winner who played in the match with greatest number of minutes.,"{""actions"":[{""actionType"":""topFilter"",""column"":""minutes"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +613f18db-5557-4124-9fa5-1a2456fc7c81,,USER,Compute the total amount of settlement across all the settlements.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Amount_Settled"",""aggregation"":""sum""}]}","[{""columns"":[""Settlement_ID"",""Claim_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled"",""Customer_Policy_ID""],""name"":""Settlements"",""type"":""grid""}]" +444a1dec-5819-43fb-9437-31ac5483371d,,USER,What are the salaries and manager ids for employees who have managers?,"{""actions"":[{""actionType"":""condition"",""column"":""manager_id"",""operation"":""!="",""value"":""'null'""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +23069bb0-a278-4042-9605-965db6989967,,USER,how many rivers run through idaho,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'idaho'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +9f40ffc6-c175-4ed9-a435-e3b0eee43e38,,USER,Determine the number of rooms for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +019f543b-42f5-447f-bff6-a15d186a7800,,USER,What is the money rank of the poker player with the highest earnings?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Earnings"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" +35269405-cad1-4e01-96cd-49aa86592cf0,,USER,Show origins of all flights with destination Honolulu.,"{""actions"":[{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""'Honolulu'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +6911efb9-1570-43b9-a554-7dc4682896c3,,USER,Count the number of accounts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" +507117bb-96b3-4c01-a13b-f2c2e1e76f92,,USER,How many captains are there per rank?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +a0655ffa-18e5-40cc-8b31-63defadf25cd,,USER,"Which country does Airline ""JetBlue Airways"" belong to?","{""actions"":[{""actionType"":""condition"",""column"":""Airline"",""operation"":""="",""value"":""'JetBlue Airways'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" +c2eccbf4-4398-42c7-84b0-c4b761ac9a5e,,USER,How many customers do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_last_name"",""customer_address"",""customer_phone"",""customer_email"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" +de7fddc3-33e3-4e0e-83b8-0cb2ea059c3c,,USER,Take the average of the school enrollment.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""avg""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +eabe017d-345c-44ff-8327-43f274bd110e,,USER,Show the average transaction amount for different transaction types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""transaction_type_code""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +cd17c903-f623-494d-8866-122b812deddf,,USER,Show the classroom number for each classroom and the number of students using it.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +a6d08d89-b87f-4012-90e3-82e07da63e30,,USER,how many people are there whose weight is higher than 85 for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""weight"",""operation"":"">"",""value"":85},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" +8ca2f88f-50b7-4dd3-939f-84938bb5c455,,USER,how many female dependents are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Essn"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""sex"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""Essn"",""Dependent_name"",""Sex"",""Bdate"",""Relationship""],""name"":""dependent"",""type"":""grid""}]" +a083aac4-5e3d-47ab-9df9-0046e8be54d2,,USER,"What are the first names of students, ordered by age from greatest to least?","{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +52113e0b-797b-4865-aceb-cd343bffe3e8,,USER,What are the ids and names of customers with addressed that contain WY and who do not use a credit card for payment?,"{""actions"":[{""actionType"":""condition"",""column"":""customer_address"",""operation"":""contains"",""value"":""WY""},{""actionType"":""condition"",""column"":""payment_method_code"",""operation"":""!="",""value"":""'Credit Card'""}]}","[{""columns"":[""customer_id"",""payment_method_code"",""customer_code"",""customer_name"",""customer_address"",""customer_phone"",""customer_email""],""name"":""Customers"",""type"":""grid""}]" +9222843d-eecb-4ffa-bcfc-173a95b98bf6,,USER,Which city does student Linda Smith live in?,"{""actions"":[{""actionType"":""condition"",""column"":""Fname"",""operation"":""="",""value"":""'Linda'""},{""actionType"":""condition"",""column"":""Lname"",""operation"":""="",""value"":""'Smith'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +b3832255-33cd-42e4-aab2-3e1624cf889b,,USER,How many employees have certificate.,"{""actions"":[{""actionType"":""aggregations"",""column"":""eid"",""aggregation"":""count""}]}","[{""columns"":[""eid"",""aid""],""name"":""certificate"",""type"":""grid""}]" +70516e09-6338-4a0e-bf83-d22c5f0d1352,,USER,in which state is springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +a4fa996a-2a01-4cfc-b680-e0caff65241a,,USER,Calculate the total rating ratio for each channel owner.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rating_in_percent"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""OWNER""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +8c75c9a7-6458-44a2-9988-782b73f81f4a,,USER,return me the number of papers after 2000 .,"{""actions"":[{""actionType"":""aggregations"",""column"":""title"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" +465964a9-ecca-4209-a906-757a5cee46a2,,USER,"Show the description of transaction type with code ""PUR"".","{""actions"":[{""actionType"":""condition"",""column"":""transaction_type_code"",""operation"":""="",""value"":""'PUR'""}]}","[{""columns"":[""transaction_type_code"",""transaction_type_description""],""name"":""Ref_Transaction_Types"",""type"":""grid""}]" +d720cb3d-cd04-4663-9df2-6962be001971,,USER,Return the names and ids of customers who have TN in their address.,"{""actions"":[{""actionType"":""condition"",""column"":""customer_address"",""operation"":""contains"",""value"":""TN""}]}","[{""columns"":[""customer_id"",""payment_method_code"",""customer_code"",""customer_name"",""customer_address"",""customer_phone"",""customer_email""],""name"":""Customers"",""type"":""grid""}]" +fb091b2d-926a-4aed-86cb-edf9add0bb8a,,USER,What are the average rating and resolution of songs that are in Bangla?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""resolution"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""languages"",""operation"":""="",""value"":""'bangla'""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +bf8fa29c-7edc-41fe-b986-55baf6b580df,,USER,What are the product id and product type of the cheapest product?,"{""actions"":[{""actionType"":""topFilter"",""column"":""product_price"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +aa883df8-7ff6-409d-9af4-e95c921509f0,,USER,Determine the number of different constructors for each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""nationality""}]}","[{""columns"":[""constructorId"",""constructorRef"",""name"",""nationality"",""url""],""name"":""constructors"",""type"":""grid""}]" +5cd9743c-14e3-4e7e-bc2d-2ed9d81021b5,,USER,What are the names of the countries and average invoice size of the top countries by size?,"{""actions"":[{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""billing_country""},{""actionType"":""topFilter"",""column"":""total"",""limit"":10,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +5242af22-b91e-4e34-9dbe-82c43292809b,,USER,What is the name of the customer with the worst credit score?,"{""actions"":[{""actionType"":""topFilter"",""column"":""credit_score"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +56655653-87d0-483b-b47d-2655b4ca5fb5,,USER,What is the average life expectancy in African countries that are republics?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LifeExpectancy"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Africa'""},{""actionType"":""condition"",""column"":""GovernmentForm"",""operation"":""="",""value"":""'Republic'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +de08ce0a-e4e9-4708-90c4-9a4494d58c3e,,USER,How many employees come from each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" +e5d3c349-abd0-43ab-8d95-d63b63fa631d,,USER,Determine the maximum price and score of wines for each vintage.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +de99bab7-ab82-49f4-a78e-135ef86198de,,USER,What are the numbers of races for each constructor id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorStandingsId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""constructorid""}]}","[{""columns"":[""constructorStandingsId"",""raceId"",""constructorId"",""points"",""position"",""positionText"",""wins""],""name"":""constructorStandings"",""type"":""grid""}]" +0114e4de-17e8-45b6-bb59-12e0ede71f30,,USER,List the distinct carriers of phones with memories bigger than 32.,"{""actions"":[{""actionType"":""condition"",""column"":""Memory_in_G"",""operation"":"">"",""value"":32}]}","[{""columns"":[""Name"",""Phone_ID"",""Memory_in_G"",""Carrier"",""Price""],""name"":""phone"",""type"":""grid""}]" +7816d367-3803-4d9d-b040-e9faadfa4bb4,,USER,What is the average age of all artists?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Age"",""aggregation"":""avg""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" +5333f58e-78c4-4a6b-a179-35e69e3963a0,,USER,On average how large is the population of the counties?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" +1e02b78d-8abe-49ca-a7b0-4f61475746d6,,USER,What is the average earnings of poker players?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Earnings"",""aggregation"":""avg""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" +a537e795-e8ad-423b-a438-a967ff4b5e67,,USER,Give the id and product type of the product with the lowest price.,"{""actions"":[{""actionType"":""topFilter"",""column"":""product_price"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +1a37ccb8-c959-4730-bef8-0f68ab27713c,,USER,What is the alphabetically ordered list of all distinct medications?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Brand"",""Description""],""name"":""Medication"",""type"":""grid""}]" +6501eeb7-2b18-405d-b779-6a562b9057a1,,USER,Find the name of customer who has the lowest credit score.,"{""actions"":[{""actionType"":""topFilter"",""column"":""credit_score"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +aa3964c2-f990-40ee-93a1-fc772b103de1,,USER,Show all role codes and the number of employees in each role.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""role_code""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" +29f624d5-f238-4fa2-b6a5-ac13511432f1,,USER,what is the area of all the states combined,"{""actions"":[{""actionType"":""aggregations"",""column"":""area"",""aggregation"":""sum""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +f7971d82-3bdd-45fe-898c-e271a178b6a3,,USER,What is the number of employees from each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" +cb580036-f4b6-49a1-98be-ea8f02f27f3b,,USER,Determine the total capacity for each gender in each dorm.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +5b697429-b5ef-4b02-9f33-9b6be1091b4b,,USER,What are the average price and score of wines for each appelation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Appelation""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +d925a97f-8ae3-4122-a48a-45333ccfa49f,,USER,What are the names of airports in Aberdeen?,"{""actions"":[{""actionType"":""condition"",""column"":""City"",""operation"":""="",""value"":""'Aberdeen'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" +fdfb2fd4-4262-41e9-880e-8ccd0f02259c,,USER,Determine the types of competitions and the count of competitions for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Competition_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Competition_type""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" +7ec84cfa-19d3-44e3-9b0d-731feb67fbeb,,USER,"How many tests have result ""Fail""?","{""actions"":[{""actionType"":""aggregations"",""column"":""registration_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""test_result"",""operation"":""="",""value"":""'Fail'""}]}","[{""columns"":[""registration_id"",""date_test_taken"",""test_result""],""name"":""Student_Tests_Taken"",""type"":""grid""}]" +14fb1018-db73-4f8b-89d3-5acaa506ccb0,,USER,How many players participated in each position?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Season"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" +7e34622d-43ca-45e7-9301-cd827562d397,,USER,Show the name and the nationality of the oldest host.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Host_ID"",""Name"",""Nationality"",""Age""],""name"":""host"",""type"":""grid""}]" +0042363e-eeac-4b1f-b7de-dc811426fafa,,USER,"What are the names and urls of images, sorted alphabetically?","{""actions"":[{""actionType"":""sorting"",""column"":""image_name"",""direction"":""asc""}]}","[{""columns"":[""image_id"",""image_alt_text"",""image_name"",""image_url""],""name"":""Images"",""type"":""grid""}]" +6dddf1b7-382f-4bc0-8dd1-4032fef164ca,,USER,"List the order id, customer id for orders in Cancelled status, ordered by their order dates.","{""actions"":[{""actionType"":""condition"",""column"":""order_status_code"",""operation"":""="",""value"":""'Cancelled'""},{""actionType"":""sorting"",""column"":""order_date"",""direction"":""asc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status_code"",""order_date""],""name"":""Customer_Orders"",""type"":""grid""}]" +4aa12f5f-6506-407c-9c1d-9c8eab7d5481,,USER,Find the branch name of the bank that has the most number of customers.,"{""actions"":[{""actionType"":""topFilter"",""column"":""no_of_customers"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +571a8c85-ddf6-460e-b479-ee0e032dbca0,,USER,When did researchers start and stop working?,"{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""researcher""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" +9ebd8426-7ddf-42a5-afa6-8ec04ca8d158,,USER,What are the first names of students in room 108?,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":108}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +c679a572-0a17-4e41-a1ea-2d61b564a009,,USER,"For the problem with id 10, return the ids and dates of its problem logs.","{""actions"":[{""actionType"":""condition"",""column"":""problem_id"",""operation"":""="",""value"":10}]}","[{""columns"":[""problem_log_id"",""assigned_to_staff_id"",""problem_id"",""problem_category_code"",""problem_status_code"",""log_entry_date"",""log_entry_description"",""log_entry_fix"",""other_log_details""],""name"":""Problem_Log"",""type"":""grid""}]" +40a99f6d-647d-4593-843a-6f761888aac9,,USER,Return the countries of the mountains that have a height larger than 5000.,"{""actions"":[{""actionType"":""condition"",""column"":""Height"",""operation"":"">"",""value"":5000}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" +1fe692de-c48a-495d-93c6-3d8336ffdaa8,,USER,List the names of companies in descending order of market value.,"{""actions"":[{""actionType"":""sorting"",""column"":""Market_Value_billion"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +7ad0dd25-bda5-4169-942a-76c5b39f24eb,,USER,Which classrooms are used by grade 4?,"{""actions"":[{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":4}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +c9e140b8-b707-484a-a540-e76f4603057b,,USER,what is the population of seattle washington,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'seattle'""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'washington'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +5919c1a9-6593-4dda-a2f5-c6016448b9ef,,USER,Show the name of the county with the biggest population.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" +babb17c8-baf4-4842-ab0d-d12c397b586c,,USER,Which room has the highest base price?,"{""actions"":[{""actionType"":""topFilter"",""column"":""basePrice"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +06edaa91-e86d-4a9b-ba94-7aea8ef4a57e,,USER,What is Nancy Edwards's address?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Nancy'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Edwards'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +90d0ad96-884e-434c-bad4-5c8f396f1032,,USER,Show the flight number and distance of the flight with maximum price.,"{""actions"":[{""actionType"":""topFilter"",""column"":""price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +7cad102a-9562-4402-8840-34547c5db561,,USER,Find the name and email of the user followed by the least number of people.,"{""actions"":[{""actionType"":""topFilter"",""column"":""followers"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" +9452a88a-ce6d-45cd-a05d-67901079e31e,,USER,On what dates were employees without the letter M in their first names hired?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""not contains"",""value"":""M""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +22fc4b28-7908-4e23-b7b1-fbcb6641d1c3,,USER,"Return the name, location, and seating of the track that was opened in the most recent year.","{""actions"":[{""actionType"":""topFilter"",""column"":""year_opened"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" +0d867b4b-770c-4bba-80ba-c11e97ba37e9,,USER,Show theme and year for all exhibitions with ticket prices lower than 15.,"{""actions"":[{""actionType"":""condition"",""column"":""ticket_price"",""operation"":""<"",""value"":15}]}","[{""columns"":[""Exhibition_ID"",""Year"",""Theme"",""Artist_ID"",""Ticket_Price""],""name"":""exhibition"",""type"":""grid""}]" +6a891a15-7e3d-4e8d-b27c-eeeb1aa6cfd0,,USER,What is the country of the airport with the highest elevation?,"{""actions"":[{""actionType"":""topFilter"",""column"":""elevation"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +28e4239e-add0-46e9-b4f3-2b8446c43d94,,USER,How many different levels do members have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LEVEL"",""aggregation"":""count""}]}","[{""columns"":[""Member_ID"",""Card_Number"",""Name"",""Hometown"",""Level""],""name"":""member"",""type"":""grid""}]" +f6f19b15-3f95-4940-abb3-4fccb1300746,,USER,Count the number of countries.,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""count""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +be77b187-bce9-468d-b90c-34e158189512,,USER,Display all student IDs and their total hours played.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""Stuid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" +bcf524d9-7d4a-4da8-9b38-b2ad369a760e,,USER,What is the average miles per gallon of all the cards with 4 cylinders?,"{""actions"":[{""actionType"":""aggregations"",""column"":""mpg"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Cylinders"",""operation"":""="",""value"":4}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +1bc68340-84af-4228-a15f-e063144e44e3,,USER,Identify the maximum weight for each type of pet and list the pet type alongside its maximum weight.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""petType""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +ed8bd1aa-c657-4e09-926d-19edf735e5aa,,USER,"Which enzyme names have the substring ""ALA""?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""ALA""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" +86a62958-4061-4f3c-a815-c65acb30d9a6,,USER,"What are the different carriers for devices, listed in alphabetical order?","{""actions"":[{""actionType"":""sorting"",""column"":""Carrier"",""direction"":""asc""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" +5541efd7-d9a5-4d2d-aa05-dadcc65d32de,,USER,What are the population and life expectancies in Brazil?,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""="",""value"":""'Brazil'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +d7f3a998-ded8-4d26-a8ae-9d478d51799d,,USER,What is the ordered list of customer ids?,"{""actions"":[{""actionType"":""sorting"",""column"":""customer_id"",""direction"":""asc""}]}","[{""columns"":[""Customer_ID"",""Customer_name""],""name"":""Customers"",""type"":""grid""}]" +7bb81a7b-310d-4efc-b793-4baa0c83e379,,USER,"Find the description of the club called ""Tennis Club"".","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Tennis Club'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" +a0e3eb16-b9a4-4a1d-91e5-678d1ea8261f,,USER,List all customer status codes and the number of customers with each status code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_status_code""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +4304bd84-90fc-4bbd-aa27-4edf4525b25b,,USER,Show the date valid from and the date valid to for the card with card number '4560596484842'.,"{""actions"":[{""actionType"":""condition"",""column"":""card_number"",""operation"":""="",""value"":""'4560596484842'""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" +d0595d82-7e39-4b52-95a1-aae13d4e4299,,USER,What is id of the city that hosted events in the most recent year?,"{""actions"":[{""actionType"":""topFilter"",""column"":""YEAR"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Year"",""Match_ID"",""Host_City""],""name"":""hosting_city"",""type"":""grid""}]" +8661f0ba-16e4-4133-a765-35f46a86b911,,USER,Find the id of the order made most recently.,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_order_placed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""date_order_placed"",""order_details""],""name"":""Orders"",""type"":""grid""}]" +85440952-4eb6-4aba-a0e3-bbfaed2d6396,,USER,what is capital of texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +4ad76d58-807d-41cf-958d-fcad60f73601,,USER,How many apartment bookings are there in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""count""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" +fb458ec4-d298-4551-af06-40697b0c3215,,USER,List the airport code and name in the city of Anthony.,"{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Anthony'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" +2498a930-88a2-42bf-a219-fbb7e8b3c36b,,USER,Find the total number of students in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" +d90c0c7f-f7a1-499a-aa7e-1228950944c7,,USER,Show the number of card types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""card_type_code"",""aggregation"":""count""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" +076bc525-3d7e-4a93-a2fa-b5576f5fc0cc,,USER,What are the prices of wines produced before the year of 2010?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<"",""value"":2010}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +1699a6ce-e079-410e-b57c-1b32aca01db1,,USER,What is the total account balance for customers with a credit score of above 100 for the different states?,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":"">"",""value"":100},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +795de6a7-57ae-4204-914f-05214dc7fee9,,USER,Return the top 3 greatest support rates.,"{""actions"":[{""actionType"":""topFilter"",""column"":""support_rate"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" +20abf968-6588-4e56-9bed-3d0f35966f9c,,USER,How many kinds of enzymes are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" +e0402767-a337-4d72-96a8-9027992fab78,,USER,Determine the average transaction amount for various investors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""investor_id""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +0dca6811-c65c-4cd2-881a-4b55a325312e,,USER,Calculate the total student count in every department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" +834932fe-7c43-49dc-9b20-1daee597192a,,USER,Show all student ids who are older than 20.,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":20}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +52a589e9-b654-458d-8d2c-131fa3378d18,,USER,How many players exist for every hand preference?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""hand""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +ea804088-6691-4ec9-8a20-f52249597f1d,,USER,Which student's age is older than 18 and is majoring in 600? List each student's first and last name.,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">"",""value"":18},{""actionType"":""condition"",""column"":""Major"",""operation"":""="",""value"":600}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +2bdbbedd-2e8f-45a1-b1bd-df4ac6b0ec3c,,USER,"What is the name, type, and flag of the ship that was built in the most recent year?","{""actions"":[{""actionType"":""topFilter"",""column"":""built_year"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Built_Year"",""Class"",""Flag""],""name"":""Ship"",""type"":""grid""}]" +bbe93449-ffb1-4fdd-a1af-6050c86e1b62,,USER,What are the names and ids of customers whose address contains TN?,"{""actions"":[{""actionType"":""condition"",""column"":""customer_address"",""operation"":""contains"",""value"":""TN""}]}","[{""columns"":[""customer_id"",""payment_method_code"",""customer_code"",""customer_name"",""customer_address"",""customer_phone"",""customer_email""],""name"":""Customers"",""type"":""grid""}]" +c8fd1cc0-dc16-4b76-b56c-86ef8cac213e,,USER,What are the types of film market estimations in year 1995?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1995}]}","[{""columns"":[""Estimation_ID"",""Low_Estimate"",""High_Estimate"",""Film_ID"",""Type"",""Market_ID"",""Year""],""name"":""film_market_estimation"",""type"":""grid""}]" +c1497c33-fb62-4ebf-aaee-4a35aa2b69ff,,USER,Display the classroom number and the total number of students for each fourth-grade classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'4'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +08def54f-9df0-4052-8512-142c0587a24e,,USER,What are the email addresses and date of births for all customers who have a first name of Carole?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Carole'""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +e697a100-63b4-457a-b45f-81a18419cf9c,,USER,Return the name of the youngest captain.,"{""actions"":[{""actionType"":""topFilter"",""column"":""age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +dbbc4735-d8e3-45ee-b3b7-bd33de5b046e,,USER,What are the names and trade names of the medcines that are FDA approved?,"{""actions"":[{""actionType"":""condition"",""column"":""FDA_approved"",""operation"":""="",""value"":""Yes""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" +5dbe2b21-448b-4ad3-822d-6a8510061ac0,,USER,"What are the names, countries, and ages for every singer in descending order of age?","{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +38f4c66a-707d-472c-9ec5-052c3e11d0aa,,USER,How many songs are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""SongId"",""aggregation"":""count""}]}","[{""columns"":[""SongId"",""Title""],""name"":""Songs"",""type"":""grid""}]" +4f1c84d4-6ed0-463d-802f-c3813b55d3a9,,USER,Return the unit of measure for 'Herb' products.,"{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Herbs'""}]}","[{""columns"":[""product_category_code"",""product_category_description"",""unit_of_measure""],""name"":""Ref_Product_Categories"",""type"":""grid""}]" +27cdfef1-f5ec-4b86-acf1-b0f426e5b7f0,,USER,"Return the login names of the students whose family name is ""Ward"".","{""actions"":[{""actionType"":""condition"",""column"":""family_name"",""operation"":""="",""value"":""'Ward'""}]}","[{""columns"":[""student_id"",""date_of_registration"",""date_of_latest_logon"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name""],""name"":""Students"",""type"":""grid""}]" +6793cfee-e5ed-44b7-8508-0e7bb310539b,,USER,"What is the product, chromosome, and porphyria of the enzymes located at 'Cytosol'?","{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""="",""value"":""Cytosol""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" +e4affd6b-33ed-4ca9-b087-d0b2e4355d68,,USER,Show all card type codes and the count of customers with cards of each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""card_type_code""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" +f2fe8f00-843c-4a2d-aa07-baee56e17b9b,,USER,Show name and salary for all employees sorted by salary.,"{""actions"":[{""actionType"":""sorting"",""column"":""salary"",""direction"":""asc""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" +a372416b-4b81-4fc9-839d-cb99a42f40c0,,USER,Calculate the mean age for male and female students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +0c677412-99cc-4761-b3ba-f8c46243e1fd,,USER,"What year was the movie "" The Imitation Game "" produced","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'The Imitation Game'""}]}","[{""columns"":[""mid"",""title"",""release_year"",""title_aka"",""budget""],""name"":""movie"",""type"":""grid""}]" +5695a366-3ddb-4163-9535-c6de4e0242ef,,USER,What is the name of the most expensive product?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Product_Price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" +fd3dff59-460e-4805-9c3f-41c4220ed12a,,USER,What is the name of the hardware product with the greatest price?,"{""actions"":[{""actionType"":""condition"",""column"":""product_type_code"",""operation"":""="",""value"":""Hardware""},{""actionType"":""topFilter"",""column"":""product_price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +721546cb-83a1-4baf-ba4c-6bb0c080f19c,,USER,What are the employee ids for each employee and final dates of employment at their last job?,"{""actions"":[{""actionType"":""aggregations"",""column"":""end_date"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""employee_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""START_DATE"",""END_DATE"",""JOB_ID"",""DEPARTMENT_ID""],""name"":""job_history"",""type"":""grid""}]" +bfb61b69-9798-450c-a8dd-7f296c4fe3a2,,USER,"Among all the claims, what is the amount claimed in the claim with the least amount settled? List both the settlement amount and claim amount.","{""actions"":[{""actionType"":""topFilter"",""column"":""Amount_Settled"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" +45a1ace0-64e2-48fd-9335-34e8efe33165,,USER,Count the number of programs broadcasted for each time section of a day.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Channel_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""time_of_day""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" +9213777c-a5fa-456f-bac9-d4011e7d8e7a,,USER,"In each position, count players with points below 30.","{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""points"",""operation"":""<"",""value"":30},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +78da620e-fce1-4b18-b826-970d8adb2853,,USER,"For each payment method, how many payments were made?","{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""payment_method_code""}]}","[{""columns"":[""customer_id"",""datetime_payment"",""payment_method_code"",""amount_payment""],""name"":""Customer_Payments"",""type"":""grid""}]" +e7772b21-3a81-47aa-9a42-9f7fba33aa9d,,USER,What are all of the episodes ordered by ratings?,"{""actions"":[{""actionType"":""sorting"",""column"":""rating"",""direction"":""asc""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" +26c42e9f-26a0-4e8b-ac6e-4a6c41ee4270,,USER,What is the name of the organization that was formed most recently?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_formed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""organization_id"",""date_formed"",""organization_name"",""uk_vat_number""],""name"":""Organizations"",""type"":""grid""}]" +8fa125a2-a9a9-4469-b4b0-6427b065dcc6,,USER,Show the advisors and the corresponding number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +52cdf179-44ea-4493-9283-9d874db394be,,USER,What is the hometown of the youngest teacher?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" +d8d84fa7-9bfd-4531-8d7d-72c5a2881c1a,,USER,What is the type of allergy Cat?,"{""actions"":[{""actionType"":""condition"",""column"":""allergy"",""operation"":""="",""value"":""'Cat'""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" +35da5c4d-e0af-45da-a1e8-69fde145099f,,USER,"For each team, how many technicians are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""tours"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""ranking_date""}]}","[{""columns"":[""ranking_date"",""ranking"",""player_id"",""ranking_points"",""tours""],""name"":""rankings"",""type"":""grid""}]" +c0442463-ab94-4432-bd25-72a9989aa8b4,,USER,Find the total course credits offered by different departments.,"{""actions"":[{""actionType"":""aggregations"",""column"":""credits"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" +f951c1eb-5f1f-4140-874b-5245036a4158,,USER,Which catalog content has the highest height? Give me the catalog entry name.,"{""actions"":[{""actionType"":""topFilter"",""column"":""height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" +3f489042-d224-4b53-b4fb-83f0782a487e,,USER,What is the age of the tallest person?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" +22711b7d-0460-4585-b78e-5b4488311cf0,,USER,How many invoices are associated with each order id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" +0087d2d1-46fa-4942-9d7d-f993514db03d,,USER,How many different locations does the school with code BUS has?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""school_code"",""operation"":""="",""value"":""BUS""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +6c9798be-430d-4318-aa26-022d43a1fc72,,USER,What are the total transaction amounts for each transaction type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""transaction_type""}]}","[{""columns"":[""transaction_id"",""account_id"",""invoice_number"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" +1188d91c-2dec-4ddd-92c3-d2848d9a5f46,,USER,Count the number of countries where Spanish is the predominant language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""CountryCode"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +8831c66f-547d-4f91-a7c0-ce54873101d5,,USER,What are the phone and email for customer Harold?,"{""actions"":[{""actionType"":""condition"",""column"":""Customer_Name"",""operation"":""="",""value"":""'Harold'""}]}","[{""columns"":[""Customer_ID"",""Address_ID"",""Customer_Name"",""Customer_Phone"",""Customer_Email_Address"",""Other_Details""],""name"":""Customers"",""type"":""grid""}]" +d5993f88-944b-471d-9047-f48bdbfa3fa0,,USER,Find the patient who most recently stayed in room 111.,"{""actions"":[{""actionType"":""condition"",""column"":""room"",""operation"":""="",""value"":111},{""actionType"":""topFilter"",""column"":""staystart"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""StayID"",""Patient"",""Room"",""StayStart"",""StayEnd""],""name"":""Stay"",""type"":""grid""}]" +ca3c1d98-6c4e-4cdf-bb5a-8d9cc9593890,,USER,find the number of players whose points are lower than 30 in each position.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""points"",""operation"":""<"",""value"":30},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +23065863-14d8-43a0-ac62-d89e603c29b0,,USER,Display cities with their respective student populations.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +24fcde04-0013-47c2-ba3c-82ae1e4a20b6,,USER,List all product names in ascending order of price.,"{""actions"":[{""actionType"":""sorting"",""column"":""Product_Price"",""direction"":""asc""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" +311d3659-46a1-4271-9ef0-aea2f88ecd19,,USER,How many distinct locations of perpetrators are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION"",""aggregation"":""count""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" +f7395290-0b3a-446f-b651-1f8ffb43b338,,USER,List the names of buildings with at least 200 feet of height and with at least 20 floors.,"{""actions"":[{""actionType"":""condition"",""column"":""height_feet"",""operation"":"">="",""value"":200},{""actionType"":""condition"",""column"":""floors"",""operation"":"">="",""value"":20}]}","[{""columns"":[""building_id"",""Name"",""Street_address"",""Years_as_tallest"",""Height_feet"",""Floors""],""name"":""building"",""type"":""grid""}]" +f40b0f6a-78c2-44d2-9f16-8764dafb62c1,,USER,How many players have fewer than 30 points in each position?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""points"",""operation"":""<"",""value"":30},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +b27cfb09-fa07-4a74-bedc-580e1a9b0bc2,,USER,What are the different classes of races and how many races fall under each class?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""CLASS""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" +5ae86164-6097-40fe-acbd-da4658f4fa0d,,USER,Find the manager name and district of the shop whose number of products is the largest.,"{""actions"":[{""actionType"":""topFilter"",""column"":""number_products"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" +48212979-3df4-4733-a283-48324b1f988d,,USER,How many invoices were issued from each state?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""billing_country"",""operation"":""="",""value"":""'USA'""},{""actionType"":""grouping"",""column"":""billing_state""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +e1c66746-4863-4277-a601-b8fc9f371d80,,USER,What is the average rating for players who are left-footed and right-footed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""overall_rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""preferred_foot""}]}","[{""columns"":[""id"",""player_fifa_api_id"",""player_api_id"",""date"",""overall_rating"",""potential"",""preferred_foot"",""attacking_work_rate"",""defensive_work_rate"",""crossing"",""finishing"",""heading_accuracy"",""short_passing"",""volleys"",""dribbling"",""curve"",""free_kick_accuracy"",""long_passing"",""ball_control"",""acceleration"",""sprint_speed"",""agility"",""reactions"",""balance"",""shot_power"",""jumping"",""stamina"",""strength"",""long_shots"",""aggression"",""interceptions"",""positioning"",""vision"",""penalties"",""marking"",""standing_tackle"",""sliding_tackle"",""gk_diving"",""gk_handling"",""gk_kicking"",""gk_positioning"",""gk_reflexes""],""name"":""Player_Attributes"",""type"":""grid""}]" +f059291a-0dbb-4803-b7ba-a9cc105d6245,,USER,What is the number of distinct cities the stations are located at?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +efd3238d-9201-41ea-bfd1-4757924b542e,,USER,Which teachers teach in classroom 109? Give me their last names.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":109}]}","[{""columns"":[""LastName"",""FirstName"",""Classroom""],""name"":""teachers"",""type"":""grid""}]" +b83027aa-179d-497a-9fee-dbaa6281bd09,,USER,Display all cities along with the corresponding number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +7921d721-3305-4165-aa1e-422c3d57adf7,,USER,What is the name of the department in the Building Mergenthaler?,"{""actions"":[{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'Mergenthaler'""}]}","[{""columns"":[""DNO"",""Division"",""DName"",""Room"",""Building"",""DPhone""],""name"":""Department"",""type"":""grid""}]" +006ac0e2-638a-42e6-8267-877af18abb82,,USER,What is the list of distinct product names sorted by product id?,"{""actions"":[{""actionType"":""sorting"",""column"":""product_id"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_name"",""product_details""],""name"":""Product"",""type"":""grid""}]" +43b3f608-8d10-4773-b0e3-2fde637d690e,,USER,Calculate the number of students for each advisor.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +dbf03614-ce8d-40f3-8f0c-4f32973ea58d,,USER,Show the number of students for each major.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +09b37ef6-5586-4e02-a2d8-d4dd9241733f,,USER,Count the number of rooms in Lamberton with capacity lower than 50.,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""building"",""operation"":""="",""value"":""Lamberton""},{""actionType"":""condition"",""column"":""capacity"",""operation"":""<"",""value"":50}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +566684e5-ef52-4374-894d-c8a0d7533f5f,,USER,What are the names of singers ordered by ascending net worth?,"{""actions"":[{""actionType"":""sorting"",""column"":""Net_Worth_Millions"",""direction"":""asc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +61db669b-d27b-4f0c-9799-3a814627ca9f,,USER,Find the name of the youngest organization.,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_formed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""organization_id"",""date_formed"",""organization_name"",""uk_vat_number""],""name"":""Organizations"",""type"":""grid""}]" +24c1db8f-97b7-4ac9-9b9b-09057b7cecf1,,USER,Display project IDs and the document count for each project.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +0de51041-9084-4e78-bfa8-67d61bf27d5f,,USER,return me the homepage of PVLDB .,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'PVLDB'""}]}","[{""columns"":[""homepage"",""jid"",""name""],""name"":""journal"",""type"":""grid""}]" +dc4a9989-683b-4ccc-9232-de928d3e5cfa,,USER,"For each document, list the number of employees who have showed up in the circulation history of that document. List the document ids and number of employees.","{""actions"":[{""actionType"":""aggregations"",""column"":""employee_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""}]}","[{""columns"":[""document_id"",""draft_number"",""copy_number"",""employee_id""],""name"":""Circulation_History"",""type"":""grid""}]" +611d53e7-0b18-4c08-a3ce-5fbfaae6b0a3,,USER,How many different players trained for more than 1000 hours?,"{""actions"":[{""actionType"":""aggregations"",""column"":""pID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""HS"",""operation"":"">"",""value"":1000}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" +b92756b4-02b2-4535-9784-6a78b65105a5,,USER,Find the ids of orders whose status is 'Success'.,"{""actions"":[{""actionType"":""condition"",""column"":""order_status_code"",""operation"":""="",""value"":""Success""}]}","[{""columns"":[""actual_order_id"",""order_status_code"",""regular_order_id"",""actual_order_date""],""name"":""Actual_Orders"",""type"":""grid""}]" +a23f97ce-d7d4-41b2-b163-0ca7449a8d07,,USER,What is the shipping agent code of shipping agent UPS?,"{""actions"":[{""actionType"":""condition"",""column"":""shipping_agent_name"",""operation"":""="",""value"":""'UPS'""}]}","[{""columns"":[""shipping_agent_code"",""shipping_agent_name"",""shipping_agent_description""],""name"":""Ref_Shipping_Agents"",""type"":""grid""}]" +1a3c02b7-a242-4005-838f-c555db6d2540,,USER,"Find the description of the club ""Pen and Paper Gaming"".","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Pen and Paper Gaming'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" +09f69be8-ea0d-4368-9e0b-bc4d0ec1585c,,USER,"What is the year of publication of "" A Switching Architecture For ISDN "" ?","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'A Switching Architecture For ISDN'""}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" +2b0db582-a0cc-4c7a-ae03-63c965b8100f,,USER,What are the names of the contestants whose names are not 'Jessie Alloway',"{""actions"":[{""actionType"":""condition"",""column"":""contestant_name"",""operation"":""!="",""value"":""Jessie Alloway""}]}","[{""columns"":[""contestant_number"",""contestant_name""],""name"":""CONTESTANTS"",""type"":""grid""}]" +ee230f8c-d085-4ff0-96ce-fad43c177ea7,,USER,"Who are the advisors for students that live in a city with city code ""BAL""?","{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""="",""value"":""'BAL'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +510c327c-55c1-425f-9dbc-c4961004d075,,USER,Return the number of music festivals of each category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Category""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" +166fae60-6d25-4bd1-bc25-0b66170328c0,,USER,What is the name of the tallest building?,"{""actions"":[{""actionType"":""topFilter"",""column"":""height_feet"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""building_id"",""Name"",""Street_address"",""Years_as_tallest"",""Height_feet"",""Floors""],""name"":""building"",""type"":""grid""}]" +b1786397-53e2-4871-a011-48a51f206f04,,USER,Who is the person whose age is below 30?,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":30}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +831b9d39-8efc-4334-a6d3-3edab7d43059,,USER,how many states have major rivers,"{""actions"":[{""actionType"":""aggregations"",""column"":""traverse"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +37622039-97c3-4bb0-9d7a-c96850744eac,,USER,Find the number of customers in the banks at New York City.,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""New York City""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +bd7db20d-1a56-457b-8829-aa8b54d7c4c8,,USER,How many students live in each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +8e0c47bf-29af-4484-9d68-da016691327f,,USER,"Find the name, city, and country of the airport that has the highest latitude.","{""actions"":[{""actionType"":""topFilter"",""column"":""elevation"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +03d4f431-73bc-44f2-a724-f974b5567a9f,,USER,Provide the classroom number and determine the number of unique grades utilizing the room for each classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""grade"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +b4eed733-a979-4752-b52e-58d4bd2e343b,,USER,What are the titles of all movies that James Cameron directed after 2000?,"{""actions"":[{""actionType"":""condition"",""column"":""director"",""operation"":""="",""value"":""James Cameron""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" +95c7be29-70c9-4e15-a960-ef160cadda09,,USER,"What are the names of representatives whose party is not ""Republican""?","{""actions"":[{""actionType"":""condition"",""column"":""Party"",""operation"":""!="",""value"":""'Republican'""}]}","[{""columns"":[""Representative_ID"",""Name"",""State"",""Party"",""Lifespan""],""name"":""representative"",""type"":""grid""}]" +e8b72a9f-e64f-4d78-801c-d66895daa44b,,USER,What are the total enrollments of universities for each affiliation type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +66c69d33-1a6f-490e-b479-6aec5478f74b,,USER,How many documents are associated with each project ID?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +eb825c31-ac7d-4b38-92c8-ba8e01411a35,,USER,"What are the names, ages, and countries of artists, sorted by the year they joined?","{""actions"":[{""actionType"":""sorting"",""column"":""Year_Join"",""direction"":""asc""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" +cfe27144-7915-4106-bc76-ad5b07b621d3,,USER,What are the names of the five oldest people?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" +2dd9293c-90c7-4f77-b6a5-fe79ad4dfcc9,,USER,What are the name and location of the cinema with the largest capacity?,"{""actions"":[{""actionType"":""topFilter"",""column"":""capacity"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Cinema_ID"",""Name"",""Openning_year"",""Capacity"",""Location""],""name"":""cinema"",""type"":""grid""}]" +a215fdb2-34de-47fe-ae1c-c7b81a581add,,USER,How many likes correspond to each student ID?,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""liked_id""],""name"":""Likes"",""type"":""grid""}]" +2f48a66e-ca5d-468e-be7c-a399e2e24a8e,,USER,Calculate the number of rooms with a capacity of more than 50 for each building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +4003561e-58f1-4b8b-96bd-324423404f37,,USER,List the school color of the school that has the largest enrollment.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Enrollment"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +7f41670d-b52f-4c14-b259-f968165609eb,,USER,"List the name of technicians whose team is not ""NYY"".","{""actions"":[{""actionType"":""condition"",""column"":""Team"",""operation"":""!="",""value"":""'NYY'""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" +2f4216b8-32d1-45de-b4ef-5edb8b6acd78,,USER,Sort all the distinct product names in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""product_name"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_name"",""product_details""],""name"":""Product"",""type"":""grid""}]" +6d6071e2-5afc-47ad-a4b0-6448f1e2df2c,,USER,Show the number of authors from each college.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""College""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" +2dfe2fca-ccb3-49d8-8065-cecdec88d0a8,,USER,Count the number of different scientists assigned to any project.,"{""actions"":[{""actionType"":""aggregations"",""column"":""scientist"",""aggregation"":""count""}]}","[{""columns"":[""Scientist"",""Project""],""name"":""AssignedTo"",""type"":""grid""}]" +2759b7ac-fa1b-4712-854c-06e31e9e6b16,,USER,How many times does ROY SWEAZY has reserved a room.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Code"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'ROY'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'SWEAZY'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" +316fce32-2a81-4ef0-be7b-f0c2de5be5d0,,USER,Present the various record labels and their respective number of orchestras.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Orchestra_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Record_Company""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" +59e3a7d2-2d95-4acf-ab1a-9b1d94755c70,,USER,What is the total grant amount allocated to each organization and their respective IDs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""grant_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""organisation_id""}]}","[{""columns"":[""grant_id"",""organisation_id"",""grant_amount"",""grant_start_date"",""grant_end_date"",""other_details""],""name"":""Grants"",""type"":""grid""}]" +26702dde-943b-4078-bc76-df8216b6ddb5,,USER,What are the first names for all students who are from the major numbered 600?,"{""actions"":[{""actionType"":""condition"",""column"":""Major"",""operation"":""="",""value"":600}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +3b54ab7b-3752-44fa-908c-4185d2ef77be,,USER,"What is the weekly rank for the episode ""A Love of a Lifetime""?","{""actions"":[{""actionType"":""condition"",""column"":""Episode"",""operation"":""="",""value"":""'A Love of a Lifetime'""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" +dbced28a-2744-4540-bd4f-4a92e2a39652,,USER,What is the maximum price and score of wines for each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +63b0c66e-038f-4497-b35e-7812296877f6,,USER,"Show the apartment type code that has the largest number of total rooms, together with the number of bathrooms and number of bedrooms.","{""actions"":[{""actionType"":""grouping"",""column"":""apt_type_code""},{""actionType"":""topFilter"",""column"":""room_count"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" +2af75135-257f-4148-9fa8-4c3674de7a1b,,USER,Determine the total enrollment for universities of each affiliation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +ef8c020d-5795-432e-9290-c08e3162cd41,,USER,How many camera lenses have a focal length longer than 15 mm?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""focal_length_mm"",""operation"":"">"",""value"":15}]}","[{""columns"":[""id"",""brand"",""name"",""focal_length_mm"",""max_aperture""],""name"":""camera_lens"",""type"":""grid""}]" +bead8539-1382-47a8-b9e9-99ecfe7ae176,,USER,What is the total revenue of companies started by founder?,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""founder""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +9de9b6d7-3d3a-4021-a543-ee13751cf0bd,,USER,what are the cities in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +02bb2ea5-da8b-4617-a2af-76bc8c0dd97f,,USER,Show the id of the employee named Ebba.,"{""actions"":[{""actionType"":""condition"",""column"":""employee_name"",""operation"":""="",""value"":""'Ebba'""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" +810d4981-9582-42e3-9e0e-a16f1a283b83,,USER,Return the name and id of the furniture with the highest market rate.,"{""actions"":[{""actionType"":""topFilter"",""column"":""market_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Furniture_ID"",""Name"",""Num_of_Component"",""Market_Rate""],""name"":""furniture"",""type"":""grid""}]" +c83077af-4630-4102-8d66-cd816b3852ad,,USER,where is massachusetts,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'massachusetts'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +b5ba870e-17d2-40f4-9cb3-19734506884c,,USER,How many students are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +0c5ec37e-ef74-4b52-9b58-1806ba624130,,USER,which rivers flow through illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +bf7dde44-5869-4995-af86-047535930a72,,USER,How many airports are in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""id"",""City"",""Country"",""IATA"",""ICAO"",""name""],""name"":""airport"",""type"":""grid""}]" +6df74126-1819-4bb4-b334-3833eae0cf0f,,USER,Provide the various modes of transportation to reach attractions and the number of accessible attractions for each mode.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tourist_Attraction_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""How_to_Get_There""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" +ed939663-2dd8-4a86-b25f-ef197a9dc0fb,,USER,what is the total area of the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""area"",""aggregation"":""sum""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +126879ac-fc14-4429-a610-a83a952621ad,,USER,"Which buildings does ""Emma"" manage? Give me the short names of the buildings.","{""actions"":[{""actionType"":""condition"",""column"":""building_manager"",""operation"":""="",""value"":""'Emma'""}]}","[{""columns"":[""building_id"",""building_short_name"",""building_full_name"",""building_description"",""building_address"",""building_manager"",""building_phone""],""name"":""Apartment_Buildings"",""type"":""grid""}]" +970c1470-ef7b-451e-9775-03fea4714f29,,USER,What are the names of all pilots listed by descending age?,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" +9d8304c5-d75c-46cd-aef1-92b260fb10dc,,USER,Determine the total count of countries where Spanish is the most spoken language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""CountryCode"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +fb2b78da-c834-405d-9aaa-7131cd445be7,,USER,What is the average high temperature for each day of week?,"{""actions"":[{""actionType"":""aggregations"",""column"":""high_temperature"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""day_of_week""}]}","[{""columns"":[""station_id"",""day_of_week"",""high_temperature"",""low_temperature"",""precipitation"",""wind_speed_mph""],""name"":""weekly_weather"",""type"":""grid""}]" +76f2f0cd-b815-4da2-83b2-ab192a602810,,USER,What is the total number of customers across banks?,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""sum""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +644586ed-022a-40da-9ea6-026ef13a7d04,,USER,Calculate the average hotel price for each star rating code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""star_rating_code""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +40efa73e-172e-4da6-a18b-fee502682a58,,USER,What are the first name and last name of all the instructors?,"{""actions"":[{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Instructor'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +6f931c73-b9b2-4e92-a0f5-e1b3af645e73,,USER,How many Bangladeshi artists are listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""'Bangladesh'""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" +3a22e8d6-b698-45c2-ade6-9c9127b4c0b7,,USER,What are the resident details containing the substring 'Miss'?,"{""actions"":[{""actionType"":""condition"",""column"":""other_details"",""operation"":""contains"",""value"":""Miss""}]}","[{""columns"":[""resident_id"",""property_id"",""date_moved_in"",""date_moved_out"",""other_details""],""name"":""Residents"",""type"":""grid""}]" +fb55b378-8a76-4be9-99b7-fcd599d226e9,,USER,What is the id and weight of every pet who is older than 1?,"{""actions"":[{""actionType"":""condition"",""column"":""pet_age"",""operation"":"">"",""value"":1}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +97087b5f-ebc3-402f-a144-5bafcbae6f1c,,USER,Find the name and training hours of players whose hours are below 1500.,"{""actions"":[{""actionType"":""condition"",""column"":""HS"",""operation"":""<"",""value"":1500}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" +fb44b7c8-8d74-47f1-9e18-9a6a11aa309c,,USER,Determine the total number of payments made for each payment method.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""payment_method_code""}]}","[{""columns"":[""customer_id"",""datetime_payment"",""payment_method_code"",""amount_payment""],""name"":""Customer_Payments"",""type"":""grid""}]" +f912e5d7-925d-4e26-bac8-e44bf73723af,,USER,Which ministers are not a part of the Progress Party?,"{""actions"":[{""actionType"":""condition"",""column"":""party_name"",""operation"":""!="",""value"":""Progress Party""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" +e2816df5-f478-42b6-88ea-2d0042c40723,,USER,Exhibit the opening years and corresponding church counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Church_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""open_date""}]}","[{""columns"":[""Church_ID"",""Name"",""Organized_by"",""Open_Date"",""Continuation_of""],""name"":""church"",""type"":""grid""}]" +19e9e303-c7be-482f-926d-153cbb0c5fcc,,USER,Find all actors who are from Afghanistan,"{""actions"":[{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""'Afghanistan'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +45eec5ec-b903-41e2-a898-c2379954cda9,,USER,which states adjoin kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +c2ce39db-db3b-49f2-b82e-e668ca29cf80,,USER,"For each team, how many technicians are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Team""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" +87b0f059-d3ec-40d5-a9a2-dbb6fa6bc89c,,USER,What is the number of employees in each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" +b4fee8da-cf3f-46f3-ab96-4ca3b320053c,,USER,"What are the department ids, full names, and salaries for employees who make the most in their departments?","{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +0a20efc8-9884-481e-8e1b-0e8f5d9e8efd,,USER,List the dates of games by the home team name in descending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""home_team"",""direction"":""desc""}]}","[{""columns"":[""stadium_id"",""id"",""Season"",""Date"",""Home_team"",""Away_team"",""Score"",""Competition""],""name"":""game"",""type"":""grid""}]" +040876e4-5430-44c1-83e6-9a494ca7362d,,USER,What are the names of the airports which are not in the country 'Iceland'?,"{""actions"":[{""actionType"":""condition"",""column"":""country"",""operation"":""!="",""value"":""Iceland""}]}","[{""columns"":[""id"",""City"",""Country"",""IATA"",""ICAO"",""name""],""name"":""airport"",""type"":""grid""}]" +199f5909-9943-47f3-89d4-ff148b2424cf,,USER,How many songs have 4 minute duration?,"{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""duration"",""operation"":""starts with"",""value"":""4:""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" +eee10ca1-fc3f-4eac-97e1-1d61f59654cd,,USER,"For each year, return the year and the average number of attendance at home games.","{""actions"":[{""actionType"":""aggregations"",""column"":""attendance"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""year"",""league_id"",""team_id"",""park_id"",""span_first"",""span_last"",""games"",""openings"",""attendance""],""name"":""home_game"",""type"":""grid""}]" +c38c4092-8006-412b-855a-e8c60e577bd1,,USER,"return me the abstract of "" Making database systems usable "" .","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" +0ae27873-3b61-4975-92a2-7babea9dad2e,,USER,Who advises student 1004?,"{""actions"":[{""actionType"":""condition"",""column"":""StuID"",""operation"":""="",""value"":1004}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +7ddeb22b-cd51-4250-9f77-0d825cdae1a6,,USER,"For each headquarters location, display the location and the number of companies based there.","{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""headquarters""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +9d330d27-e1a1-4f8a-ad02-1950e2a878dd,,USER,Count the number of likes per student ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""liked_id""],""name"":""Likes"",""type"":""grid""}]" +db300645-a9ad-43b6-8fa5-14d900444f03,,USER,how many cities are there in the united states,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""count""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +a9973209-94d4-481d-9c4e-7794708498a9,,USER,What is the average age for all person?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +aff8fe37-b906-4efe-811c-a5f0297694e1,,USER,"Among all the claims, what is the settlement amount of the claim with the largest claim amount? List both the settlement amount and claim amount.","{""actions"":[{""actionType"":""topFilter"",""column"":""Amount_Claimed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" +ff00cce5-da36-47ad-9304-251f94371fff,,USER,Find the total number of players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +b12a4098-4efa-4480-90ca-365c7bdac425,,USER,Display music festival categories along with their respective counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Category""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" +64066520-841a-4f54-8cb0-70bd0890d4d4,,USER,Which patient is undergoing the most recent treatment?,"{""actions"":[{""actionType"":""topFilter"",""column"":""dateundergoes"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Patient"",""Procedures"",""Stay"",""DateUndergoes"",""Physician"",""AssistingNurse""],""name"":""Undergoes"",""type"":""grid""}]" +9ae9b045-1909-4fd3-8533-d7a808ef9cca,,USER,Show the name and opening year for three churches that opened most recently.,"{""actions"":[{""actionType"":""topFilter"",""column"":""open_date"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Church_ID"",""Name"",""Organized_by"",""Open_Date"",""Continuation_of""],""name"":""church"",""type"":""grid""}]" +a1df0d64-c038-4e4f-bd81-d858bdd99e3c,,USER,Which winery is the wine that has the highest score from?,"{""actions"":[{""actionType"":""topFilter"",""column"":""SCORE"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +5050189a-ea49-4d0e-af59-a5b6baa5632a,,USER,Calculate the total number of students enrolled in colleges founded after 1850 for each affiliation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1850},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +a64385a3-f4e6-41d1-a243-4d5f6c2e4bec,,USER,"For every zip code, count occurrences of max wind speeds reaching 25.","{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""max_wind_Speed_mph"",""operation"":"">="",""value"":25},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +a04fe376-678c-439f-86e7-7cf582627556,,USER,Identify the school name with the lowest enrollment for every state.,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +ba954680-2f1c-4a19-8067-fe0b2d6a14dc,,USER,What are the names and enrollment numbers for colleges that have more than 10000 enrolled and are located in Louisiana?,"{""actions"":[{""actionType"":""condition"",""column"":""enr"",""operation"":"">"",""value"":10000},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""'LA'""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +c04b78b2-d796-40bc-af3a-3cf7c8037048,,USER,what are the rivers of illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +24c8176e-55ae-418c-bde8-8dedafd9e792,,USER,What is the name of the school with the smallest enrollment in each state?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +c31271a3-721c-47ff-af48-b1f4e4fe6423,,USER,display the emails of the employees who have no commission percentage and salary within the range 7000 to 12000 and works in that department which number is 50.,"{""actions"":[{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""="",""value"":""'null'""},{""actionType"":""condition"",""column"":""salary"",""operation"":"">="",""value"":7000},{""actionType"":""condition"",""column"":""salary"",""operation"":""<="",""value"":12000},{""actionType"":""condition"",""column"":""department_id"",""operation"":""="",""value"":50}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +0a72a868-c299-450e-a282-84bed139cced,,USER,Show the city and the count of branches established before 2010 in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Branch_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":2010},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" +f2eaca71-c0a9-4c1f-a2d5-04b86e7728e5,,USER,find the total market rate of the furnitures that have the top 2 market shares.,"{""actions"":[{""actionType"":""aggregations"",""column"":""market_rate"",""aggregation"":""sum""},{""actionType"":""topFilter"",""column"":""market_rate"",""limit"":2,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Furniture_ID"",""Name"",""Num_of_Component"",""Market_Rate""],""name"":""furniture"",""type"":""grid""}]" +25c36262-b1c2-4f3f-9f88-cdfa646dd409,,USER,"What are the last names of faculty in building Barton, sorted by last name?","{""actions"":[{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'Barton'""},{""actionType"":""sorting"",""column"":""Lname"",""direction"":""asc""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +901eda4f-80a4-4fd7-a914-808cfa29e0be,,USER,Give me a list of all the last names of authors sorted in alphabetical order,"{""actions"":[{""actionType"":""sorting"",""column"":""lname"",""direction"":""asc""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" +beb81385-409b-47cf-aa45-d06188aec394,,USER,"List the contestant numbers and names, ordered by contestant name descending.","{""actions"":[{""actionType"":""sorting"",""column"":""contestant_name"",""direction"":""desc""}]}","[{""columns"":[""contestant_number"",""contestant_name""],""name"":""CONTESTANTS"",""type"":""grid""}]" +38ae3560-db78-4462-ad8b-79c146489d53,,USER,show me all the major lakes in the us,"{""actions"":[{""actionType"":""condition"",""column"":""area"",""operation"":"">"",""value"":750}]}","[{""columns"":[""lake_name"",""area"",""country_name"",""state_name""],""name"":""lake"",""type"":""grid""}]" +6d7be38c-34a1-4482-9a00-dbdf72c85eb7,,USER,what is the lowest point in iowa,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'iowa'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +94c8a9ee-48ad-4fbc-88a8-17793cc6b924,,USER,"Who is the earliest graduate of the school? List the first name, middle name and last name.","{""actions"":[{""actionType"":""topFilter"",""column"":""date_left"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" +347eaac3-44c9-495e-a96d-7ca89704bf3d,,USER,Find the number of distinct students enrolled in courses.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""}]}","[{""columns"":[""registration_id"",""student_id"",""course_id"",""date_of_enrolment"",""date_of_completion""],""name"":""Student_Course_Enrolment"",""type"":""grid""}]" +9b7565aa-355a-4289-8e39-0978653febef,,USER,What are the names and release years for all the songs of the youngest singer?,"{""actions"":[{""actionType"":""topFilter"",""column"":""age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +67d5e866-314a-4289-9504-22c3b32feec8,,USER,How many distinct claim outcome codes are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""claim_outcome_code"",""aggregation"":""count""}]}","[{""columns"":[""Claim_Processing_ID"",""Claim_ID"",""Claim_Outcome_Code"",""Claim_Stage_ID"",""Staff_ID""],""name"":""Claims_Processing"",""type"":""grid""}]" +88dabe4e-e202-410d-8e7f-9da5ff53285b,,USER,what is the average number of factories and maximum number of shops for manufacturers that opened before 1990.,"{""actions"":[{""actionType"":""aggregations"",""column"":""num_of_shops"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Num_of_Factories"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":1990}]}","[{""columns"":[""Manufacturer_ID"",""Open_Year"",""Name"",""Num_of_Factories"",""Num_of_Shops""],""name"":""manufacturer"",""type"":""grid""}]" +b8e9b591-9193-4a1e-9250-971bedb2179a,,USER,Display the countries of perpetrators and the number of perpetrators in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Perpetrator_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" +42ccdf49-6fa6-4f0f-9251-ab1378cc53bc,,USER,List distinct software platforms for devices and the device count for each platform.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Software_Platform""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" +5a657df7-72f8-4ffe-b365-d98c0cf91d84,,USER,How many phones belongs to each accreditation type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Accreditation_type""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" +ef065b6a-dcfc-437f-abfa-d19438791ecc,,USER,How many stadiums does each country have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" +b3a3e5ec-340d-46ad-ba94-a71f7bd64c80,,USER,how tall is the highest point in delaware,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'delaware'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +aae63f87-b0c6-4ec4-b88b-497c2207f0d0,,USER,what is the size of the largest state in the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""area"",""aggregation"":""max""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +75e6d286-4c1f-40de-af9e-0e11c14d45a7,,USER,Find all types of store and number of them.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Store_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Store_ID"",""Store_Name"",""Type"",""Area_size"",""Number_of_product_category"",""Ranking""],""name"":""store"",""type"":""grid""}]" +27f5b0a0-43ed-4b40-9c88-7910210796be,,USER,Where is the headquarter of the company founded by James?,"{""actions"":[{""actionType"":""condition"",""column"":""founder"",""operation"":""="",""value"":""James""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +fb5dc210-cafa-4793-a57b-e73b1de6be1a,,USER,List all people names in the order of their date of birth from old to young.,"{""actions"":[{""actionType"":""sorting"",""column"":""date_of_birth"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" +43dee138-c2c7-406a-8264-2c8a0a0cf75a,,USER,"Find the titles and studios of the films that are produced by some film studios that contained the word ""Universal"".","{""actions"":[{""actionType"":""condition"",""column"":""Studio"",""operation"":""contains"",""value"":""Universal""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" +d713067a-d167-457d-ab3c-9e88a3c2f2c0,,USER,Calculate the total revenue of companies founded by each founder.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""founder""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +037bab9f-d430-4755-8b37-529521a0ad03,,USER,what are the rivers in the state of illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +32409075-6bdf-4c67-a97a-719087dcb90c,,USER,List the titles of all items in alphabetic order .,"{""actions"":[{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""}]}","[{""columns"":[""i_id"",""title""],""name"":""item"",""type"":""grid""}]" +ac48999e-8604-4b8c-ac20-aed6dcbb52f7,,USER,How many phones are associated with each accreditation type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Accreditation_type""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" +24b955e1-7655-470a-81d4-85d904e9f631,,USER,What are the faculty ids of all the male faculty members?,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""M""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +ae2c9d30-e129-43ce-9da8-0d62b10b2f58,,USER,Give me Brazil’s population and life expectancies.,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""="",""value"":""'Brazil'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +0836dd7d-93c6-431f-a126-bb7a72de94c5,,USER,Calculate the number of accounts associated with each customer id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +be43c9a3-d7f5-45e4-b4fb-9c998d4ff0f6,,USER,Find the number of students in one classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +d6d2c926-1005-45e0-a5a7-689bf44ff242,,USER,List the product ids and the number of unique orders for each product.,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""product_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +f4b1b4f5-00c0-4cd1-adc0-b5ad7b2997cb,,USER,what state has the city springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +3a041587-4e07-40d6-8154-6af2c1075565,,USER,"Return the description for the courses named ""database"".","{""actions"":[{""actionType"":""condition"",""column"":""course_name"",""operation"":""="",""value"":""'database'""}]}","[{""columns"":[""course_id"",""author_id"",""subject_id"",""course_name"",""course_description""],""name"":""Courses"",""type"":""grid""}]" +3abe94de-ff55-4a02-8e79-009d716d1b06,,USER,Display all payment methods and the count of payments using each method.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""payment_method_code""}]}","[{""columns"":[""customer_id"",""datetime_payment"",""payment_method_code"",""amount_payment""],""name"":""Customer_Payments"",""type"":""grid""}]" +3daa92da-5a29-4b97-9594-1c86f8aefdff,,USER,What is the total number of gas stations that opened between 2000 and 2005?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Station_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":"">="",""value"":2000},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<="",""value"":2005}]}","[{""columns"":[""Station_ID"",""Open_Year"",""Location"",""Manager_Name"",""Vice_Manager_Name"",""Representative_Name""],""name"":""gas_station"",""type"":""grid""}]" +87be292e-fb2b-4176-8749-6fcc8f629021,,USER,"What are the name and assets of each company, sorted in ascending order of company name?","{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +6a8dd6a6-6854-48df-bcea-f2bdc5f44a46,,USER,Display the number of railways at each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""journalist_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""journalist_ID"",""Name"",""Nationality"",""Age"",""Years_working""],""name"":""journalist"",""type"":""grid""}]" +ba9c136e-96a5-44ae-bdf0-2186ec5f3b41,,USER,Show the players from college UCLA.,"{""actions"":[{""actionType"":""condition"",""column"":""College"",""operation"":""="",""value"":""'UCLA'""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" +ce552416-1c5e-4919-91b5-a44726bcf044,,USER,How many artists are there for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +aafde68e-46a1-43cd-8289-a588986d51d9,,USER,What is the average number of attendees for performances?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Attendance"",""aggregation"":""avg""}]}","[{""columns"":[""Performance_ID"",""Date"",""Host"",""Location"",""Attendance""],""name"":""performance"",""type"":""grid""}]" +88a29df3-7830-4e77-8d70-a6028dac7e32,,USER,Return the duration of the actor with the greatest age.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" +f1f97d41-5568-4eb5-9912-c30b7944dd1a,,USER,"What are all the album titles, in alphabetical order?","{""actions"":[{""actionType"":""sorting"",""column"":""Title"",""direction"":""asc""}]}","[{""columns"":[""AlbumId"",""Title"",""ArtistId""],""name"":""Album"",""type"":""grid""}]" +479e676f-371d-41c3-a32f-d2028b0bf6eb,,USER,Display various modes of reaching attractions and the count of attractions accessible through each method.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tourist_Attraction_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""How_to_Get_There""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" +e533b122-ee10-4a33-9a3d-7fe46d1f7d4e,,USER,Find the first name and country code of the oldest player.,"{""actions"":[{""actionType"":""topFilter"",""column"":""birth_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +468d8a7d-ea00-47ad-83cf-93ca28adaaa4,,USER,What campuses are in Los Angeles county?,"{""actions"":[{""actionType"":""condition"",""column"":""county"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" +f7691409-5527-461e-976b-8cbcf5fc9142,,USER,"What are the phone, room, and building of the faculty member called Jerry Prince?","{""actions"":[{""actionType"":""condition"",""column"":""Fname"",""operation"":""="",""value"":""'Jerry'""},{""actionType"":""condition"",""column"":""Lname"",""operation"":""="",""value"":""'Prince'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +a178699c-9a0e-4840-827b-1e195543cffa,,USER,what is the high point of texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +28695276-273c-4c2e-b0f8-b40eb2a9275a,,USER,What is the receipt date of the document with id 3?,"{""actions"":[{""actionType"":""condition"",""column"":""document_id"",""operation"":""="",""value"":3}]}","[{""columns"":[""document_id"",""document_status_code"",""document_type_code"",""shipping_agent_code"",""receipt_date"",""receipt_number"",""other_details""],""name"":""Documents"",""type"":""grid""}]" +ec359925-70aa-4bec-86d2-20e56548e015,,USER,"Which catalog contents have a product stock number that starts from ""2""? Show the catalog entry names.","{""actions"":[{""actionType"":""condition"",""column"":""product_stock_number"",""operation"":""starts with"",""value"":""2""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" +78563963-db69-46a3-956b-fb5601f4a436,,USER,Show the organizer and name for churches that opened between 1830 and 1840.,"{""actions"":[{""actionType"":""condition"",""column"":""open_date"",""operation"":"">="",""value"":1830},{""actionType"":""condition"",""column"":""open_date"",""operation"":""<="",""value"":1840}]}","[{""columns"":[""Church_ID"",""Name"",""Organized_by"",""Open_Date"",""Continuation_of""],""name"":""church"",""type"":""grid""}]" +9de0c175-5b5f-4f05-b092-d07edec2d0bb,,USER,How many different loser names are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""loser_name"",""aggregation"":""count""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +bf3266cb-f6b2-409d-9e96-54b28b7e434f,,USER,Find the number of members residing at each address.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""address""}]}","[{""columns"":[""Member_ID"",""Name"",""Membership_card"",""Age"",""Time_of_purchase"",""Level_of_membership"",""Address""],""name"":""member"",""type"":""grid""}]" +c05ba623-4056-4144-b211-b094426ca91b,,USER,What is the mail date of the document with id 7?,"{""actions"":[{""actionType"":""condition"",""column"":""document_id"",""operation"":""="",""value"":7}]}","[{""columns"":[""document_id"",""mailed_to_address_id"",""mailing_date""],""name"":""Documents_Mailed"",""type"":""grid""}]" +da0e0f8c-ff1b-4565-9cdc-40930c38ce6e,,USER,"What are the different software platforms for devices, and how many devices have each?","{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Software_Platform""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" +faba0e0d-c26d-435b-b7fd-93d866456140,,USER,Select the name and price of the cheapest product.,"{""actions"":[{""actionType"":""topFilter"",""column"":""price"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +669685b0-af8a-4fec-8c46-560e155ba575,,USER,How many accounts does each customer have? List the number and customer id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +16c05760-fef9-4c32-a4e3-ba81911c73f1,,USER,"What are the names of the climbers, ordered by points descending?","{""actions"":[{""actionType"":""sorting"",""column"":""Points"",""direction"":""desc""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +622d2e86-f6fd-45fa-8f87-01a387a6b901,,USER,What is the station station and end station for the trips with the three smallest ids?,"{""actions"":[{""actionType"":""topFilter"",""column"":""id"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" +1b6d7c53-1342-4d31-9fcc-ef9fa33ef3a3,,USER,What is the average price of products for each category code?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_category_code""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" +19d72497-b0fe-496c-95ee-70e06dfb56bc,,USER,how many cities are there in usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""count""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +0acca0ea-1323-450e-9045-eaef4beef2e8,,USER,Show the enrollment and primary_conference of the oldest college.,"{""actions"":[{""actionType"":""topFilter"",""column"":""founded"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +01607ad1-22de-4567-8ae7-7f043e715956,,USER,population of boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +664f8560-86fe-4565-80af-f9279db87e30,,USER,Display all headquarters and the number of companies in each headquarters.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""headquarters""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +8f2b93ff-f9a1-4dcd-9f02-7fa98db331b2,,USER,What is the total revenue of each manufacturer?,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +21c18122-acb8-4528-8403-c1fae9233d23,,USER,Display the total number of platforms and passengers for all train stations in each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""number_of_platforms"",""aggregation"":""sum""},{""actionType"":""aggregations"",""column"":""total_passengers"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" +af75e24a-0a6a-4271-aa09-6f508a6e17e6,,USER,"Find the number of team franchises that are active (have 'Y' as ""active"" information).","{""actions"":[{""actionType"":""aggregations"",""column"":""franchise_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""active"",""operation"":""="",""value"":""Y""}]}","[{""columns"":[""franchise_id"",""franchise_name"",""active"",""na_assoc""],""name"":""team_franchise"",""type"":""grid""}]" +c225839c-b7e6-401a-bcfc-84faf12fc039,,USER,What are the names of schools with the top 3 largest size?,"{""actions"":[{""actionType"":""topFilter"",""column"":""enr"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +e6b36d22-79c6-47a4-9dbf-ace73d3c02d8,,USER,What is the oldest log id and its corresponding problem id?,"{""actions"":[{""actionType"":""topFilter"",""column"":""log_entry_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""problem_log_id"",""assigned_to_staff_id"",""problem_id"",""problem_category_code"",""problem_status_code"",""log_entry_date"",""log_entry_description"",""log_entry_fix"",""other_log_details""],""name"":""Problem_Log"",""type"":""grid""}]" +9fe9af99-de7a-496e-b4e3-247e55616677,,USER,What is the maximum capacity and the average of all stadiums ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""capacity"",""aggregation"":""max""}]}","[{""columns"":[""Stadium_ID"",""Location"",""Name"",""Capacity"",""Highest"",""Lowest"",""Average""],""name"":""stadium"",""type"":""grid""}]" +e1cf783a-a89f-4ccf-b151-47675945b6a4,,USER,How many members are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""}]}","[{""columns"":[""Member_ID"",""Name"",""Country"",""College_ID""],""name"":""member"",""type"":""grid""}]" +43c70955-d0d5-4933-bf9d-54e1b6768175,,USER,"Find the name, city, and country of the airport that has the lowest altitude.","{""actions"":[{""actionType"":""topFilter"",""column"":""elevation"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +d58676a1-b15d-4571-864c-de30fb9569d7,,USER,Give me the name and description of the document type code RV.,"{""actions"":[{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'RV'""}]}","[{""columns"":[""Document_Type_Code"",""Document_Type_Name"",""Document_Type_Description""],""name"":""Ref_Document_Types"",""type"":""grid""}]" +492f1d69-71e3-439c-8f2a-c40363fa19b0,,USER,"Find all the locations whose names contain the word ""film"".","{""actions"":[{""actionType"":""condition"",""column"":""Location_Name"",""operation"":""contains"",""value"":""film""}]}","[{""columns"":[""Location_ID"",""Location_Name"",""Address"",""Other_Details""],""name"":""Locations"",""type"":""grid""}]" +4aa4843b-e8be-4078-b0c6-50a01ea69930,,USER,"Show name, address road, and city for all branches sorted by open year.","{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" +c930a6ff-7a2b-4006-b05a-44d576a793a7,,USER,How many sections does course ACCT-211 has?,"{""actions"":[{""actionType"":""aggregations"",""column"":""class_section"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""crs_code"",""operation"":""="",""value"":""ACCT-211""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +59238931-d792-46d6-9177-a98e8c06ddc8,,USER,what is the highest point in delaware in meters,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'delaware'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +e21fb35b-4429-4079-b27f-36dc50843ba9,,USER,Report the number of students in each classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +55555678-3efc-4c1d-96a3-678039184eb1,,USER,What are the first names of all the different drivers in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""forename"",""direction"":""asc""}]}","[{""columns"":[""driverId"",""driverRef"",""number"",""code"",""forename"",""surname"",""dob"",""nationality"",""url""],""name"":""drivers"",""type"":""grid""}]" +e4cd1c33-ddb0-4637-bd5d-456f3ae431fe,,USER,Show project ids and the number of documents in each project.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +2c9be77c-10e3-42da-a35f-6145a54bec20,,USER,List all the image name and URLs in the order of their names.,"{""actions"":[{""actionType"":""sorting"",""column"":""image_name"",""direction"":""asc""}]}","[{""columns"":[""image_id"",""image_alt_text"",""image_name"",""image_url""],""name"":""Images"",""type"":""grid""}]" +9848b378-c205-4831-8662-0b5bcdb828c0,,USER,How many departments are there in each school?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +d4485cc1-5b96-4cdb-9a52-f9c1643b4419,,USER,which state is springfield in,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +d437fbcb-412a-4d25-b205-82830f7e8a9c,,USER,Find the maximum weight for each type of pet. List the maximum weight and pet type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""petType""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +de03f9f4-1b35-4ba8-b83a-8f55737f3099,,USER,"List all airline names and their abbreviations in ""USA"".","{""actions"":[{""actionType"":""condition"",""column"":""Country"",""operation"":""="",""value"":""'USA'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" +c226fa9e-138b-45cd-b89d-d49becdac6c6,,USER,Enumerate the number of players inducted into the hall of fame annually.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""yearid""}]}","[{""columns"":[""player_id"",""yearid"",""votedby"",""ballots"",""needed"",""votes"",""inducted"",""category"",""needed_note""],""name"":""hall_of_fame"",""type"":""grid""}]" +105e2bcd-73ef-4ac9-9eb4-ab6dc55b165c,,USER,"What are the gas station ids, locations, and manager names for the gas stations ordered by opening year?","{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Station_ID"",""Open_Year"",""Location"",""Manager_Name"",""Vice_Manager_Name"",""Representative_Name""],""name"":""gas_station"",""type"":""grid""}]" +c3604d34-4cfe-46f7-9e64-623cc2143c3d,,USER,What is the total amount of settlement made for all the settlements?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Amount_Settled"",""aggregation"":""sum""}]}","[{""columns"":[""Settlement_ID"",""Claim_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled"",""Customer_Policy_ID""],""name"":""Settlements"",""type"":""grid""}]" +9efae2f6-a77c-4580-bd96-eda4fde1a73b,,USER,what is the highest point in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +35252fa9-5b1e-45fc-b4cd-aa34f30e4677,,USER,Show different parties of people along with the number of people in each party.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Party""}]}","[{""columns"":[""People_ID"",""District"",""Name"",""Party"",""Age""],""name"":""people"",""type"":""grid""}]" +007aa701-99cd-44c8-9dca-e776ac9c53c7,,USER,what is the population density of wyoming,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'wyoming'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +4747af5c-ce4a-4f93-841e-f0a88a2d8978,,USER,what state is springfield located in,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +425b832f-dc0a-4f3b-b6c2-576644a3137b,,USER,"Find all actors who were born in "" New York City "" in 1984","{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'New York City'""},{""actionType"":""condition"",""column"":""birth_year"",""operation"":""="",""value"":1984}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +2ff1f207-3910-4255-8192-d9a649ba1301,,USER,Find the number of rooms with a price higher than 120 for each type of decor.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":120},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +d69a7243-4403-4647-9c5c-3ed2f4d4ea3a,,USER,How many departments are present in each school?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +64699ecb-dce3-4a96-9d86-3995085dc7f7,,USER,How many different card types are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""card_type_code"",""aggregation"":""count""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" +2cd6e55b-2cb7-4881-89c5-1fc896ac9296,,USER,List the names of roller coasters by ascending order of length.,"{""actions"":[{""actionType"":""sorting"",""column"":""LENGTH"",""direction"":""asc""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" +4aa9276b-f5fa-4b6f-9e90-253dfb5ab362,,USER,Identify the quantity of medicines provided by each trade.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""trade_name""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" +b315884c-84dc-44f2-85f8-61efbd538a0a,,USER,What are the name and level of catalog structure with level number between 5 and 10,"{""actions"":[{""actionType"":""condition"",""column"":""catalog_level_number"",""operation"":"">="",""value"":5},{""actionType"":""condition"",""column"":""catalog_level_number"",""operation"":""<="",""value"":10}]}","[{""columns"":[""catalog_level_number"",""catalog_id"",""catalog_level_name""],""name"":""Catalog_Structure"",""type"":""grid""}]" +be2a42cd-61ec-4220-8ae6-4aa09bd4d79a,,USER,"For each citizenship, how many singers are from that country?","{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +f634f67d-1c92-482b-8b9d-d00596a903f9,,USER,What is the horsepower of the car with the greatest accelerate?,"{""actions"":[{""actionType"":""topFilter"",""column"":""accelerate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +4f1f128e-013b-4054-be01-58d5a80a6030,,USER,what states border kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +89cda8db-461c-445a-ad3d-43014159818d,,USER,List all headquarters and the number of companies in each headquarter.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""headquarters""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +8f5e3b98-a06c-4d45-81e3-3c581ce1863d,,USER,Show all countries and the number of singers in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +5124ab29-246c-4e47-b826-2eeb317527d5,,USER,Give the names of countries that are in Europe and have a population equal to 80000.,"{""actions"":[{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'Europe'""},{""actionType"":""condition"",""column"":""Population"",""operation"":""="",""value"":""'80000'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +b3474ffb-0791-461d-a47d-d7ee035632a5,,USER,Find the count of people for each sex with a weight higher than 85.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""weight"",""operation"":"">"",""value"":85},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" +38e22fe5-16cc-43b3-b587-38024a1670be,,USER,How many churches have a wedding in year 2016?,"{""actions"":[{""actionType"":""aggregations"",""column"":""church_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2016}]}","[{""columns"":[""Church_ID"",""Male_ID"",""Female_ID"",""Year""],""name"":""wedding"",""type"":""grid""}]" +7cb9103e-05e2-43ea-9be5-b934f25a163b,,USER,"What is the description of the claim status ""Open""?","{""actions"":[{""actionType"":""condition"",""column"":""claim_status_name"",""operation"":""="",""value"":""'Open'""}]}","[{""columns"":[""Claim_Stage_ID"",""Next_Claim_Stage_ID"",""Claim_Status_Name"",""Claim_Status_Description""],""name"":""Claims_Processing_Stages"",""type"":""grid""}]" +cf05369c-257a-4878-8615-cb19b988816e,,USER,How many stadiums are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" +6f6219f0-432b-4c2b-a647-bad1080fc087,,USER,How many wrestlers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Wrestler_ID"",""aggregation"":""count""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" +99672876-bf8a-4855-8887-df756a40b82b,,USER,how many people are there in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +68da9ef6-57d5-4d0a-81d9-1fce18fec4d8,,USER,Show booking status codes and their corresponding booking counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""booking_status_code""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" +5c50c479-cf80-48d8-a5ae-0f1b1c70135e,,USER,What are the names of all the video games and their types in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""gname"",""direction"":""asc""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" +74339f46-3524-4b65-95a8-ee7e8f8d49e7,,USER,How many allergies are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""allergy"",""aggregation"":""count""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" +dfe46384-f34e-4aea-935a-b05a72d8b40c,,USER,Count the number of Professors who have office in building NEB.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""},{""actionType"":""condition"",""column"":""building"",""operation"":""="",""value"":""'NEB'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +e5696a9b-7a93-4968-9efe-4af73bf214bb,,USER,What is the employee id of the head whose department has the least number of employees?,"{""actions"":[{""actionType"":""grouping"",""column"":""departmentID""},{""actionType"":""topFilter"",""column"":""departmentID"",""limit"":1,""aggregation"":""count"",""direction"":""asc""}]}","[{""columns"":[""DepartmentID"",""Name"",""Head""],""name"":""Department"",""type"":""grid""}]" +b6ab9ec1-2c6b-41ab-ab2d-f1a322ab6755,,USER,What is the id of the candidate with the lowest oppose rate?,"{""actions"":[{""actionType"":""topFilter"",""column"":""oppose_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" +5dd484f1-9bbf-41d9-810d-bb83091215f0,,USER,Please show different software platforms and the corresponding number of devices using each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Software_Platform""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" +7f3c54b9-7306-4a75-9008-91df1c4459cf,,USER,How many draft copies does the document with id 2 have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""document_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_id"",""operation"":""="",""value"":2}]}","[{""columns"":[""document_id"",""draft_number"",""copy_number""],""name"":""Draft_Copies"",""type"":""grid""}]" +fdaff313-2749-4049-98d1-e8646dd9a51a,,USER,Sort the gender codes in descending order of their corresponding number of guests. Please return both the gender codes and counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Team""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" +cc0a46d2-7ec7-476c-9a49-51c1108eb92d,,USER,What are the name of the players who received a card in descending order of the hours of training?,"{""actions"":[{""actionType"":""condition"",""column"":""yCard"",""operation"":""="",""value"":""yes""},{""actionType"":""sorting"",""column"":""HS"",""direction"":""desc""}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" +09b75b40-4ac1-4817-ac02-193a063a5e99,,USER,How many artists are above age 46 and joined after 1990?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":46},{""actionType"":""condition"",""column"":""year_join"",""operation"":"">"",""value"":1990}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" +391ff418-15e7-4f63-879e-cc5824685e1d,,USER,Find the name of the winner who has the highest rank points and participated in the Australian Open tourney.,"{""actions"":[{""actionType"":""condition"",""column"":""tourney_name"",""operation"":""="",""value"":""Australian Open""},{""actionType"":""topFilter"",""column"":""winner_rank_points"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +d876f764-9290-4b46-bc78-ef56cd871ce9,,USER,What are the different addresses that have students living there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""current_address_id"",""aggregation"":""count""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" +2534d713-7e66-4783-940b-29d25d7c1a00,,USER,"What are the names of musicals with nominee ""Bob Fosse""?","{""actions"":[{""actionType"":""condition"",""column"":""Nominee"",""operation"":""="",""value"":""'Bob Fosse'""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" +13d5ff84-d085-4f17-83e8-f8a32ee5ffc6,,USER,"How many accounts does each customer have, and what is their corresponding customer ID?","{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +7ce0243d-1bdb-43b9-bcef-a5573500c4dc,,USER,What are the locations and names of all stations with capacity between 5000 and 10000?,"{""actions"":[{""actionType"":""condition"",""column"":""capacity"",""operation"":"">="",""value"":5000},{""actionType"":""condition"",""column"":""capacity"",""operation"":""<="",""value"":10000}]}","[{""columns"":[""Stadium_ID"",""Location"",""Name"",""Capacity"",""Highest"",""Lowest"",""Average""],""name"":""stadium"",""type"":""grid""}]" +4d61f5d9-a524-4c26-83e2-3dd7dbf76cda,,USER,What is the author of the submission with the highest score?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Scores"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" +2b3f3d4a-fae4-4fd5-97e6-6977477b03d5,,USER,What is the charge amount of the most expensive charge type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""charge_amount"",""aggregation"":""max""}]}","[{""columns"":[""charge_id"",""charge_type"",""charge_amount""],""name"":""Charges"",""type"":""grid""}]" +cd894fcf-d276-44d1-b6b9-8a7de0c7ca6b,,USER,What are the country codes and the most spoken languages in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +35da422b-94e9-4f79-b286-f76859ac2dc9,,USER,Count the number of distinct player positions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""POSITION"",""aggregation"":""count""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" +2309d0e7-9026-433f-8b5e-1ce3953f4e62,,USER,Enumerate player positions and their corresponding average point totals.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +c8fec215-305e-461e-bfc0-9cde7b36f779,,USER,How many different captain ranks are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rank"",""aggregation"":""count""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +19dc211c-2560-4184-bc11-62cde7aca5ea,,USER,How many companies are headquartered in the US?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Headquarters"",""operation"":""="",""value"":""USA""}]}","[{""columns"":[""Company_ID"",""Name"",""Headquarters"",""Industry"",""Sales_in_Billion"",""Profits_in_Billion"",""Assets_in_Billion"",""Market_Value_in_Billion""],""name"":""company"",""type"":""grid""}]" +1758e309-70cc-406d-be53-5d1b5b46976f,,USER,How many different software platforms are there for devices?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Software_Platform"",""aggregation"":""count""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" +47eae11c-ee5b-48aa-a3d4-a04661aa88cc,,USER,Compute the average score of submissions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Scores"",""aggregation"":""avg""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" +1af62c31-7698-47e2-ba5e-0c896b3495a2,,USER,How many climbers are from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +dd3bf3eb-a08a-4cdd-b0df-44db77b73e66,,USER,Display all customer IDs and the number of accounts held by each customer.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +1e21fb51-0d8e-4bd9-9ce7-1c1b7821f58f,,USER,"return me the references of "" Making database systems usable "" .","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" +077df96f-62c7-4a9a-9682-807cba57f72a,,USER,Determine the number of shops in each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Shop_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" +586b5ddb-ab85-483c-b5a9-4fa48b36ac2b,,USER,How many bookings correspond to each booking status? List the booking status code and the number of corresponding bookings.,"{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""booking_status_code""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" +4e271c94-e6e7-4fbc-acb5-384d02ea308f,,USER,Tell me the employee id of the head of the department with the least employees.,"{""actions"":[{""actionType"":""grouping"",""column"":""departmentID""},{""actionType"":""topFilter"",""column"":""departmentID"",""limit"":1,""aggregation"":""count"",""direction"":""asc""}]}","[{""columns"":[""DepartmentID"",""Name"",""Head""],""name"":""Department"",""type"":""grid""}]" +43f1bf32-1963-4618-af14-85a5ecb51ed2,,USER,How many games are played for all students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""gamesplayed"",""aggregation"":""sum""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" +e47d9dae-46d9-4fb9-a5b1-c82dc2fe34e1,,USER,Compute the total amount of payment processed.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Amount_Payment"",""aggregation"":""sum""}]}","[{""columns"":[""Payment_ID"",""Settlement_ID"",""Payment_Method_Code"",""Date_Payment_Made"",""Amount_Payment""],""name"":""Payments"",""type"":""grid""}]" +c17d75b9-18ee-4282-9773-f58dfdd1791d,,USER,What is the name and capacity for the stadium with highest average attendance?,"{""actions"":[{""actionType"":""topFilter"",""column"":""average"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Stadium_ID"",""Location"",""Name"",""Capacity"",""Highest"",""Lowest"",""Average""],""name"":""stadium"",""type"":""grid""}]" +468e3dea-de71-400e-a9fc-099c664fc728,,USER,what is the combined population of all 50 states,"{""actions"":[{""actionType"":""aggregations"",""column"":""population"",""aggregation"":""sum""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +1b222553-f9ef-4455-8680-ae72ac7bd436,,USER,What is the language spoken by the largest percentage of people in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +93539ca6-b284-453e-a462-e7874655e7c3,,USER,How many different majors are there and how many different city codes are there for each student?,"{""actions"":[{""actionType"":""aggregations"",""column"":""major"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""city_code"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +61f7f58d-ca17-44ff-bb6a-a03cc70859bd,,USER,Present all buildings and the number of faculty members housed within each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +573a61a6-59ff-4800-8ff6-d0a43323dd79,,USER,Find the id of the candidate who got the lowest oppose rate.,"{""actions"":[{""actionType"":""topFilter"",""column"":""oppose_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" +e1c542f0-d3fb-4d39-88e1-021699932bf9,,USER,What are the ids and durations of the trips with the top 3 durations?,"{""actions"":[{""actionType"":""topFilter"",""column"":""duration"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" +03879108-d461-4c59-9d79-cfe7a99e4ac1,,USER,Find the number of players for each hand type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""hand""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +3223c739-0244-4452-be53-7204bb2eef09,,USER,Show the ID of the high schooler named Kyle.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Kyle'""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" +20a4a5d4-ad06-4b9e-ac0a-101b0d7eefec,,USER,Show me the owner of the channel with the highest rating.,"{""actions"":[{""actionType"":""topFilter"",""column"":""rating_in_percent"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +53ada412-8d64-4523-8f20-f2870a392c9a,,USER,How many debates are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Debate_ID"",""aggregation"":""count""}]}","[{""columns"":[""Debate_ID"",""Date"",""Venue"",""Num_of_Audience""],""name"":""debate"",""type"":""grid""}]" +2870404d-1968-4a1b-bde1-a56df0e9d646,,USER,"For each citizenship, what is the maximum net worth?","{""actions"":[{""actionType"":""aggregations"",""column"":""Weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +46b21c5e-7e12-47e7-8767-125e61a3699b,,USER,List the distinct ranges of the mountains with the top 3 prominence.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Prominence"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" +f29e2387-2d5b-46d7-a48a-4a9b3b3c4d0a,,USER,"What are the names and headquarters of all manufacturers, ordered by revenue descending?","{""actions"":[{""actionType"":""sorting"",""column"":""revenue"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +4b8c504c-64d4-4470-9342-8cd151491930,,USER,What is the average distance and price for all flights from LA?,"{""actions"":[{""actionType"":""aggregations"",""column"":""distance"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +54d753cd-17f6-42f0-8ec0-23110d843833,,USER,Display the employee IDs for each employee and the final dates of employment at their last job.,"{""actions"":[{""actionType"":""aggregations"",""column"":""end_date"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""employee_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""START_DATE"",""END_DATE"",""JOB_ID"",""DEPARTMENT_ID""],""name"":""job_history"",""type"":""grid""}]" +dc27650a-f916-499b-a165-e44a634acb07,,USER,Return the category code and typical price of 'cumin'.,"{""actions"":[{""actionType"":""condition"",""column"":""product_name"",""operation"":""="",""value"":""'cumin'""}]}","[{""columns"":[""product_id"",""color_code"",""product_category_code"",""product_name"",""typical_buying_price"",""typical_selling_price"",""product_description"",""other_product_details""],""name"":""Products"",""type"":""grid""}]" +602b88e5-1bcc-49b8-a9a6-e124e5e5e5f9,,USER,List the total scores of body builders in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Total"",""direction"":""asc""}]}","[{""columns"":[""Body_Builder_ID"",""People_ID"",""Snatch"",""Clean_Jerk"",""Total""],""name"":""body_builder"",""type"":""grid""}]" +d6c82de9-ff02-4ee4-a67f-ab149b8b1915,,USER,"What are all different template ids used for documents, and how many times were each of them used?","{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_id""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +8d8e8bb9-3c95-4212-90c1-d4a7b00c179e,,USER,Identify distinct race classes and their corresponding number of races.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""CLASS""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" +194260ff-0361-4f89-a008-21ce261a6866,,USER,What is the total number of residents for the districts with the 3 largest areas?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_population"",""aggregation"":""sum""},{""actionType"":""topFilter"",""column"":""city_area"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" +52910d7c-a07b-4a23-abc4-f8b552111907,,USER,"Show the department ID, full name (first and last), and highest salary for each department.","{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +9e394bcf-54c1-4a2e-8805-da97698b6ffb,,USER,"What is the total horses record for each farm, sorted ascending?","{""actions"":[{""actionType"":""sorting"",""column"":""Total_Horses"",""direction"":""asc""}]}","[{""columns"":[""Farm_ID"",""Year"",""Total_Horses"",""Working_Horses"",""Total_Cattle"",""Oxen"",""Bulls"",""Cows"",""Pigs"",""Sheep_and_Goats""],""name"":""farm"",""type"":""grid""}]" +12e75f5f-fed8-44f7-bbda-b031e54d9362,,USER,Show all advisors and corresponding number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +4907b85a-bf24-4a4d-af77-ef6a73904446,,USER,What is the total amount of grants given by each organization? Also list the organization ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""grant_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""organisation_id""}]}","[{""columns"":[""grant_id"",""organisation_id"",""grant_amount"",""grant_start_date"",""grant_end_date"",""other_details""],""name"":""Grants"",""type"":""grid""}]" +1d9b37f1-cd79-467e-995e-c8c591ba9c67,,USER,"What are the support, consider, and oppose rates of each candidate, ordered ascending by their unsure rate?","{""actions"":[{""actionType"":""sorting"",""column"":""unsure_rate"",""direction"":""asc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" +b3733616-5d5e-4e04-94a3-8ee178fbbfdf,,USER,Exhibit player positions and the corresponding player counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Season"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" +c99740a4-70c6-406c-9eee-31603ebe7ae7,,USER,What the smallest version number and its template type code?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Version_Number"",""aggregation"":""min""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" +092e8f42-3ee6-46c3-b367-075312703f73,,USER,"What are the names and birth dates of people, ordered by their names in alphabetical order?","{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" +62d64cab-4f55-40d8-8917-1e632ab03f04,,USER,Count the number of artists.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" +700db0be-e620-428a-8bf1-11787b4f6db3,,USER,display the country ID and number of cities for each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_id""}]}","[{""columns"":[""LOCATION_ID"",""STREET_ADDRESS"",""POSTAL_CODE"",""CITY"",""STATE_PROVINCE"",""COUNTRY_ID""],""name"":""locations"",""type"":""grid""}]" +7b72e0a5-0c25-4fe5-b0d8-1735e006fe9a,,USER,Return the average horizontal bar points across all gymnasts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Horizontal_Bar_Points"",""aggregation"":""avg""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" +7a79c830-34d3-4266-b90e-df85826671db,,USER,How films are produced by each studio?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Studio""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" +a1fdb89e-d4b9-4b0b-9a2a-b01e124627ba,,USER,how many people live in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +c550b88e-c47b-4b3c-9496-527261a585e6,,USER,Find the ids of the nurses who are on call in block floor 1 and block code 1.,"{""actions"":[{""actionType"":""condition"",""column"":""blockfloor"",""operation"":""="",""value"":1},{""actionType"":""condition"",""column"":""blockcode"",""operation"":""="",""value"":1}]}","[{""columns"":[""Nurse"",""BlockFloor"",""BlockCode"",""OnCallStart"",""OnCallEnd""],""name"":""On_Call"",""type"":""grid""}]" +92eed489-9b88-4226-837f-27627c643eca,,USER,"What are the total amount of money in the invoices billed from Chicago, Illinois?","{""actions"":[{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""billing_city"",""operation"":""="",""value"":""'Chicago'""},{""actionType"":""condition"",""column"":""billing_state"",""operation"":""="",""value"":""'IL'""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +4029d69e-850a-4eb2-8825-87a1ba042a5a,,USER,Display distinct product type codes and the count of products for each code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Product_Type_Code""}]}","[{""columns"":[""Product_ID"",""Product_Type_Code"",""Product_Name"",""Product_Price""],""name"":""Products"",""type"":""grid""}]" +e9cdd3d8-a20b-4b3e-be86-577dea423858,,USER,"What is the composer who created the track ""Fast As a Shark""?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Fast As a Shark'""}]}","[{""columns"":[""id"",""name"",""album_id"",""media_type_id"",""genre_id"",""composer"",""milliseconds"",""bytes"",""unit_price""],""name"":""tracks"",""type"":""grid""}]" +3af70d8d-b158-4a60-958f-7cf335f15e10,,USER,"Given the titles of all courses, in order of titles and credits.","{""actions"":[{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""credits"",""direction"":""asc""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" +382aafbf-a2c9-4257-9492-dd7ccc2fac80,,USER,"What are the distinct nominees of the musicals with the award that is not ""Tony Award""?","{""actions"":[{""actionType"":""condition"",""column"":""Award"",""operation"":""!="",""value"":""'Tony Award'""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" +014dabb4-eb91-458e-953b-bb09a90d3dd1,,USER,How many documents are there of each type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_type_code""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +93b13f26-8a3d-4fc1-8134-06175e6877dc,,USER,Compute the average age of all the dogs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""}]}","[{""columns"":[""dog_id"",""owner_id"",""abandoned_yn"",""breed_code"",""size_code"",""name"",""age"",""date_of_birth"",""gender"",""weight"",""date_arrived"",""date_adopted"",""date_departed""],""name"":""Dogs"",""type"":""grid""}]" +5ed55420-6510-4878-a7c9-99c46140783a,,USER,How many different genders are there in the dorms?,"{""actions"":[{""actionType"":""aggregations"",""column"":""gender"",""aggregation"":""count""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" +5ca228dc-5237-44bd-bdef-4f6092c6e975,,USER,How many courses are offered?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_code"",""aggregation"":""count""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +4491f85b-4be2-44c8-a820-9364bd467ea2,,USER,What is the count of singers?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +66f33e6f-582a-4e3a-8807-3d7f5540a3ae,,USER,What are the total number of the audiences who visited any of the festivals?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Num_of_Audience"",""aggregation"":""sum""}]}","[{""columns"":[""Festival_ID"",""Festival_Name"",""Chair_Name"",""Location"",""Year"",""Num_of_Audience""],""name"":""festival_detail"",""type"":""grid""}]" +07a3425b-0334-4e2a-8ac3-2122565c6269,,USER,What is the average number of gold medals for clubs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Gold"",""aggregation"":""avg""}]}","[{""columns"":[""Rank"",""Club_ID"",""Gold"",""Silver"",""Bronze"",""Total""],""name"":""club_rank"",""type"":""grid""}]" +7c091c83-b1c1-4024-9804-e22cb4341e55,,USER,how many states are there in the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""count""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +13101322-502b-42e5-a313-0dc50b8d7e76,,USER,What is the id of the patient who stayed in room 111 most recently?,"{""actions"":[{""actionType"":""condition"",""column"":""room"",""operation"":""="",""value"":111},{""actionType"":""topFilter"",""column"":""staystart"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""StayID"",""Patient"",""Room"",""StayStart"",""StayEnd""],""name"":""Stay"",""type"":""grid""}]" +3dc299ea-2080-45fb-b5ce-54ccfcf8a9a4,,USER,how many people are in the state of california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +c2e068c8-78c6-4398-99e0-e1cda7b3f36a,,USER,Find all movies produced in 2015,"{""actions"":[{""actionType"":""condition"",""column"":""release_year"",""operation"":""="",""value"":2015}]}","[{""columns"":[""mid"",""title"",""release_year"",""title_aka"",""budget""],""name"":""movie"",""type"":""grid""}]" +9c2fdd1a-d751-4641-a9d7-7085dd219998,,USER,"Display all document ids and the paragraph count for each, ordered by document id.","{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""},{""actionType"":""sorting"",""column"":""document_id"",""direction"":""asc""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" +2a5aa94f-d7ba-40a1-bf1a-ae56c5aedb12,,USER,"For each grade, report the grade, the number of classrooms in which it is taught and the total number of students in the grade.","{""actions"":[{""actionType"":""aggregations"",""column"":""classroom"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +f442cf03-e39c-490d-8c00-c79bf95c1a65,,USER,Calculate the total revenue of each manufacturer.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +ab9d8733-d0c8-4995-ab4d-4977d17ef38f,,USER,How old is the average person for each job?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +ca4fcfaa-1bb4-45b9-bff8-754bf5bc5a1d,,USER,What are the different names of the colleges involved in the tryout in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""cName"",""direction"":""asc""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" +59433ff5-0e6f-403e-8d83-730a9ae139d0,,USER,where is springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +024653e4-f8b0-4049-bb46-dd173b14339d,,USER,Count the number of distinct governors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Governor"",""aggregation"":""count""}]}","[{""columns"":[""Party_ID"",""Year"",""Party"",""Governor"",""Lieutenant_Governor"",""Comptroller"",""Attorney_General"",""US_Senate""],""name"":""party"",""type"":""grid""}]" +8997e23d-0071-4eee-8be0-c5518362a732,,USER,Show year where a track with a seating at least 5000 opened and a track with seating no more than 4000 opened.,"{""actions"":[{""actionType"":""condition"",""column"":""seating"",""operation"":"">="",""value"":4000},{""actionType"":""condition"",""column"":""seating"",""operation"":""<="",""value"":5000}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" +1deb0c49-5b1b-4d61-9a34-7b504a295b9b,,USER,How many counties correspond to each police force?,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Police_force""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +190af81c-fed7-4d60-87ba-8a7e5b059679,,USER,What is the number of aircraft?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Aircraft_ID"",""aggregation"":""count""}]}","[{""columns"":[""Aircraft_ID"",""Aircraft"",""Description"",""Max_Gross_Weight"",""Total_disk_area"",""Max_disk_Loading""],""name"":""aircraft"",""type"":""grid""}]" +61cdceb9-2b81-435e-8c7b-4cbc15c2e244,,USER,what river runs through illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +ef407a36-b8b5-4b64-aed2-74e5529ede77,,USER,"For each grade 0 classroom, return the classroom number and the count of students.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'0'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +deb0219d-919c-4d84-a98b-c568c78bd389,,USER,List student ids and their corresponding like counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""liked_id""],""name"":""Likes"",""type"":""grid""}]" +8e098afa-b4c8-427e-abb1-624d4fb067bc,,USER,What is the average age for each city and what are those cities?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +5c556943-c005-4d4f-beda-9480fb99fcf7,,USER,List order ids and the product count for each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +ddcb6918-9cef-419b-a3f8-684ad69c0b93,,USER,Count the total number of apartment bookings.,"{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""count""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" +56e7fdcf-f4c0-45ad-856c-23d313fe8d6e,,USER,What is the average hours across all projects?,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours"",""aggregation"":""avg""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" +d8c54d69-0aeb-4778-accc-392c24b5ea60,,USER,Which room has cheapest base price? List the room's name and the base price.,"{""actions"":[{""actionType"":""topFilter"",""column"":""basePrice"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +0d4f2818-b44a-4b1f-8b24-50f4fa30ca21,,USER,What are the names of the ships that are not from the United States?,"{""actions"":[{""actionType"":""condition"",""column"":""Nationality"",""operation"":""!="",""value"":""'United States'""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +d83ff2d7-6f53-4bb5-a66a-74e563400245,,USER,"Find the state, account type, and credit score of the customer whose number of loan is 0.","{""actions"":[{""actionType"":""condition"",""column"":""no_of_loans"",""operation"":""="",""value"":0}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +71eea12d-536c-4781-a332-86975cbbab9b,,USER,What is the number of distinct languages used around the world?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LANGUAGE"",""aggregation"":""count""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +179a328d-8794-4cf0-b662-ecc6901fa911,,USER,What are the names of the mills which are not located in 'Donceel'?,"{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""!="",""value"":""Donceel""}]}","[{""columns"":[""architect_id"",""id"",""location"",""name"",""type"",""built_year"",""notes""],""name"":""mill"",""type"":""grid""}]" +dbad62d4-d18b-4741-9d0c-eab29cba5756,,USER,"How old is each student, and how many students are of each age?","{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""age""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +35c3ea2f-5bf4-4d4a-ae22-082327e29fef,,USER,What is the average salary of employees who have a commission percentage that is not null?,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""!="",""value"":""'null'""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +3c5c0913-74c1-4016-9a44-47d37476d893,,USER,Display the unique hometowns of teachers and their respective teacher counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Hometown""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" +545bd378-ac68-41f0-9870-5c738db47c58,,USER,what are the major cities of the united states,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +505cb5fe-9fd1-4969-8d06-0812a1d21eb9,,USER,What are the rooms for members of the faculty who are professors and who live in building NEB?,"{""actions"":[{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""},{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'NEB'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +b651e7d2-61ca-41e7-9389-951d37f8bc47,,USER,How many different jobs are listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""job"",""aggregation"":""count""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +f86abb9a-b27e-4079-8d2e-3775f4e49592,,USER,How many events are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""}]}","[{""columns"":[""ID"",""Name"",""Stadium_ID"",""Year""],""name"":""event"",""type"":""grid""}]" +f9e9f1aa-3fcd-4914-9567-6e74ab2dd364,,USER,What are the names and revenues of the companies with the highest revenues in each headquarter city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Headquarter""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +f385adde-8ff8-4e29-be91-02c8a9ca1082,,USER,How many male and female artists are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" +34b47dae-f510-44a3-845a-8009bdf2a45b,,USER,what are the names of the ships ordered by ascending tonnage?,"{""actions"":[{""actionType"":""sorting"",""column"":""Tonnage"",""direction"":""asc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +9972212d-f760-4f42-9d8c-eb47589ee1c0,,USER,Compute the average song rating for each language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""languages""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +1200beda-3a2f-4f7f-bddf-bfb3d7ae8f42,,USER,Return the maximum final tables made across all poker players who have earnings below 200000.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Final_Table_Made"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Earnings"",""operation"":""<"",""value"":200000}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" +add51415-70ac-438e-9229-2071d578ab98,,USER,what is the lowest elevation in pennsylvania,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'pennsylvania'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +611ea7de-044c-4912-ac11-8adf7e742a7c,,USER,List the name of products in ascending order of price.,"{""actions"":[{""actionType"":""sorting"",""column"":""Product_Price"",""direction"":""asc""}]}","[{""columns"":[""Product_ID"",""Product_Type_Code"",""Product_Name"",""Product_Price""],""name"":""Products"",""type"":""grid""}]" +9d78102d-b4e3-4d08-8d73-dcfd1c2a0f77,,USER,Count the number of regions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Region_id"",""aggregation"":""count""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" +d7ebacea-5e25-4721-95f3-0b1fa086a885,,USER,Give the maximum price and score for wines produced in the appelation St. Helena.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Appelation"",""operation"":""="",""value"":""'St. Helena'""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +2b73d614-9f48-4552-b2c6-acc804c1f2dd,,USER,Show all template ids and number of documents using each template.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_id""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +8c009f5e-1472-4aa9-aeb6-2287af7125a2,,USER,How many accounts are associated with each customer id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +810c205d-9708-4c38-abfe-663a09a12935,,USER,When did the staff member with first name as Janessa and last name as Sawayn join the company?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" +1e84502b-e17f-489a-be83-075e886b3ad6,,USER,How many stations does Mountain View city has?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Mountain View'""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +2fd50595-5b3e-4c74-887e-cf0d83e79c43,,USER,"List the name, nationality and id of all male architects ordered by their names lexicographically.","{""actions"":[{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""id"",""name"",""nationality"",""gender""],""name"":""architect"",""type"":""grid""}]" +7a2acb17-a7b9-4757-937c-30e8338a0734,,USER,What are the names of everybody sorted by age in descending order?,"{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +c45fa42b-e78f-4e7f-ace8-b97a70c800a6,,USER,"For each account type, find the average balance for customers with a credit score below 50.","{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""acc_type""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +852c0238-153f-49d1-be1d-cb0b08019012,,USER,"Which papers have the substring ""Database"" in their titles? Show the titles of the papers.","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":""Database""}]}","[{""columns"":[""paperID"",""title""],""name"":""Papers"",""type"":""grid""}]" +aa84620f-71e5-4e08-b308-7ee391a579a4,,USER,Calculate the follower count for each user.,"{""actions"":[{""actionType"":""aggregations"",""column"":""f1"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""f1""}]}","[{""columns"":[""f1"",""f2""],""name"":""follows"",""type"":""grid""}]" +5a944aec-cfa4-48a4-9fc0-08217fd1a32e,,USER,"Find all manufacturers' names and their headquarters, sorted by the ones with highest revenue first.","{""actions"":[{""actionType"":""sorting"",""column"":""revenue"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +f42eac00-526a-4815-bb84-2f3cc2f29cb3,,USER,Find the average elevation of all airports for each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +f3b30a9b-4723-4394-8674-4007f4963a9c,,USER,Find the total number of matches.,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +05f37cc9-42f7-43ef-9291-f25079763bbd,,USER,"What are the category of music festivals with result ""Awarded""?","{""actions"":[{""actionType"":""condition"",""column"":""RESULT"",""operation"":""="",""value"":""'Awarded'""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" +1c155694-771c-4ec2-b40f-d7093566fd5f,,USER,Find the name of dorms only for female (F gender).,"{""actions"":[{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" +5145f76b-2b87-4c76-a85c-87dc0a31284e,,USER,Can you show all majors along with the corresponding number of students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""major""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +402efb03-96f5-49ea-a3b7-4b0a6509c5ed,,USER,What is the maximum enrollment across all schools?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""max""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +7c53c545-98f7-424a-b3fe-768142656e8f,,USER,What are the first names of all students who are older than 20?,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":20}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +1344412e-b3d1-4277-97ac-eed5b117df56,,USER,what state is salem the capital of,"{""actions"":[{""actionType"":""condition"",""column"":""capital"",""operation"":""="",""value"":""'salem'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +8063ef1a-18a4-4f30-9a59-a164e57336df,,USER,What are the countries for each market ordered by decreasing number of cities?,"{""actions"":[{""actionType"":""sorting"",""column"":""Number_cities"",""direction"":""desc""}]}","[{""columns"":[""Market_ID"",""Country"",""Number_cities""],""name"":""market"",""type"":""grid""}]" +b052b576-fdc3-409b-894b-7c7f09623013,,USER,List the first name and birth date of all players from the country with code USA.,"{""actions"":[{""actionType"":""condition"",""column"":""country_code"",""operation"":""="",""value"":""USA""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +46f36305-d6f1-4d37-bbb0-dfa891a8612f,,USER,What are the dates that have the 5 highest cloud cover rates and what are the rates?,"{""actions"":[{""actionType"":""topFilter"",""column"":""cloud_cover"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +3e3587f8-b37f-482f-9c51-df75d02fbc9c,,USER,"return me all the organizations in "" North America "" .","{""actions"":[{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'North America'""}]}","[{""columns"":[""continent"",""homepage"",""name"",""oid""],""name"":""organization"",""type"":""grid""}]" +d545ae84-aa8f-418f-b882-e1b3c8cc493f,,USER,Return the hispanic percentage for cities in which the black percentage is greater than 10.,"{""actions"":[{""actionType"":""condition"",""column"":""Black"",""operation"":"">"",""value"":10}]}","[{""columns"":[""City_ID"",""County_ID"",""Name"",""White"",""Black"",""Amerindian"",""Asian"",""Multiracial"",""Hispanic""],""name"":""city"",""type"":""grid""}]" +875086c1-64d7-47db-b8e4-03da2eba1584,,USER,How many courses in total are listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""course_id"",""aggregation"":""count""}]}","[{""columns"":[""course_id"",""course_name"",""course_description"",""other_details""],""name"":""Courses"",""type"":""grid""}]" +6f9b8185-7b19-48ac-9892-832d2d37e22c,,USER,How many stores are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""store_id"",""aggregation"":""count""}]}","[{""columns"":[""store_id"",""manager_staff_id"",""address_id"",""last_update""],""name"":""store"",""type"":""grid""}]" +f3d71059-88c3-4537-9a41-c97e5293f70e,,USER,Find the name of the stadium that has the maximum capacity.,"{""actions"":[{""actionType"":""topFilter"",""column"":""capacity"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" +f9aa25d4-95cc-4544-b526-81a9cc166b4c,,USER,What is the mean product price for each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_category_code""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" +fc974f1c-3a72-495c-afb8-8e524ce1e575,,USER,Find the average fee on a CSU campus in 1996,"{""actions"":[{""actionType"":""aggregations"",""column"":""campusfee"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1996}]}","[{""columns"":[""Campus"",""Year"",""CampusFee""],""name"":""csu_fees"",""type"":""grid""}]" +d67f00c6-baa0-4bf4-abe2-b7232d306fc4,,USER,"Show the average amount of transactions with type code ""SALE"".","{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""transaction_type_code"",""operation"":""="",""value"":""'SALE'""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +c84a52d2-6dac-46cc-bafe-c13c67165518,,USER,"What are the first, middle, and last names of all individuals, ordered by last name?","{""actions"":[{""actionType"":""sorting"",""column"":""individual_last_name"",""direction"":""asc""}]}","[{""columns"":[""individual_id"",""individual_first_name"",""individual_middle_name"",""inidividual_phone"",""individual_email"",""individual_address"",""individual_last_name""],""name"":""Individuals"",""type"":""grid""}]" +c615beff-e0b2-4b0c-b574-11ae511757db,,USER,Who is the director of movie Avatar?,"{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""Avatar""}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" +e68bfd4d-f09c-462b-87e2-9389b161562f,,USER,"Find the names of all the products whose stock number starts with ""2"".","{""actions"":[{""actionType"":""condition"",""column"":""product_stock_number"",""operation"":""starts with"",""value"":""2""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" +ec7feb40-a242-472b-8ed1-30f00872c6f1,,USER,Find all the female actors from Austin,"{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Austin'""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""'female'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +e34500ca-10de-4ccb-89d6-b7543d2a3b20,,USER,how many cities are in texas,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +6bdf747f-94b9-49c2-befa-6de6fdfae1d1,,USER,"How many kids stay in the room DAMIEN TRACHSEL checked in on Sep 21, 2010?","{""actions"":[{""actionType"":""condition"",""column"":""CheckIn"",""operation"":""="",""value"":""'2010-09-21'""},{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'DAMIEN'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'TRACHSEL'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" +5529c6dd-3608-4ddf-b8ce-07a8c5783b5b,,USER,which state has the smallest average urban population,"{""actions"":[{""actionType"":""grouping"",""column"":""state_name""},{""actionType"":""topFilter"",""column"":""population"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +e4231131-712c-4b83-b9a6-9d26c04840ab,,USER,"What is the average quantities ordered with payment method code ""MasterCard"" on invoices?","{""actions"":[{""actionType"":""aggregations"",""column"":""Order_Quantity"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""payment_method_code"",""operation"":""="",""value"":""'MasterCard'""}]}","[{""columns"":[""Invoice_ID"",""Order_ID"",""payment_method_code"",""Product_ID"",""Order_Quantity"",""Other_Item_Details"",""Order_Item_ID""],""name"":""Invoices"",""type"":""grid""}]" +f737832e-ddbf-4dbf-b75b-fcdbd86d1090,,USER,Find the number of users called Michelle,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Michelle'""}]}","[{""columns"":[""uid"",""user_id"",""name""],""name"":""user"",""type"":""grid""}]" +b4d20384-b482-41cf-9623-f89a15deb022,,USER,"Show the advisors of the students whose city of residence has city code ""BAL"".","{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""="",""value"":""'BAL'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +e1914b5a-3d8e-4df2-93c3-88fd52b746f9,,USER,What is the name of the school with smallest enrollment size per state?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +050c06f1-18c2-4223-84f7-72b1f90967f3,,USER,How many distinct courses are enrolled in by students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""course_id"",""aggregation"":""count""}]}","[{""columns"":[""registration_id"",""student_id"",""course_id"",""date_of_enrolment"",""date_of_completion""],""name"":""Student_Course_Enrolment"",""type"":""grid""}]" +ba550016-4c21-41f9-9edf-cbe061fb680b,,USER,Identify the distinct statement ids for accounts and their respective account counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""STATEMENT_ID""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" +e73f2345-ca25-4242-91e3-148562c6e3df,,USER,What are the Package Options of the TV Channels whose series names are Sky Radio?,"{""actions"":[{""actionType"":""condition"",""column"":""series_name"",""operation"":""="",""value"":""'Sky Radio'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +409fd5d0-7ad5-469e-91c5-dcf081a7aaff,,USER,which states have cities named springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +e7f00559-d0c5-4cd4-9c65-707c24ebd393,,USER,What is the count of distinct employees with certificates?,"{""actions"":[{""actionType"":""aggregations"",""column"":""eid"",""aggregation"":""count""}]}","[{""columns"":[""eid"",""aid""],""name"":""certificate"",""type"":""grid""}]" +6d283f82-1ba4-4026-a52d-5505bb23fd9f,,USER,Count the number of invoices.,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" +ed3007a7-bbcf-4150-bcc3-3752bb0b3685,,USER,What is the type of the document whose description starts with the word 'Initial'?,"{""actions"":[{""actionType"":""condition"",""column"":""document_description"",""operation"":""starts with"",""value"":""Initial""}]}","[{""columns"":[""document_type_code"",""document_description""],""name"":""Document_Types"",""type"":""grid""}]" +953b00cd-00be-426e-9b16-b71254625c3d,,USER,what is the area of the state with the capital albany,"{""actions"":[{""actionType"":""condition"",""column"":""capital"",""operation"":""="",""value"":""'albany'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +5bed14b9-078a-4691-b3c4-83f9e9fbe591,,USER,Show location and name for all stadiums with a capacity between 5000 and 10000.,"{""actions"":[{""actionType"":""condition"",""column"":""capacity"",""operation"":"">="",""value"":5000},{""actionType"":""condition"",""column"":""capacity"",""operation"":""<="",""value"":10000}]}","[{""columns"":[""Stadium_ID"",""Location"",""Name"",""Capacity"",""Highest"",""Lowest"",""Average""],""name"":""stadium"",""type"":""grid""}]" +853b1f83-750d-4809-b73b-9477d190cb42,,USER,Give the average number of working horses on farms with more than 5000 total horses.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Working_Horses"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Total_Horses"",""operation"":"">"",""value"":5000}]}","[{""columns"":[""Farm_ID"",""Year"",""Total_Horses"",""Working_Horses"",""Total_Cattle"",""Oxen"",""Bulls"",""Cows"",""Pigs"",""Sheep_and_Goats""],""name"":""farm"",""type"":""grid""}]" +9e43609b-891f-4269-b0b0-4df86442800d,,USER,How many distinct locations are there for each school?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +bca1ba36-d2b6-41ce-a558-3dd739fbd404,,USER,How many different types of sports do we offer?,"{""actions"":[{""actionType"":""aggregations"",""column"":""sportname"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" +6408e3b6-7f6e-4f77-9a45-51b9a34b1c70,,USER,What are the names of the teachers whose hometown is not `` Little Lever Urban District '' ?,"{""actions"":[{""actionType"":""condition"",""column"":""hometown"",""operation"":""!="",""value"":""'little lever urban district'""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" +c4271980-6c5f-4d15-a376-a3c7c7c96834,,USER,What is the name of the ship with the largest tonnage?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Tonnage"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +7c8277f9-364b-42c2-ba85-1691588abb0d,,USER,"How many people live in Asia, and what is the largest GNP among them?","{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""sum""},{""actionType"":""aggregations"",""column"":""GNP"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Asia'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +6a50547b-e13b-425b-b5b9-9a8dc9437fd2,,USER,"What are the distinct reigns of wrestlers whose location is not ""Tokyo,Japan"" ?","{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""!="",""value"":""'Tokyo , Japan'""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" +9b0f7f1e-2fa0-4e5a-bed0-79db83ff00a8,,USER,What are the codes of all the courses that are located in room KLR209?,"{""actions"":[{""actionType"":""condition"",""column"":""class_room"",""operation"":""="",""value"":""KLR209""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +135dad2e-878f-4daa-b09e-a4903956f935,,USER,How many stores are there for each type of store?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Store_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Store_ID"",""Store_Name"",""Type"",""Area_size"",""Number_of_product_category"",""Ranking""],""name"":""store"",""type"":""grid""}]" +353a62fe-eecd-417b-9a17-2418afe0d9a8,,USER,Find the number of rooms with more than 50 capacity for each building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +029bd5d6-232b-4f51-b490-edcc57caced0,,USER,What is the decor of room Recluse and defiance?,"{""actions"":[{""actionType"":""condition"",""column"":""roomName"",""operation"":""="",""value"":""'Recluse and defiance'""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +344d6c19-74fb-429d-ae82-3d4404bc840d,,USER,How many faculty members are there per rank and gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +98fa68ab-9aac-40df-8219-62ea7bdcf071,,USER,What is maximum group equity shareholding of the companies?,"{""actions"":[{""actionType"":""aggregations"",""column"":""group_equity_shareholding"",""aggregation"":""max""}]}","[{""columns"":[""id"",""name"",""Type"",""Principal_activities"",""Incorporated_in"",""Group_Equity_Shareholding""],""name"":""operate_company"",""type"":""grid""}]" +288dc199-0440-426f-9b64-8bb58f3f6b1f,,USER,List names of all pilot aged 30 or younger in descending alphabetical order.,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":""<="",""value"":30},{""actionType"":""sorting"",""column"":""Name"",""direction"":""desc""}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" +bba802c0-626f-46ba-8cfe-bccf4f38e5c9,,USER,Identify the shop count for each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Shop_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" +663bad59-cbff-4c1d-80cd-a00e7d4444a7,,USER,"Return the different document IDs along with the number of paragraphs for each, ordered by ID.","{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""},{""actionType"":""sorting"",""column"":""document_id"",""direction"":""asc""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" +a8a98127-543c-4c47-b01f-bd7469c6c88e,,USER,"Find the name and access counts of all documents, in alphabetic order of the document name.","{""actions"":[{""actionType"":""sorting"",""column"":""document_name"",""direction"":""asc""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" +ff9517bf-833d-4692-a417-57b8ae3ec0a1,,USER,"Find the name, enrollment of the colleges whose size is bigger than 10000 and location is in state LA.","{""actions"":[{""actionType"":""condition"",""column"":""enr"",""operation"":"">"",""value"":10000},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""'LA'""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +60a5c11e-8dc7-4cec-bcb5-f3c94aece539,,USER,Show the number of documents.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +d2301ba1-6a94-4e23-a92d-ff73e652da13,,USER,Calculate the number of students in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" +06c5e1b0-28dc-4114-a6cb-7f5789ce172d,,USER,What are the names of the courses in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""course_name"",""direction"":""asc""}]}","[{""columns"":[""course_id"",""course_name"",""course_description"",""other_details""],""name"":""Courses"",""type"":""grid""}]" +139dc4ad-f605-4468-b75d-ed7d85a14a23,,USER,Present each industry and the associated number of companies.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Industry""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +e3559ace-0fa0-42ca-8312-1847cd6d839c,,USER,Show the case burden of counties in descending order of population.,"{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""desc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +9d88631f-4fdc-4368-a107-7adade4adc70,,USER,"Show the name, role code, and date of birth for the employee with name 'Armani'.","{""actions"":[{""actionType"":""condition"",""column"":""employee_Name"",""operation"":""="",""value"":""Armani""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" +743c6d05-2080-4a18-8529-1e36e4761df2,,USER,How many vehicles exist?,"{""actions"":[{""actionType"":""aggregations"",""column"":""vehicle_id"",""aggregation"":""count""}]}","[{""columns"":[""vehicle_id"",""vehicle_details""],""name"":""Vehicles"",""type"":""grid""}]" +7a63aeaa-0476-48d3-97c2-e77cc3f88624,,USER,Which of the mill names contains the french word 'Moulin'?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Moulin""}]}","[{""columns"":[""architect_id"",""id"",""location"",""name"",""type"",""built_year"",""notes""],""name"":""mill"",""type"":""grid""}]" +7190b479-5bf8-47b3-afed-8a49e68f8482,,USER,List the country codes where Spanish is the primary language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +605cd6b2-fe9c-4558-b400-2243c4a8d8ad,,USER,What are the details of the car with id 1?,"{""actions"":[{""actionType"":""condition"",""column"":""vehicle_id"",""operation"":""="",""value"":1}]}","[{""columns"":[""vehicle_id"",""vehicle_details""],""name"":""Vehicles"",""type"":""grid""}]" +0d014a61-a7e4-421b-8560-565962a9fee9,,USER,Count the number of companies.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +bc04e669-24d2-4427-aad6-d3b85e5db45a,,USER,What are the names of all campuses located at Chico?,"{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""="",""value"":""'Chico'""}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" +1162aeed-634a-4c8a-8789-5519c35d6371,,USER,List the 3 highest salaries of the players in 2001?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2001},{""actionType"":""topFilter"",""column"":""salary"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""year"",""team_id"",""league_id"",""player_id"",""salary""],""name"":""salary"",""type"":""grid""}]" +82c62217-c0cb-4690-8048-42703ed3911a,,USER,Show the party and the number of drivers in each party.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Driver_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""party""}]}","[{""columns"":[""Driver_ID"",""Name"",""Party"",""Home_city"",""Age""],""name"":""driver"",""type"":""grid""}]" +7fe117ad-746a-46c8-bf07-76fce4cfd050,,USER,what is the population in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +46c44072-65e8-4c0d-bb29-58b57fd1a5aa,,USER,What are the average prices of wines for different years?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +d4438ed7-c0bf-497d-9dba-cf52c375d20e,,USER,What is the zip code of the address in the city Port Chelsea?,"{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""Port Chelsea""}]}","[{""columns"":[""address_id"",""line_1"",""line_2"",""line_3"",""city"",""zip_postcode"",""state_province_county"",""country"",""other_address_details""],""name"":""Addresses"",""type"":""grid""}]" +41e77a45-49a7-4141-a229-ce5413af5220,,USER,How many orchestras does each record company manage?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Orchestra_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Record_Company""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" +03885ded-e982-4c08-a687-0f37beea6939,,USER,"In each country, how many airports exist?","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""id"",""City"",""Country"",""IATA"",""ICAO"",""name""],""name"":""airport"",""type"":""grid""}]" +90231ebf-a39c-4397-96ea-562efcea11d8,,USER,How many visitors below age 30 are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":30}]}","[{""columns"":[""ID"",""Name"",""Level_of_membership"",""Age""],""name"":""visitor"",""type"":""grid""}]" +89005789-5b57-4c83-9142-12a397abcbf3,,USER,What campuses opened between 1935 and 1939?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":1935},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":1939}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" +1c4a8c17-5a62-44d4-b90d-7e891f3831b8,,USER,Find the room number of the rooms which can sit 50 to 100 students and their buildings.,"{""actions"":[{""actionType"":""condition"",""column"":""capacity"",""operation"":"">="",""value"":50},{""actionType"":""condition"",""column"":""capacity"",""operation"":""<="",""value"":100}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +e064bdc5-77fb-41e4-9996-e1533341bf2a,,USER,Which restaurants have highest rating? List the restaurant name and its rating.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Rating"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ResID"",""ResName"",""Address"",""Rating""],""name"":""Restaurant"",""type"":""grid""}]" +c3211f48-31a3-4f65-92a3-55bd592bc67c,,USER,List the dates of debates with number of audience bigger than 150,"{""actions"":[{""actionType"":""condition"",""column"":""Num_of_Audience"",""operation"":"">"",""value"":150}]}","[{""columns"":[""Debate_ID"",""Date"",""Venue"",""Num_of_Audience""],""name"":""debate"",""type"":""grid""}]" +e707b93b-1dcd-49e4-af09-9f2b8647b7e9,,USER,What are the enrollment and primary conference for the university which was founded the earliest?,"{""actions"":[{""actionType"":""topFilter"",""column"":""founded"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +a7d7a918-6f3b-4c93-acd3-6c7631bd2e19,,USER,List the names of technicians in ascending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""asc""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" +e52461d8-aa1e-47ab-91b1-e434657623d2,,USER,Find the number of matches happened in each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +aa3d8f6e-9ee1-43f8-83df-b5d6beba948d,,USER,how many major cities are in texas,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +426f723f-ad54-4bcf-8553-e348fec6e764,,USER,How many constructors are there for each nationality?,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""nationality""}]}","[{""columns"":[""constructorId"",""constructorRef"",""name"",""nationality"",""url""],""name"":""constructors"",""type"":""grid""}]" +d745cb84-5efe-4fb9-995c-2e591df0b13e,,USER,What are the campuses that opened in 1958?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1958}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" +f366309e-4392-4798-9ee2-145a79329b75,,USER,Count the number of distinct artists who have volumes.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" +922a8a07-3aae-41f5-8fb5-08a6c93fce67,,USER,which state border kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +44dca223-43c4-49ee-8ab0-ffb5b26a2b56,,USER,Show the detail of vehicle with id 1.,"{""actions"":[{""actionType"":""condition"",""column"":""vehicle_id"",""operation"":""="",""value"":1}]}","[{""columns"":[""vehicle_id"",""vehicle_details""],""name"":""Vehicles"",""type"":""grid""}]" +f94421cd-ceec-49f3-a8e5-ffd0af3f11b7,,USER,What is the mean highest temperature for each day of the week?,"{""actions"":[{""actionType"":""aggregations"",""column"":""high_temperature"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""day_of_week""}]}","[{""columns"":[""station_id"",""day_of_week"",""high_temperature"",""low_temperature"",""precipitation"",""wind_speed_mph""],""name"":""weekly_weather"",""type"":""grid""}]" +4f74d853-8e39-47ac-b18f-c33cb8c11605,,USER,What are the unique block codes that have available rooms?,"{""actions"":[{""actionType"":""condition"",""column"":""unavailable"",""operation"":""="",""value"":0}]}","[{""columns"":[""RoomNumber"",""RoomType"",""BlockFloor"",""BlockCode"",""Unavailable""],""name"":""Room"",""type"":""grid""}]" +179d3ea0-7150-4d70-b33e-ab35ea5147d4,,USER,Display order ids and the invoice count for each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" +c4dacea9-4ce7-4d67-b307-6a618dfb2255,,USER,"List total amount of invoice from Chicago, IL.","{""actions"":[{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""billing_city"",""operation"":""="",""value"":""'Chicago'""},{""actionType"":""condition"",""column"":""billing_state"",""operation"":""="",""value"":""'IL'""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +63a4edc4-89b1-41b9-ad76-ba858690b201,,USER,List the votes of elections in descending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Votes"",""direction"":""desc""}]}","[{""columns"":[""Election_ID"",""Representative_ID"",""Date"",""Votes"",""Vote_Percent"",""Seats"",""Place""],""name"":""election"",""type"":""grid""}]" +9590853c-c84e-4751-8566-e7bfae9f953c,,USER,How many people live in Gelderland district?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""District"",""operation"":""="",""value"":""'Gelderland'""}]}","[{""columns"":[""ID"",""Name"",""CountryCode"",""District"",""Population""],""name"":""city"",""type"":""grid""}]" +e854c27e-c60a-4cea-8a07-2bf928c4c269,,USER,Show the average age for male and female students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +6633507b-4ddd-41bb-b634-57153ac755b0,,USER,"Determine average product prices, grouped by manufacturer code.","{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Manufacturer""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +d5bd75f8-1d4f-4d3e-8e9c-e7a87f275db2,,USER,how many citizens live in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +0de23b7d-3b5e-4cdd-b482-f58378782d67,,USER,Return the average money requested across all entrepreneurs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Money_Requested"",""aggregation"":""avg""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" +979796ec-72a8-4e2a-a68c-020617c61de2,,USER,Count the number of different countries that climbers are from.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Country"",""aggregation"":""count""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +2f8dfb98-b06f-45a9-bfff-ab5f6ed3221c,,USER,How many universities have a location that contains NY?,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""contains"",""value"":""NY""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +ac172d6b-6f92-406e-86cc-79b96f07e3cf,,USER,"List every individual's first name, middle name and last name in alphabetical order by last name.","{""actions"":[{""actionType"":""sorting"",""column"":""individual_last_name"",""direction"":""asc""}]}","[{""columns"":[""individual_id"",""individual_first_name"",""individual_middle_name"",""inidividual_phone"",""individual_email"",""individual_address"",""individual_last_name""],""name"":""Individuals"",""type"":""grid""}]" +4f271eea-2b97-4823-a510-828cbc413864,,USER,List the text of all tweets in the order of date.,"{""actions"":[{""actionType"":""sorting"",""column"":""createdate"",""direction"":""asc""}]}","[{""columns"":[""id"",""uid"",""text"",""createdate""],""name"":""tweets"",""type"":""grid""}]" +e266fb43-b343-4e20-884b-cfc40b8f0eb8,,USER,How many female people are older than 30 in our record?,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""is_male"",""operation"":""="",""value"":""F""},{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":30}]}","[{""columns"":[""People_ID"",""Name"",""Country"",""Is_Male"",""Age""],""name"":""people"",""type"":""grid""}]" +e587316d-940e-4d34-98eb-1bebf2b56015,,USER,what are the names of the major cities in kansas,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kansas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +db47bd57-3998-4c6d-8e81-c27d3ac78898,,USER,"display the full name (first and last), hire date, salary, and department number for those employees whose first name does not containing the letter M and make the result set in ascending order by department number.","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""not contains"",""value"":""M""},{""actionType"":""sorting"",""column"":""department_id"",""direction"":""asc""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +7784d708-4f1b-4455-9cde-e71fc64a53d7,,USER,Calculate the average age and the number of male students in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Denomination""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +ac9ef59f-24a8-4a32-b165-7b9408256af2,,USER,Calculate the total rating ratio for each channel owner.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rating_in_percent"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""OWNER""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +021fb899-c189-4509-a3e8-5bda59277c6f,,USER,List email address and birthday of customer whose first name as Carole.,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Carole'""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +339a9f82-4a36-4d8e-8dae-d5baffaa816f,,USER,Find the average number of staff working for the museums that were open before 2009.,"{""actions"":[{""actionType"":""aggregations"",""column"":""num_of_staff"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":2009}]}","[{""columns"":[""Museum_ID"",""Name"",""Num_of_Staff"",""Open_Year""],""name"":""museum"",""type"":""grid""}]" +0654b68a-f364-443e-92bb-73f2ae8edb01,,USER,What are the top three apartment types in terms of the average room count? Give me the,"{""actions"":[{""actionType"":""grouping"",""column"":""apt_type_code""},{""actionType"":""topFilter"",""column"":""room_count"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" +3148ff8d-7ec8-4819-844f-90eed30b5f9a,,USER,Return the description of the document type name 'Film'.,"{""actions"":[{""actionType"":""condition"",""column"":""document_type_name"",""operation"":""="",""value"":""'Film'""}]}","[{""columns"":[""Document_Type_Code"",""Document_Type_Name"",""Document_Type_Description""],""name"":""Ref_Document_Types"",""type"":""grid""}]" +480ed513-efa0-4d44-9add-224142b76ce1,,USER,What are the ids of the students who registered for course 301 most recently?,"{""actions"":[{""actionType"":""condition"",""column"":""course_id"",""operation"":""="",""value"":301},{""actionType"":""topFilter"",""column"":""date_of_attendance"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""student_id"",""course_id"",""date_of_attendance""],""name"":""Student_Course_Attendance"",""type"":""grid""}]" +995f1604-94a4-491f-848e-a08381237b60,,USER,List the types of competition and the number of competitions of each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Competition_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Competition_type""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" +1ddb609b-c24f-44de-bfee-7fe0ad5a663a,,USER,"How many actors were born in "" Los Angeles "" after 2000 ?","{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""birth_year"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +5de40f6c-8a91-48c6-86ef-9a3a547b0801,,USER,How many entrepreneurs correspond to each investor?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Investor""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" +dbcee713-ace5-4336-a60f-bcc7af9eea06,,USER,What is the average price range of hotels for each each star rating code?,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""star_rating_code""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +62d16bcd-3c16-4cfe-b898-ab87217440b0,,USER,List all directors along with the number of films directed by each director.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""directed_by""}]}","[{""columns"":[""Film_ID"",""Rank_in_series"",""Number_in_season"",""Title"",""Directed_by"",""Original_air_date"",""Production_code""],""name"":""film"",""type"":""grid""}]" +950edd72-e63e-48d3-b90d-9bf464c360b2,,USER,"What are all of the products whose name includes the substring ""Scanner""?","{""actions"":[{""actionType"":""condition"",""column"":""product"",""operation"":""contains"",""value"":""Scanner""}]}","[{""columns"":[""product_id"",""product"",""dimensions"",""dpi"",""pages_per_minute_color"",""max_page_size"",""interface""],""name"":""product"",""type"":""grid""}]" +c44a4661-8ef2-4816-8f96-adee7fb64242,,USER,What is the code of each role and the number of employees in each role?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""role_code""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" +172a18f4-3c70-4f79-ada2-894f3f94644d,,USER,Count the number of players who enter hall of fame for each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""yearid""}]}","[{""columns"":[""player_id"",""yearid"",""votedby"",""ballots"",""needed"",""votes"",""inducted"",""category"",""needed_note""],""name"":""hall_of_fame"",""type"":""grid""}]" +01ad72ff-b50a-4796-861a-9785efab7da0,,USER,How many type of jobs do they have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""job"",""aggregation"":""count""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +1c63eb1e-903e-4763-80e6-30d6a83d2483,,USER,Find the grade taught in classroom 103.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":103}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +e8bdfebe-5448-432d-ae65-e2dc9b9155fc,,USER,What are the ids of all students who have advisor number 1121?,"{""actions"":[{""actionType"":""condition"",""column"":""Advisor"",""operation"":""="",""value"":1121}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +6b397631-191b-4d86-babf-74b8e1a61db6,,USER,Show the names and main services for train stations that have the top three total number of passengers.,"{""actions"":[{""actionType"":""topFilter"",""column"":""total_passengers"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" +4a503979-6480-44b9-a565-14e4ed78da68,,USER,List all countries of markets in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Country"",""direction"":""asc""}]}","[{""columns"":[""Market_ID"",""Country"",""Number_cities""],""name"":""market"",""type"":""grid""}]" +3fec0aec-2bae-4293-80ea-06f2bbcd17eb,,USER,Show all buildings and the number of faculty members associated with each building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +f655c4c2-ef85-4e56-bd3c-d45b8adffb51,,USER,Find the entry name of the catalog with the highest price (in USD).,"{""actions"":[{""actionType"":""topFilter"",""column"":""price_in_dollars"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" +1c3ad049-7970-4482-9eb1-6ebe61bb710b,,USER,What are the names for the 3 branches that have the most memberships?,"{""actions"":[{""actionType"":""topFilter"",""column"":""membership_amount"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" +9eedab1e-6677-4152-8bb8-1c53671828d7,,USER,What is the version number and template type code for the template with version number later than 5?,"{""actions"":[{""actionType"":""condition"",""column"":""version_number"",""operation"":"">"",""value"":5}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" +9821e5b5-d24d-46cd-b7a2-7a39e579068a,,USER,What are the different parties of representative? Show the party name and the number of representatives in each party.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Representative_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Party""}]}","[{""columns"":[""Representative_ID"",""Name"",""State"",""Party"",""Lifespan""],""name"":""representative"",""type"":""grid""}]" +ec1d62cb-a2a4-4e9e-89be-da9e927bb29d,,USER,What is the total number of credits offered by each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_credit"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" +eb66ca22-96d0-4eb0-93c7-e7af134b7a6b,,USER,what is the density of the wyoming,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'wyoming'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +c2759c00-0d78-4543-a1ac-2cc178882108,,USER,Find the total capacity of all dorms.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_capacity"",""aggregation"":""sum""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" +61d388d4-0d7d-472e-b888-7bd5fd6e7705,,USER,Find the first name of students living in city PHL whose age is between 20 and 25.,"{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""="",""value"":""PHL""},{""actionType"":""condition"",""column"":""age"",""operation"":"">="",""value"":20},{""actionType"":""condition"",""column"":""age"",""operation"":""<="",""value"":25}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +95e728dc-bfad-454d-b738-ee0b0e123e23,,USER,Find the name of the students and their department names sorted by their total credits in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""tot_cred"",""direction"":""asc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" +c61eca71-a75f-4612-9b30-249b5017ef60,,USER,How many distinct artists have volumes?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" +bf79ed51-9f7d-4d28-9a7b-b298f77ee991,,USER,Sort all captain names by their ages from old to young.,"{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +40db5878-1541-40df-9a66-817c811e5ebc,,USER,"What are the names, headquarters and revenues for manufacturers, sorted by revenue descending?","{""actions"":[{""actionType"":""sorting"",""column"":""revenue"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +71c31ee2-2132-4be5-8f5a-8caa7391ebe8,,USER,What is the winery at which the wine with the highest score was made?,"{""actions"":[{""actionType"":""topFilter"",""column"":""SCORE"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +2e86526b-a1a5-4287-b33c-bc00fdb809e7,,USER,Find the total number of reviews written in March,"{""actions"":[{""actionType"":""aggregations"",""column"":""text"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""MONTH"",""operation"":""="",""value"":""'March'""}]}","[{""columns"":[""rid"",""business_id"",""user_id"",""rating"",""text"",""year"",""month""],""name"":""review"",""type"":""grid""}]" +fdca1894-ecf7-4bb0-b66e-b25a35028e62,,USER,Display locations with total platform and passenger counts for all train stations.,"{""actions"":[{""actionType"":""aggregations"",""column"":""number_of_platforms"",""aggregation"":""sum""},{""actionType"":""aggregations"",""column"":""total_passengers"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" +9db394bc-9dbd-47fe-b7e4-5c5d7a08c36b,,USER,Show each location and the number of cinemas there.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Cinema_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Cinema_ID"",""Name"",""Openning_year"",""Capacity"",""Location""],""name"":""cinema"",""type"":""grid""}]" +634e87bc-95cc-4ae4-bfb2-2f83fa8c8ca6,,USER,Eduardo Martins is a customer at which company?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Eduardo'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Martins'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" +ab8aaadb-1f32-4622-a467-69a86a0fd9ae,,USER,How many students are enrolled in each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" +40737274-a4c9-417b-97ee-28634d131e47,,USER,"List the full name (first and last name), and salary for those employees who earn below 6000.","{""actions"":[{""actionType"":""condition"",""column"":""salary"",""operation"":""<"",""value"":6000}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +c8d2cf20-fcf6-473d-9df9-2dc3eb5c6fa1,,USER,What are the number of different course codes?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_code"",""aggregation"":""count""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +14007bd8-81cb-4ac7-af33-dba8ce986a67,,USER,How many counties are there in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_Id"",""aggregation"":""count""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" +e3c0f47a-38c5-45dd-beac-eb11c05aa7c1,,USER,How many body builders are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Body_Builder_ID"",""aggregation"":""count""}]}","[{""columns"":[""Body_Builder_ID"",""People_ID"",""Snatch"",""Clean_Jerk"",""Total""],""name"":""body_builder"",""type"":""grid""}]" +7f9e6d16-7037-4853-b8d5-061a1af68e52,,USER,Find the buildings which have rooms with capacity more than 50.,"{""actions"":[{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +633315d5-24bb-4912-8ecf-5ab82a921e83,,USER,Find the count of IT Staff employees in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""IT Staff""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +8682ca6b-24a0-4004-a6c4-6012b43b4ff6,,USER,What is the name of the event that happened in the most recent year?,"{""actions"":[{""actionType"":""topFilter"",""column"":""YEAR"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""Name"",""Stadium_ID"",""Year""],""name"":""event"",""type"":""grid""}]" +2c66ab0b-2ea6-438a-be4b-e450d311f301,,USER,What are the names of all cartoons directed by Ben Jones?,"{""actions"":[{""actionType"":""condition"",""column"":""Directed_by"",""operation"":""="",""value"":""'Ben Jones'""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" +609395ef-8e4b-4a5c-a013-40c87251c934,,USER,Find the name and email of the users who have more than 1000 followers.,"{""actions"":[{""actionType"":""condition"",""column"":""followers"",""operation"":"">"",""value"":1000}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" +3255e1f5-447a-4fb9-83f1-0d839b0fc3e1,,USER,"Show all artist name, age, and country ordered by the yeared they joined.","{""actions"":[{""actionType"":""sorting"",""column"":""Year_Join"",""direction"":""asc""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" +cf68d5fb-3727-463b-8f7a-81d2019219cb,,USER,Compute the mean price for each product category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_type_code""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +0bcf2cc6-e1d7-4b1f-b787-4c2f2650761b,,USER,"Return the lowest version number, along with its corresponding template type code.","{""actions"":[{""actionType"":""aggregations"",""column"":""Version_Number"",""aggregation"":""min""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" +a9183aa1-79c8-4d58-9c74-9aaca8f4ed36,,USER,What are the numbers of the shortest flights?,"{""actions"":[{""actionType"":""topFilter"",""column"":""distance"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +90fc60b8-224e-4a7e-959d-e322986e3ae5,,USER,"What is the product category description and unit of measurement of category ""Herbs""?","{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Herbs'""}]}","[{""columns"":[""product_category_code"",""product_category_description"",""unit_of_measure""],""name"":""Ref_Product_Categories"",""type"":""grid""}]" +f0083988-814b-43c8-ba78-e9c35f4fe7ac,,USER,What are the first names of students studying in room 107?,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":107}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +7b28054a-f514-4a15-9eb4-524ad392d7f3,,USER,give me the cities in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +4b86701e-de8f-446f-be55-c33a1bf3d034,,USER,How many Starbucks are there in Dallas Texas ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""business_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Dallas'""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Starbucks'""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""'Texas'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" +f1558fdd-6ebe-432f-a691-83e7e3628a9c,,USER,"Find all the female actors born in "" New York City "" after 1980","{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'New York City'""},{""actionType"":""condition"",""column"":""birth_year"",""operation"":"">"",""value"":1980},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""'female'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +ba2fd78a-98af-44e3-8c6c-76bf7530dd1c,,USER,How many entrepreneurs correspond to each investor?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Investor""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" +3b019193-e60e-4c2d-b2b4-ac654ed31fc9,,USER,what are the major cities of the us,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +9d0287fc-c131-4f72-b05b-f5a2fbd0d31f,,USER,What is the id of the reviewer named Daniel Lewis?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Daniel Lewis'""}]}","[{""columns"":[""rID"",""name""],""name"":""Reviewer"",""type"":""grid""}]" +901aa30e-d837-40e9-ad48-b575917b34d9,,USER,What is the department description for the one whose name has the word computer?,"{""actions"":[{""actionType"":""condition"",""column"":""department_name"",""operation"":""contains"",""value"":""computer""}]}","[{""columns"":[""department_id"",""department_name"",""department_description"",""other_details""],""name"":""Departments"",""type"":""grid""}]" +d9f062e4-ae03-40fa-af13-fdc5e13ef092,,USER,Count the players from each nation.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_code""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +9210c69a-3b2b-4b17-b684-f92c739b643d,,USER,Which tourist attractions can we get to by bus? Tell me the names of the attractions.,"{""actions"":[{""actionType"":""condition"",""column"":""How_to_Get_There"",""operation"":""="",""value"":""'bus'""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" +18ddb943-eebd-4336-807c-dbe335c9abf7,,USER,How many friends does each student have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""friend_id""],""name"":""Friend"",""type"":""grid""}]" +b3567d23-0c47-40e6-a834-b063e3e6ab84,,USER,Show the id of each employee and the number of authorized document destructions for each employee.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""gameid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" +6f244b81-2f21-4f71-b670-8a17af58ac9e,,USER,What are the names of all wines produced in 2008?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":""'2008'""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +0cfd8e02-b856-4608-959d-c59df1ae1fb8,,USER,How many movies were produced in the year 2013 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""title"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""release_year"",""operation"":""="",""value"":2013}]}","[{""columns"":[""mid"",""title"",""release_year"",""title_aka"",""budget""],""name"":""movie"",""type"":""grid""}]" +9e674b34-f03d-4b33-a572-950aacd88f65,,USER,Find the types and details for all premises and order by the premise type.,"{""actions"":[{""actionType"":""sorting"",""column"":""premises_type"",""direction"":""asc""}]}","[{""columns"":[""premise_id"",""premises_type"",""premise_details""],""name"":""Premises"",""type"":""grid""}]" +4f3d52f6-b10f-4f69-806e-3608c6645815,,USER,Count the number of customers who are active.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""active"",""operation"":""="",""value"":""1""}]}","[{""columns"":[""customer_id"",""store_id"",""first_name"",""last_name"",""email"",""address_id"",""active"",""create_date"",""last_update""],""name"":""customer"",""type"":""grid""}]" +85f691cd-a3f1-4dbf-93ef-6ccb686bd7b3,,USER,show major cities in kansas,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kansas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +a3fab11b-fa4d-4b13-a863-512c447e7a30,,USER,Give the songs included in volumes that have more than 1 week on top.,"{""actions"":[{""actionType"":""condition"",""column"":""Weeks_on_Top"",""operation"":"">"",""value"":1}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" +9fd8f41c-2f74-4077-981e-e65f59204633,,USER,What is the first and last name of all the German drivers?,"{""actions"":[{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""'German'""}]}","[{""columns"":[""driverId"",""driverRef"",""number"",""code"",""forename"",""surname"",""dob"",""nationality"",""url""],""name"":""drivers"",""type"":""grid""}]" +a91c1a64-0bfc-4c98-83b0-c3a1206476db,,USER,How many students are age 18?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""="",""value"":18}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +72981dc3-4e56-415a-8bbb-4eb834fbcbfd,,USER,How many entrepreneurs are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""count""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" +15555b60-7bdd-4982-b51e-7ee22305807f,,USER,"Of all the claims, what was the earliest date when any claim was made?","{""actions"":[{""actionType"":""topFilter"",""column"":""Date_Claim_Made"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" +e7ed6eca-f87b-4b62-b86a-32b090a8fa62,,USER,Which grade is studying in classroom 103?,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":103}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +77f3375e-f50e-40d2-a5fd-b3c670642888,,USER,What is the number of players who have points less than 30 for each position?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""points"",""operation"":""<"",""value"":30},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +28f010c4-d7fc-4020-8a55-f8244e9fed7f,,USER,"Count the number of invoices from the US, grouped by state.","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""billing_country"",""operation"":""="",""value"":""'USA'""},{""actionType"":""grouping"",""column"":""billing_state""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +bc26dcd4-72e7-4ad0-b993-bbb869510fb0,,USER,Find the number of employees of each gender whose salary is lower than 50000.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Fname"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""salary"",""operation"":""<"",""value"":50000},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""Fname"",""Minit"",""Lname"",""Ssn"",""Bdate"",""Address"",""Sex"",""Salary"",""Super_ssn"",""Dno""],""name"":""employee"",""type"":""grid""}]" +570a6930-35a8-4bf3-ae78-c901d201bc1d,,USER,How many transcripts are released?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transcript_id"",""aggregation"":""count""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" +63d8f340-de60-4058-9524-91976a030efe,,USER,Count the number of customers who hold an account.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +1bb4c3b9-b603-4f44-973c-910fb959fdcb,,USER,Who directed Avatar?,"{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""Avatar""}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" +30ac6945-00d1-4d93-950c-900055dfbe6a,,USER,"return me the number of citations of "" Making database systems usable "" in each year .","{""actions"":[{""actionType"":""aggregations"",""column"":""citation_num"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" +2115bb7e-019b-4f2b-982f-8a7af6f8416b,,USER,"Show the short names of the buildings managed by ""Emma"".","{""actions"":[{""actionType"":""condition"",""column"":""building_manager"",""operation"":""="",""value"":""'Emma'""}]}","[{""columns"":[""building_id"",""building_short_name"",""building_full_name"",""building_description"",""building_address"",""building_manager"",""building_phone""],""name"":""Apartment_Buildings"",""type"":""grid""}]" +52f83014-b415-4de2-a4b5-6736c1a4fe2a,,USER,return the smallest salary for every departments.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +cb5d1579-5537-4c99-8c17-d18d67f17d17,,USER,"When was "" Kevin Spacey "" born ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'actor_name0'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +72a34567-9409-4910-8df9-230ec4c205c9,,USER,Calculate the total revenue generated by each manufacturer.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +0089d138-291d-44c4-951b-bca5cf663b31,,USER,Determine the count of music festivals in every category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Category""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" +f074ca26-b34b-4965-afc2-d74b40017083,,USER,Identify distinct card type codes and the count of customers holding each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""card_type_code""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" +0bf3aa83-3bf2-40d3-b983-8707c7f933fc,,USER,When did the first staff for the projects started working?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_from"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" +dcb05242-1646-436c-84c8-a24f97b2070d,,USER,"Give the name, population, and head of state for the country that has the largest area.","{""actions"":[{""actionType"":""topFilter"",""column"":""SurfaceArea"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +35053db3-753a-4a16-8f9b-09485407e02f,,USER,What is the content of the series Sky Radio?,"{""actions"":[{""actionType"":""condition"",""column"":""series_name"",""operation"":""="",""value"":""'Sky Radio'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +2fdf99ff-1883-4121-a841-749ee636f7eb,,USER,Calculate the total number of students in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" +dbeef15d-8ba1-46ac-ba6e-9cc912de5711,,USER,How many customers are from California?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""'CA'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" +f0235ac0-896d-4b30-b983-433c3d04c750,,USER,How many dorms have amenities?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dormid"",""aggregation"":""count""}]}","[{""columns"":[""dormid"",""amenid""],""name"":""Has_amenity"",""type"":""grid""}]" +e1484746-ffff-4fb2-a922-fff5de94f29f,,USER,Present all primary industries and their total market values.,"{""actions"":[{""actionType"":""aggregations"",""column"":""market_value"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""main_industry""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +e1679634-e584-4917-a9a5-78a194aa7c96,,USER,How many gas companies are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +2d48387b-1f54-4d25-8204-9541ac7bb39d,,USER,Give the mean GNP and total population of nations which are considered US territory.,"{""actions"":[{""actionType"":""aggregations"",""column"":""GNP"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""population"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""GovernmentForm"",""operation"":""="",""value"":""'US Territory'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +775f8428-6720-4d82-b059-a897c6b2ecb3,,USER,What is the description of the restaurant type Sandwich?,"{""actions"":[{""actionType"":""condition"",""column"":""ResTypeName"",""operation"":""="",""value"":""'Sandwich'""}]}","[{""columns"":[""ResTypeID"",""ResTypeName"",""ResTypeDescription""],""name"":""Restaurant_Type"",""type"":""grid""}]" +ad3fd74e-fcb8-417c-aaf6-18d0ac3f2b81,,USER,Show all allergies with type food.,"{""actions"":[{""actionType"":""condition"",""column"":""allergytype"",""operation"":""="",""value"":""'food'""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" +b21aac24-d708-4c76-8184-ac0abd6fc507,,USER,what are the major rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +6ff12f80-c7ab-4188-85b4-b3d94db71415,,USER,Show the order IDs and the quantity of each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_quantity"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +1d1757f5-b6c8-465f-a518-b6a13adb56ee,,USER,How old is the youngest person for each job?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +572e0627-6d42-4dc8-bd79-43a19e919f0d,,USER,Count the number of accounts corresponding to each customer id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +144afc17-7614-4583-bb3b-05a6f277ede4,,USER,Count the number of party events.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Event_ID"",""aggregation"":""count""}]}","[{""columns"":[""Event_ID"",""Event_Name"",""Party_ID"",""Member_in_charge_ID""],""name"":""party_events"",""type"":""grid""}]" +2e14b554-13d7-46de-b99d-c376d2745af7,,USER,What details are there on the research staff? List the result in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""staff_details"",""direction"":""asc""}]}","[{""columns"":[""staff_id"",""employer_organisation_id"",""staff_details""],""name"":""Research_Staff"",""type"":""grid""}]" +09a089bc-dad3-4118-ba35-0493cc13bd12,,USER,How many users are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""uid"",""aggregation"":""count""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" +6f17adf1-9fa4-43d9-a119-c212a0046726,,USER,What are the manager name and district of the shop that sells the largest number of products?,"{""actions"":[{""actionType"":""topFilter"",""column"":""number_products"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" +49129218-fe35-4aeb-9a7c-5863786db344,,USER,How many items in inventory does store 1 have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""inventory_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""store_id"",""operation"":""="",""value"":1}]}","[{""columns"":[""inventory_id"",""film_id"",""store_id"",""last_update""],""name"":""inventory"",""type"":""grid""}]" +0fdf84ce-477a-4c90-a25d-bbaa9ec45c57,,USER,"Return the number of customers who have at least one order with ""Cancelled"" status.","{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""order_status"",""operation"":""="",""value"":""'Cancelled'""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""order_date"",""order_details""],""name"":""Customer_Orders"",""type"":""grid""}]" +41dc479b-8692-4ba5-8d86-82e2c8849d47,,USER,Find the number of tweets in record.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""}]}","[{""columns"":[""id"",""uid"",""text"",""createdate""],""name"":""tweets"",""type"":""grid""}]" +20bedd19-80f7-418e-9e6b-6429213657ed,,USER,What is total amount claimed summed across all the claims?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Amount_Claimed"",""aggregation"":""sum""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" +cb8de35f-3c45-4a4e-b620-5149f477b6a5,,USER,Find the number of different cities that employees live in.,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""}]}","[{""columns"":[""EmployeeId"",""LastName"",""FirstName"",""Title"",""ReportsTo"",""BirthDate"",""HireDate"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email""],""name"":""Employee"",""type"":""grid""}]" +1e33b910-6b4b-488b-b56d-b11b438f7594,,USER,Find the average number of customers cross all banks.,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""avg""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +28d454c1-70d0-4c67-8ec2-953a3d00da18,,USER,Show the first name and last name for all the instructors.,"{""actions"":[{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Instructor'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +c1200749-71db-4b97-9d69-7604147510a0,,USER,How many distinct nationalities are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Nationality"",""aggregation"":""count""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" +aef45cbd-a8f3-4269-994a-75084a826f6c,,USER,List document type codes and the number of documents in each code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_type_code""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +9450b36c-eba2-42e0-a00a-c13caca818d1,,USER,What is the list of program origins ordered alphabetically?,"{""actions"":[{""actionType"":""sorting"",""column"":""origin"",""direction"":""asc""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" +c643e1f9-2a52-4fe2-8d8c-575c806a50d9,,USER,How many film are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" +1742305a-8cf2-4f1c-8af6-74f93ecaae69,,USER,What is the average number of employees of the departments whose rank is between 10 and 15?,"{""actions"":[{""actionType"":""aggregations"",""column"":""num_employees"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""ranking"",""operation"":"">="",""value"":10},{""actionType"":""condition"",""column"":""ranking"",""operation"":""<="",""value"":15}]}","[{""columns"":[""Department_ID"",""Name"",""Creation"",""Ranking"",""Budget_in_Billions"",""Num_Employees""],""name"":""department"",""type"":""grid""}]" +8b6811db-d77c-4d3e-9e4c-fa075e84c05d,,USER,Find the distinct number of president votes.,"{""actions"":[{""actionType"":""aggregations"",""column"":""President_Vote"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""Registration_Date"",""Election_Cycle"",""President_Vote"",""Vice_President_Vote"",""Secretary_Vote"",""Treasurer_Vote"",""Class_President_Vote"",""Class_Senator_Vote""],""name"":""Voting_record"",""type"":""grid""}]" +41c873bd-6329-4c1e-9503-111ed0e9ab20,,USER,What are the themes of parties ordered by the number of hosts in ascending manner?,"{""actions"":[{""actionType"":""sorting"",""column"":""Number_of_hosts"",""direction"":""asc""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" +b63c29a1-1bb8-41ee-8d28-37b003b97bf4,,USER,Identify city statuses and their respective average populations.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" +21de045f-4217-46dd-ae74-dadcb882f7e9,,USER,Find the id and star rating of each hotel and sort them in increasing order of price.,"{""actions"":[{""actionType"":""sorting"",""column"":""price_range"",""direction"":""asc""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +1c4fe70e-6af0-4ce5-92bd-161f42802901,,USER,Present distinct nationalities along with the count of journalists from each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""journalist_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""journalist_ID"",""Name"",""Nationality"",""Age"",""Years_working""],""name"":""journalist"",""type"":""grid""}]" +b5a627e6-ec69-4ade-954a-553327a5bbc5,,USER,"How many rooms cost more than 120, categorized by decor type?","{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":120},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +fbb42d78-eb33-4dfb-a5f9-e6e8212eea02,,USER,In which year did the most recent crime happen?,"{""actions"":[{""actionType"":""aggregations"",""column"":""YEAR"",""aggregation"":""max""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" +24712a0c-b046-44c7-9403-5c6426d471a8,,USER,Find the number of distinct gender for dorms.,"{""actions"":[{""actionType"":""aggregations"",""column"":""gender"",""aggregation"":""count""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" +c357ae26-8b46-4173-8ac2-f07c8f8e6f7b,,USER,Count the number of candidates.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Candidate_ID"",""aggregation"":""count""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" +aa56eda5-541f-4103-9762-2cdb82c9097a,,USER,Determine the maximum acceleration for various cylinder counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Accelerate"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Cylinders""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +a6e1838a-421a-4f47-9b1d-8479923b0346,,USER,How many sections are in each course?,"{""actions"":[{""actionType"":""aggregations"",""column"":""CLASS_CODE"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""crs_code""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +f0eec39c-ba81-4d65-aa66-5151302d92d6,,USER,How many departments offer courses?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" +09b128d1-cf68-4f34-aa24-21f3d1694655,,USER,Find the name of the most expensive hardware product.,"{""actions"":[{""actionType"":""condition"",""column"":""product_type_code"",""operation"":""="",""value"":""Hardware""},{""actionType"":""topFilter"",""column"":""product_price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +a35d0c4e-010c-4829-9f14-8d98eb19468d,,USER,Find the average checking balance.,"{""actions"":[{""actionType"":""aggregations"",""column"":""balance"",""aggregation"":""avg""}]}","[{""columns"":[""custid"",""balance""],""name"":""CHECKING"",""type"":""grid""}]" +74e8ecfd-f9ad-4b23-af16-3e858d9af8d9,,USER,How many type of governments are in Africa?,"{""actions"":[{""actionType"":""aggregations"",""column"":""GovernmentForm"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Africa'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +576f273e-1052-4e34-a8bc-8c92d418ab12,,USER,List the country ID and number of cities associated with each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_id""}]}","[{""columns"":[""LOCATION_ID"",""STREET_ADDRESS"",""POSTAL_CODE"",""CITY"",""STATE_PROVINCE"",""COUNTRY_ID""],""name"":""locations"",""type"":""grid""}]" +0917338c-6764-4ad8-bd9f-44ea40921e60,,USER,How many countries have Spanish as the most spoken language?,"{""actions"":[{""actionType"":""aggregations"",""column"":""CountryCode"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +c4375606-ee51-4601-8a0e-b8e1603d1b60,,USER,Select the name of the products with a price less than or equal to $200.,"{""actions"":[{""actionType"":""condition"",""column"":""price"",""operation"":""<="",""value"":200}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +e3d0a11a-4ee4-4f25-9db3-2bacf76a68bf,,USER,how many rivers are called colorado,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'colorado'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +e7f56535-3e45-4678-ac46-063184019863,,USER,"For each grade, show the grade number, number of classrooms used, and total student enrollment.","{""actions"":[{""actionType"":""aggregations"",""column"":""classroom"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +7bfb6e5c-9881-403e-84dc-2a2ecc1facaf,,USER,Find the rooms of faculties with rank professor who live in building NEB.,"{""actions"":[{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""},{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'NEB'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +1131f633-48d6-4cc5-98ad-c1ac02f665d6,,USER,how many different positions are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""POSITION"",""aggregation"":""count""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +838ee3c1-5dad-4b5c-803c-338763941112,,USER,What city and state is the bank with the name morningside in?,"{""actions"":[{""actionType"":""condition"",""column"":""bname"",""operation"":""="",""value"":""morningside""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +16027cd8-bcff-4da5-b50b-d37c786de4c0,,USER,"What are the login names of the students with family name ""Ward""?","{""actions"":[{""actionType"":""condition"",""column"":""family_name"",""operation"":""="",""value"":""'Ward'""}]}","[{""columns"":[""student_id"",""date_of_registration"",""date_of_latest_logon"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name""],""name"":""Students"",""type"":""grid""}]" +16ea79c4-a382-4955-acad-5aa1765f318f,,USER,How many different advisors are listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""advisor"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +a2acbb5d-e819-4020-bfa2-30a73f526e93,,USER,"What is the unit of measuerment of the product category code ""Herbs""?","{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Herbs'""}]}","[{""columns"":[""product_category_code"",""product_category_description"",""unit_of_measure""],""name"":""Ref_Product_Categories"",""type"":""grid""}]" +14381454-5d19-42d1-89f9-b3a7dfd932db,,USER,What is the average price range of hotels for each star rating code?,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""star_rating_code""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +09ead25b-1a42-4a1a-8f43-a7e25a816efb,,USER,Identify the product code with the lowest price in each product category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +94226f18-c65b-4b19-8768-66a08021bbac,,USER,Count the number of customers who have an account.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +80f20956-5929-4d63-8d3f-736f5588088b,,USER,"What is the nationality of the actor "" Christoph Waltz "" ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Christoph Waltz'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +f65ccb1a-3ea0-4adc-aff7-2d4b83f05345,,USER,How many editors are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Editor_ID"",""aggregation"":""count""}]}","[{""columns"":[""Editor_ID"",""Name"",""Age""],""name"":""editor"",""type"":""grid""}]" +d4c57c97-d028-4970-8a87-b782dd3be36c,,USER,How many faculty members participate in an activity?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""}]}","[{""columns"":[""FacID"",""actid""],""name"":""Faculty_Participates_in"",""type"":""grid""}]" +5b61b349-a872-4315-b338-45f6b571e21b,,USER,What are names of countries with the top 3 largest population?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +17d725b6-74dc-487a-b63d-7cd10a28c972,,USER,what is the highest elevation in the united states,"{""actions"":[{""actionType"":""aggregations"",""column"":""highest_elevation"",""aggregation"":""max""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +54e7d761-9a6e-475a-9ba0-37a009c4f782,,USER,Find the city and state of the bank branch named morningside.,"{""actions"":[{""actionType"":""condition"",""column"":""bname"",""operation"":""="",""value"":""morningside""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +a3b5d71e-d7e1-4912-a769-58a543f42d3e,,USER,"What are the first name, last name, and phone number of all the female faculty members?","{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +fce5ab2d-924b-42c7-82fe-214dc0755900,,USER,How many players are from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_code""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +e8782f62-5460-434d-ab8c-1cd0d2d4b2b3,,USER,"What is the gender of the teacher with last name ""Medhurst""?","{""actions"":[{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Medhurst'""}]}","[{""columns"":[""teacher_id"",""address_id"",""first_name"",""middle_name"",""last_name"",""gender"",""cell_mobile_number"",""email_address"",""other_details""],""name"":""Teachers"",""type"":""grid""}]" +5862c337-4796-48e0-a05a-de0a51bda599,,USER,How many rooms with king beds are there for each decor type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +82a078e2-cad0-44ac-a26c-1bdd6f1c703f,,USER,What are the titles of all albums that start with A in alphabetical order?,"{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""starts with"",""value"":""A""},{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""}]}","[{""columns"":[""id"",""title"",""artist_id""],""name"":""albums"",""type"":""grid""}]" +2e66fd81-e629-47ac-b89b-2f0913707f2d,,USER,How many distinct president votes are recorded?,"{""actions"":[{""actionType"":""aggregations"",""column"":""President_Vote"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""Registration_Date"",""Election_Cycle"",""President_Vote"",""Vice_President_Vote"",""Secretary_Vote"",""Treasurer_Vote"",""Class_President_Vote"",""Class_Senator_Vote""],""name"":""Voting_record"",""type"":""grid""}]" +e96c3f35-71c9-444f-9b52-d0bf9512a300,,USER,Count the number of accounts for each customer ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_category_code""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" +932030c9-e238-4b6d-b717-9a7ecd660c4e,,USER,"List the id, country, city and name of the airports ordered alphabetically by the name.","{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""id"",""City"",""Country"",""IATA"",""ICAO"",""name""],""name"":""airport"",""type"":""grid""}]" +f37d4d52-734c-48f5-876d-5aa9bfc89235,,USER,Find the average weight for each pet type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pettype""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +786ec0a8-09e7-434d-a022-879e9319486f,,USER,Show all book categories and the number of books in each category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""category""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +aa892b76-b60c-41c9-9ab0-64368b680255,,USER,Find the average unit price for a track.,"{""actions"":[{""actionType"":""aggregations"",""column"":""UnitPrice"",""aggregation"":""avg""}]}","[{""columns"":[""TrackId"",""Name"",""AlbumId"",""MediaTypeId"",""GenreId"",""Composer"",""Milliseconds"",""Bytes"",""UnitPrice""],""name"":""Track"",""type"":""grid""}]" +c759cade-e259-48f2-b80d-36a43cc71b19,,USER,what is the area of new mexico in square kilometers,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'new mexico'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +e6cfdd2a-a063-471a-9c79-1a1ca9570c59,,USER,Show the date and venue of each workshop in ascending alphabetical order of the venue.,"{""actions"":[{""actionType"":""sorting"",""column"":""Venue"",""direction"":""asc""}]}","[{""columns"":[""Workshop_ID"",""Date"",""Venue"",""Name""],""name"":""workshop"",""type"":""grid""}]" +be20d0e5-ee11-419b-a53d-5bd57bd3df0f,,USER,What is the id and name of the aircraft that can cover the maximum distance?,"{""actions"":[{""actionType"":""topFilter"",""column"":""distance"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" +d54877bc-872d-4f82-8a27-115a9279d210,,USER,List countries and the number of climbers originating from them.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +97590b51-0eaf-48e4-80c1-59c3610e0045,,USER,What are the names of the sections in reverse alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""section_name"",""direction"":""desc""}]}","[{""columns"":[""section_id"",""course_id"",""section_name"",""section_description"",""other_details""],""name"":""Sections"",""type"":""grid""}]" +5412c5ae-d336-449d-a8e0-136749d42ee1,,USER,Show the average price of hotels for different pet policy.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pets_allowed_yn""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +d5aff7f9-7afb-4e41-be6a-1d8f6c5f9359,,USER,What are the clean and jerk score of the body builder with the highest total score?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Total"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Body_Builder_ID"",""People_ID"",""Snatch"",""Clean_Jerk"",""Total""],""name"":""body_builder"",""type"":""grid""}]" +a3560795-5d9e-4d10-9cfd-9e3432c636bd,,USER,What are the names of enzymes in descending order?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" +d54a1b57-1f28-45cf-bd19-e7d9f5fb19ff,,USER,Ascertain the student count in a single classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +f26c1e5f-5e84-464f-9391-3d836f9d80ac,,USER,what is the lowest point in iowa in meters,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'iowa'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +2c5085d2-67a8-442f-8373-25cf53611e71,,USER,List ship types and their corresponding ship counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +2ba07410-8d7e-4de3-a2ec-a16057ee6682,,USER,Show different citizenships and the maximum net worth of singers of each citizenship.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Net_Worth_Millions"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +12d75c6c-8088-4dca-a9d9-8307ac54abd3,,USER,How many weddings are there in year 2016?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Church_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2016}]}","[{""columns"":[""Church_ID"",""Male_ID"",""Female_ID"",""Year""],""name"":""wedding"",""type"":""grid""}]" +b0234787-cfbc-4cb7-b51f-7f4588390af7,,USER,Which Advisor has most of students? List advisor and the number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Advisor""},{""actionType"":""topFilter"",""column"":""Advisor"",""limit"":1,""aggregation"":""count"",""direction"":""desc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +7d8aa908-bbee-45f2-bc16-48e948bd9a72,,USER,"For each classroom, show the classroom number and find how many students are using it.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +694df23d-42be-48d6-94d4-8490a53f16cc,,USER,List the maximum weight and type for each type of pet.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""petType""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +debd59fa-8501-4ec7-9a09-dde002e5b135,,USER,What is the age of the doctor named Zach?,"{""actions"":[{""actionType"":""condition"",""column"":""job"",""operation"":""="",""value"":""doctor""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Zach""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +0ecc02b5-98cf-46dd-b61c-d4524a94711f,,USER,"What are the enrollments of schools whose denomination is not ""Catholic""?","{""actions"":[{""actionType"":""condition"",""column"":""Denomination"",""operation"":""!="",""value"":""'Catholic'""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +790f8b5a-d2b0-40da-ba2f-2696d011fd23,,USER,What is the lowest salary in each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +f072a22b-3087-4c29-bdcc-6152c52b81e9,,USER,Report the classroom number for each classroom and the number of grades using it.,"{""actions"":[{""actionType"":""aggregations"",""column"":""grade"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +fcf73395-f473-4fb3-b2ba-f1053f491c64,,USER,"find the highest support percentage, lowest consider rate and oppose rate of all candidates.","{""actions"":[{""actionType"":""aggregations"",""column"":""support_rate"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""consider_rate"",""aggregation"":""min""},{""actionType"":""aggregations"",""column"":""oppose_rate"",""aggregation"":""min""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" +2a87cf13-f7ad-4d00-91a3-6a7fc6e763d0,,USER,List the distinct police forces of counties whose location is not on east side.,"{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""!="",""value"":""'East'""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +fe9ca9d7-aecf-4f8d-8f4e-4b131583c60f,,USER,What is the number of airlines based in Russia?,"{""actions"":[{""actionType"":""aggregations"",""column"":""alid"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""Russia""}]}","[{""columns"":[""alid"",""name"",""iata"",""icao"",""callsign"",""country"",""active""],""name"":""airlines"",""type"":""grid""}]" +75ca04d1-2475-4c26-bd9f-70a368953e1e,,USER,List all club names in ascending order of start year.,"{""actions"":[{""actionType"":""sorting"",""column"":""Start_year"",""direction"":""asc""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" +ac36b218-89d4-4747-bb17-5f067b7b80fa,,USER,List all public schools and their locations.,"{""actions"":[{""actionType"":""condition"",""column"":""affiliation"",""operation"":""="",""value"":""Public""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +e414bdd3-9f71-45ed-bff5-c1c1b37e35df,,USER,Please report the total number of students for each fourth-grade classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'4'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +f11a8a15-9a64-4a81-84c4-b6a5288709f9,,USER,Show all cities and corresponding number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +2653f279-6bb4-48d8-9cbd-cca27e3cbe2b,,USER,Sort the list of all the first and last names of authors in alphabetical order of the last names.,"{""actions"":[{""actionType"":""sorting"",""column"":""lname"",""direction"":""asc""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" +985d0d2e-13b0-4af3-b886-21d7cab45cbb,,USER,Find the state and country of all cities with post code starting with 4.,"{""actions"":[{""actionType"":""condition"",""column"":""zip_postcode"",""operation"":""starts with"",""value"":""4""}]}","[{""columns"":[""address_id"",""address_content"",""city"",""zip_postcode"",""state_province_county"",""country"",""other_address_details""],""name"":""Addresses"",""type"":""grid""}]" +000c702d-f360-46f9-874c-df8032155302,,USER,Calculate the average room cost for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +0008261e-904e-4e3e-9e51-2aa5876f6fad,,USER,Provide the numbers of races corresponding to each constructor ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorStandingsId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""constructorid""}]}","[{""columns"":[""constructorStandingsId"",""raceId"",""constructorId"",""points"",""position"",""positionText"",""wins""],""name"":""constructorStandings"",""type"":""grid""}]" +dc2ac11a-a75d-4a43-b989-481ba5de0a8f,,USER,What is the average number of customers across banks in the state of Utah?,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""Utah""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +a4fadaf7-dd75-47a6-8e26-7aad2748ff8d,,USER,What are the notes of the death events which has substring 'East'?,"{""actions"":[{""actionType"":""condition"",""column"":""note"",""operation"":""contains"",""value"":""East""}]}","[{""columns"":[""caused_by_ship_id"",""id"",""note"",""killed"",""injured""],""name"":""death"",""type"":""grid""}]" +992d1067-1f26-4dc3-9547-458bd90b6f8e,,USER,Display various software platforms and the number of devices using each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Software_Platform""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" +cbfcc0e1-37e3-44fa-a975-ded681de32c9,,USER,"Give the name, year of independence, and surface area of the country that has the lowest population.","{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +23ce69b6-6c41-4042-a6ee-8eb640353d78,,USER,How many milliseconds long is Fast As a Shark?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Fast As a Shark'""}]}","[{""columns"":[""id"",""name"",""album_id"",""media_type_id"",""genre_id"",""composer"",""milliseconds"",""bytes"",""unit_price""],""name"":""tracks"",""type"":""grid""}]" +e9c1dc14-7148-4281-890c-30a7383f1190,,USER,Count the number of employees in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" +762fb641-f04d-4560-9ac4-25092732ddb3,,USER,What is the name of the highest mountain?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" +ad08088f-9394-462f-bae4-0b20f4b44ab2,,USER,Show different carriers of phones together with the number of phones with each carrier.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Carrier""}]}","[{""columns"":[""Name"",""Phone_ID"",""Memory_in_G"",""Carrier"",""Price""],""name"":""phone"",""type"":""grid""}]" +97a6b2b6-6fe1-4169-8acf-257b9f4c300c,,USER,What are the theme and year for all exhibitions that have a ticket price under 15?,"{""actions"":[{""actionType"":""condition"",""column"":""ticket_price"",""operation"":""<"",""value"":15}]}","[{""columns"":[""Exhibition_ID"",""Year"",""Theme"",""Artist_ID"",""Ticket_Price""],""name"":""exhibition"",""type"":""grid""}]" +9fd59193-c838-488a-96f4-c851371aa717,,USER,Display the count of male and female assistant professors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""rank"",""operation"":""="",""value"":""'AsstProf'""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +d4b227f9-a13c-46d2-b1bc-98b614b470e7,,USER,How many films are produced by each movie studio?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Studio""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" +4cf52541-3aab-4503-9762-7dcc8c646bf9,,USER,What is the average age for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +2911c385-7f0e-461b-bd94-1af45fd0b74c,,USER,What are the names and trade names of the medicines which has 'Yes' value in the FDA record?,"{""actions"":[{""actionType"":""condition"",""column"":""FDA_approved"",""operation"":""="",""value"":""Yes""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" +0ba9eeea-24f8-4c38-bf81-91a87deb8e00,,USER,Show the parties of people and the number of individuals per party.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Party""}]}","[{""columns"":[""People_ID"",""District"",""Name"",""Party"",""Age""],""name"":""people"",""type"":""grid""}]" +f5db41d4-2540-4943-bc69-46156634d7d8,,USER,"What are the job ids and dates of hire for employees hired after November 5th, 2007 and before July 5th, 2009?","{""actions"":[{""actionType"":""condition"",""column"":""hire_date"",""operation"":"">="",""value"":""2007-11-05""},{""actionType"":""condition"",""column"":""hire_date"",""operation"":""<="",""value"":""2009-07-05""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +4be10a09-1e67-489c-be79-9a11096c2367,,USER,What are the distinct buildings with capacities of greater than 50?,"{""actions"":[{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +a0795c70-9be0-44a3-b7da-65184c9de962,,USER,What is the name of the department with an instructure who has a name like 'Soisalon'?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Soisalon""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +8ed3bc3b-4fec-4fd1-9b47-92217cae7238,,USER,What is the produdction code and channel of the most recent cartoon ?,"{""actions"":[{""actionType"":""topFilter"",""column"":""original_air_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" +eb312e99-8a47-43ed-91fa-bb69b5588e93,,USER,How many perpetrators are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Perpetrator_ID"",""aggregation"":""count""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" +6cf01922-8898-4ffb-84ba-336fbbebd3c6,,USER,List the names of teachers in ascending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""asc""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" +98c98dc5-efc3-4fc7-8c90-af64127b4782,,USER,How many clubs are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Club_ID"",""aggregation"":""count""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" +527bd0ab-cf88-40bb-b201-ab38b0882bd8,,USER,What is the average transcript date?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transcript_date"",""aggregation"":""avg""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" +423d7d18-b623-48c8-b6e6-b18ddd6d66d5,,USER,List the venues of debates in ascending order of the number of audience.,"{""actions"":[{""actionType"":""sorting"",""column"":""Num_of_Audience"",""direction"":""asc""}]}","[{""columns"":[""Debate_ID"",""Date"",""Venue"",""Num_of_Audience""],""name"":""debate"",""type"":""grid""}]" +77987190-f6aa-4f97-b8ea-0d52bccd215a,,USER,What is the location of the perpetrator with the largest kills.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Killed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" +f67a6c20-49b0-40c9-a47f-a6ff86e54c9e,,USER,"In which distinct years was the governor ""Eliot Spitzer""?","{""actions"":[{""actionType"":""condition"",""column"":""Governor"",""operation"":""="",""value"":""'Eliot Spitzer'""}]}","[{""columns"":[""Party_ID"",""Year"",""Party"",""Governor"",""Lieutenant_Governor"",""Comptroller"",""Attorney_General"",""US_Senate""],""name"":""party"",""type"":""grid""}]" +387b9db4-1bbc-46e4-a816-0eba7c254fc1,,USER,Calculate the number of programs broadcast in each time section of the day.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Channel_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""time_of_day""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" +134915c7-93ac-4f75-afbf-ad05edf58760,,USER,Calculate the average age of male and female students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +9d9fe1a2-24ed-4d8e-ba1b-ac7c4d8248f5,,USER,Count the number of people of each sex who have a weight higher than 85.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""weight"",""operation"":"">"",""value"":85},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" +594a21af-6a34-445f-b2f7-af5668c2fc59,,USER,Which model has the least amount of RAM? List the model name and the amount of RAM.,"{""actions"":[{""actionType"":""topFilter"",""column"":""RAM_MiB"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Model_name"",""Launch_year"",""RAM_MiB"",""ROM_MiB"",""Slots"",""WiFi"",""Bluetooth""],""name"":""chip_model"",""type"":""grid""}]" +f845e351-237b-4156-b451-5e9b80b86a73,,USER,Which orders have shipment after 2000-01-01? Give me the order ids.,"{""actions"":[{""actionType"":""condition"",""column"":""shipment_date"",""operation"":"">"",""value"":""'2000-01-01'""}]}","[{""columns"":[""shipment_id"",""order_id"",""invoice_number"",""shipment_tracking_number"",""shipment_date"",""other_shipment_details""],""name"":""Shipments"",""type"":""grid""}]" +10711863-f9bd-400f-9426-5342c0b7444f,,USER,Find the name of the user who has the largest number of followers.,"{""actions"":[{""actionType"":""topFilter"",""column"":""followers"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" +73cab7b7-9043-4ab5-821b-73c32d467152,,USER,What is the last date of the staff leaving the projects?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_to"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" +94a9ec40-f7d2-4282-b457-214463258776,,USER,Find the name of the product that has the smallest capacity.,"{""actions"":[{""actionType"":""topFilter"",""column"":""capacity"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" +7d19f9e9-f3cc-4a00-a5ca-278203045524,,USER,How many accounts are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +79a50048-b177-4dc0-8ad8-b2a2c3fdc196,,USER,Find the number of shops in each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Shop_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" +5eb65a6f-855f-4ae6-b0f4-13df1fdddce2,,USER,Display the country ID and the corresponding count of cities in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_id""}]}","[{""columns"":[""LOCATION_ID"",""STREET_ADDRESS"",""POSTAL_CODE"",""CITY"",""STATE_PROVINCE"",""COUNTRY_ID""],""name"":""locations"",""type"":""grid""}]" +4646b33b-6370-446d-9f3b-babcc42d13d6,,USER,List all possible ways to get to attractions and the number of attractions accessible by these methods.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tourist_Attraction_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""How_to_Get_There""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" +23668d73-4d64-4de2-b0d5-5c7b960fe425,,USER,What are the ids of the top three products that were purchased in the largest amount?,"{""actions"":[{""actionType"":""topFilter"",""column"":""total_amount_purchased"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""product_id"",""supplier_id"",""date_supplied_from"",""date_supplied_to"",""total_amount_purchased"",""total_value_purchased""],""name"":""Product_Suppliers"",""type"":""grid""}]" +4ac8021b-08d1-4e32-8b8e-886af7424b41,,USER,Return the text of tweets about the topic 'intern'.,"{""actions"":[{""actionType"":""condition"",""column"":""text"",""operation"":""contains"",""value"":""intern""}]}","[{""columns"":[""id"",""uid"",""text"",""createdate""],""name"":""tweets"",""type"":""grid""}]" +e904ea94-20f4-4300-88a6-b76be72423a1,,USER,"Return the maximum support rate, minimum consider rate, and minimum oppose rate across all candidates?","{""actions"":[{""actionType"":""aggregations"",""column"":""support_rate"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""consider_rate"",""aggregation"":""min""},{""actionType"":""aggregations"",""column"":""oppose_rate"",""aggregation"":""min""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" +dfb913f2-91ec-4a67-a49a-7704ec857135,,USER,How many accounts do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" +0791e50c-79cd-486a-9682-5a2ffc148e52,,USER,What are the names of the regions in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""region_name"",""direction"":""asc""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" +5367e307-5941-4e9e-bc6d-4e7a1373018a,,USER,Establish the average price per product category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_type_code""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +ca929c42-e39b-4ec8-b295-2b3072ca09d0,,USER,"List the distinct names of the instructors, ordered by name.","{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +e2c105c4-1dea-4371-af40-eb47e15e8867,,USER,List the titles of the books in ascending order of issues.,"{""actions"":[{""actionType"":""sorting"",""column"":""Issues"",""direction"":""asc""}]}","[{""columns"":[""Book_ID"",""Title"",""Issues"",""Writer""],""name"":""book"",""type"":""grid""}]" +038f40f0-9f1e-4877-b574-eb50b8370092,,USER,"For each nationality, how many different constructors are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""constructorId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""nationality""}]}","[{""columns"":[""constructorId"",""constructorRef"",""name"",""nationality"",""url""],""name"":""constructors"",""type"":""grid""}]" +7ad08b21-c8b6-446e-ab3c-529e7274282d,,USER,Find the name of project that continues for the longest time.,"{""actions"":[{""actionType"":""topFilter"",""column"":""hours"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" +07b7bd1a-0a58-4f36-9386-b89292ab234c,,USER,How many movie ratings have more than 3 stars?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""stars"",""operation"":"">"",""value"":3}]}","[{""columns"":[""rID"",""mID"",""stars"",""ratingDate""],""name"":""Rating"",""type"":""grid""}]" +c8f34c45-c62f-43f3-8970-87f5aec2a733,,USER,Which catalog content has the smallest capacity? Return the catalog entry name.,"{""actions"":[{""actionType"":""topFilter"",""column"":""capacity"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" +2fa8cdf5-b58b-4c4f-8a99-cd74178f9920,,USER,How many clubs have total medals less than 10?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rank"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Total"",""operation"":""<"",""value"":10}]}","[{""columns"":[""Rank"",""Club_ID"",""Gold"",""Silver"",""Bronze"",""Total""],""name"":""club_rank"",""type"":""grid""}]" +d29ca481-5fbd-4d69-b7fa-7fafeff42923,,USER,Show the price ranges of hotels with 5 star ratings.,"{""actions"":[{""actionType"":""condition"",""column"":""star_rating_code"",""operation"":""="",""value"":""'5'""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +cf99b66e-a1b7-4bf0-9a57-09e0e2368387,,USER,What are the phones of departments in Room 268?,"{""actions"":[{""actionType"":""condition"",""column"":""Room"",""operation"":""="",""value"":268}]}","[{""columns"":[""DNO"",""Division"",""DName"",""Room"",""Building"",""DPhone""],""name"":""Department"",""type"":""grid""}]" +4bba595c-1ae0-4ab7-aff3-b4dc548b6ecb,,USER,Find the name of the department that offers the highest total credits?,"{""actions"":[{""actionType"":""grouping"",""column"":""dept_name""},{""actionType"":""topFilter"",""column"":""credits"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" +6877e017-4894-47c7-81f6-302971722864,,USER,What are the first names of all the students aged above 22?,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">"",""value"":22}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +8ea30fee-e036-461d-8122-829a451f682e,,USER,"What are the years, titles, and publishers for all books, ordered by year descending?","{""actions"":[{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""desc""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +1ea1dc85-13d1-44df-a671-d16b81b823e7,,USER,How many faculty members does each building have? Please list the result with the name of the building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Competition_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Competition_type""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" +f8f0732a-5e86-4094-915d-26262e7d99b7,,USER,What are the names and decor of rooms with a king bed? Sort them by their price,"{""actions"":[{""actionType"":""condition"",""column"":""bedtype"",""operation"":""="",""value"":""King""},{""actionType"":""sorting"",""column"":""basePrice"",""direction"":""asc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +e34b8ada-7da6-48dc-a624-71b59349597d,,USER,How many faculty do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +70bbe3fc-611e-4fda-b5b8-10f4bdefd2bb,,USER,"Show the years, book titles, and publishers for all books, in descending order by year.","{""actions"":[{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""desc""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +e834468d-e652-4235-ba18-46e6d31133a5,,USER,what is the number of neighboring states for kentucky,"{""actions"":[{""actionType"":""aggregations"",""column"":""border"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +e91a1c24-39bf-4ed7-81a8-26c359eba580,,USER,"What are the names and damage in millions for storms, ordered by their max speeds descending?","{""actions"":[{""actionType"":""sorting"",""column"":""max_speed"",""direction"":""desc""}]}","[{""columns"":[""Storm_ID"",""Name"",""Dates_active"",""Max_speed"",""Damage_millions_USD"",""Number_Deaths""],""name"":""storm"",""type"":""grid""}]" +f93e4f81-5b4e-498a-b1c8-fcd0dc2ceb0f,,USER,Count the number of stores.,"{""actions"":[{""actionType"":""aggregations"",""column"":""store_id"",""aggregation"":""count""}]}","[{""columns"":[""store_id"",""manager_staff_id"",""address_id"",""last_update""],""name"":""store"",""type"":""grid""}]" +b897b467-6823-4bea-8e23-9ab752a9e8da,,USER,Find the marketing region description of China?,"{""actions"":[{""actionType"":""condition"",""column"":""Marketing_Region_Name"",""operation"":""="",""value"":""'China'""}]}","[{""columns"":[""Marketing_Region_Code"",""Marketing_Region_Name"",""Marketing_Region_Descriptrion"",""Other_Details""],""name"":""Marketing_Regions"",""type"":""grid""}]" +f0c98685-32f8-4201-bf38-ea3bc93b7d22,,USER,what is the area of the largest state,"{""actions"":[{""actionType"":""aggregations"",""column"":""area"",""aggregation"":""max""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +c04279d3-4b56-4a3b-b50e-efc95439e1c5,,USER,What are the average score and average staff number of all shops?,"{""actions"":[{""actionType"":""aggregations"",""column"":""num_of_staff"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""score"",""aggregation"":""avg""}]}","[{""columns"":[""Shop_ID"",""Address"",""Num_of_staff"",""Score"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" +b91b9fa0-8e64-45cb-810c-0796b16416b8,,USER,What are the maximum price and score of wines for each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +f800638b-cf67-4566-b125-01bcaf87bd0e,,USER,"Find the average room count of the apartments that have the ""Studio"" type code.","{""actions"":[{""actionType"":""aggregations"",""column"":""room_count"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""apt_type_code"",""operation"":""="",""value"":""'Studio'""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" +e6eb4d06-88bb-4a2d-bb97-aa0617855ab3,,USER,"What is the earliest date of a transcript release, and what details can you tell me?","{""actions"":[{""actionType"":""topFilter"",""column"":""transcript_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" +9348a2fa-9de9-4ff2-bc83-574ed9ce8d24,,USER,"How many students, on average, does each college have enrolled?","{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""avg""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +05b25f48-507f-440f-9c0f-cf4479fcbfeb,,USER,Find the name and population of district with population between 200000 and 2000000,"{""actions"":[{""actionType"":""condition"",""column"":""City_Population"",""operation"":"">="",""value"":200000},{""actionType"":""condition"",""column"":""City_Population"",""operation"":""<="",""value"":2000000}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" +7502c6c4-0367-4dde-89e3-cc7a1039050d,,USER,How many distinct types of accounts are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_type"",""aggregation"":""count""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +0d5dae06-d83f-495d-b2b7-b4dbeeb08f6a,,USER,which state is mount whitney in,"{""actions"":[{""actionType"":""condition"",""column"":""mountain_name"",""operation"":""="",""value"":""'whitney'""}]}","[{""columns"":[""mountain_name"",""mountain_altitude"",""country_name"",""state_name""],""name"":""mountain"",""type"":""grid""}]" +c50741c2-c530-4927-b7d4-786dc8fe8add,,USER,Show the number of ships of each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""max_wind_Speed_mph"",""operation"":"">="",""value"":25},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +508cb2f3-a5ca-41c9-a423-f0bedf22b5ef,,USER,Return the phone numbers of employees with salaries between 8000 and 12000.,"{""actions"":[{""actionType"":""condition"",""column"":""salary"",""operation"":"">="",""value"":8000},{""actionType"":""condition"",""column"":""salary"",""operation"":""<="",""value"":12000}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +8515ce61-133a-4d97-b657-f3d6b67f9e88,,USER,Show all book categories and the book count in each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""category""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +2f207b89-50de-49e9-b4d4-f1be32fd3908,,USER,"What is the first name and last name of the customer that has email ""luisg@embraer.com.br""?","{""actions"":[{""actionType"":""condition"",""column"":""Email"",""operation"":""="",""value"":""'luisg@embraer.com.br'""}]}","[{""columns"":[""CustomerId"",""FirstName"",""LastName"",""Company"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email"",""SupportRepId""],""name"":""Customer"",""type"":""grid""}]" +cea4f73e-9b0b-4f9e-b656-07b204876847,,USER,How many shops are located in each area?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Shop_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" +a10059e6-2d3d-474c-ab66-1227231c5d49,,USER,Determine the number of distinct order ids for each product.,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""product_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +6f4249a5-96fd-467c-8bd1-02c4c9307366,,USER,What is the minimum age of the youngest person in each job?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +d330c7ba-ec86-494c-85d0-ceeaa0986791,,USER,How many cities have a stadium that was opened before the year of 2006?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""opening_year"",""operation"":""<"",""value"":2006}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" +e400da7e-3eb2-4d00-96c6-8b392b62f008,,USER,"Find the attribute data type for the attribute named ""Green"".","{""actions"":[{""actionType"":""condition"",""column"":""attribute_name"",""operation"":""="",""value"":""'Green'""}]}","[{""columns"":[""attribute_id"",""attribute_name"",""attribute_data_type""],""name"":""Attribute_Definitions"",""type"":""grid""}]" +ab7457e8-00c5-41cc-a202-fd8061755f30,,USER,find the number of players for each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_code""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +821dc4a9-50d5-4f25-9f84-f035c3b01d0a,,USER,List the maximum weight and type for each pet category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""petType""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +6cfb50ea-70b3-4d45-9e7f-ad03eb62ccb6,,USER,What campuses opened before 1800?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<"",""value"":1800}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" +fe7d0ca5-989b-4072-9736-4b3f950c08f8,,USER,What is Astrid Gruber's email and phone number?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Astrid'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Gruber'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" +83143fec-d9c5-4e62-8a2d-85f051b20bb6,,USER,How many courses are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""course_id"",""aggregation"":""count""}]}","[{""columns"":[""course_id"",""course_name"",""course_description"",""other_details""],""name"":""Courses"",""type"":""grid""}]" +633d68f4-13fd-4172-ab1b-eefad35eaf0d,,USER,Find the name and revenue of the highest revenue-earning company in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Headquarter""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +4190e332-efee-4676-b1cc-c89fe7c286bc,,USER,How much does the most expensive charge type costs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""charge_amount"",""aggregation"":""max""}]}","[{""columns"":[""charge_id"",""charge_type"",""charge_amount""],""name"":""Charges"",""type"":""grid""}]" +3995eef3-3730-4023-9b19-794c1ab01dc3,,USER,"Which order's shipment tracking number is ""3452""? Give me the id of the order.","{""actions"":[{""actionType"":""condition"",""column"":""shipment_tracking_number"",""operation"":""="",""value"":""'3452'""}]}","[{""columns"":[""shipment_id"",""order_id"",""invoice_number"",""shipment_tracking_number"",""shipment_date"",""other_shipment_details""],""name"":""Shipments"",""type"":""grid""}]" +0278110a-3812-4f2e-98ef-f24f9a50d8b2,,USER,Return the names and surface areas of the 5 largest countries.,"{""actions"":[{""actionType"":""topFilter"",""column"":""SurfaceArea"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +8315cb8c-15a2-488e-9f08-fc11b1c8d4d5,,USER,What nationalities do the pilots belong to? Please provide the number of pilots for each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Pilot_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""Pilot_ID"",""Pilot_name"",""Rank"",""Age"",""Nationality"",""Position"",""Join_Year"",""Team""],""name"":""pilot"",""type"":""grid""}]" +6c4fc850-e667-4810-9eea-b4953382a949,,USER,How many colleges has more than 15000 students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""cName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enr"",""operation"":"">"",""value"":15000}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +43d80f8e-4b2c-4496-8615-46153c8650f4,,USER,What is the name of the department with the most credits?,"{""actions"":[{""actionType"":""grouping"",""column"":""dept_name""},{""actionType"":""topFilter"",""column"":""credits"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" +1d286a6f-912f-4d21-9fd9-1cf1c4eccec8,,USER,How many total tours were there for each ranking date?,"{""actions"":[{""actionType"":""aggregations"",""column"":""tours"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""ranking_date""}]}","[{""columns"":[""ranking_date"",""ranking"",""player_id"",""ranking_points"",""tours""],""name"":""rankings"",""type"":""grid""}]" +d7915316-766b-44fb-82f7-45dd7b35a3bf,,USER,Sort the first names of all the authors in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""fname"",""direction"":""asc""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" +af0de1fe-ba11-4763-a11a-a5521fd44bc1,,USER,How many book clubs are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +2cb24671-18b5-4019-bb74-e85f99a1e191,,USER,Display statement ids and their corresponding account counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""STATEMENT_ID""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" +94fa08af-7213-4254-8e63-b759c7e42e80,,USER,What is the description of document type 'Paper'?,"{""actions"":[{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'Paper'""}]}","[{""columns"":[""document_type_code"",""document_type_description""],""name"":""Ref_Document_Types"",""type"":""grid""}]" +6d71caaf-22c1-41cd-9ea1-aac84c04f0c1,,USER,"What are the first names for all faculty professors, ordered by first name?","{""actions"":[{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""},{""actionType"":""sorting"",""column"":""Fname"",""direction"":""asc""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +b336998a-90e4-4235-ada0-9fbf55c36628,,USER,What is the average account balance for different account types of customers with a credit score below 50?,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""acc_type""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +e74a1751-1a47-456e-9d88-f0fff4f9387b,,USER,How much does the youngest dog weigh?,"{""actions"":[{""actionType"":""topFilter"",""column"":""pet_age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +18c4dd71-0557-48ef-9662-9041ceb42576,,USER,In which country does Roberto Almeida?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Roberto'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Almeida'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" +a0de3bdc-8a73-466f-9738-055092135e1c,,USER,Show all document ids and the number of paragraphs in each document. Order by document id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""},{""actionType"":""sorting"",""column"":""document_id"",""direction"":""asc""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" +c0372273-b278-448d-b12a-77cc51aeaa66,,USER,How long is the people’s average life expectancy in Central Africa?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LifeExpectancy"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Region"",""operation"":""="",""value"":""'Central Africa'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +ecba6962-e665-4361-a61c-873f27a5c1ae,,USER,Find all actors who were born in 1984,"{""actions"":[{""actionType"":""condition"",""column"":""birth_year"",""operation"":""="",""value"":1984}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +ccd3a835-3d07-4531-89eb-9cdbd39b6d38,,USER,Show the crime rates of counties in ascending order of number of police officers.,"{""actions"":[{""actionType"":""sorting"",""column"":""Police_officers"",""direction"":""asc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +5bc707e6-6c70-4cb5-9561-6c262646c9b9,,USER,name the major lakes in michigan,"{""actions"":[{""actionType"":""condition"",""column"":""area"",""operation"":"">"",""value"":750},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'michigan'""}]}","[{""columns"":[""lake_name"",""area"",""country_name"",""state_name""],""name"":""lake"",""type"":""grid""}]" +4095d93e-d732-444b-afe7-3d1b67173c05,,USER,Find the average number of bedrooms of all the apartments.,"{""actions"":[{""actionType"":""aggregations"",""column"":""bedroom_count"",""aggregation"":""avg""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" +c9b28815-e7c5-4b8f-bb10-a12fdb9dffbb,,USER,List every album whose title starts with A in alphabetical order.,"{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""starts with"",""value"":""A""},{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""}]}","[{""columns"":[""id"",""title"",""artist_id""],""name"":""albums"",""type"":""grid""}]" +a2ddea75-1386-41b6-b509-f4be7ef5142b,,USER,Find the number of rooms with king bed for each decor type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +7693311d-ed21-4172-9804-b063ffd0916e,,USER,What is the headquarter of the company with the largest sales?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Sales_in_Billion"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Name"",""Headquarters"",""Industry"",""Sales_in_Billion"",""Profits_in_Billion"",""Assets_in_Billion"",""Market_Value_in_Billion""],""name"":""company"",""type"":""grid""}]" +185978a7-467e-4742-87a0-6810b68d544e,,USER,What are the different membership levels?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LEVEL"",""aggregation"":""count""}]}","[{""columns"":[""Member_ID"",""Card_Number"",""Name"",""Hometown"",""Level""],""name"":""member"",""type"":""grid""}]" +2265aab5-b844-4cfe-84e5-c08566c62721,,USER,Which campus has the most degrees conferred in all times?,"{""actions"":[{""actionType"":""grouping"",""column"":""campus""},{""actionType"":""topFilter"",""column"":""degrees"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""Year"",""Campus"",""Degrees""],""name"":""degrees"",""type"":""grid""}]" +746c013f-6e6f-4444-aaac-bca39fe0e9eb,,USER,Find the id and name of the museum that has the most staff members?,"{""actions"":[{""actionType"":""topFilter"",""column"":""num_of_staff"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Museum_ID"",""Name"",""Num_of_Staff"",""Open_Year""],""name"":""museum"",""type"":""grid""}]" +6cb910d9-c601-49bf-803b-749a16ccc0e2,,USER,What are the names of the schools with the top 3 largest class sizes?,"{""actions"":[{""actionType"":""topFilter"",""column"":""enr"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +c367960d-66a7-4d43-a7dd-1c21b87c34c5,,USER,"What is the template type descriptions for template type code ""AD"".","{""actions"":[{""actionType"":""condition"",""column"":""template_type_code"",""operation"":""="",""value"":""'AD'""}]}","[{""columns"":[""Template_Type_Code"",""Template_Type_Description""],""name"":""Ref_Template_Types"",""type"":""grid""}]" +b08d002e-1898-41b2-8f11-eb2328388a0c,,USER,Show ids for all students who have advisor 1121.,"{""actions"":[{""actionType"":""condition"",""column"":""Advisor"",""operation"":""="",""value"":1121}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +aa2f371c-df3d-4b9d-aa5a-0affe12242b6,,USER,What is the name of the project with the most hours?,"{""actions"":[{""actionType"":""topFilter"",""column"":""hours"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" +94a28cd4-25f3-4f60-81ed-f30e7a294bc1,,USER,Show the average share count of transactions for different investors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""share_count"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""investor_id""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +fd140d21-2f6d-4363-b408-121a9fa90598,,USER,Determine the mean weight for each type of pet.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pettype""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +c519de5b-afa3-42b7-a256-60cf3520c358,,USER,"Find job id and date of hire for those employees who was hired between November 5th, 2007 and July 5th, 2009.","{""actions"":[{""actionType"":""condition"",""column"":""hire_date"",""operation"":"">="",""value"":""2007-11-05""},{""actionType"":""condition"",""column"":""hire_date"",""operation"":""<="",""value"":""2009-07-05""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +3e56a067-2c97-4755-889a-5125400c33e0,,USER,What is the name and distance for aircraft with id 12?,"{""actions"":[{""actionType"":""condition"",""column"":""aid"",""operation"":""="",""value"":12}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" +5a963618-36d0-4d73-93a7-ef2e9061588f,,USER,Find the number of distinct bed types available in this inn.,"{""actions"":[{""actionType"":""aggregations"",""column"":""bedType"",""aggregation"":""count""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +2562e323-c47f-4296-8b74-acb25ef0d82c,,USER,Find the first names of faculties of rank Professor in alphabetic order.,"{""actions"":[{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""},{""actionType"":""sorting"",""column"":""Fname"",""direction"":""asc""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +b83287a6-e026-4378-9d77-4151f1bee623,,USER,how many big cities are in texas,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +c716cd24-aed2-4a13-9d1f-e0eab10c3dee,,USER,List the total points of gymnasts in descending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Total_Points"",""direction"":""desc""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" +af61b865-acd7-432b-9398-04b90bdbbc13,,USER,Count the number of male and female artists.,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" +539d070e-b6a8-4feb-a111-0cae957c3b93,,USER,"Show the minimum amount of transactions whose type code is ""PUR"" and whose share count is bigger than 50.","{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""min""},{""actionType"":""condition"",""column"":""transaction_type_code"",""operation"":""="",""value"":""'PUR'""},{""actionType"":""condition"",""column"":""share_count"",""operation"":"">"",""value"":50}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +fcdfba02-fd97-4a89-8faa-1332adb0adc0,,USER,Show the number of accounts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +4870a4e9-739c-40cc-b136-2fe6586f7ced,,USER,List the hosts of performances in ascending order of attendance.,"{""actions"":[{""actionType"":""sorting"",""column"":""Attendance"",""direction"":""asc""}]}","[{""columns"":[""Performance_ID"",""Date"",""Host"",""Location"",""Attendance""],""name"":""performance"",""type"":""grid""}]" +4aabc467-4ff2-45df-b8d8-3207f27bbfcf,,USER,"For each city, how many branches opened before 2010?","{""actions"":[{""actionType"":""aggregations"",""column"":""Branch_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":2010},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" +43ee7e74-31eb-47da-865e-53e8914a169c,,USER,What are the unique types of player positions in the tryout?,"{""actions"":[{""actionType"":""aggregations"",""column"":""pPos"",""aggregation"":""count""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" +0f1f7d45-e1c6-4c3e-8f71-634bac7fe60a,,USER,Return the codes of countries where Spanish is the primary spoken language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +448ec474-5f37-40d3-8caf-5ffb073cae94,,USER,List the average base price for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +2587d6ac-92b5-4b46-9f78-8cf45a968760,,USER,How many individuals under 40 are there for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":40},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +c153fdf2-7607-46a9-be6d-4003d650bdd8,,USER,List the number of people in each group/category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Party""}]}","[{""columns"":[""People_ID"",""District"",""Name"",""Party"",""Age""],""name"":""people"",""type"":""grid""}]" +9d5aa07c-3651-4ca2-881b-a366550dcc4c,,USER,What are the aircrafts with top 3 shortest lengthes? List their names.,"{""actions"":[{""actionType"":""topFilter"",""column"":""distance"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" +3bcd76bb-4cd8-4ca6-ae82-06f895f62c97,,USER,What is the mobile phone number of the student named Timmothy Ward ?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""timmothy""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""ward""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" +156bbc64-29bf-4283-b0b3-27c529eb0073,,USER,Show the number of races in each race class.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""CLASS""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" +6cb029ff-426c-4e13-8fc5-9d6e0f1252f2,,USER,What are the details of the three most expensive hotels?,"{""actions"":[{""actionType"":""topFilter"",""column"":""price_range"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +8f4a7f74-c8e4-4811-8ef0-b639fdda5380,,USER,List names of conductors in descending order of years of work.,"{""actions"":[{""actionType"":""sorting"",""column"":""Year_of_Work"",""direction"":""desc""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" +a282d259-3ba5-4ee7-b452-4eb13e1ded42,,USER,"Show the phone, room, and building for the faculty named Jerry Prince.","{""actions"":[{""actionType"":""condition"",""column"":""Fname"",""operation"":""="",""value"":""'Jerry'""},{""actionType"":""condition"",""column"":""Lname"",""operation"":""="",""value"":""'Prince'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +1430258c-f262-40f9-8926-3093853c18a5,,USER,Which grade is studying in room 105?,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":105}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +227c2ade-9eb7-431f-94b2-89f294bd129f,,USER,"In zip code 94107, on which day neither Fog nor Rain was not observed?","{""actions"":[{""actionType"":""condition"",""column"":""zip_code"",""operation"":""="",""value"":94107},{""actionType"":""condition"",""column"":""EVENTS"",""operation"":""!="",""value"":""'Fog'""},{""actionType"":""condition"",""column"":""EVENTS"",""operation"":""!="",""value"":""'Rain'""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +89d8ebfc-4bed-418a-ab9b-34d12be2db74,,USER,List all the student details in reversed lexicographical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""other_student_details"",""direction"":""desc""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" +bc0a8ab5-70d1-488f-9602-87a198d1c401,,USER,How many employees are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""staff_id"",""aggregation"":""count""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" +cd8136c2-fbaf-4c8a-87ee-9a128dcd9cf2,,USER,How many different courses offered by Physics department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""course_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Physics""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" +6ea2a244-9ca8-4251-a481-98cabc4c18f5,,USER,Show the different statuses and the numbers of roller coasters for each status.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Roller_Coaster_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" +7651f5b8-3702-45c7-9f21-30ff99f72926,,USER,Display the number of books published by each publisher.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""publisher""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +3d7cc364-f3ff-41cb-b28e-14809ff910ad,,USER,"Display the department ID, full name (first and last name), and salary for the employees who have the highest salary in each department.","{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +27499784-188a-4ad5-8f4c-cf2cc1bb39b4,,USER,What is the average song rating for each language?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""languages""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +60e4e505-1d85-4995-b62c-501bb3b0301f,,USER,How many different payment methods are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""payment_method"",""aggregation"":""count""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""customer_phone"",""customer_email"",""date_became_customer""],""name"":""Customers"",""type"":""grid""}]" +62d039b6-6c40-43dd-8693-17a2604e8b04,,USER,How many countries have governments that are republics?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Code"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""GovernmentForm"",""operation"":""="",""value"":""'Republic'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +a6ae83d9-49aa-454a-831c-e9b557e127d1,,USER,Display the city and the number of branches opened before 2010 for each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Branch_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":2010},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" +9f9f8689-31eb-44a7-b565-b5cba32694b3,,USER,Find the names of all instructors whose name includes the substring “dar”.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""dar""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +d5dda703-d3a6-4e91-b0fe-6d9719235b01,,USER,Find the stories of the building with the largest height.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""City"",""Height"",""Stories"",""Status""],""name"":""buildings"",""type"":""grid""}]" +4f20f656-2fcd-4a87-b372-e302199ef674,,USER,How many females are in the network?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""female""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +c5efcfee-512c-4ea8-b1f7-3e98be61483c,,USER,How many distinct governors are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Governor"",""aggregation"":""count""}]}","[{""columns"":[""Party_ID"",""Year"",""Party"",""Governor"",""Lieutenant_Governor"",""Comptroller"",""Attorney_General"",""US_Senate""],""name"":""party"",""type"":""grid""}]" +408374c9-48e9-4905-aa5c-63041d0a4d95,,USER,List the names of all distinct wines in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +23629c45-4d99-4eae-947d-c2ccb5783baa,,USER,Count the number of races.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" +2443b7f9-0d3f-4caf-a858-42b08616becc,,USER,Find the total amount of bonus given in all the evaluations.,"{""actions"":[{""actionType"":""aggregations"",""column"":""bonus"",""aggregation"":""sum""}]}","[{""columns"":[""Employee_ID"",""Year_awarded"",""Bonus""],""name"":""evaluation"",""type"":""grid""}]" +a1e740d1-e6c1-4281-84cc-de53795c9667,,USER,"List all cartoon directed by ""Ben Jones"".","{""actions"":[{""actionType"":""condition"",""column"":""Directed_by"",""operation"":""="",""value"":""'Ben Jones'""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" +1388bbce-d79b-4fc9-a979-66727a1340b8,,USER,"display the department ID, full name (first and last name), salary for those employees who is highest salary in every department.","{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +4cef5ba8-2f59-4707-b7a1-adeba6a9a849,,USER,which states does the ohio run through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +f46ffe24-9329-4873-a733-91b77b115729,,USER,"What are the names of all the documents, as well as the access counts of each, ordered alphabetically?","{""actions"":[{""actionType"":""sorting"",""column"":""document_name"",""direction"":""asc""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" +31bed1f2-670c-4039-ac43-90190168b338,,USER,What is the average score of submissions?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Scores"",""aggregation"":""avg""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" +9e974942-01be-4cf8-891b-d0446e341786,,USER,What is average number of students enrolled in Florida colleges?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""FL""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +a91afa25-55ab-43f7-b451-b2b3eb635434,,USER,What are the names of the instructors in the Comp. Sci. department who earn more than 80000?,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Comp. Sci.""},{""actionType"":""condition"",""column"":""salary"",""operation"":"">"",""value"":80000}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +8a2ee64f-6982-49ad-a434-0c81b0c7921a,,USER,Find the first name of students in the descending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +932b2e1c-aba8-4d97-bf66-ea8fdfe4d058,,USER,Return the names and template ids for documents that contain the letter w in their description.,"{""actions"":[{""actionType"":""condition"",""column"":""Document_Description"",""operation"":""contains"",""value"":""w""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +5192d840-5866-4317-b3c9-4948d8a82b4b,,USER,Show the different countries and the number of members from each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Member_ID"",""Name"",""Country"",""College_ID""],""name"":""member"",""type"":""grid""}]" +fe6ae2a5-b8c1-4552-9811-8a76e57fe98f,,USER,what are the major cities of kansas,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kansas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +6aa1640c-a2c9-43fb-94c4-2e63aa029910,,USER,"Select the name and price of all products with a price larger than or equal to $180, and sort first by price (in descending order), and then by name (in ascending order).","{""actions"":[{""actionType"":""condition"",""column"":""price"",""operation"":"">="",""value"":180},{""actionType"":""sorting"",""column"":""price"",""direction"":""desc""},{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +532f1d6d-adb1-49a9-8154-643b61a2df73,,USER,How many devices are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""count""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" +cc42cc88-3f89-45b6-8a2e-4eb25c3688e2,,USER,How many trains have 'Express' in their names?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Express""}]}","[{""columns"":[""id"",""train_number"",""name"",""origin"",""destination"",""time"",""interval""],""name"":""train"",""type"":""grid""}]" +84851bd3-11fe-435c-b388-2c4a62a1d08d,,USER,List in alphabetic order all different amenities.,"{""actions"":[{""actionType"":""sorting"",""column"":""amenity_name"",""direction"":""asc""}]}","[{""columns"":[""amenid"",""amenity_name""],""name"":""Dorm_amenity"",""type"":""grid""}]" +15dca17a-7f36-45c3-ab20-f790d01ecc78,,USER,What are the names and ranks of the three youngest winners across all matches?,"{""actions"":[{""actionType"":""topFilter"",""column"":""winner_age"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +5559d216-e27a-4c37-803a-833b9afe8706,,USER,Count the distinct addresses for every school.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +a6b692dc-4b47-42a6-b356-cf4b07fc3722,,USER,"Show the dates, places, and names of events in descending order of the attendance.","{""actions"":[{""actionType"":""sorting"",""column"":""Event_Attendance"",""direction"":""desc""}]}","[{""columns"":[""Event_ID"",""Date"",""Venue"",""Name"",""Event_Attendance""],""name"":""event"",""type"":""grid""}]" +7f66a243-4efd-4b50-901f-10ad589027c5,,USER,What is the average number of bank customers?,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""avg""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +dc37918d-a6b1-4e0c-a762-dd40571fc48c,,USER,What is the average length in feet of the bridges?,"{""actions"":[{""actionType"":""aggregations"",""column"":""length_feet"",""aggregation"":""avg""}]}","[{""columns"":[""architect_id"",""id"",""name"",""location"",""length_meters"",""length_feet""],""name"":""bridge"",""type"":""grid""}]" +c3d1fc96-60a9-4660-bc52-d66622f129f6,,USER,How many different colleges do attend the tryout test?,"{""actions"":[{""actionType"":""aggregations"",""column"":""cName"",""aggregation"":""count""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" +d42aeb8c-520c-4c80-8ce4-9bd0a71679ba,,USER,"When do all the researcher role staff start to work, and when do they stop working?","{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""researcher""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" +38f2a050-daf1-4261-b91b-cbd8d856fef0,,USER,How many party events do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Event_ID"",""aggregation"":""count""}]}","[{""columns"":[""Event_ID"",""Event_Name"",""Party_ID"",""Member_in_charge_ID""],""name"":""party_events"",""type"":""grid""}]" +29b0e467-b4c3-4f61-8d51-5d1714afc9f1,,USER,List the number of people injured by perpetrators in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Injured"",""direction"":""asc""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" +0d09e48d-9f25-4b72-abb1-207d3f65e3d3,,USER,What are the names of all the scientists in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""SSN"",""Name""],""name"":""Scientists"",""type"":""grid""}]" +e4cf96cb-9bba-4616-a138-568d9385321c,,USER,"What are the total number of Domestic Passengers of airports that contain the word ""London"".","{""actions"":[{""actionType"":""aggregations"",""column"":""Domestic_Passengers"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""Airport_Name"",""operation"":""contains"",""value"":""London""}]}","[{""columns"":[""Airport_ID"",""Airport_Name"",""Total_Passengers"",""%_Change_2007"",""International_Passengers"",""Domestic_Passengers"",""Transit_Passengers"",""Aircraft_Movements"",""Freight_Metric_Tonnes""],""name"":""airport"",""type"":""grid""}]" +552f2a33-9735-4a99-98ec-a3220a08630f,,USER,Name the school with the smallest enrollment in each state.,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +5206ff47-42e3-4486-a833-f11dd32a4041,,USER,Provide the total market value of each main industry.,"{""actions"":[{""actionType"":""aggregations"",""column"":""market_value"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""main_industry""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +03171e5b-59cb-46b9-9af9-2c1e734e591e,,USER,Show different types of ships and the number of ships of each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +1ede77ae-cb5e-494f-ab91-991ff8f3fdc9,,USER,What is the maximum elevation of all airports in the country of Iceland?,"{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""Iceland""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +4f0d54d5-0bd8-4553-b65f-56c0e50d2cc6,,USER,What is the complete description of the researcher role.,"{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""researcher""}]}","[{""columns"":[""role_code"",""role_description""],""name"":""Staff_Roles"",""type"":""grid""}]" +0d24f8ce-5ced-4ed1-a142-f6e53b50c197,,USER,"How many reviews does "" Acacia Cafe "" have ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Acacia Cafe'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" +58a8f5b3-5706-4705-afc4-08dc991b0c92,,USER,What are the primary industries and their total market values?,"{""actions"":[{""actionType"":""aggregations"",""column"":""market_value"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""main_industry""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +2ec70ea0-5abb-48c2-9221-2c27b5bbd8ff,,USER,What are the names and number of hours spent training for each player who trains for less than 1500 hours?,"{""actions"":[{""actionType"":""condition"",""column"":""HS"",""operation"":""<"",""value"":1500}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" +d08d02e0-e18b-4e8a-a5ac-111a111dc398,,USER,"List the grape, winery and year of the wines whose price is bigger than 100 ordered by year.","{""actions"":[{""actionType"":""condition"",""column"":""Price"",""operation"":"">"",""value"":100},{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +f437a543-ff2e-465f-9afc-e2285f9fb680,,USER,What is the last date that a staff member left a project?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_to"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" +a7264472-5ec6-4870-b6a9-24832bd88cc2,,USER,how many states have cities or towns named springfield,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +051f06af-de93-4952-865d-166683ca9b5e,,USER,What is the average number of people injured by all perpetrators?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Injured"",""aggregation"":""avg""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" +74479bd9-bf18-4b56-8555-4adcb1ad7f14,,USER,Find the name and revenue of the company that earns the highest revenue in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Headquarter""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +389617da-3ce5-46df-9829-f518f5ccaf0e,,USER,List all students' first names and last names who majored in 600.,"{""actions"":[{""actionType"":""condition"",""column"":""Major"",""operation"":""="",""value"":600}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +f36ce385-74d0-43c9-8ad8-49c2c873e610,,USER,"List all the document names which contains ""CV"".","{""actions"":[{""actionType"":""condition"",""column"":""document_name"",""operation"":""contains"",""value"":""CV""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" +9b393dbf-0b10-4358-aaaa-3d04ab9ec582,,USER,Find the name and level of catalog structure with level between 5 and 10.,"{""actions"":[{""actionType"":""condition"",""column"":""catalog_level_number"",""operation"":"">="",""value"":5},{""actionType"":""condition"",""column"":""catalog_level_number"",""operation"":""<="",""value"":10}]}","[{""columns"":[""catalog_level_number"",""catalog_id"",""catalog_level_name""],""name"":""Catalog_Structure"",""type"":""grid""}]" +777ae265-d33c-4b93-8b8c-59e0563fc911,,USER,How many followers does each user have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""f1"",""aggregation"":""count""}]}","[{""columns"":[""f1"",""f2""],""name"":""follows"",""type"":""grid""}]" +70408396-f8f6-4eca-8391-5a86579f3506,,USER,How many parks are there in the state of NY?,"{""actions"":[{""actionType"":""aggregations"",""column"":""park_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""NY""}]}","[{""columns"":[""park_id"",""park_name"",""park_alias"",""city"",""state"",""country""],""name"":""park"",""type"":""grid""}]" +9d94ba05-c3cd-459d-861b-ac4341f9901d,,USER,List the code of each role and the number of employees in each role.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""role_code""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" +0aa5227d-0c2a-451f-8ce0-cb69e781aff9,,USER,What are the different ages of editors? Display each age along with the number of editors of that age.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Editor_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Age""}]}","[{""columns"":[""Editor_ID"",""Name"",""Age""],""name"":""editor"",""type"":""grid""}]" +dc42e5ed-c158-4ab2-8ce5-e309063ce646,,USER,"Find the distinct years when the governor was named ""Eliot Spitzer"".","{""actions"":[{""actionType"":""condition"",""column"":""Governor"",""operation"":""="",""value"":""'Eliot Spitzer'""}]}","[{""columns"":[""Party_ID"",""Year"",""Party"",""Governor"",""Lieutenant_Governor"",""Comptroller"",""Attorney_General"",""US_Senate""],""name"":""party"",""type"":""grid""}]" +b84fec93-9828-4d1a-812f-0eb2e17aca19,,USER,"Find the role, street, city and state of the professionals living in a city that contains the substring 'West'.","{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""contains"",""value"":""West""}]}","[{""columns"":[""professional_id"",""role_code"",""first_name"",""street"",""city"",""state"",""zip_code"",""last_name"",""email_address"",""home_phone"",""cell_number""],""name"":""Professionals"",""type"":""grid""}]" +27f9bd03-fc6e-4a38-8deb-13ba5eb07639,,USER,"For each decor type, how many rooms cost more than $120?","{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":120},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +6adb4c69-b952-4543-9913-74091964b76f,,USER,Which country is the airport that has the highest altitude located in?,"{""actions"":[{""actionType"":""topFilter"",""column"":""elevation"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +60d2da8c-858e-4d54-ab73-b83967831f7b,,USER,"For each document, list the number of employees who have been in the circulation history of that document, along with the document ID and number of employees.","{""actions"":[{""actionType"":""aggregations"",""column"":""employee_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""}]}","[{""columns"":[""document_id"",""draft_number"",""copy_number"",""employee_id""],""name"":""Circulation_History"",""type"":""grid""}]" +77640a52-0950-4543-bda4-57e919d30aef,,USER,"Find the emails and phone numbers of all the customers, ordered by email address and phone number.","{""actions"":[{""actionType"":""sorting"",""column"":""email_address"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""phone_number"",""direction"":""asc""}]}","[{""columns"":[""customer_id"",""customer_type_code"",""address_line_1"",""address_line_2"",""town_city"",""state"",""email_address"",""phone_number""],""name"":""Customers"",""type"":""grid""}]" +448fe666-413a-4c77-8c03-6d109e96e464,,USER,"Which papers have the substring ""ML"" in their titles? Return the titles of the papers.","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":""ML""}]}","[{""columns"":[""paperID"",""title""],""name"":""Papers"",""type"":""grid""}]" +384fe4ef-3e75-4f25-82c8-bf5e0cdb40fb,,USER,How many different statuses do cities have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Status"",""aggregation"":""count""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" +ac6ea9cd-dcdc-488c-adb6-ec236e342be9,,USER,What is the average age across different job positions?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +fe41e67f-6a8e-4148-84ce-c0d0d901d2ab,,USER,How many singers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +d50c0d83-768c-4bde-ad8a-111a136b1b97,,USER,What is the description of role code ED?,"{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""'ED'""}]}","[{""columns"":[""role_code"",""role_description""],""name"":""Roles"",""type"":""grid""}]" +f5e0a598-87fe-4755-af1b-8cdb6a46ebd5,,USER,Provide the IDs and total hours played for each game.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""gameid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" +5edbef36-5348-4acf-9210-a07f87f2cf9c,,USER,"What are the full name, hire data, salary and department id for employees without the letter M in their first name, ordered by ascending department id?","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""not contains"",""value"":""M""},{""actionType"":""sorting"",""column"":""department_id"",""direction"":""asc""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +f781b060-5f99-4857-b356-c4046c754c4f,,USER,What is the average price of the products for each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_category_code""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" +608ece4a-446f-47ad-b716-874ee1913a46,,USER,Sort the customer names in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""customer_details"",""direction"":""asc""}]}","[{""columns"":[""Customer_ID"",""Customer_Details""],""name"":""Customers"",""type"":""grid""}]" +6c783eca-40ab-473c-8845-f29f018a19ce,,USER,Find the number of rooms for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +08c85fd3-9265-489b-bf0e-36e369b4cb83,,USER,"Sort all the shops by number products in descending order, and return the name, location and district of each shop.","{""actions"":[{""actionType"":""sorting"",""column"":""number_products"",""direction"":""desc""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" +acb1a963-ad22-437e-b9e7-21a6f275fe13,,USER,Count the number of songs released for each format.,"{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""formats""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" +445e08bb-3015-4e07-b84a-12753e7b57f1,,USER,Determine the number of players for each type of hand.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""hand""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +e3f72faf-7324-457b-9e52-a870bb0c0b88,,USER,Find the number of followers for each user.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +b69bea32-126d-41c1-b554-0f13b4738c61,,USER,How many invoices do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" +5c73b659-e926-46b2-9bd8-73eaf53cd4b4,,USER,What is the total amount of grant money given to each organization and what is its id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""grant_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""organisation_id""}]}","[{""columns"":[""grant_id"",""organisation_id"",""grant_amount"",""grant_start_date"",""grant_end_date"",""other_details""],""name"":""Grants"",""type"":""grid""}]" +13d50ee0-1503-4645-896f-0b97dbb2ff50,,USER,how many major cities are there in texas,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +21f9f31d-7df7-4c51-be66-5f02db1084fe,,USER,What is average age of male for different job title?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +a03644c0-a21e-4caa-baff-946a6fae87de,,USER,Return the elimination movies of wrestlers on Team Orton.,"{""actions"":[{""actionType"":""condition"",""column"":""Team"",""operation"":""="",""value"":""'Team Orton'""}]}","[{""columns"":[""Elimination_ID"",""Wrestler_ID"",""Team"",""Eliminated_By"",""Elimination_Move"",""Time""],""name"":""Elimination"",""type"":""grid""}]" +34d3afee-c087-489e-ad14-976032e1c74d,,USER,Return the names of the contestants whose names contain the substring 'Al' .,"{""actions"":[{""actionType"":""condition"",""column"":""contestant_name"",""operation"":""contains"",""value"":""al""}]}","[{""columns"":[""contestant_number"",""contestant_name""],""name"":""CONTESTANTS"",""type"":""grid""}]" +fe95908f-a13b-4243-899d-2f1e890102e6,,USER,Count the number of exhibitions that happened in or after 2005.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Exhibition_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":2005}]}","[{""columns"":[""Exhibition_ID"",""Year"",""Theme"",""Artist_ID"",""Ticket_Price""],""name"":""exhibition"",""type"":""grid""}]" +ee1b1d7d-f423-43f1-8dcb-ced73931970b,,USER,List the types of competition and the number of competitions for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Competition_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Competition_type""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" +c4779fe2-f1ee-4348-910c-aa16ab1b324b,,USER,What are the crime rates of counties sorted by number of offices ascending?,"{""actions"":[{""actionType"":""sorting"",""column"":""Police_officers"",""direction"":""asc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +4e713b34-9c41-4ccf-9cc8-6768552dadd8,,USER,Find the birth dates corresponding to employees who live in the city of Edmonton.,"{""actions"":[{""actionType"":""condition"",""column"":""City"",""operation"":""="",""value"":""'Edmonton'""}]}","[{""columns"":[""EmployeeId"",""LastName"",""FirstName"",""Title"",""ReportsTo"",""BirthDate"",""HireDate"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email""],""name"":""Employee"",""type"":""grid""}]" +84086f5f-4989-4163-9ffd-ef8c336b8760,,USER,Sort the names of all counties in descending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""County_name"",""direction"":""desc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" +7dd3dd1d-b19a-4fcb-8719-6e2dc384fccb,,USER,"In what year was "" Benedict Cumberbatch "" born","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Benedict Cumberbatch'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +f77969da-4112-486a-b8ee-71a3186b7307,,USER,"What are the titles and studios of films that have been produced by a studio whose name contains ""Universal""?","{""actions"":[{""actionType"":""condition"",""column"":""Studio"",""operation"":""contains"",""value"":""Universal""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" +1299e672-7da3-48ba-b133-1a0f4ffb3666,,USER,"What are the investors of entrepreneurs, and how many entrepreneurs has each investor invested in?","{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Investor""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" +3beed12d-ad0e-4c35-9e82-01119f16b336,,USER,Show different colleges along with the number of authors of submission from each college.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""College""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" +cf80b2b8-f419-40ae-8e5f-e0a04eb3e4d7,,USER,Count the number of films whose title contains the word 'Dummy'.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":""Dummy""}]}","[{""columns"":[""Film_ID"",""Rank_in_series"",""Number_in_season"",""Title"",""Directed_by"",""Original_air_date"",""Production_code""],""name"":""film"",""type"":""grid""}]" +7095729f-b5bd-416f-8489-b8c4e12ac5c1,,USER,"Display the first name, and department number for all employees whose last name is ""McEwen"".","{""actions"":[{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""McEwen""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +25672c6d-89b1-4a4d-b064-470dd2ea9631,,USER,Return the amount of the largest payment.,"{""actions"":[{""actionType"":""topFilter"",""column"":""amount"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""payment_id"",""customer_id"",""staff_id"",""rental_id"",""amount"",""payment_date"",""last_update""],""name"":""payment"",""type"":""grid""}]" +d6307dac-f28d-4106-bd60-3601b468f5d2,,USER,What is the name of school that has the smallest enrollment in each state?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +94fb3158-472f-465a-b594-43142b4fc409,,USER,What is the total surface area of the countries in the Caribbean region?,"{""actions"":[{""actionType"":""aggregations"",""column"":""SurfaceArea"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""Region"",""operation"":""="",""value"":""'Caribbean'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +2c98ff67-f0de-4a27-ad27-9c613b169271,,USER,"Which category does the product named ""flax"" belong to?","{""actions"":[{""actionType"":""condition"",""column"":""product_name"",""operation"":""="",""value"":""'flax'""}]}","[{""columns"":[""product_id"",""color_code"",""product_category_code"",""product_name"",""typical_buying_price"",""typical_selling_price"",""product_description"",""other_product_details""],""name"":""Products"",""type"":""grid""}]" +f12319a0-a485-4d20-8775-ca2dbd87d744,,USER,How many rooms does the Lamberton building have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""building"",""operation"":""="",""value"":""Lamberton""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +262a8911-b40d-4a8c-99c4-838d8d97cac8,,USER,Determine the number of different products corresponding to each order id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +f012204a-1de9-4eb5-8eb5-fe057d9cdb07,,USER,"List the name, born state and age of the heads of departments ordered by age.","{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""asc""}]}","[{""columns"":[""head_ID"",""name"",""born_state"",""age""],""name"":""head"",""type"":""grid""}]" +97bb43b3-349d-440b-8d68-0833f207bd10,,USER,What are the names of stations that have latitude lower than 37.5?,"{""actions"":[{""actionType"":""condition"",""column"":""lat"",""operation"":""<"",""value"":37.5}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +f3550668-ff1c-4b0b-898e-cdbbbd1369b2,,USER,Return the name of the airport with code 'AKO'.,"{""actions"":[{""actionType"":""condition"",""column"":""AirportCode"",""operation"":""="",""value"":""'AKO'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" +8eb70889-19c8-41f9-ae3f-e9e84b139977,,USER,How many distinct students have been in detention?,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""}]}","[{""columns"":[""student_id"",""detention_id"",""incident_id""],""name"":""Students_in_Detention"",""type"":""grid""}]" +75922557-07ef-488f-8940-d39c7ba6b2e6,,USER,Find the name of the room with the maximum occupancy.,"{""actions"":[{""actionType"":""topFilter"",""column"":""maxOccupancy"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +c4644b98-bbbc-4772-8843-2eff78f8221b,,USER,How many drivers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Driver_ID"",""aggregation"":""count""}]}","[{""columns"":[""Driver_ID"",""Name"",""Party"",""Home_city"",""Age""],""name"":""driver"",""type"":""grid""}]" +8f0ca81a-23ec-4999-af7a-f4b3f3a7adfe,,USER,Count the number of players who were born in USA and have bats information 'R'.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""birth_country"",""operation"":""="",""value"":""USA""},{""actionType"":""condition"",""column"":""bats"",""operation"":""="",""value"":""R""}]}","[{""columns"":[""player_id"",""birth_year"",""birth_month"",""birth_day"",""birth_country"",""birth_state"",""birth_city"",""death_year"",""death_month"",""death_day"",""death_country"",""death_state"",""death_city"",""name_first"",""name_last"",""name_given"",""weight"",""height"",""bats"",""throws"",""debut"",""final_game"",""retro_id"",""bbref_id""],""name"":""player"",""type"":""grid""}]" +8e4c7284-741a-42cc-b454-3c7e29ac42a1,,USER,Calculate the number of likes for each student ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""liked_id""],""name"":""Likes"",""type"":""grid""}]" +29f6a41c-d647-48c3-87a9-bd97d483316a,,USER,"Find the names of all swimmers, sorted by their 100 meter scores in ascending order.","{""actions"":[{""actionType"":""sorting"",""column"":""meter_100"",""direction"":""asc""}]}","[{""columns"":[""ID"",""name"",""Nationality"",""meter_100"",""meter_200"",""meter_300"",""meter_400"",""meter_500"",""meter_600"",""meter_700"",""Time""],""name"":""swimmer"",""type"":""grid""}]" +b966fadd-efaf-411b-ae03-3bb469c37b40,,USER,How many documents are with document type code BK for each product id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +aebc5a43-5d4a-4a4e-afd5-7645956cb3c4,,USER,What is the transaction type that has processed the greatest total amount in transactions?,"{""actions"":[{""actionType"":""grouping"",""column"":""transaction_type""},{""actionType"":""topFilter"",""column"":""transaction_amount"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""transaction_id"",""previous_transaction_id"",""account_id"",""card_id"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" +5896004b-e189-478f-95eb-ea358267d3e8,,USER,Count the number of schools that have had basketball matches.,"{""actions"":[{""actionType"":""aggregations"",""column"":""school_id"",""aggregation"":""count""}]}","[{""columns"":[""Team_ID"",""School_ID"",""Team_Name"",""ACC_Regular_Season"",""ACC_Percent"",""ACC_Home"",""ACC_Road"",""All_Games"",""All_Games_Percent"",""All_Home"",""All_Road"",""All_Neutral""],""name"":""basketball_match"",""type"":""grid""}]" +60fbae70-4cc2-4240-8cc1-d3b6049b6a51,,USER,What is the maximum number of final tables made among poker players with earnings less than 200000?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Final_Table_Made"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Earnings"",""operation"":""<"",""value"":200000}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" +56872a98-35e8-49fd-852d-6b7ee0bd6944,,USER,What is the average elevation of airports in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +82dd8a2a-a367-4c9f-9d01-384b2881e8d6,,USER,What is the description of document status code 'working'?,"{""actions"":[{""actionType"":""condition"",""column"":""document_status_code"",""operation"":""="",""value"":""'working'""}]}","[{""columns"":[""document_status_code"",""document_status_description""],""name"":""Ref_Document_Status"",""type"":""grid""}]" +d2bf14c7-b695-4ee2-9dc3-014d3bf85e67,,USER,"What are the names of ships, ordered by year they were built and their class?","{""actions"":[{""actionType"":""sorting"",""column"":""built_year"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""CLASS"",""direction"":""asc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Built_Year"",""Class"",""Flag""],""name"":""Ship"",""type"":""grid""}]" +6bd27e6f-a51b-42f0-b034-9d6ac2398ebf,,USER,What is the average number of hosts for parties?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Number_of_hosts"",""aggregation"":""avg""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" +9779140e-06ca-481e-9238-dc71f6af171e,,USER,What are the years of opening for tracks with seating between 4000 and 5000?,"{""actions"":[{""actionType"":""condition"",""column"":""seating"",""operation"":"">="",""value"":4000},{""actionType"":""condition"",""column"":""seating"",""operation"":""<="",""value"":5000}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" +79b72874-35ec-4de6-a106-ffc4fb9e78fe,,USER,Present distinct occupations and their corresponding player counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Occupation""}]}","[{""columns"":[""Player_ID"",""Sponsor_name"",""Player_name"",""Gender"",""Residence"",""Occupation"",""Votes"",""Rank""],""name"":""player"",""type"":""grid""}]" +07adcc8e-b10b-48f9-8558-56c1c398e135,,USER,"Return the detail of the location named ""UK Gallery"".","{""actions"":[{""actionType"":""condition"",""column"":""Location_Name"",""operation"":""="",""value"":""'UK Gallery'""}]}","[{""columns"":[""Location_ID"",""Location_Name"",""Address"",""Other_Details""],""name"":""Locations"",""type"":""grid""}]" +f49cd7ce-a293-4a41-9295-0494baf1fe8c,,USER,"What is the name, latitude, and city of the station that is located the furthest South?","{""actions"":[{""actionType"":""topFilter"",""column"":""lat"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +922fa412-6500-4abd-a1ee-09cf1e676e23,,USER,How many lessons were in cancelled state?,"{""actions"":[{""actionType"":""aggregations"",""column"":""lesson_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""lesson_status_code"",""operation"":""="",""value"":""'Cancelled'""}]}","[{""columns"":[""lesson_id"",""customer_id"",""lesson_status_code"",""staff_id"",""vehicle_id"",""lesson_date"",""lesson_time"",""price""],""name"":""Lessons"",""type"":""grid""}]" +16423e9b-1543-4993-9894-5ba57cbcff14,,USER,Show the name of drivers in descending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""Driver_ID"",""Name"",""Party"",""Home_city"",""Age""],""name"":""driver"",""type"":""grid""}]" +6942daee-5ba0-4283-bb28-762c53175550,,USER,When was the school with the largest enrollment founded?,"{""actions"":[{""actionType"":""topFilter"",""column"":""enrollment"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +7165f672-9294-45e1-a9d5-f5997262ede2,,USER,"What are the names, headquarters and founders of the company with the highest revenue?","{""actions"":[{""actionType"":""topFilter"",""column"":""revenue"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +d4b0154a-5ea3-4be6-8ca7-dea1db9bc320,,USER,List all ship names in the order of built year and class.,"{""actions"":[{""actionType"":""sorting"",""column"":""built_year"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""CLASS"",""direction"":""asc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Built_Year"",""Class"",""Flag""],""name"":""Ship"",""type"":""grid""}]" +35770887-9053-40e9-97a4-7b019a05c2a6,,USER,"What are the famous titles and ages of each artist, listed in descending order by age?","{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" +e2eddc71-d8a5-45ae-bb11-f4704d5c460d,,USER,What is the name of the song that was released most recently?,"{""actions"":[{""actionType"":""topFilter"",""column"":""releasedate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +3e7fd8a8-6df3-48c3-a7af-c3316888a9fd,,USER,List the name of all customers sorted by their account balance in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""acc_bal"",""direction"":""asc""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +9061240a-070f-4671-b8d1-5c781f064144,,USER,Show the average salary of employees for each department who receive a commission percentage.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""!="",""value"":""'null'""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +82760c2d-1496-4d2b-9f57-1475e71ec3ae,,USER,what are the top 3 highest support rates?,"{""actions"":[{""actionType"":""topFilter"",""column"":""support_rate"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" +3f2e2bd9-3387-492d-a3ef-5e5607b6d507,,USER,Return all the distinct secretary votes made in the fall election cycle.,"{""actions"":[{""actionType"":""condition"",""column"":""ELECTION_CYCLE"",""operation"":""="",""value"":""'Fall'""}]}","[{""columns"":[""StuID"",""Registration_Date"",""Election_Cycle"",""President_Vote"",""Vice_President_Vote"",""Secretary_Vote"",""Treasurer_Vote"",""Class_President_Vote"",""Class_Senator_Vote""],""name"":""Voting_record"",""type"":""grid""}]" +ddbadae5-748e-4f2c-9303-529bc879374f,,USER,"List the camera lens names containing substring ""Digital"".","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Digital""}]}","[{""columns"":[""id"",""brand"",""name"",""focal_length_mm"",""max_aperture""],""name"":""camera_lens"",""type"":""grid""}]" +f6ea055a-927c-4e06-a6e9-04b352e71cbc,,USER,what are the major cities in kansas,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kansas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +ee5cc223-5d57-4267-a4b1-30d4b319c302,,USER,"For each position, what is the average number of points for players in that position?","{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +1a5f5c1e-c1aa-4732-8537-c3ccd0f7ec3c,,USER,how many states does the missouri river run through,"{""actions"":[{""actionType"":""aggregations"",""column"":""traverse"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'missouri'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +44937f92-8e6a-423a-b3e6-fabd21feb845,,USER,Display country IDs and their respective city counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_id""}]}","[{""columns"":[""LOCATION_ID"",""STREET_ADDRESS"",""POSTAL_CODE"",""CITY"",""STATE_PROVINCE"",""COUNTRY_ID""],""name"":""locations"",""type"":""grid""}]" +78d36b73-d39b-4086-8125-9c20c97a5aa9,,USER,find the number of distinct country codes of all players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""country_code"",""aggregation"":""count""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +658efb42-2e94-4fee-b9f3-de9fc93c1727,,USER,papers from 2014,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2014}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" +628068b7-678d-4460-8904-9bef74c456fc,,USER,Which abbreviation corresponds to Jetblue Airways?,"{""actions"":[{""actionType"":""condition"",""column"":""Airline"",""operation"":""="",""value"":""'JetBlue Airways'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" +4ff48993-6823-4cf7-bb2b-3ab92411b33f,,USER,Find the name of companies whose revenue is between 100 and 150.,"{""actions"":[{""actionType"":""condition"",""column"":""revenue"",""operation"":"">="",""value"":100},{""actionType"":""condition"",""column"":""revenue"",""operation"":""<="",""value"":150}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +a7d1fe7a-ff87-4293-9e96-d36e1253f746,,USER,"For each constructor ID, count the associated races.","{""actions"":[{""actionType"":""aggregations"",""column"":""constructorStandingsId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""constructorid""}]}","[{""columns"":[""constructorStandingsId"",""raceId"",""constructorId"",""points"",""position"",""positionText"",""wins""],""name"":""constructorStandings"",""type"":""grid""}]" +406533e9-d58a-48dd-ba69-d79d0e1ae227,,USER,Which courses are taught on days MTW?,"{""actions"":[{""actionType"":""condition"",""column"":""Days"",""operation"":""="",""value"":""'MTW'""}]}","[{""columns"":[""CID"",""CName"",""Credits"",""Instructor"",""Days"",""Hours"",""DNO""],""name"":""Course"",""type"":""grid""}]" +12c7cbea-f6f9-43f2-b0c1-ff9fe6eed2df,,USER,What is the founded year of the non public school that was founded most recently?,"{""actions"":[{""actionType"":""condition"",""column"":""affiliation"",""operation"":""!="",""value"":""Public""},{""actionType"":""topFilter"",""column"":""founded"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +94967cfb-bd18-4ec4-a5a7-50722439a1a0,,USER,"Give me the times and numbers of all trains that go to Chennai, ordered by time.","{""actions"":[{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""Chennai""},{""actionType"":""sorting"",""column"":""TIME"",""direction"":""asc""}]}","[{""columns"":[""id"",""train_number"",""name"",""origin"",""destination"",""time"",""interval""],""name"":""train"",""type"":""grid""}]" +d43d106d-19bc-48df-aef7-4edbd59cf942,,USER,What is the average rating of reviews written in year 2014 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2014}]}","[{""columns"":[""rid"",""business_id"",""user_id"",""rating"",""text"",""year"",""month""],""name"":""review"",""type"":""grid""}]" +70dbbbd5-69ad-4a7d-a52d-b3a7fc1b375b,,USER,When did the staff member named Janessa Sawayn join the company?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" +bc3aac7c-5f92-46b6-87c3-92b52de33523,,USER,Determine the number of members residing at each address.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""address""}]}","[{""columns"":[""Member_ID"",""Name"",""Membership_card"",""Age"",""Time_of_purchase"",""Level_of_membership"",""Address""],""name"":""member"",""type"":""grid""}]" +fe8c49b6-7790-467b-a683-7806b69eeed4,,USER,Please provide the order ids and the total quantity for each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_quantity"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +80d152ad-214f-44de-9052-1f7ce26aff50,,USER,Show flight number for all flights with more than 2000 distance.,"{""actions"":[{""actionType"":""condition"",""column"":""distance"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +71f65ad1-a12e-4026-b8ae-bdcd09317e05,,USER,List all program origins in the alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""origin"",""direction"":""asc""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" +d5947c73-f864-4830-a612-0966b77f1dbf,,USER,How many schools are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +cf95b6bc-1470-44a1-8b33-2294fde50c55,,USER,"For each file format, count artists who released songs in that format.","{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""formats""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" +b3d52379-2935-4fe8-a96e-43af3e9f29b1,,USER,"Find the address of the location named ""UK Gallery"".","{""actions"":[{""actionType"":""condition"",""column"":""Location_Name"",""operation"":""="",""value"":""'UK Gallery'""}]}","[{""columns"":[""Location_ID"",""Location_Name"",""Address"",""Other_Details""],""name"":""Locations"",""type"":""grid""}]" +1bd4d611-12e9-47b1-9b11-d4767f0fc034,,USER,how high is the highest point of delaware,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'delaware'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +e9997f18-fc29-4098-8b16-2845fa5a604b,,USER,Count the number of distinct names associated with the photos.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Name"",""aggregation"":""count""}]}","[{""columns"":[""Photo_ID"",""Tourist_Attraction_ID"",""Name"",""Description"",""Filename"",""Other_Details""],""name"":""Photos"",""type"":""grid""}]" +993e7bde-870d-4557-a00c-7898a9fd6bd4,,USER,How many kinds of different ratings are listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""count""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" +88eba57d-4324-4019-980b-885b9864d9d3,,USER,Compute the average price of all the products.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +70dd5d8e-238b-4f74-8eec-a28b8f7124df,,USER,"For each zip code, return the average mean temperature of August there.","{""actions"":[{""actionType"":""aggregations"",""column"":""mean_temperature_f"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""date"",""operation"":""starts with"",""value"":""8/""},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +1a9e523a-6ed0-4b7d-8817-0a0fb90d76f5,,USER,Determine the count of individuals under 40 for both genders.,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":40},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +b3842699-1a15-474c-a971-f3cbade0bed1,,USER,What are the names of all the dorms that can accomdate more than 300 students?,"{""actions"":[{""actionType"":""condition"",""column"":""student_capacity"",""operation"":"">"",""value"":300}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" +ced58122-d868-492f-a3de-cf834313c277,,USER,What is the weight of the shortest person?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Date_of_Birth""],""name"":""people"",""type"":""grid""}]" +82c785c9-8e96-415d-b800-8224c7d05d27,,USER,List the number of TV channels using each language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LANGUAGE""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +8573118d-8272-4269-a8f3-8ef3f36835b8,,USER,Find the average height and weight for all males (sex is M).,"{""actions"":[{""actionType"":""aggregations"",""column"":""height"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""sex"",""operation"":""="",""value"":""M""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" +d3e640ec-2522-4787-8068-f39360b32a0e,,USER,how large is new mexico,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'new mexico'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +815a90ae-220d-41f7-a933-12a895e745b0,,USER,List the name of the school with the smallest enrollment.,"{""actions"":[{""actionType"":""topFilter"",""column"":""enrollment"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""School_id"",""School_name"",""Location"",""Mascot"",""Enrollment"",""IHSAA_Class"",""IHSAA_Football_Class"",""County""],""name"":""School"",""type"":""grid""}]" +5f076dd5-07ce-4ae3-94bc-0f5263cb556b,,USER,Count the number of different companies.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company"",""aggregation"":""count""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" +c56343e0-0744-4b49-b2cc-974dc363bda7,,USER,"Find the phone number of performer ""Ashley"".","{""actions"":[{""actionType"":""condition"",""column"":""Customer_Name"",""operation"":""="",""value"":""'Ashley'""}]}","[{""columns"":[""Performer_ID"",""Address_ID"",""Customer_Name"",""Customer_Phone"",""Customer_Email_Address"",""Other_Details""],""name"":""Performers"",""type"":""grid""}]" +12468d87-5404-41c9-97d8-fa1ae678e82d,,USER,Count the number of parties.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Party_ID"",""aggregation"":""count""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" +314e8183-4de4-4186-bb20-6b158500560c,,USER,Retrieve all the first and last names of authors in the alphabetical order of last names.,"{""actions"":[{""actionType"":""sorting"",""column"":""lname"",""direction"":""asc""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" +b7c3e592-31d5-449d-8859-e884474ad054,,USER,How many templates do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" +4f2a698e-30fb-427f-a057-024b4d656e4a,,USER,Count the number of accounts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +ba352125-335c-466f-9db7-d84bf96040a5,,USER,how many square kilometers in the us,"{""actions"":[{""actionType"":""aggregations"",""column"":""area"",""aggregation"":""sum""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +6bda52bb-4c1b-4718-b048-3ef1ee1062dd,,USER,what is the total length of all rivers in the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""LENGTH"",""aggregation"":""sum""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +b1d7954e-23dd-4166-abec-5ac14dc45a81,,USER,How many days had both mean humidity above 50 and mean visibility above 8?,"{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""mean_humidity"",""operation"":"">"",""value"":50},{""actionType"":""condition"",""column"":""mean_visibility_miles"",""operation"":"">"",""value"":8}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +53468168-2ddc-4568-943a-165d70e13f32,,USER,What is the average age for all people in the table?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +624d2598-f2fb-4e56-9f81-084d4f40a301,,USER,Find the number of phones for each accreditation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Accreditation_type""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" +ceebee98-ba19-47b6-acd1-2ef4b39aa56a,,USER,find the names of programs whose origin is not in Beijing.,"{""actions"":[{""actionType"":""condition"",""column"":""origin"",""operation"":""!="",""value"":""Beijing""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" +b8db8939-1449-4e76-89ec-bf94e89b254b,,USER,Count the number of students who have advisors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""s_id"",""aggregation"":""count""}]}","[{""columns"":[""s_ID"",""i_ID""],""name"":""advisor"",""type"":""grid""}]" +a7f54f7f-f834-4f23-87dc-dc04f961bac0,,USER,Report the total number of students for each grade 0 classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'0'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +61e9eb17-bb7d-4d17-9861-9baba74ad589,,USER,Return the type of transaction with the highest total amount.,"{""actions"":[{""actionType"":""grouping"",""column"":""transaction_type""},{""actionType"":""topFilter"",""column"":""transaction_amount"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""transaction_id"",""previous_transaction_id"",""account_id"",""card_id"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" +14f06a4b-11e4-43fe-8991-a82863a4bca2,,USER,"For each classroom, show the classroom number and count the number of distinct grades that use the room.","{""actions"":[{""actionType"":""aggregations"",""column"":""Cinema_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Cinema_ID"",""Name"",""Openning_year"",""Capacity"",""Location""],""name"":""cinema"",""type"":""grid""}]" +218619fb-4e9e-445b-94a9-5ce00bdb1cb8,,USER,how many states have a city named springfield,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +c83a597f-8455-40eb-aac9-b8f8af10123b,,USER,What is the nationality of the journalist with the largest number of years working?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Years_working"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""journalist_ID"",""Name"",""Nationality"",""Age"",""Years_working""],""name"":""journalist"",""type"":""grid""}]" +41a2f006-2e5d-491b-95cd-413fbaf40d63,,USER,What are the first names and birth dates of players from the USA?,"{""actions"":[{""actionType"":""condition"",""column"":""country_code"",""operation"":""="",""value"":""USA""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +dff6eeef-5729-440f-bb56-32ab82d2b67c,,USER,How many hours do students in each department spend studying?,"{""actions"":[{""actionType"":""aggregations"",""column"":""stu_hrs"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" +e4dd9254-6582-4b18-b955-4d5b84004549,,USER,How many films does each studio produce?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Studio""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" +8498c694-642f-40e3-842d-4bad81d55605,,USER,What are the names of festivals held in year 2007?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2007}]}","[{""columns"":[""Festival_ID"",""Festival_Name"",""Chair_Name"",""Location"",""Year"",""Num_of_Audience""],""name"":""festival_detail"",""type"":""grid""}]" +9caa64af-54d2-430c-b160-40ab9c311b22,,USER,What are the names of products with price at most 200?,"{""actions"":[{""actionType"":""condition"",""column"":""price"",""operation"":""<="",""value"":200}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +0efaa09d-c89e-40cb-ad86-bc0139ac1220,,USER,Show the name and the release year of the song by the youngest singer.,"{""actions"":[{""actionType"":""topFilter"",""column"":""age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +6d7f43b0-b72e-427e-a63c-a4dc2239ad16,,USER,List the names of 5 users followed by the largest number of other users.,"{""actions"":[{""actionType"":""topFilter"",""column"":""followers"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" +4422ffaf-0c96-4607-a762-299f38a2dcb2,,USER,What campuses are located in the county of Los Angeles?,"{""actions"":[{""actionType"":""condition"",""column"":""county"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" +06acbaf4-fb6e-4ef4-a133-02a46062d9e3,,USER,"How many distinct programs are broadcast at ""Night"" time?","{""actions"":[{""actionType"":""aggregations"",""column"":""program_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""time_of_day"",""operation"":""="",""value"":""Night""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" +5d68bb1d-d198-4ecf-9a84-d0fbdcd42cc0,,USER,What is the average pages per minute color?,"{""actions"":[{""actionType"":""aggregations"",""column"":""pages_per_minute_color"",""aggregation"":""avg""}]}","[{""columns"":[""product_id"",""product"",""dimensions"",""dpi"",""pages_per_minute_color"",""max_page_size"",""interface""],""name"":""product"",""type"":""grid""}]" +ebf14756-326b-47c3-85f8-07f860a38e62,,USER,What is the average price of wine for each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +11604a93-41e6-41c0-b868-66b41fa35dfa,,USER,Give me the name and description of the location with code x.,"{""actions"":[{""actionType"":""condition"",""column"":""location_code"",""operation"":""="",""value"":""'x'""}]}","[{""columns"":[""Location_Code"",""Location_Name"",""Location_Description""],""name"":""Ref_Locations"",""type"":""grid""}]" +58eb9de1-bab8-4b45-9654-ac43c54672d9,,USER,How many orchestras does each record company manage?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Orchestra_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Record_Company""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" +22c2edf5-32e5-4c79-86ea-b33eb9303935,,USER,What are the full name (first and last name) and salary for all employees who does not have any value for commission?,"{""actions"":[{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""="",""value"":""'null'""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +9a51c0f5-9266-44f2-a76e-a71e5dba49d2,,USER,How many products are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_ID"",""aggregation"":""count""}]}","[{""columns"":[""Product_ID"",""Product_Type_Code"",""Product_Name"",""Product_Price""],""name"":""Products"",""type"":""grid""}]" +8a3efda8-3570-458c-bd68-905ba9d40358,,USER,Which cities have regional population above 10000000?,"{""actions"":[{""actionType"":""condition"",""column"":""regional_population"",""operation"":"">"",""value"":10000000}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" +6b1fd20d-b540-4a07-b41a-a29125ee6303,,USER,What are the different regions of clubs in ascending alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""Region"",""direction"":""asc""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" +c265f0f1-742b-4a0c-9236-1cd84c9e5393,,USER,What is the last transcript release date?,"{""actions"":[{""actionType"":""topFilter"",""column"":""transcript_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" +b6ef9ee7-7e7f-423e-b568-0a911e7cafde,,USER,"What year is the movie "" The Imitation Game "" from ?","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'The Imitation Game'""}]}","[{""columns"":[""mid"",""title"",""release_year"",""title_aka"",""budget""],""name"":""movie"",""type"":""grid""}]" +e6911981-acbb-4e1f-a707-aad4e584e8f2,,USER,Display various statuses and the count of roller coasters with each status.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Roller_Coaster_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" +b7981445-a758-4fac-9fd3-f863d384535a,,USER,"What is the first name, GPA, and phone number of the students with the top 5 GPAs?","{""actions"":[{""actionType"":""topFilter"",""column"":""stu_gpa"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" +a3abfeb6-9060-41d9-a00c-c7a8974767d4,,USER,Present all countries and the number of people originating from each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""People_ID"",""Name"",""Country"",""Is_Male"",""Age""],""name"":""people"",""type"":""grid""}]" +251e0ff4-ba07-4cb5-a4bb-c5f131e6de97,,USER,Count the number of rooms that are not in the Lamberton building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""building"",""operation"":""!="",""value"":""Lamberton""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +26e9796c-0b43-4759-9a22-34b449a075cc,,USER,What is the number of rooms available for each type of bed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +33e3f072-13f3-48f3-9b68-2838a0a16bdd,,USER,what are all the rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +57c43a63-ef20-4837-83b8-5972446719d3,,USER,How many available features are there in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""feature_id"",""aggregation"":""count""}]}","[{""columns"":[""feature_id"",""feature_type_code"",""feature_name"",""feature_description""],""name"":""Other_Available_Features"",""type"":""grid""}]" +b6a31ca2-456f-4827-b762-30c8277d564d,,USER,how many major cities are there,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +12c2bd39-2ddd-4bb4-945a-1077712450c1,,USER,What is the average weight and year for each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +4eda124b-129c-45fa-919d-6fdc8559606e,,USER,How many students are 18 years old?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""="",""value"":18}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +e753bcce-38c0-4cf6-8b9a-34f096209a51,,USER,Who is the youngest employee in the company? List employee's first and last name.,"{""actions"":[{""actionType"":""topFilter"",""column"":""birth_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +8d206808-a7c1-4860-bc6b-526233ae6838,,USER,Which document has the most draft copies? List its document id and number of draft copies.,"{""actions"":[{""actionType"":""aggregations"",""column"":""copy_number"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""},{""actionType"":""topFilter"",""column"":""copy_number"",""limit"":1,""aggregation"":""count"",""direction"":""desc""}]}","[{""columns"":[""document_id"",""draft_number"",""copy_number""],""name"":""Draft_Copies"",""type"":""grid""}]" +974de413-4872-430c-b232-2bd9f71d83c8,,USER,"list the name, job title of all people ordered by their names.","{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +7d655171-cbce-41af-b812-d0cd12859588,,USER,How many total credits are offered by each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""credits"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" +8e315427-a2ef-4901-94e4-37c23f6ebad4,,USER,What are the names of all stations with a latitude smaller than 37.5?,"{""actions"":[{""actionType"":""condition"",""column"":""lat"",""operation"":""<"",""value"":37.5}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +815617c1-1ba0-492a-be2b-3bb9339fcdf8,,USER,What are the student ids for all male students?,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""M""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +7e094560-b17e-4527-a5e2-4f697d2c88a4,,USER,List the builders of railways in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Builder"",""direction"":""asc""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" +f08b9f7d-79c1-4f89-806a-4f192507c359,,USER,"For every zip code, determine instances where maximum wind speed reached 25 mph.","{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""max_wind_Speed_mph"",""operation"":"">="",""value"":25},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +26d6e5b5-c103-437d-b0ac-f33a84485cd7,,USER,Show the position of players along with the corresponding number of players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Season"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" +1b65a935-558d-4348-8bb0-b73a8bb947ba,,USER,Find the average price of the products for each category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Railway_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" +dc123e4e-94b2-4259-be1c-53b49eb73c70,,USER,What is the total number of games played?,"{""actions"":[{""actionType"":""aggregations"",""column"":""gamesplayed"",""aggregation"":""sum""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" +b119566e-c275-4b16-a802-a3e6c168c7d7,,USER,List the authors of submissions in ascending order of scores.,"{""actions"":[{""actionType"":""sorting"",""column"":""Scores"",""direction"":""asc""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" +9a8f8ff7-c28d-4187-9873-e386041ba1ec,,USER,How many artists are male and how many are female?,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" +322336eb-b3fc-4b06-bd59-f29eab571b8a,,USER,What is the total rating of channel for each channel owner?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rating_in_percent"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""OWNER""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +8edb8391-e7bb-4202-8de6-30507f9f1508,,USER,"What are the names and buildings of the deparments, sorted by budget descending?","{""actions"":[{""actionType"":""sorting"",""column"":""budget"",""direction"":""desc""}]}","[{""columns"":[""dept_name"",""building"",""budget""],""name"":""department"",""type"":""grid""}]" +64c28155-ad72-420b-b90f-a1b64f37eb96,,USER,What is the name of the highest rated wine?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Score"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +2e909dbe-df9e-48d4-8710-b4d57451a0b3,,USER,"Find the names of customers whose name contains ""Diana"".","{""actions"":[{""actionType"":""condition"",""column"":""customer_details"",""operation"":""contains"",""value"":""Diana""}]}","[{""columns"":[""Customer_ID"",""Customer_Details""],""name"":""Customers"",""type"":""grid""}]" +6e7b6cda-849d-4440-bd6c-5cf5eb231d4e,,USER,How many singers are there in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Appelation""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +25fba221-a160-424f-a56f-8299a1a4c693,,USER,How many books belong to each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""category""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +31ed5cf4-ecf8-4e20-ac9c-f25b8a276c00,,USER,What are the names of all races held between 2009 and 2011?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":2009},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2011}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" +7bd81cdb-a6e4-4357-a072-85962109e47a,,USER,"What is the attribute data type of the attribute with name ""Green""?","{""actions"":[{""actionType"":""condition"",""column"":""attribute_name"",""operation"":""="",""value"":""'Green'""}]}","[{""columns"":[""attribute_id"",""attribute_name"",""attribute_data_type""],""name"":""Attribute_Definitions"",""type"":""grid""}]" +b4d415aa-aff6-422d-a4fa-b0678e610577,,USER,Count the number of employees for each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" +2eb854b5-1a85-43ba-aef4-5148fc79a608,,USER,Provide a count of documents for each document type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_type_code""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +ddfede08-e2b4-49d1-906f-01b79c1caebd,,USER,Count the number of budgets in year 2001 or before whose budgeted amount is greater than 3000,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""budgeted"",""operation"":"">"",""value"":3000},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2001}]}","[{""columns"":[""School_id"",""Year"",""Budgeted"",""total_budget_percent_budgeted"",""Invested"",""total_budget_percent_invested"",""Budget_invested_percent""],""name"":""budget"",""type"":""grid""}]" +45e9acbc-c6c6-4d5c-bddd-20c63c9ed583,,USER,What are the names of enzymes that include the string 'ALA'?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""ALA""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" +d9bf22b1-7096-455a-af1a-134f107340e0,,USER,How many architects are female?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""female""}]}","[{""columns"":[""id"",""name"",""nationality"",""gender""],""name"":""architect"",""type"":""grid""}]" +b8fce84c-b9f6-491f-a59a-8c122ee3d08a,,USER,Calculate the average number of attendees at home games for each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""attendance"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""year"",""league_id"",""team_id"",""park_id"",""span_first"",""span_last"",""games"",""openings"",""attendance""],""name"":""home_game"",""type"":""grid""}]" +45c7fc74-bd6e-4f9a-b6ae-5397c8e44f83,,USER,What is the average prices of wines for each each?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +5f3d077a-0b3b-4d6a-833a-aa9fa569fd11,,USER,How many distinct cities does the employees live in?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""}]}","[{""columns"":[""EmployeeId"",""LastName"",""FirstName"",""Title"",""ReportsTo"",""BirthDate"",""HireDate"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email""],""name"":""Employee"",""type"":""grid""}]" +d423d059-34da-40d7-84b2-5081848eb007,,USER,What is the average enrollment of schools?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""avg""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +7c7d43b7-fe75-4683-aea4-f65e93d9ec02,,USER,Return the first names and last names of employees who earn more than 30000 in salary.,"{""actions"":[{""actionType"":""condition"",""column"":""salary"",""operation"":"">"",""value"":30000}]}","[{""columns"":[""Fname"",""Minit"",""Lname"",""Ssn"",""Bdate"",""Address"",""Sex"",""Salary"",""Super_ssn"",""Dno""],""name"":""employee"",""type"":""grid""}]" +303a2106-fa33-4fe5-b4b7-838978075cb6,,USER,What are the investors of entrepreneurs and the corresponding number of entrepreneurs invested by each investor?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Investor""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" +a82d0811-f760-44a7-b22d-fb498565932e,,USER,Show different citizenship of singers and the number of singers of each citizenship.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +a79201d5-bd48-4524-b780-4d0ebbe61d38,,USER,What is the total rating for each channel owner's channel?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rating_in_percent"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""OWNER""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +bfbaf9bf-da8d-4caa-8659-41ebad10a5a6,,USER,Find all the directors who are from Afghanistan,"{""actions"":[{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""'Afghanistan'""}]}","[{""columns"":[""did"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""director"",""type"":""grid""}]" +abc3045c-cb20-48fe-a619-d711cbae98e1,,USER,What is the id of the longest song?,"{""actions"":[{""actionType"":""topFilter"",""column"":""duration"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" +9cffb1fd-467e-4d2c-a7d0-3c93e2687957,,USER,"What are the IDs of customers who have ""Diana"" in part of their names?","{""actions"":[{""actionType"":""condition"",""column"":""customer_name"",""operation"":""contains"",""value"":""Diana""}]}","[{""columns"":[""Customer_ID"",""Customer_name""],""name"":""Customers"",""type"":""grid""}]" +a7b06825-66df-4974-b793-ad6adb23d3d3,,USER,How many people are under 40 for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":40},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +ab468173-a0da-4e41-b57a-778cef64458f,,USER,"List the name of ships whose nationality is not ""United States"".","{""actions"":[{""actionType"":""condition"",""column"":""Nationality"",""operation"":""!="",""value"":""'United States'""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +9644f515-043d-4664-a235-8f3752f905af,,USER,What is the id of the shortest trip?,"{""actions"":[{""actionType"":""topFilter"",""column"":""duration"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" +8d31e246-549f-45a8-a861-b1d177069053,,USER,"What is the zip code the county named ""Howard"" is located in?","{""actions"":[{""actionType"":""condition"",""column"":""County_name"",""operation"":""="",""value"":""'Howard'""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" +da55a049-35fd-4458-b101-56fad26a8087,,USER,What is the average price for flights from LA to Honolulu?,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""'Honolulu'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +8bee400e-d62e-4775-8922-640fcd37dc81,,USER,How many total tours were conducted for each ranking date?,"{""actions"":[{""actionType"":""aggregations"",""column"":""tours"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""ranking_date""}]}","[{""columns"":[""ranking_date"",""ranking"",""player_id"",""ranking_points"",""tours""],""name"":""rankings"",""type"":""grid""}]" +98afb438-2cb4-43d8-ad90-135145816b32,,USER,How many different cities do have some airport in the country of Greenland?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""Greenland""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +1148c858-c8ef-4a51-ada4-3fce6d93bfff,,USER,Show ids for all employees with at least 100000 salary.,"{""actions"":[{""actionType"":""condition"",""column"":""salary"",""operation"":"">"",""value"":100000}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" +9f0b257a-b9b9-490d-b37b-b08d2f944b6b,,USER,Find the three most expensive procedures.,"{""actions"":[{""actionType"":""topFilter"",""column"":""cost"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Cost""],""name"":""Procedures"",""type"":""grid""}]" +e780a2a3-0395-4c2e-8b01-7aba6dc94ce1,,USER,which state has the ohio river,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +364404d5-a83f-44e9-ab5b-43329ea979ae,,USER,Display the number of cinemas in each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Cinema_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Cinema_ID"",""Name"",""Openning_year"",""Capacity"",""Location""],""name"":""cinema"",""type"":""grid""}]" +678bc1c9-84f4-4ea7-a800-86d02123debb,,USER,"For complaints with type code ""Product Failure"", how many had each different status code?","{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +1575a2d5-561b-4472-9bfa-48264f6184df,,USER,Please list all songs in volumes in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Song"",""direction"":""asc""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" +d00bba67-75a4-4ea1-92fb-8f4ef4790507,,USER,"For each unique product name, calculate its average price.","{""actions"":[{""actionType"":""aggregations"",""column"":""Product_Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Product_Name""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" +ad6391b8-bd7b-421a-90f3-14cf9ee4b62a,,USER,"What is the list of program names, sorted by the order of launch date?","{""actions"":[{""actionType"":""sorting"",""column"":""launch"",""direction"":""asc""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" +bad4db36-90d0-4eb8-95cf-b39d519aa1e2,,USER,What is the minimum salary for each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +e20b4166-5af3-48a4-a4ea-c1a8f334d711,,USER,Count the number of devices.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""count""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" +ace9030d-2774-42d1-888c-cbbf785406ac,,USER,What is the name and capacity for the stadium with the highest average attendance?,"{""actions"":[{""actionType"":""topFilter"",""column"":""average"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Stadium_ID"",""Location"",""Name"",""Capacity"",""Highest"",""Lowest"",""Average""],""name"":""stadium"",""type"":""grid""}]" +7d67c80f-89f3-44a0-bbfd-386765324af5,,USER,Show the names of all high schoolers in grade 10.,"{""actions"":[{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":10}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" +d7ddd6f2-7477-4dca-8175-80f96ef4245c,,USER,Find the number of airports whose name contain the word 'International'.,"{""actions"":[{""actionType"":""aggregations"",""column"":""apid"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""International""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +bd38e13c-1eac-410c-9ec0-176c495c504a,,USER,Count the number of different nationalities.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Nationality"",""aggregation"":""count""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" +87e410c8-1a15-4d50-8071-7160e981d040,,USER,"List the names of all genres in alphabetical oder, together with its ratings.","{""actions"":[{""actionType"":""sorting"",""column"":""g_name"",""direction"":""asc""}]}","[{""columns"":[""g_name"",""rating"",""most_popular_in""],""name"":""genre"",""type"":""grid""}]" +91aee699-4a53-49d2-b7c4-8d37cc54ab48,,USER,"Return the dates of ceremony corresponding to music festivals that had the category ""Best Song"" and result ""Awarded"".","{""actions"":[{""actionType"":""condition"",""column"":""Category"",""operation"":""="",""value"":""'Best Song'""},{""actionType"":""condition"",""column"":""RESULT"",""operation"":""="",""value"":""'Awarded'""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" +633aa394-1a34-4487-8024-23b71b05f3c7,,USER,"What are the full name, hire date, salary, and department id for employees without the letter M in their first name?","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""not contains"",""value"":""M""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +e193a2c8-fb42-466b-8d16-749762770aaf,,USER,What is the average ticket sales gross in dollars of films?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Gross_in_dollar"",""aggregation"":""avg""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" +0a2715fd-a2a8-4c15-a9fa-9fd138954aac,,USER,List the name of enzymes in descending lexicographical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" +79521c90-3e00-4aa2-bac4-106817a9cfef,,USER,What is minimum age for different job title?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +66e4e1a8-0b30-44ab-9dac-6871f46cb684,,USER,Show the average hotel price for different pet policies.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pets_allowed_yn""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +7d0e536e-2a96-42f0-b958-034f7d06b23f,,USER,"List the names of all distinct medications, ordered in an alphabetical order.","{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Brand"",""Description""],""name"":""Medication"",""type"":""grid""}]" +d3f15751-757e-4960-9c3c-c9f911cd4d59,,USER,Identify distinct store types and their count.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Store_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Store_ID"",""Store_Name"",""Type"",""Area_size"",""Number_of_product_category"",""Ranking""],""name"":""store"",""type"":""grid""}]" +978f3ae4-7364-46dd-8824-dd4b2fdd03e1,,USER,How many reviewers listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rID"",""aggregation"":""count""}]}","[{""columns"":[""rID"",""name""],""name"":""Reviewer"",""type"":""grid""}]" +91bd7fca-6cc7-490f-99a3-4d6573a1949a,,USER,what rivers flow through illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +33fe5ef9-61f2-494b-b69c-50b1283ac705,,USER,Find the city that hosted some events in the most recent year. What is the id of this city?,"{""actions"":[{""actionType"":""topFilter"",""column"":""YEAR"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Year"",""Match_ID"",""Host_City""],""name"":""hosting_city"",""type"":""grid""}]" +cc84d7ec-164e-4908-b8a2-b421f7670f3c,,USER,What is the first name and country code of the oldest player?,"{""actions"":[{""actionType"":""topFilter"",""column"":""birth_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +628e489f-89c2-4704-9992-13391ad5f6bf,,USER,"What is the first, middle, and last name of the first student to register?","{""actions"":[{""actionType"":""topFilter"",""column"":""date_first_registered"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" +a0f9167c-096d-43a1-817e-fb9df6f6d5f7,,USER,List top 3 highest Rating TV series. List the TV series's Episode and Rating.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Rating"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" +bda0d1dd-41df-4060-b469-2abbd3ee0cea,,USER,What are the different names of all the races in reverse alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""desc""}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" +628c45d7-cde1-4aca-99aa-f3d9efddae76,,USER,what are the populations of all the major cities in wisconsin,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'wisconsin'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +86ca8f4d-d071-4a80-9072-86c99d7b18b0,,USER,How many airports' names have the word Interanation in them?,"{""actions"":[{""actionType"":""aggregations"",""column"":""apid"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""International""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +f89828d1-c52d-43ef-b122-d1a2c9329dac,,USER,How many books fall into each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""category""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +e5a0dc3d-d63f-4388-bdd7-5f57a4f1ab8c,,USER,"List the id, genre and artist name of English songs ordered by rating.","{""actions"":[{""actionType"":""condition"",""column"":""languages"",""operation"":""="",""value"":""'english'""},{""actionType"":""sorting"",""column"":""rating"",""direction"":""asc""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +36bdbab9-6841-48d8-ab6f-365a07b8aa8e,,USER,Which minister left office the latest?,"{""actions"":[{""actionType"":""topFilter"",""column"":""left_office"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" +4a5e4c56-74a4-4b51-8c22-69dd3c724cb3,,USER,Which major has least number of students? List the major and the number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Major""},{""actionType"":""topFilter"",""column"":""Major"",""limit"":1,""aggregation"":""count"",""direction"":""asc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +9a55db80-8a6f-4e7a-b139-1efb12bd5dbc,,USER,"What are the date of ceremony of music festivals with category ""Best Song"" and result ""Awarded""?","{""actions"":[{""actionType"":""condition"",""column"":""Category"",""operation"":""="",""value"":""'Best Song'""},{""actionType"":""condition"",""column"":""RESULT"",""operation"":""="",""value"":""'Awarded'""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" +bd5165ce-d918-4c08-a508-b561a91c19e9,,USER,"What are the carriers of devices whose software platforms are not ""Android""?","{""actions"":[{""actionType"":""condition"",""column"":""Software_Platform"",""operation"":""!="",""value"":""Android""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" +9b819289-4de4-4ad1-8416-be7811d864f9,,USER,Return the phone and email of the customer with the first name Aniyah and last name Feest.,"{""actions"":[{""actionType"":""condition"",""column"":""customer_first_name"",""operation"":""="",""value"":""'Aniyah'""},{""actionType"":""condition"",""column"":""customer_last_name"",""operation"":""="",""value"":""'Feest'""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_last_name"",""customer_address"",""customer_phone"",""customer_email"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" +fcbc1354-4e50-4cfd-a40a-1bc1953c8d6f,,USER,What is the date of birth of every customer whose status code is 'Good Customer'?,"{""actions"":[{""actionType"":""condition"",""column"":""customer_status_code"",""operation"":""="",""value"":""Good Customer""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +754b6736-eff2-4ee7-9108-bc656f980cbe,,USER,What are the catalog entry names of the products with next entry ID above 8?,"{""actions"":[{""actionType"":""condition"",""column"":""next_entry_id"",""operation"":"">"",""value"":8}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" +14ebcad0-439f-4b29-9713-c4e0af5fd0c9,,USER,How many singers do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +2479999b-775c-4ad6-b202-6aece051e6d7,,USER,"In each city, how many IT staff employees are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""IT Staff""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +e972832e-0461-4bf5-8605-01c91556f76f,,USER,What is employee Nancy Edwards's phone number?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Nancy'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Edwards'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +0943d74b-e4a4-4dd3-abf9-69b319596ff8,,USER,What are the names of the countries that are in the continent of Europe and have a population of 80000?,"{""actions"":[{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'Europe'""},{""actionType"":""condition"",""column"":""Population"",""operation"":""="",""value"":""'80000'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +4a780d7a-8156-45e3-af71-01c10454ece0,,USER,Who is the advisor of student with ID 1004?,"{""actions"":[{""actionType"":""condition"",""column"":""StuID"",""operation"":""="",""value"":1004}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +ac9c8a31-b68f-46e6-8d91-8e796e54f3d4,,USER,Display the number of students and their corresponding ages.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""age""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +d43161ae-6150-43ba-b5df-8c2a8aa1af43,,USER,How many elections are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Election_ID"",""aggregation"":""count""}]}","[{""columns"":[""Election_ID"",""Representative_ID"",""Date"",""Votes"",""Vote_Percent"",""Seats"",""Place""],""name"":""election"",""type"":""grid""}]" +ea4c513a-9202-4d43-bab4-a2bd40a2a737,,USER,Give me the name of all the actors from Afghanistan,"{""actions"":[{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""'Afghanistan'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +9a1c4018-8a7c-4d6e-9eaf-43b96ed57bbe,,USER,What is the name of the county with the greatest population?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +dcb4855d-fe9c-478f-8e4e-bc2b46a19cb8,,USER,what is the population density in the state with capital austin,"{""actions"":[{""actionType"":""condition"",""column"":""capital"",""operation"":""="",""value"":""'austin'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +fb797065-7944-4d15-aa2b-fe785170f32e,,USER,Find the number of distinct courses that have enrolled students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""course_id"",""aggregation"":""count""}]}","[{""columns"":[""registration_id"",""student_id"",""course_id"",""date_of_enrolment"",""date_of_completion""],""name"":""Student_Course_Enrolment"",""type"":""grid""}]" +2271afcc-6736-4f25-8e2c-1d3ac42e01a7,,USER,What is the average age of all the dogs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""}]}","[{""columns"":[""dog_id"",""owner_id"",""abandoned_yn"",""breed_code"",""size_code"",""name"",""age"",""date_of_birth"",""gender"",""weight"",""date_arrived"",""date_adopted"",""date_departed""],""name"":""Dogs"",""type"":""grid""}]" +63dfdcec-aa3b-48ed-866d-682539a71f31,,USER,what states are next to the ohio,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +618e261e-1900-4bcc-993b-a25bb2d40105,,USER,What is the total number of faculty members?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +19a76153-2732-4d70-a5d3-dc4b62f04ab1,,USER,How many distinct companies are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company"",""aggregation"":""count""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" +b08fa694-feae-4615-81c2-75143846d696,,USER,"Find the number of tied games (the value of ""ties"" is '1') in 1885 postseason.","{""actions"":[{""actionType"":""aggregations"",""column"":""year"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1885},{""actionType"":""condition"",""column"":""ties"",""operation"":""="",""value"":1}]}","[{""columns"":[""year"",""round"",""team_id_winner"",""league_id_winner"",""team_id_loser"",""league_id_loser"",""wins"",""losses"",""ties""],""name"":""postseason"",""type"":""grid""}]" +f281d78f-10b9-4a52-a735-9d3f20f1b1c4,,USER,Count the number of trains originating from each starting point.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""origin""}]}","[{""columns"":[""id"",""train_number"",""name"",""origin"",""destination"",""time"",""interval""],""name"":""train"",""type"":""grid""}]" +236c9b4d-7a10-4c86-816a-5b151ba6b8a0,,USER,"Present the average hotel price, grouped by pet policy.","{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pets_allowed_yn""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +3bb27545-1c9b-47b7-ba56-f22990721cae,,USER,How many phones belong to each accreditation type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Accreditation_type""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" +67685153-40bc-4dbb-9eab-0eb50888ec93,,USER,How many different departments offer degrees?,"{""actions"":[{""actionType"":""aggregations"",""column"":""department_id"",""aggregation"":""count""}]}","[{""columns"":[""degree_program_id"",""department_id"",""degree_summary_name"",""degree_summary_description"",""other_details""],""name"":""Degree_Programs"",""type"":""grid""}]" +ee207215-cf50-4a54-bc86-fe195d49d08e,,USER,what is the elevation of the highest point in the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""highest_elevation"",""aggregation"":""max""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +bbfa3efd-993e-4e74-8e8f-adc870e2fa7f,,USER,what cities in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +00a52adc-8b33-4356-a9f9-c7e3b102b527,,USER,Provide a count of pilots from each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Pilot_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""Pilot_ID"",""Pilot_name"",""Rank"",""Age"",""Nationality"",""Position"",""Join_Year"",""Team""],""name"":""pilot"",""type"":""grid""}]" +129d2bb5-855f-4e87-b504-7eabee2c0bef,,USER,What are the names of cities in ascending alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""City_ID"",""County_ID"",""Name"",""White"",""Black"",""Amerindian"",""Asian"",""Multiracial"",""Hispanic""],""name"":""city"",""type"":""grid""}]" +1f022da6-9900-4b86-bdbe-2247f74fb48d,,USER,Count the number of climbers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""count""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +c8ff202f-0fb8-4a4d-a308-d1a12b50f4a7,,USER,"What is the description of the club named ""Tennis Club""?","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Tennis Club'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" +9a5c1904-dc96-49b6-a6d7-5e0fb3f5238a,,USER,Find all actors from Italy born after 1980,"{""actions"":[{""actionType"":""condition"",""column"":""birth_year"",""operation"":"">"",""value"":1980},{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""'Italy'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +904769fc-4707-4ef3-a891-823661ba89b2,,USER,"Return me the number of cities that has "" Panda Express "" .","{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Panda Express'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" +884e5df6-f6bb-4391-a244-84d2b371d0b2,,USER,Count the number of templates of the type CV.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""template_type_code"",""operation"":""="",""value"":""'CV'""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" +0b35271e-f137-489c-8eec-5a72b058bdd2,,USER,"What are the names of all the teams in the basketball competition, sorted by all home scores in descending order?","{""actions"":[{""actionType"":""sorting"",""column"":""All_Home"",""direction"":""desc""}]}","[{""columns"":[""Team_ID"",""School_ID"",""Team_Name"",""ACC_Regular_Season"",""ACC_Percent"",""ACC_Home"",""ACC_Road"",""All_Games"",""All_Games_Percent"",""All_Home"",""All_Road"",""All_Neutral""],""name"":""basketball_match"",""type"":""grid""}]" +fc367ede-1f64-4fad-8b7a-b65165b46083,,USER,How many train stations are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Station_ID"",""aggregation"":""count""}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" +0f546e43-14f1-404a-a53b-777a3fdc8ec2,,USER,What is the total credit does each department offer?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_credit"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" +647230e4-b0db-4bfb-8866-90cea4093825,,USER,How many advisors are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""advisor"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +2afa5149-07ae-4bd5-abe9-c08280c7e26a,,USER,"display the full name (first and last), hire date, salary, and department number for those employees whose first name does not containing the letter M.","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""not contains"",""value"":""M""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +00468541-6dcd-4aea-9739-7873a3e4deca,,USER,Which county has the largest population? Give me the name of the county.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" +2e73c3d8-8314-457e-b2a4-2e3653e81367,,USER,"Find the name, account type, and account balance of the customer who has the highest credit score.","{""actions"":[{""actionType"":""topFilter"",""column"":""credit_score"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +8aa1da63-1dca-4b1c-a969-6a1b27654ada,,USER,Show the student IDs and the number of friends for each student.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_category_code""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" +49bbb9d1-fcae-424f-aa67-877f7b41d0e3,,USER,"Which location names contain the word ""film""?","{""actions"":[{""actionType"":""condition"",""column"":""Location_Name"",""operation"":""contains"",""value"":""film""}]}","[{""columns"":[""Location_ID"",""Location_Name"",""Address"",""Other_Details""],""name"":""Locations"",""type"":""grid""}]" +9b332536-67a3-46e5-9f07-ae7407678e85,,USER,What are the dates when customers with ids between 10 and 20 became customers?,"{""actions"":[{""actionType"":""condition"",""column"":""customer_id"",""operation"":"">="",""value"":10},{""actionType"":""condition"",""column"":""customer_id"",""operation"":""<="",""value"":20}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" +6ccbfae3-400a-4c24-ae64-42f30df003c3,,USER,"For each main industry, what is the total number of companies for the industry with the highest total market value?","{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""main_industry""},{""actionType"":""topFilter"",""column"":""market_value"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +f3248f49-dfca-49d3-a251-f14818f5ec49,,USER,what states contain at least one major rivers,"{""actions"":[{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +10bb215f-a7f3-470d-9965-7dd8741d2e28,,USER,"Which paper's title contains the word ""Database""?","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":""Database""}]}","[{""columns"":[""paperID"",""title""],""name"":""Papers"",""type"":""grid""}]" +6e124954-5a73-40ef-b962-221a2436a192,,USER,Can you display the colleges with the number of submission authors from each college?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""College""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" +08fb40b6-fcdd-4ea9-9336-f6f4b145306a,,USER,"List the department IDs, full names, and salaries of employees who have the highest salaries in their respective departments.","{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +b837a505-b8ec-49fd-9fbf-6d6b53c94ce0,,USER,How many books does each publisher have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""publisher""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +7643c5d6-7bbc-4b69-85e4-3479461c57ba,,USER,what are the capital city in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +53e0291b-7e7a-4abc-92b3-6686dc28c73e,,USER,List the names of all distinct wines that have scores higher than 90.,"{""actions"":[{""actionType"":""condition"",""column"":""score"",""operation"":"">"",""value"":90}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +79fea765-665e-4150-9642-c260da6f82c9,,USER,"show the titles, and authors or editors for all books made after the year 1989.","{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":1989}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +08155c78-c326-4b8f-a1bf-3efdf28d4e71,,USER,"For each account type, find the average account balance of customers with credit score lower than 50.","{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""acc_type""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +bb5695d7-1187-4138-b32c-ccaeae4ec614,,USER,In how many cities are there airports in the country of Greenland?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""Greenland""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +5a43f22f-3e7a-4f93-97d9-b0210b2815f2,,USER,What are the average prices and cases of wines produced in the year of 2009 and made of Zinfandel grape?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""Cases"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2009},{""actionType"":""condition"",""column"":""Grape"",""operation"":""="",""value"":""'Zinfandel'""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +f9601882-aeeb-4833-97f3-e5b5413d85d2,,USER,List the name and tonnage ordered by in descending alphaetical order for the names.,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""desc""}]}","[{""columns"":[""lost_in_battle"",""id"",""name"",""tonnage"",""ship_type"",""location"",""disposition_of_ship""],""name"":""ship"",""type"":""grid""}]" +98049769-dab4-4b7b-a90a-8719499d745a,,USER,How many distinct hometowns did these people have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Hometown"",""aggregation"":""count""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" +48576c7c-a18f-4f7d-bc69-b8c6ce91e4ed,,USER,What is the average training hours of all players?,"{""actions"":[{""actionType"":""aggregations"",""column"":""HS"",""aggregation"":""avg""}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" +da00a924-58ba-4b51-b2b3-73b6d118a4d2,,USER,How many different scientists are assigned to any project?,"{""actions"":[{""actionType"":""aggregations"",""column"":""scientist"",""aggregation"":""count""}]}","[{""columns"":[""Scientist"",""Project""],""name"":""AssignedTo"",""type"":""grid""}]" +7ca94993-071e-4c32-9149-826928dd1e0f,,USER,what are the major lakes in united states,"{""actions"":[{""actionType"":""condition"",""column"":""area"",""operation"":"">"",""value"":750}]}","[{""columns"":[""lake_name"",""area"",""country_name"",""state_name""],""name"":""lake"",""type"":""grid""}]" +441db286-48af-4dc0-88db-4d642834a81c,,USER,what states surround kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +aa6cb922-44f4-4237-b937-0cc38cc4d3c7,,USER,return me the paper after 2000 with more than 200 citations .,"{""actions"":[{""actionType"":""condition"",""column"":""citation_num"",""operation"":"">"",""value"":200},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" +0b0a8a8a-cb6d-4543-9f51-e77d5a2271ef,,USER,Find the highest latitude among the stations in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +b220c0c0-eded-49d2-8389-3b8acfdda2f6,,USER,What is the average number of years spent working as a journalist?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Years_working"",""aggregation"":""avg""}]}","[{""columns"":[""journalist_ID"",""Name"",""Nationality"",""Age"",""Years_working""],""name"":""journalist"",""type"":""grid""}]" +166804cd-0dad-4850-a690-5d3f9906ccb9,,USER,Find all the distinct district names ordered by city area in descending.,"{""actions"":[{""actionType"":""sorting"",""column"":""city_area"",""direction"":""desc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" +8a6ab289-877e-4c7a-827c-bf45e306275b,,USER,What is the shop name corresponding to the shop that opened in the most recent year?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Open_Year"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" +df2b192f-e4bf-4303-974c-843d9f678382,,USER,how long is the rio grande,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'rio grande'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +d88bf645-8230-426c-b3ae-426a645ed866,,USER,Display the party and the number of affiliated drivers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Driver_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""party""}]}","[{""columns"":[""Driver_ID"",""Name"",""Party"",""Home_city"",""Age""],""name"":""driver"",""type"":""grid""}]" +0630badb-4b7a-4c59-ae31-1d0686cbcf89,,USER,List the first and last name of all players in the order of birth date.,"{""actions"":[{""actionType"":""sorting"",""column"":""birth_date"",""direction"":""asc""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +6a617a00-071c-4f3d-8f8e-6d2665969c04,,USER,Determine the number of unique addresses for each school.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +4a9b5053-e881-4401-ae31-ebf171298e39,,USER,Give the country id and corresponding count of cities in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_id""}]}","[{""columns"":[""LOCATION_ID"",""STREET_ADDRESS"",""POSTAL_CODE"",""CITY"",""STATE_PROVINCE"",""COUNTRY_ID""],""name"":""locations"",""type"":""grid""}]" +760e4b8d-a665-4dc3-9cb5-ab2ce511e320,,USER,Count the number of programs broadcast for each time section of a day.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Channel_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""time_of_day""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" +f53a94f7-bdb0-4e32-bf82-2fa462fd1be1,,USER,What is the maximum total amount paid by a customer? List the customer id and amount.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_paid"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""customer_id""},{""actionType"":""topFilter"",""column"":""amount_paid"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""payment_id"",""booking_id"",""customer_id"",""payment_type_code"",""amount_paid_in_full_yn"",""payment_date"",""amount_due"",""amount_paid""],""name"":""Payments"",""type"":""grid""}]" +a80c485a-3c55-441a-88f6-e7dbd6a491d8,,USER,Count the number of storms in which at least 1 person died.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Storm_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Number_Deaths"",""operation"":"">"",""value"":0}]}","[{""columns"":[""Storm_ID"",""Name"",""Dates_active"",""Max_speed"",""Damage_millions_USD"",""Number_Deaths""],""name"":""storm"",""type"":""grid""}]" +a37af6b3-ef14-4886-a3a5-4d2d37b6a6ab,,USER,How many credits are offered by the department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_credit"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" +a30f268d-7d60-4b93-aed4-987256058d2a,,USER,How many climbers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""count""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +89207c4f-fe06-4a8e-bf80-38168fd8bc67,,USER,How many paragraphs in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" +4dcbcf45-401d-4ac1-b16c-3caf54a85398,,USER,Describe the section h.,"{""actions"":[{""actionType"":""condition"",""column"":""section_name"",""operation"":""="",""value"":""h""}]}","[{""columns"":[""section_id"",""course_id"",""section_name"",""section_description"",""other_details""],""name"":""Sections"",""type"":""grid""}]" +f4f3149a-81b8-42af-a666-02feac43ece5,,USER,List the names of editors who are older than 25.,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">"",""value"":25}]}","[{""columns"":[""Editor_ID"",""Name"",""Age""],""name"":""editor"",""type"":""grid""}]" +71b828c1-e3c2-44d4-8825-f789cdd4ff79,,USER,Report the name of all campuses in Los Angeles county.,"{""actions"":[{""actionType"":""condition"",""column"":""county"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" +ab4e1bd7-3446-42da-a610-5d8ff340d3d9,,USER,What are the names of all the countries that became independent after 1950?,"{""actions"":[{""actionType"":""condition"",""column"":""IndepYear"",""operation"":"">"",""value"":1950}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +5d069e27-15c4-47c3-b0ed-8679103f1af7,,USER,Find the average age of female students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""'F'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +b0fc5767-b1ea-4eae-8db1-6445ae69cce6,,USER,How many artists are from Bangladesh?,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""'Bangladesh'""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" +3710a998-f46d-4faf-8d5e-4d81c4a1dcdf,,USER,What are the details and star ratings of the three hotels with the lowest price ranges?,"{""actions"":[{""actionType"":""topFilter"",""column"":""price_range"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +78cc41c9-ac40-4c3c-8242-c2570df4789f,,USER,How many different results are there for the battles?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RESULT"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""date"",""bulgarian_commander"",""latin_commander"",""result""],""name"":""battle"",""type"":""grid""}]" +a074ce7f-45d4-40b2-879a-8604c168cdc4,,USER,"Find the names of all the tracks that contain the word ""you"".","{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""contains"",""value"":""you""}]}","[{""columns"":[""TrackId"",""Name"",""AlbumId"",""MediaTypeId"",""GenreId"",""Composer"",""Milliseconds"",""Bytes"",""UnitPrice""],""name"":""Track"",""type"":""grid""}]" +c7538dcd-274c-4a92-a376-3bb169f756bd,,USER,Return the average age across all artists.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Age"",""aggregation"":""avg""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" +7e130aa9-85d4-4f21-bdf2-82486eb924e9,,USER,List all church names in descending order of opening date.,"{""actions"":[{""actionType"":""sorting"",""column"":""open_date"",""direction"":""desc""}]}","[{""columns"":[""Church_ID"",""Name"",""Organized_by"",""Open_Date"",""Continuation_of""],""name"":""church"",""type"":""grid""}]" +41be968b-5c7e-451c-8fe6-8925313ff064,,USER,How many different nationalities do conductors have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Nationality"",""aggregation"":""count""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" +cd9aea3a-aecf-4cda-a090-cd789df73b7f,,USER,"What are the country codes of the different countries, and what are the languages spoken by the greatest percentage of people for each?","{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +490f6945-7ffc-44a7-9121-180b609cfd58,,USER,"What is the id, genre, and name of the artist for every English song ordered by ascending rating?","{""actions"":[{""actionType"":""condition"",""column"":""languages"",""operation"":""="",""value"":""'english'""},{""actionType"":""sorting"",""column"":""rating"",""direction"":""asc""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +07de21e3-3040-4a17-98bd-f4a167b1daae,,USER,Find the number of members living in each address.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""address""}]}","[{""columns"":[""Member_ID"",""Name"",""Membership_card"",""Age"",""Time_of_purchase"",""Level_of_membership"",""Address""],""name"":""member"",""type"":""grid""}]" +1c3897cd-6e43-45ba-91c1-d8761ead26a5,,USER,What is the stories of highest building?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""City"",""Height"",""Stories"",""Status""],""name"":""buildings"",""type"":""grid""}]" +fa03df97-9d37-4e50-8ced-2e76899b5bf4,,USER,What is the total number of tours for each ranking date?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""languages""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +a42e588e-2da4-43a9-9f43-a220dce01125,,USER,"What are the names, address roads, and cities of the branches ordered by opening year?","{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" +de1b71d0-b36b-42f4-a09b-77bddc364352,,USER,what is the population of the major cities in wisconsin,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'wisconsin'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +1f6432b9-aa25-4266-a14c-5dc561a35da6,,USER,What is the total number of people who could stay in the modern rooms in this inn?,"{""actions"":[{""actionType"":""aggregations"",""column"":""maxOccupancy"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""decor"",""operation"":""="",""value"":""modern""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +0d384dc0-7d7f-456d-a61a-8eac34ff348a,,USER,List all customers’ names in the alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""custid"",""name""],""name"":""ACCOUNTS"",""type"":""grid""}]" +9b62853a-835d-4473-8fce-8bb1b7e7b4c9,,USER,What is the count of the songs that last approximately 4 minutes?,"{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""duration"",""operation"":""starts with"",""value"":""4:""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" +d97a8f48-07b1-410a-ba53-4beaa37b3a74,,USER,Show different types of ships and the average tonnage of ships of each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tonnage"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +63f9da10-bfd8-41b5-8051-fe2c2814265b,,USER,What is the owner of the channel that has the highest rating ratio?,"{""actions"":[{""actionType"":""topFilter"",""column"":""rating_in_percent"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +1265b7d6-ba70-405e-b75a-9a609808a512,,USER,"List the name of artworks whose type is not ""Program Talent Show"".","{""actions"":[{""actionType"":""condition"",""column"":""TYPE"",""operation"":""!="",""value"":""'Program Talent Show'""}]}","[{""columns"":[""Artwork_ID"",""Type"",""Name""],""name"":""artwork"",""type"":""grid""}]" +7310e4f3-bb24-4e0d-9035-88800ab63418,,USER,How many customers in state of CA?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""'CA'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" +954ec5a2-22d3-4859-a980-b4e7e1d23e75,,USER,What are the card numbers of members from Kentucky?,"{""actions"":[{""actionType"":""condition"",""column"":""Hometown"",""operation"":""contains"",""value"":""Kentucky""}]}","[{""columns"":[""Member_ID"",""Card_Number"",""Name"",""Hometown"",""Level""],""name"":""member"",""type"":""grid""}]" +ff84ab75-8c03-48bd-9f45-1f8e4effd5b4,,USER,"What is the first, last name, gpa of the youngest one among students whose GPA is above 3?","{""actions"":[{""actionType"":""condition"",""column"":""stu_gpa"",""operation"":"">"",""value"":3},{""actionType"":""topFilter"",""column"":""stu_dob"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" +b7e92a92-24c3-4b07-b25d-31863fe1bb44,,USER,Return the money rank of the player with the greatest earnings.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Earnings"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" +e1e47fb5-3690-4189-b751-211b47e03e02,,USER,"When did the episode ""A Love of a Lifetime"" air?","{""actions"":[{""actionType"":""condition"",""column"":""Episode"",""operation"":""="",""value"":""'A Love of a Lifetime'""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" +39d2feb0-113f-4a41-9be0-ed71ebbe8b78,,USER,How many hours do the students spend studying in each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""stu_hrs"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" +11ac6622-f98d-4e39-8ef2-6f25e1840507,,USER,"For each faculty rank, show the number of faculty members who have it.","{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +edb5ce3d-6ae1-450e-b78b-6a03a2cd432f,,USER,How many people are there of each nationality?,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" +0115c6c1-86e3-475f-9834-322be9e6d5c9,,USER,Compute the average profits companies make.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Profits_billion"",""aggregation"":""avg""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +4232dca5-b5c0-4a1b-a93f-cf8fbeff58c2,,USER,Return the names of musicals who have the nominee Bob Fosse.,"{""actions"":[{""actionType"":""condition"",""column"":""Nominee"",""operation"":""="",""value"":""'Bob Fosse'""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" +ecad25db-9bbc-44c0-97da-4e003ffa9676,,USER,Show the id and name of the aircraft with the maximum distance.,"{""actions"":[{""actionType"":""topFilter"",""column"":""distance"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" +7ae04899-b089-480b-8722-9add880c9970,,USER,How many templates have template type code CV?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""template_type_code"",""operation"":""="",""value"":""'CV'""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" +2e428dc2-0369-4983-a483-c9ab18f88546,,USER,What are the different product names? What is the average product price for each of them?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Product_Name""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" +8823ef12-4609-4981-b42e-16095a8bdfce,,USER,"return me the year of "" Making database systems usable ""","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" +3bb1b940-8d5b-492c-8cba-7c41f90ccdf6,,USER,List the names of editors in ascending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""asc""}]}","[{""columns"":[""Editor_ID"",""Name"",""Age""],""name"":""editor"",""type"":""grid""}]" +cd496496-566a-40ea-8573-9c45752b628e,,USER,How many accounts does each customer have? Display the count and customer id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +b158b521-39f2-4245-8ca9-a4413dd95b4f,,USER,What are the numbers of constructors for different nationalities?,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""nationality""}]}","[{""columns"":[""constructorId"",""constructorRef"",""name"",""nationality"",""url""],""name"":""constructors"",""type"":""grid""}]" +a8181bab-5439-41e1-a611-60a6bf823c28,,USER,How many different winners both participated in the WTA Championships and were left handed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""winner_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""tourney_name"",""operation"":""="",""value"":""WTA Championships""},{""actionType"":""condition"",""column"":""winner_hand"",""operation"":""="",""value"":""L""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +e9e32c55-641b-4a2e-9bf0-d3e978fcdcf5,,USER,How many students does each advisor have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +f1d3e69e-303c-4dea-894e-5f58e0c82248,,USER,Please show the police forces and the number of counties with each police force.,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Police_force""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +b586c52a-05cd-4d65-8f68-5394acc916c2,,USER,Count the number of documents with type code BK that correspond to each product id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +312ed427-c41c-4c39-935b-2fe35473e889,,USER,where is the ohio river,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +d7f444b0-abce-4531-b5a7-85ab91fd3527,,USER,List the locations of schools in ascending order of enrollment.,"{""actions"":[{""actionType"":""sorting"",""column"":""Enrollment"",""direction"":""asc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +adf7d01c-83e1-465b-a0cf-9bcae2174307,,USER,What are the full names and ages for all female students whose sex is F?,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +c96de191-1709-4eaf-8181-35ed97f18ef5,,USER,What is the id of every employee who has at least a salary of 100000?,"{""actions"":[{""actionType"":""condition"",""column"":""salary"",""operation"":"">"",""value"":100000}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" +ba949367-4cc6-483a-8ee7-d45469fcf792,,USER,How many distinct allergies are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""allergytype"",""aggregation"":""count""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" +6b70d9e8-1128-4786-a737-ff2fbded151b,,USER,"What type of pet is the youngest animal, and how much does it weigh?","{""actions"":[{""actionType"":""topFilter"",""column"":""pet_age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +bca14ac3-c655-4990-89a0-38bb74f00baa,,USER,What is the total number of rooms available in this inn?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +2045cf10-84ed-4e0b-8af1-5866cbb5fc8c,,USER,what states have a city named springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +6a7c02df-445b-4e7b-8b91-f843a9a50342,,USER,What are the statuses and average populations of each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" +03c654ad-dbb3-4ea1-b35b-5c7be8548711,,USER,"What is the average base price of rooms, for each bed type?","{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +10f2951f-5667-4fba-91d3-cc3661a25f80,,USER,Show the different headquarters and number of companies at each headquarter.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Headquarters""}]}","[{""columns"":[""Company_ID"",""Name"",""Headquarters"",""Industry"",""Sales_in_Billion"",""Profits_in_Billion"",""Assets_in_Billion"",""Market_Value_in_Billion""],""name"":""company"",""type"":""grid""}]" +49b8d847-be8c-4945-bd4d-4a5be393a18f,,USER,Please show the record formats of orchestras in ascending order of count.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +9d0bffc0-34a1-4946-a923-6cc2ea658deb,,USER,Show ids for all the male faculty.,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""M""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +768b36a9-0eab-4d01-a5d4-5c6b6ed84893,,USER,What are the package options and the name of the series for the TV Channel that supports high definition TV?,"{""actions"":[{""actionType"":""condition"",""column"":""hight_definition_TV"",""operation"":""="",""value"":""'yes'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +8035a02c-b65c-4cca-bbab-f5b0da1b1305,,USER,what are the states that the ohio run through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +d6566325-531d-47a6-82bb-2c922032f284,,USER,"Find the name, type, and flag of the ship that is built in the most recent year.","{""actions"":[{""actionType"":""topFilter"",""column"":""built_year"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Built_Year"",""Class"",""Flag""],""name"":""Ship"",""type"":""grid""}]" +3cae746f-66de-41c9-a7a5-22db1c8802d8,,USER,Determine the maximum acceleration for different numbers of cylinders.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Accelerate"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Cylinders""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +939e9a52-6333-4609-9fad-49b139613982,,USER,List customer status codes and their corresponding customer counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_status_code""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +c52a2039-35a0-46c8-83b6-a7ee55dc98c1,,USER,What is the highest acceleration for different cylinder types?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Accelerate"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Cylinders""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +13d1dde6-3525-4219-89c0-2ef5b5aa93a3,,USER,Sort all the distinct products in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""product_name"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_name"",""product_details""],""name"":""Products"",""type"":""grid""}]" +ae748066-5e20-44bb-9761-4b3f59406050,,USER,"What are the titles, years, and directors of all movies, ordered by budget in millions?","{""actions"":[{""actionType"":""sorting"",""column"":""budget_million"",""direction"":""asc""}]}","[{""columns"":[""movie_id"",""Title"",""Year"",""Director"",""Budget_million"",""Gross_worldwide""],""name"":""movie"",""type"":""grid""}]" +85347d12-ed97-4fac-885e-1aeb03f7d6fe,,USER,List the names of all the customers in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""customer_details"",""direction"":""asc""}]}","[{""columns"":[""Customer_ID"",""Customer_Details""],""name"":""Customers"",""type"":""grid""}]" +43304bcb-a716-45f3-8d06-bdf3965c778a,,USER,"What are the order ids and customer ids for orders that have been Cancelled, sorted by their order dates?","{""actions"":[{""actionType"":""condition"",""column"":""order_status_code"",""operation"":""="",""value"":""'Cancelled'""},{""actionType"":""sorting"",""column"":""order_date"",""direction"":""asc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status_code"",""order_date""],""name"":""Customer_Orders"",""type"":""grid""}]" +9c4dd4d5-4d89-4054-a429-2239662f218b,,USER,Please show different types of artworks with the corresponding number of artworks of each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artwork_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Artwork_ID"",""Type"",""Name""],""name"":""artwork"",""type"":""grid""}]" +37723d55-27e8-4377-a300-ec30c0ae5d1f,,USER,how many rivers are in idaho,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'idaho'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +d78656c7-6138-40a2-a0d9-85baf3ed0bf8,,USER,Show the average transaction amount for different transaction types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""transaction_type_code""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +ce87d60a-b7e7-436f-b642-f0c04cbb8bd1,,USER,How many farms are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Farm_ID"",""aggregation"":""count""}]}","[{""columns"":[""Farm_ID"",""Year"",""Total_Horses"",""Working_Horses"",""Total_Cattle"",""Oxen"",""Bulls"",""Cows"",""Pigs"",""Sheep_and_Goats""],""name"":""farm"",""type"":""grid""}]" +da608918-6608-492f-8f6f-b4d442bea531,,USER,"Find all actors born in "" Austin "" after 1980","{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Austin'""},{""actionType"":""condition"",""column"":""birth_year"",""operation"":"">"",""value"":1980}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +08857f7e-7ab9-4f34-ab35-a5facd27d62d,,USER,What is the average speed of roller coasters?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Speed"",""aggregation"":""avg""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" +7a27cb91-82b0-4d3d-8978-9e26d076392a,,USER,Show different locations of railways along with the corresponding number of railways at each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Railway_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" +b6f15a96-0fc2-4587-a2f0-2e1d51651745,,USER,How many models do not have the wifi function?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Model_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""wifi"",""operation"":""="",""value"":""No""}]}","[{""columns"":[""Model_name"",""Launch_year"",""RAM_MiB"",""ROM_MiB"",""Slots"",""WiFi"",""Bluetooth""],""name"":""chip_model"",""type"":""grid""}]" +d09d6c8b-ae4b-4692-9cfd-d94977aca125,,USER,Give the name of the lowest earning instructor in the Statistics department.,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Statistics""},{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +a471de05-ede2-4f07-8137-fe5aa9d09d6b,,USER,return me the paper with the most citations .,"{""actions"":[{""actionType"":""topFilter"",""column"":""citation_num"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" +ba830186-ed9a-40a7-9142-296846ba0e30,,USER,How many invoices were billed from each state?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""billing_country"",""operation"":""="",""value"":""'USA'""},{""actionType"":""grouping"",""column"":""billing_state""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +847b40be-e3aa-48dd-b03f-e9f6db3f8dd1,,USER,"Show the location code of the country ""Canada"".","{""actions"":[{""actionType"":""condition"",""column"":""location_name"",""operation"":""="",""value"":""'Canada'""}]}","[{""columns"":[""Location_Code"",""Location_Name"",""Location_Description""],""name"":""Ref_Locations"",""type"":""grid""}]" +17759f6e-41c8-4add-8903-af199aa1631d,,USER,What is the average horsepower of the cars before 1980?,"{""actions"":[{""actionType"":""aggregations"",""column"":""horsepower"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<"",""value"":1980}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +1b5c32a3-1e22-4feb-b4f4-44852a5c0c36,,USER,Return the highest acc percent across all basketball matches.,"{""actions"":[{""actionType"":""topFilter"",""column"":""acc_percent"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Team_ID"",""School_ID"",""Team_Name"",""ACC_Regular_Season"",""ACC_Percent"",""ACC_Home"",""ACC_Road"",""All_Games"",""All_Games_Percent"",""All_Home"",""All_Road"",""All_Neutral""],""name"":""basketball_match"",""type"":""grid""}]" +0ca9ae80-3e7f-40a3-8a5b-45a7a73178b1,,USER,List investors of entrepreneurs and the number of entrepreneurs each investor supports.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Investor""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" +bc01aca9-66ef-4b17-9774-d7692e9c140f,,USER,What are the phone numbers and email addresses of all customers who have an outstanding balance of more than 2000?,"{""actions"":[{""actionType"":""condition"",""column"":""amount_outstanding"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +fb2524c4-7d75-49f7-abe4-580c38b311f8,,USER,Sort the apartment numbers in ascending order of room count.,"{""actions"":[{""actionType"":""sorting"",""column"":""room_count"",""direction"":""asc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" +777f32a2-2722-425c-b2cd-b30466c2c572,,USER,List the names of all the distinct product names in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""product_name"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_name"",""product_details""],""name"":""Product"",""type"":""grid""}]" +51fcc092-736b-4c3b-a420-2c9673f3c898,,USER,What is the reviewer id of Daniel Lewis?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Daniel Lewis'""}]}","[{""columns"":[""rID"",""name""],""name"":""Reviewer"",""type"":""grid""}]" +c644dd6b-73c9-4adb-a303-cce5db34e2da,,USER,What is the minimum salary in each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +323a161a-2e53-4b0a-aff6-fcaad35632dd,,USER,Find the number of distinct room types available.,"{""actions"":[{""actionType"":""aggregations"",""column"":""roomtype"",""aggregation"":""count""}]}","[{""columns"":[""RoomNumber"",""RoomType"",""BlockFloor"",""BlockCode"",""Unavailable""],""name"":""Room"",""type"":""grid""}]" +d97e3be8-c587-4332-b7d5-69073a41c969,,USER,name all the rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +5f51b9ee-7525-471b-9757-7d009672ff1f,,USER,What is the average weight of all players?,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""}]}","[{""columns"":[""id"",""player_api_id"",""player_name"",""player_fifa_api_id"",""birthday"",""height"",""weight""],""name"":""Player"",""type"":""grid""}]" +232bf6fc-8212-4657-97f0-5296a31944c7,,USER,How much salary did the top 3 well-paid players get in 2001?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2001},{""actionType"":""topFilter"",""column"":""salary"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""year"",""team_id"",""league_id"",""player_id"",""salary""],""name"":""salary"",""type"":""grid""}]" +dca3bf20-0e42-4128-97ea-709777e7abdc,,USER,How many people of each nationality are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" +fcf6c6a4-bc77-462b-9845-12f5e60348c1,,USER,Count the number of different complaint type codes.,"{""actions"":[{""actionType"":""aggregations"",""column"":""complaint_type_code"",""aggregation"":""count""}]}","[{""columns"":[""complaint_id"",""product_id"",""customer_id"",""complaint_outcome_code"",""complaint_status_code"",""complaint_type_code"",""date_complaint_raised"",""date_complaint_closed"",""staff_id""],""name"":""Complaints"",""type"":""grid""}]" +22e1aeba-9d7e-42db-a081-8098f4f311c8,,USER,how many rivers in idaho,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'idaho'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +33d42c0a-f9df-42ee-9194-dde9a349915c,,USER,What is the average miles per gallon(mpg) of the cars with 4 cylinders?,"{""actions"":[{""actionType"":""aggregations"",""column"":""mpg"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Cylinders"",""operation"":""="",""value"":4}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +c981eb9d-a37f-452d-a076-939c3d1db9be,,USER,List names for drivers from Hartford city and younger than 40.,"{""actions"":[{""actionType"":""condition"",""column"":""home_city"",""operation"":""="",""value"":""Hartford""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":40}]}","[{""columns"":[""Driver_ID"",""Name"",""Party"",""Home_city"",""Age""],""name"":""driver"",""type"":""grid""}]" +cbe7b9cb-cb65-410b-ba60-1fb21ec3dad8,,USER,Who are the players that have names containing the letter a?,"{""actions"":[{""actionType"":""condition"",""column"":""pName"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" +799abca3-8907-4d24-818a-dab159228089,,USER,"What are lines 1 and 2 of the addressed of the customer with the email ""vbogisich@example.org""?","{""actions"":[{""actionType"":""condition"",""column"":""email_address"",""operation"":""="",""value"":""'vbogisich@example.org'""}]}","[{""columns"":[""customer_id"",""customer_type_code"",""address_line_1"",""address_line_2"",""town_city"",""state"",""email_address"",""phone_number""],""name"":""Customers"",""type"":""grid""}]" +e720cd81-4278-42b7-9bd0-0de3c2d468e7,,USER,What is the total credit offered by each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_credit"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" +d0990054-5cd7-47f7-93e3-3a5c1f997922,,USER,How many male and female assistant professors do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +3275e1ce-d3f0-4f8e-9aaf-36a3e03eb813,,USER,"What is the name, city, country, and elevation for every airport in the city of New York?","{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""New York""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +f4b46687-7f67-4ee9-b1b2-2c0f0ff79f50,,USER,Show the student IDs and numbers of friends corresponding to each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""friend_id""],""name"":""Friend"",""type"":""grid""}]" +ff5c5f3f-4af8-4863-8b96-2908e03b5e00,,USER,How many different types of pet are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""pettype"",""aggregation"":""count""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +42735d3b-98fd-4bb5-8bc6-10777f090ab3,,USER,How many regions are affected?,"{""actions"":[{""actionType"":""aggregations"",""column"":""region_id"",""aggregation"":""count""}]}","[{""columns"":[""Region_id"",""Storm_ID"",""Number_city_affected""],""name"":""affected_region"",""type"":""grid""}]" +85c3e27d-921b-45ce-af24-0a581b5a19eb,,USER,"For each gender, how many people weigh more than 85?","{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""weight"",""operation"":"">"",""value"":85},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" +e33e0070-7fe7-433a-b46c-8f24f42796ae,,USER,What is the name of country that has the shortest life expectancy in Asia?,"{""actions"":[{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Asia'""},{""actionType"":""topFilter"",""column"":""LifeExpectancy"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +1da26342-5b7c-4280-8969-2cfaf7e4a5ba,,USER,How many king beds are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""beds"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""bedtype"",""operation"":""="",""value"":""King""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +1a98f95b-a2f6-4d7c-aa25-df262896f04a,,USER,Find the number of medicines for each trade name.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""trade_name""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" +8090213c-7283-4762-bd85-dd486bce1344,,USER,"Find the last name of the author with first name ""Amal"".","{""actions"":[{""actionType"":""condition"",""column"":""fname"",""operation"":""="",""value"":""'Amal'""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" +eab0ed0a-18fb-44a3-92d5-76a9fec23565,,USER,What is the name and salary for employee with id 242518965?,"{""actions"":[{""actionType"":""condition"",""column"":""eid"",""operation"":""="",""value"":242518965}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" +915be237-4cf8-4a03-9232-115e7e542f43,,USER,Find the name of different colleges involved in the tryout in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""cName"",""direction"":""asc""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" +2bb26024-5519-418e-b57e-e4d79802db06,,USER,What are the numbers of all flights that can cover a distance of more than 2000?,"{""actions"":[{""actionType"":""condition"",""column"":""distance"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +924646fc-dcf9-43d6-9dc7-db20218a9eb8,,USER,Find the ids of orders which are shipped after 2000-01-01.,"{""actions"":[{""actionType"":""condition"",""column"":""shipment_date"",""operation"":"">"",""value"":""'2000-01-01'""}]}","[{""columns"":[""shipment_id"",""order_id"",""invoice_number"",""shipment_tracking_number"",""shipment_date"",""other_shipment_details""],""name"":""Shipments"",""type"":""grid""}]" +28d2cd0c-a4c4-4592-9e51-be880273dbaf,,USER,What is the name and rank of every company ordered by descending number of sales?,"{""actions"":[{""actionType"":""sorting"",""column"":""Sales_billion"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +82c4981c-a090-49ab-8b58-32e44ae88f30,,USER,How many distinct students are enrolled in courses?,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""}]}","[{""columns"":[""registration_id"",""student_id"",""course_id"",""date_of_enrolment"",""date_of_completion""],""name"":""Student_Course_Enrolment"",""type"":""grid""}]" +49f626fc-06fb-4064-a1de-63947485a882,,USER,Show all transaction ids with transaction code 'PUR'.,"{""actions"":[{""actionType"":""condition"",""column"":""transaction_type_code"",""operation"":""="",""value"":""PUR""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +3f7c9cb2-f44c-4522-a1e4-4ea795b63ea3,,USER,What is the joined year of the pilot of the highest rank?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Rank"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Pilot_ID"",""Pilot_name"",""Rank"",""Age"",""Nationality"",""Position"",""Join_Year"",""Team""],""name"":""pilot"",""type"":""grid""}]" +c8162e0a-5d15-41b3-aa1a-6cc90357ef84,,USER,Find the number of stores for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Store_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Store_ID"",""Store_Name"",""Type"",""Area_size"",""Number_of_product_category"",""Ranking""],""name"":""store"",""type"":""grid""}]" +1e0407d7-8f02-4298-a3df-8e9683ac0f3e,,USER,How many projects are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Project_ID"",""aggregation"":""count""}]}","[{""columns"":[""Project_ID"",""Project_Details""],""name"":""Projects"",""type"":""grid""}]" +b1241b65-6c22-488f-a56d-6c349f0216b1,,USER,How many stations are in Mountain View?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Mountain View'""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +66984bc7-e41b-43d9-b991-acff0d4dea25,,USER,how many people live in seattle washington,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'seattle'""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'washington'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +a2b058d7-8de1-49b9-9456-f05aff667edd,,USER,What is the average number of international passengers for an airport?,"{""actions"":[{""actionType"":""aggregations"",""column"":""International_Passengers"",""aggregation"":""avg""}]}","[{""columns"":[""Airport_ID"",""Airport_Name"",""Total_Passengers"",""%_Change_2007"",""International_Passengers"",""Domestic_Passengers"",""Transit_Passengers"",""Aircraft_Movements"",""Freight_Metric_Tonnes""],""name"":""airport"",""type"":""grid""}]" +4345f880-9843-4b05-802a-2c916cc9001d,,USER,Find the number of employees we have.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" +54c1528d-f08f-4e89-a343-8e58ad787c3f,,USER,Can you display the average price and score of wines for each appellation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Appelation""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +9ea49d33-83ff-4f78-8163-54189bad5e76,,USER,What is the total count of enzymes?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" +83237b17-c5f7-4a69-8de0-47e0993b5861,,USER,What is the number of technicians?,"{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""count""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" +f4af2a66-aa2d-4a4b-928d-2b97e2c01ab7,,USER,What are the ids for all sporty students who are on scholarship?,"{""actions"":[{""actionType"":""condition"",""column"":""onscholarship"",""operation"":""="",""value"":""Y""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" +752b3ed0-649e-430a-9b16-7beab9629a18,,USER,What are the average prices of wines for different years?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +0e9cf066-d7b9-4d87-8cb0-dc592ab95c1d,,USER,What is the title and director for the movie with highest worldwide gross in the year 2000 or before?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2000},{""actionType"":""topFilter"",""column"":""gross_worldwide"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""movie_id"",""Title"",""Year"",""Director"",""Budget_million"",""Gross_worldwide""],""name"":""movie"",""type"":""grid""}]" +683da128-d259-40ef-9781-0eba96d9fd87,,USER,Present different ship types and the average tonnage for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tonnage"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +4bea8a6e-c43c-431f-8c22-6454866b9f4a,,USER,How many departments offer any degree?,"{""actions"":[{""actionType"":""aggregations"",""column"":""department_id"",""aggregation"":""count""}]}","[{""columns"":[""degree_program_id"",""department_id"",""degree_summary_name"",""degree_summary_description"",""other_details""],""name"":""Degree_Programs"",""type"":""grid""}]" +74a5887a-b8ee-4c99-a467-d5ec405780cb,,USER,"What are the names of the chairs of festivals, sorted in ascending order of the year held?","{""actions"":[{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""asc""}]}","[{""columns"":[""Festival_ID"",""Festival_Name"",""Chair_Name"",""Location"",""Year"",""Num_of_Audience""],""name"":""festival_detail"",""type"":""grid""}]" +207b9683-1c86-4922-b3e8-41480183af3e,,USER,What are the names and location of the shops in ascending alphabetical order of name.,"{""actions"":[{""actionType"":""sorting"",""column"":""Shop_Name"",""direction"":""asc""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" +bc5516a8-6ea9-4323-a41c-3d889f80dd37,,USER,Give me the dates when the max temperature was higher than 85.,"{""actions"":[{""actionType"":""condition"",""column"":""max_temperature_f"",""operation"":"">"",""value"":85}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +f8219d2b-3bdb-46f5-8891-99e00f4034fd,,USER,How old is each student and how many students are each age?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""age""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +720d430a-a9da-47f5-a802-dae4e2fb81f0,,USER,Show the booking status code and the corresponding number of bookings.,"{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""booking_status_code""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" +ef55c3b9-755f-4275-8120-34e2d1880710,,USER,Count the number of documents.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +8d986622-d145-42c2-ad32-111665087191,,USER,List the names of the city with the top 5 white percentages.,"{""actions"":[{""actionType"":""topFilter"",""column"":""White"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""County_ID"",""Name"",""White"",""Black"",""Amerindian"",""Asian"",""Multiracial"",""Hispanic""],""name"":""city"",""type"":""grid""}]" +53f5bd83-d8c8-4683-991e-eb38a63d0a0d,,USER,"What are the full names of all left handed players, in order of birth date?","{""actions"":[{""actionType"":""condition"",""column"":""hand"",""operation"":""="",""value"":""L""},{""actionType"":""sorting"",""column"":""birth_date"",""direction"":""asc""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +df2b15ff-11c7-45a7-b2c1-d8e4727b6cb9,,USER,Determine the lowest salary for each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +9007e0e5-e00b-453d-944a-c834e08a23fb,,USER,What is the entry name of the most expensive catalog (in USD)?,"{""actions"":[{""actionType"":""topFilter"",""column"":""price_in_dollars"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" +f36aeb33-1298-4456-acfe-7df340e3f69e,,USER,What are the names of people in ascending alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" +7123b709-8a27-422e-a1f3-946f993f697e,,USER,What is the average price of clothes?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""product_type_code"",""operation"":""="",""value"":""Clothes""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +515ba044-6ebd-4bcb-a5ec-b7472409ebf2,,USER,Find the average price for each type of product.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_type_code""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +99db461a-4e2a-4bef-b47d-420a49dbd49e,,USER,How many candidates are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Candidate_ID"",""aggregation"":""count""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" +d97f230c-eb4c-4ca3-b918-7cee801addbf,,USER,Find the number of times ROY SWEAZY has reserved a room.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Code"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'ROY'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'SWEAZY'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" +549a5bd4-f56f-4593-8938-68c40dd258dc,,USER,how many states border at least one other state,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""count""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +e644d9ae-94e4-4445-b687-678105d9d1fd,,USER,HOw many engineers are older than 30?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":30},{""actionType"":""condition"",""column"":""job"",""operation"":""="",""value"":""engineer""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +d7af39f1-4479-4194-8e6c-2010e922dde5,,USER,What is the famous release date of the artist with the oldest age?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" +01531a97-6326-4e01-844a-fa3d489f5dd2,,USER,Show the different nationalities and the number of journalists of each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""journalist_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""journalist_ID"",""Name"",""Nationality"",""Age"",""Years_working""],""name"":""journalist"",""type"":""grid""}]" +9dfded5d-ed90-4beb-b835-a2941f2403a3,,USER,Which airline has abbreviation 'UAL'?,"{""actions"":[{""actionType"":""condition"",""column"":""Abbreviation"",""operation"":""="",""value"":""'UAL'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" +bf608e4b-9d2c-4b91-8e5c-68441db4d7fd,,USER,What is the average weight and year for each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +b2d1b626-715d-4a1e-a3a8-6b501a403973,,USER,What are the dates that had the top 5 cloud cover rates? Also tell me the cloud cover rate.,"{""actions"":[{""actionType"":""topFilter"",""column"":""cloud_cover"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +1ebbcfc2-f2fc-47c2-b891-033a22d9d75c,,USER,How many papers are there ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""paperid"",""aggregation"":""count""}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" +f7ed2027-a3da-478b-bdb9-dfecd408e6a1,,USER,what state has the capital salem,"{""actions"":[{""actionType"":""condition"",""column"":""capital"",""operation"":""="",""value"":""'salem'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +2f38e960-eb62-49b7-9543-5100a653b289,,USER,List the names of players in ascending order of votes.,"{""actions"":[{""actionType"":""sorting"",""column"":""Votes"",""direction"":""asc""}]}","[{""columns"":[""Player_ID"",""Sponsor_name"",""Player_name"",""Gender"",""Residence"",""Occupation"",""Votes"",""Rank""],""name"":""player"",""type"":""grid""}]" +350ee6e9-03e8-4274-a4bb-43147be1dd6e,,USER,What is the total number of countries where Spanish is spoken by the largest percentage of people?,"{""actions"":[{""actionType"":""aggregations"",""column"":""CountryCode"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +d1c29d84-6aec-4893-9092-a8bbc3626432,,USER,where is the lowest spot in iowa,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'iowa'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +41909d37-c57f-44ca-a622-1b143d117082,,USER,what is the maximum elevation of guadalupe peak,"{""actions"":[{""actionType"":""condition"",""column"":""highest_point"",""operation"":""="",""value"":""'guadalupe peak'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +af4af652-42c0-457e-8d13-b00b27e67f31,,USER,Count the number of chip model that do not have wifi.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Model_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""wifi"",""operation"":""="",""value"":""No""}]}","[{""columns"":[""Model_name"",""Launch_year"",""RAM_MiB"",""ROM_MiB"",""Slots"",""WiFi"",""Bluetooth""],""name"":""chip_model"",""type"":""grid""}]" +f883ccca-62ed-47fa-b239-924d6f6cc7dd,,USER,Show different citizenships and the maximum net worth of singers from each citizenship.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Net_Worth_Millions"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +809b366f-4f2a-4c00-95d1-ec66f944b560,,USER,What are the numbers of all flights coming from Los Angeles?,"{""actions"":[{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +c3bf19ea-b610-4bc0-857b-e604be1b3e72,,USER,How many members have the black membership card?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Membership_card"",""operation"":""="",""value"":""Black""}]}","[{""columns"":[""Member_ID"",""Name"",""Membership_card"",""Age"",""Time_of_purchase"",""Level_of_membership"",""Address""],""name"":""member"",""type"":""grid""}]" +e232c945-f559-46a3-8bc1-b35f65562a07,,USER,What are the unique labels for the albums?,"{""actions"":[{""actionType"":""aggregations"",""column"":""label"",""aggregation"":""count""}]}","[{""columns"":[""AId"",""Title"",""Year"",""Label"",""Type""],""name"":""Albums"",""type"":""grid""}]" +dd5669e4-639f-40e2-bbd8-7a0eb1e6c371,,USER,"return me the year of "" Making database systems usable "" .","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" +b2dd1c7a-d172-4a2a-8129-a53c8fbf41be,,USER,Find the titles of all movies directed by steven spielberg.,"{""actions"":[{""actionType"":""condition"",""column"":""director"",""operation"":""="",""value"":""Steven Spielberg""}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" +e5aaed6a-cc7f-4662-a150-b75f9cffe20a,,USER,What are the different ages of editors? Show each age along with the number of editors of that age.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Editor_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Age""}]}","[{""columns"":[""Editor_ID"",""Name"",""Age""],""name"":""editor"",""type"":""grid""}]" +622222f7-332b-46ba-8e21-9b5976d7aca2,,USER,number of citizens in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +32be3fd0-bda8-490a-8be3-6578a1603705,,USER,How long does track Fast As a Shark has?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Fast As a Shark'""}]}","[{""columns"":[""id"",""name"",""album_id"",""media_type_id"",""genre_id"",""composer"",""milliseconds"",""bytes"",""unit_price""],""name"":""tracks"",""type"":""grid""}]" +c5f47522-5ce7-4e7b-a22f-75ea55b78da7,,USER,What is the mean age for both genders?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +35902e58-c6fc-478a-94d6-ab83200a3e09,,USER,Show names for all regions except for Denmark.,"{""actions"":[{""actionType"":""condition"",""column"":""region_name"",""operation"":""!="",""value"":""Denmark""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" +19bf9737-4a5a-41cd-8f78-badab9a0cf2e,,USER,Calculate the average tonnage for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tonnage"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +cf83f210-879e-4e7d-8d59-116a573a4678,,USER,"List the method, date and amount of all the payments, in ascending order of date.","{""actions"":[{""actionType"":""sorting"",""column"":""Date_Payment_Made"",""direction"":""asc""}]}","[{""columns"":[""Payment_ID"",""Settlement_ID"",""Payment_Method_Code"",""Date_Payment_Made"",""Amount_Payment""],""name"":""Payments"",""type"":""grid""}]" +11f46d07-fd52-4dd0-8cdf-caea4633dec8,,USER,Find the name and building of the department with the highest budget.,"{""actions"":[{""actionType"":""topFilter"",""column"":""budget"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""dept_name"",""building"",""budget""],""name"":""department"",""type"":""grid""}]" +645ab4d6-4c2d-4c86-9fa2-6f9712b5c8f0,,USER,Find the number of distinct type of pets.,"{""actions"":[{""actionType"":""aggregations"",""column"":""pettype"",""aggregation"":""count""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +8aa979d2-567e-4b28-a728-abc83168738b,,USER,What are the average profits of companies?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Profits_billion"",""aggregation"":""avg""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +016ed166-117a-426a-8fca-ce162f0fc342,,USER,Return the title and director of the movie released in the year 2000 or earlier that had the highest worldwide gross.,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2000},{""actionType"":""topFilter"",""column"":""gross_worldwide"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""movie_id"",""Title"",""Year"",""Director"",""Budget_million"",""Gross_worldwide""],""name"":""movie"",""type"":""grid""}]" +f9ba8356-5dd7-434d-a6f2-561a62f85e38,,USER,What is the average fee for a CSU campus in the year of 1996?,"{""actions"":[{""actionType"":""aggregations"",""column"":""campusfee"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1996}]}","[{""columns"":[""Campus"",""Year"",""CampusFee""],""name"":""csu_fees"",""type"":""grid""}]" +cbe35613-c8f4-4f6c-9d7e-1d6a8cf8f5e7,,USER,What is the number of sections per course?,"{""actions"":[{""actionType"":""aggregations"",""column"":""CLASS_CODE"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""crs_code""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +dd850c8d-ae2b-4fd4-8849-cca7ba074840,,USER,"What are the earnings of poker players, ordered descending by value?","{""actions"":[{""actionType"":""sorting"",""column"":""Earnings"",""direction"":""desc""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" +4d6e6204-4999-4458-92e5-7a9033507ee7,,USER,What campus has the most degrees conferrred over its entire existence?,"{""actions"":[{""actionType"":""grouping"",""column"":""campus""},{""actionType"":""topFilter"",""column"":""degrees"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""Year"",""Campus"",""Degrees""],""name"":""degrees"",""type"":""grid""}]" +10d1300d-cee8-48e3-a629-f50eeb13a1f1,,USER,"Show the names and locations of institutions that are founded after 1990 and have the type ""Private"".","{""actions"":[{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1990},{""actionType"":""condition"",""column"":""TYPE"",""operation"":""="",""value"":""Private""}]}","[{""columns"":[""Institution_id"",""Institution"",""Location"",""Founded"",""Type"",""Enrollment"",""Team"",""Primary_Conference"",""building_id""],""name"":""Institution"",""type"":""grid""}]" +be45ede7-de90-4f65-983e-931a40c9698b,,USER,List the ids of all distinct orders ordered by placed date.,"{""actions"":[{""actionType"":""sorting"",""column"":""date_order_placed"",""direction"":""asc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""date_order_placed"",""order_details""],""name"":""Orders"",""type"":""grid""}]" +13bc5397-aff0-4860-979d-c9e9894d3ea9,,USER,Sort the list of names and costs of all procedures in the descending order of cost.,"{""actions"":[{""actionType"":""sorting"",""column"":""cost"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Cost""],""name"":""Procedures"",""type"":""grid""}]" +5f632994-b479-4355-9e98-18ac0d000c1e,,USER,What are the names and headquarters of all companies ordered by descending market value?,"{""actions"":[{""actionType"":""sorting"",""column"":""market_value"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +d682f676-d7f7-44e6-9015-78719fc56d4b,,USER,What is the name of the movie produced after 2000 and directed by James Cameron?,"{""actions"":[{""actionType"":""condition"",""column"":""director"",""operation"":""="",""value"":""James Cameron""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" +6aa10e0e-3ae2-4519-b76d-1c0ddfdf3055,,USER,When did the first staff member start working?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_from"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" +206f603e-dde1-43b5-961c-ed3975534d47,,USER,Find all the order items whose product id is 11. What are the order item ids?,"{""actions"":[{""actionType"":""condition"",""column"":""product_id"",""operation"":""="",""value"":11}]}","[{""columns"":[""order_item_id"",""product_id"",""order_id"",""order_item_status"",""order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +ffffdc4b-f5ad-4e77-b850-ecd71dc2dfc8,,USER,How many players played each position?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Season"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" +c879c7a6-623b-441b-913d-254078a28b2d,,USER,"Find the full name of the customer with the email ""luisg@embraer.com.br"".","{""actions"":[{""actionType"":""condition"",""column"":""Email"",""operation"":""="",""value"":""'luisg@embraer.com.br'""}]}","[{""columns"":[""CustomerId"",""FirstName"",""LastName"",""Company"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email"",""SupportRepId""],""name"":""Customer"",""type"":""grid""}]" +41e6dd86-1321-4cfa-ace1-15e474e87d53,,USER,What are the names of all departments in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""dept_name"",""direction"":""asc""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +0409048d-d6c9-4359-b4a1-f94fa25300ad,,USER,"Find the titles of the papers that contain the word ""ML"".","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":""ML""}]}","[{""columns"":[""paperID"",""title""],""name"":""Papers"",""type"":""grid""}]" +473f479f-8e8d-401a-9cac-f0e93e2ae0d4,,USER,How many gymnasts are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Gymnast_ID"",""aggregation"":""count""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" +7eb3b981-e8c1-49ff-a6f8-1969c7838ed2,,USER,Show the maximum share count of transactions where the amount is smaller than 10000,"{""actions"":[{""actionType"":""aggregations"",""column"":""share_count"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""amount_of_transaction"",""operation"":""<"",""value"":10000}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +4fcdcb74-fc67-40e6-b19f-6b4333e3573f,,USER,Determine the quantity of stores for each store type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Store_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Store_ID"",""Store_Name"",""Type"",""Area_size"",""Number_of_product_category"",""Ranking""],""name"":""store"",""type"":""grid""}]" +2b038727-251a-47ae-bd9b-d1be837e2d7d,,USER,How many distinct order ids correspond to each product?,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""product_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +ed4c4eb3-bc95-4a1b-afd6-0568fd58ff32,,USER,"What are the descriptions of the courses with name ""database""?","{""actions"":[{""actionType"":""condition"",""column"":""course_name"",""operation"":""="",""value"":""'database'""}]}","[{""columns"":[""course_id"",""author_id"",""subject_id"",""course_name"",""course_description""],""name"":""Courses"",""type"":""grid""}]" +5d454e9a-8f91-4bfc-93fd-590311d0365a,,USER,"How many adults stay in the room CONRAD SELBIG checked in on Oct 23, 2010?","{""actions"":[{""actionType"":""condition"",""column"":""CheckIn"",""operation"":""="",""value"":""'2010-10-23'""},{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'CONRAD'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'SELBIG'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" +8ffc03d0-4973-4acb-aff1-761ae6c8ad03,,USER,How many different allergy types exist?,"{""actions"":[{""actionType"":""aggregations"",""column"":""allergytype"",""aggregation"":""count""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" +b6612b6f-0854-43bc-bc78-30bbe4a9d070,,USER,What is the id of the reviewer whose name has substring “Mike”?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Mike""}]}","[{""columns"":[""rID"",""name""],""name"":""Reviewer"",""type"":""grid""}]" +f2308d76-155a-4f83-8c8e-d20c5b154812,,USER,What are the game IDs and the total hours played for each game?,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""gameid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" +b7d030ec-c0f1-43b8-8e35-2a9786fa0e39,,USER,How many different types of transactions are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_type"",""aggregation"":""count""}]}","[{""columns"":[""transaction_id"",""previous_transaction_id"",""account_id"",""card_id"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" +d12e554e-b3da-4213-b91f-4c900fd5d0b1,,USER,How many stadiums are in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" +32116c99-7f4e-408e-8b09-e11feb05d724,,USER,What is the average snatch score of body builders?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Snatch"",""aggregation"":""avg""}]}","[{""columns"":[""Body_Builder_ID"",""People_ID"",""Snatch"",""Clean_Jerk"",""Total""],""name"":""body_builder"",""type"":""grid""}]" +20e58693-30c7-4981-89ba-9e3bafadd37d,,USER,"What are the hosts of competitions whose theme is not ""Aliens""?","{""actions"":[{""actionType"":""condition"",""column"":""Theme"",""operation"":""!="",""value"":""Aliens""}]}","[{""columns"":[""Competition_ID"",""Year"",""Theme"",""Host_city_ID"",""Hosts""],""name"":""farm_competition"",""type"":""grid""}]" +7ff63e3c-37db-4749-ad2f-8e1e6d624cc3,,USER,Count the number of actors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Actor_ID"",""aggregation"":""count""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" +ac408beb-c449-472c-a339-1e6b7fc32797,,USER,Calculate total student enrollment for schools of different affiliation types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +56eaa000-9119-46f5-8438-f4993cd488cb,,USER,What college has a student who successfully made the team in the role of a goalie?,"{""actions"":[{""actionType"":""condition"",""column"":""decision"",""operation"":""="",""value"":""yes""},{""actionType"":""condition"",""column"":""pPos"",""operation"":""="",""value"":""goalie""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" +1d3a3fa6-16a0-434a-8395-c4d8a7fab23d,,USER,When was the last transcript released?,"{""actions"":[{""actionType"":""topFilter"",""column"":""transcript_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" +37cf9a28-cf87-4c3f-9516-9e1fcc9b7210,,USER,How many documents correspond with each project id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +41dde30f-cc95-4fcd-ada6-8db745f8fdac,,USER,What is the total share (in percent) of all the channels owned by CCTV?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Share_in_percent"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""OWNER"",""operation"":""="",""value"":""CCTV""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +e50e4e98-8f0f-439d-b797-054c184352c5,,USER,Find the ids of reviewers who didn't only give 4 star.,"{""actions"":[{""actionType"":""condition"",""column"":""stars"",""operation"":""!="",""value"":4}]}","[{""columns"":[""rID"",""mID"",""stars"",""ratingDate""],""name"":""Rating"",""type"":""grid""}]" +3e6f8227-e654-4695-810a-dc3fad01c219,,USER,How many main stream browsers whose market share is at least 5 exist?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""market_share"",""operation"":"">="",""value"":5}]}","[{""columns"":[""id"",""name"",""market_share""],""name"":""browser"",""type"":""grid""}]" +1d76375e-6d75-442f-a8a3-d678c9ad8ed1,,USER,how many states have a city called springfield,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +3d5d9198-bc03-40d7-8bf1-3cb66b7bf223,,USER,What is the average age for each occupation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +7add1a2f-7b29-46dc-bff9-551c7c16b2ee,,USER,"Where is the birth place of "" Kevin Spacey ""","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'director_name0'""}]}","[{""columns"":[""did"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""director"",""type"":""grid""}]" +ba581470-f760-4641-a504-de4098810b5e,,USER,Show all countries and the number of people from each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""People_ID"",""Name"",""Country"",""Is_Male"",""Age""],""name"":""people"",""type"":""grid""}]" +14d3593c-8faf-4295-a175-b1fae7246ad8,,USER,What is the name and age of every male? Order the results by age.,"{""actions"":[{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""sorting"",""column"":""age"",""direction"":""asc""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +8b4d79ed-5f11-4880-9a3e-892806a75a34,,USER,How many different product types are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_type_code"",""aggregation"":""count""}]}","[{""columns"":[""product_id"",""product_type_code"",""daily_hire_cost"",""product_name"",""product_description""],""name"":""Products_for_Hire"",""type"":""grid""}]" +dac09063-851c-4ec7-b265-74ff61223296,,USER,How many sections does each course has?,"{""actions"":[{""actionType"":""aggregations"",""column"":""CLASS_CODE"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""crs_code""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +a010a4a2-1910-4dd0-ab07-8b86c70fe84b,,USER,How many students play video games?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" +21e0fd1c-e0c5-46d3-9089-87be1d30deb4,,USER,Present template ids and the number of documents using each template.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_id""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +05f9f6e7-ea8b-4347-bf29-45a9c70b83ed,,USER,"Who are the actors born in "" Austin "" after 1980 ?","{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Austin'""},{""actionType"":""condition"",""column"":""birth_year"",""operation"":"">"",""value"":1980}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +cf0599cc-b733-41d0-8c6f-bcaac45c49c6,,USER,Count the players for every hand preference.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""hand""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +475bcadc-c912-49a7-9579-0da8f7ed036a,,USER,"What are the names of conductors, sorted descending by the number of years they have worked?","{""actions"":[{""actionType"":""sorting"",""column"":""Year_of_Work"",""direction"":""desc""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" +a05f5c52-7468-44de-96a1-4873481bc885,,USER,"Find the ""date became customers"" of the customers whose ID is between 10 and 20.","{""actions"":[{""actionType"":""condition"",""column"":""customer_id"",""operation"":"">="",""value"":10},{""actionType"":""condition"",""column"":""customer_id"",""operation"":""<="",""value"":20}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" +15b1ccc7-0430-4992-b2a9-8efb445dc83e,,USER,When did the first payment happen?,"{""actions"":[{""actionType"":""topFilter"",""column"":""payment_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""payment_id"",""customer_id"",""staff_id"",""rental_id"",""amount"",""payment_date"",""last_update""],""name"":""payment"",""type"":""grid""}]" +c0028340-fdbd-4e5b-b4cd-c880b83c784f,,USER,Find the average number of factories for the manufacturers that have more than 20 shops.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Num_of_Factories"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""num_of_shops"",""operation"":"">"",""value"":20}]}","[{""columns"":[""Manufacturer_ID"",""Open_Year"",""Name"",""Num_of_Factories"",""Num_of_Shops""],""name"":""manufacturer"",""type"":""grid""}]" +33c251b6-1c6a-4a0f-a933-faf5059f3f9a,,USER,Count the number of countries for which Spanish is the predominantly spoken language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""CountryCode"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +d9ffad8d-2618-4d66-8164-c9b839106c4a,,USER,How many tracks do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Track_ID"",""aggregation"":""count""}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" +4d1293d5-d159-407d-93c6-52f32dd30632,,USER,"What are the official native languages that contain the string ""English"".","{""actions"":[{""actionType"":""condition"",""column"":""Official_native_language"",""operation"":""contains"",""value"":""English""}]}","[{""columns"":[""Country_id"",""Country_name"",""Capital"",""Official_native_language""],""name"":""country"",""type"":""grid""}]" +4c02a680-3137-490d-8e63-38e14654f22a,,USER,"Find the name of all customers whose name contains ""Alex"".","{""actions"":[{""actionType"":""condition"",""column"":""customer_name"",""operation"":""contains"",""value"":""Alex""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" +ae7e10ba-5309-4835-8131-2729e00b9450,,USER,Show the maximum amount of transaction.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""max""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +8034f5d0-08c4-4fdb-a95d-2821f60ddd5c,,USER,Find the total number of king beds available.,"{""actions"":[{""actionType"":""aggregations"",""column"":""beds"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""bedtype"",""operation"":""="",""value"":""King""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +408a283c-ac24-4fd6-bdc0-40f67b32f7aa,,USER,What are the first name and last name of the players whose death record is empty?,"{""actions"":[{""actionType"":""condition"",""column"":""death_year"",""operation"":""="",""value"":""""}]}","[{""columns"":[""player_id"",""birth_year"",""birth_month"",""birth_day"",""birth_country"",""birth_state"",""birth_city"",""death_year"",""death_month"",""death_day"",""death_country"",""death_state"",""death_city"",""name_first"",""name_last"",""name_given"",""weight"",""height"",""bats"",""throws"",""debut"",""final_game"",""retro_id"",""bbref_id""],""name"":""player"",""type"":""grid""}]" +40edd519-b67e-4e8a-ab35-8b25b2994f93,,USER,"What are the name, independence year, and surface area of the country with the smallest population?","{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +d6379426-05bd-475e-bea8-976364554a34,,USER,Find the name and category of the most expensive product.,"{""actions"":[{""actionType"":""topFilter"",""column"":""product_price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" +edaf08b5-4341-40cd-a933-e4ad7e0fc8ee,,USER,List the number of high schoolers in each grade.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" +dfb69aaf-1d36-445a-a677-637ae3cbae4b,,USER,Show all the cinema names and opening years in descending order of opening year.,"{""actions"":[{""actionType"":""sorting"",""column"":""openning_year"",""direction"":""desc""}]}","[{""columns"":[""Cinema_ID"",""Name"",""Openning_year"",""Capacity"",""Location""],""name"":""cinema"",""type"":""grid""}]" +125a37b0-6031-4adb-adbe-b681232449b6,,USER,What are the names of climbers who are not from the country of Switzerland?,"{""actions"":[{""actionType"":""condition"",""column"":""Country"",""operation"":""!="",""value"":""'Switzerland'""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +0388f846-ed49-4784-a722-695e70a0b37c,,USER,What are the names of buildings sorted in descending order of building height?,"{""actions"":[{""actionType"":""sorting"",""column"":""Height"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""City"",""Height"",""Stories"",""Status""],""name"":""buildings"",""type"":""grid""}]" +22589bbb-bddc-4b0c-acb3-39817df6989b,,USER,Count the number of dogs that went through a treatment.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dog_id"",""aggregation"":""count""}]}","[{""columns"":[""treatment_id"",""dog_id"",""professional_id"",""treatment_type_code"",""date_of_treatment"",""cost_of_treatment""],""name"":""Treatments"",""type"":""grid""}]" +63be643c-4575-4f39-93be-f4643af6e874,,USER,What is the name of the district with the smallest area?,"{""actions"":[{""actionType"":""topFilter"",""column"":""city_area"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" +0f652ddf-7b29-499c-8c6f-84571f9ce2f7,,USER,Show the party and the number of drivers in each party.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Driver_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""party""}]}","[{""columns"":[""Driver_ID"",""Name"",""Party"",""Home_city"",""Age""],""name"":""driver"",""type"":""grid""}]" +3832ab91-5b17-4d3f-b0d2-4799cdc171f3,,USER,Present distinct headquarters along with the company count at each headquarter.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Headquarters""}]}","[{""columns"":[""Company_ID"",""Name"",""Headquarters"",""Industry"",""Sales_in_Billion"",""Profits_in_Billion"",""Assets_in_Billion"",""Market_Value_in_Billion""],""name"":""company"",""type"":""grid""}]" +e190d181-9b72-4ec3-beac-52e8250a5b54,,USER,How many different degrees are offered?,"{""actions"":[{""actionType"":""aggregations"",""column"":""degree_summary_name"",""aggregation"":""count""}]}","[{""columns"":[""degree_program_id"",""department_id"",""degree_summary_name"",""degree_summary_description"",""other_details""],""name"":""Degree_Programs"",""type"":""grid""}]" +8b9cf003-5dbf-44ae-8582-716a39fe36a6,,USER,What is the name of the winner with the most rank points who participated in the Australian Open tournament?,"{""actions"":[{""actionType"":""condition"",""column"":""tourney_name"",""operation"":""="",""value"":""Australian Open""},{""actionType"":""topFilter"",""column"":""winner_rank_points"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +36aa305b-4958-49ab-a5f7-8077a263d561,,USER,How many players have more than 1000 hours of training?,"{""actions"":[{""actionType"":""aggregations"",""column"":""pID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""HS"",""operation"":"">"",""value"":1000}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" +94fe90a1-6688-48c8-a416-fde134cb8356,,USER,"Display unique affiliations and the count of schools with over 20,000 enrollees for each.","{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enrollment"",""operation"":"">"",""value"":20000},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +219abc48-6370-4ab6-b282-efc2d1138f4a,,USER,How many documents do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +28919357-710a-4c16-93d6-96b3351f51b9,,USER,"Give the order ids for all orders, as well as the total product quantity in each.","{""actions"":[{""actionType"":""aggregations"",""column"":""product_quantity"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +0dac41bb-e7ef-491e-96af-76b48b2ece30,,USER,Count the number of captains under 50 years old for each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +82d63bff-4276-45c1-bd3d-027715df744a,,USER,List all the name of organizations in order of the date formed.,"{""actions"":[{""actionType"":""sorting"",""column"":""date_formed"",""direction"":""asc""}]}","[{""columns"":[""organization_id"",""date_formed"",""organization_name"",""uk_vat_number""],""name"":""Organizations"",""type"":""grid""}]" +a72cba9b-0d12-484c-8d76-143580eed3da,,USER,find the name of the program that was launched most recently.,"{""actions"":[{""actionType"":""topFilter"",""column"":""launch"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" +c5be6bb0-e87e-43cf-a110-578f848609cb,,USER,What was the budget of the movie Juno from 2007 ?,"{""actions"":[{""actionType"":""condition"",""column"":""release_year"",""operation"":""="",""value"":2007},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Juno'""}]}","[{""columns"":[""mid"",""title"",""release_year"",""title_aka"",""budget""],""name"":""movie"",""type"":""grid""}]" +09c87d78-66fe-4214-8e44-5a797b3faba7,,USER,Display various railway builders and the number of railways built by each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Railway_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Builder""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" +514072ea-43e1-475b-9717-63bb451fde95,,USER,"For each college, return the college name and the count of authors with submissions from that college.","{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""College""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" +3a191d59-60d5-4588-ac43-e72c24809e63,,USER,how many programs are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Program_ID"",""aggregation"":""count""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" +3ccdbc0d-027b-4fbc-84a3-449d35fdf2ea,,USER,Display the student ids and the number of hours played.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""Stuid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" +36e4d3b3-691c-447e-be70-caefa8e49804,,USER,List the name of the county with the largest population.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +b74e8e6c-1eea-4867-b668-06c94de0663c,,USER,How many different instructors have taught some course?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""}]}","[{""columns"":[""ID"",""course_id"",""sec_id"",""semester"",""year""],""name"":""teaches"",""type"":""grid""}]" +398dbf81-a3ca-4d0c-9a91-7cf541365331,,USER,What is the party of the youngest people?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""District"",""Name"",""Party"",""Age""],""name"":""people"",""type"":""grid""}]" +1fdc7b33-228b-409e-a2a1-76233a8c70da,,USER,What are 3 most highly rated episodes in the TV series table and what were those ratings?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Rating"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" +d7235a63-c610-4f30-9b15-1dcd2d1bdc63,,USER,"Find all the songs whose name contains the word ""the"".","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":"" the ""}]}","[{""columns"":[""SongId"",""Title""],""name"":""Songs"",""type"":""grid""}]" +179b3822-408c-419b-aa92-e87f0618b045,,USER,return me the number of keywords .,"{""actions"":[{""actionType"":""aggregations"",""column"":""keyword"",""aggregation"":""count""}]}","[{""columns"":[""keyword"",""kid""],""name"":""keyword"",""type"":""grid""}]" +5d54d616-387c-4492-9491-c3fd25700f82,,USER,How many countries have a republic as their form of government?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Code"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""GovernmentForm"",""operation"":""="",""value"":""'Republic'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +28b5e04b-0245-4d7f-81b9-915d4e9df511,,USER,How many friends does each student have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""friend_id""],""name"":""Friend"",""type"":""grid""}]" +1ec6ee19-43df-4d59-9210-7f7660e98b78,,USER,"What are the population, name and leader of the country with the largest area?","{""actions"":[{""actionType"":""topFilter"",""column"":""SurfaceArea"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +5a0d7121-d08a-49b1-a0a5-bccbe45a36a8,,USER,List the names of all courses ordered by their titles and credits.,"{""actions"":[{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""credits"",""direction"":""asc""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" +a9447cf9-3a34-43df-aeb4-69847156245e,,USER,"list all the names of programs, ordering by launch time.","{""actions"":[{""actionType"":""sorting"",""column"":""launch"",""direction"":""asc""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" +5a79044c-c725-4a95-8fd5-b7c61a820356,,USER,Return the name of the wrestler who had the lowest number of days held.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Days_held"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" +9772d163-147f-4572-9865-59c233a83181,,USER,"Show the name, street address, and number of floors for all buildings ordered by the number of floors.","{""actions"":[{""actionType"":""sorting"",""column"":""floors"",""direction"":""asc""}]}","[{""columns"":[""building_id"",""Name"",""Street_address"",""Years_as_tallest"",""Height_feet"",""Floors""],""name"":""building"",""type"":""grid""}]" +9fa75ccc-3ea9-47d2-8262-b605e5480bf9,,USER,how many citizens in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +20b56435-f275-48e5-80a6-11794c47ce91,,USER,List the names of all scientists sorted in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""SSN"",""Name""],""name"":""Scientists"",""type"":""grid""}]" +81d48d37-2721-412a-bf37-a5f2baff1bb6,,USER,How many customers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""sum""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +fcd7dc20-da97-441c-8ad4-c22025f93e6f,,USER,How many customers have an active value of 1?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""active"",""operation"":""="",""value"":""1""}]}","[{""columns"":[""customer_id"",""store_id"",""first_name"",""last_name"",""email"",""address_id"",""active"",""create_date"",""last_update""],""name"":""customer"",""type"":""grid""}]" +1282e11b-c2eb-4e13-b014-f02d5a433325,,USER,When did the staff member Janessa Sawayn leave the company?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" +d2e5a7d1-247b-4797-8535-1954b8402252,,USER,Show the position of players and the corresponding number of players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Season"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" +08e39b2b-d27b-4410-8d8e-e67d8ff61ce4,,USER,"Show the addresses and phones of all the buildings managed by ""Brenden"".","{""actions"":[{""actionType"":""condition"",""column"":""building_manager"",""operation"":""="",""value"":""'Brenden'""}]}","[{""columns"":[""building_id"",""building_short_name"",""building_full_name"",""building_description"",""building_address"",""building_manager"",""building_phone""],""name"":""Apartment_Buildings"",""type"":""grid""}]" +dd91d6e9-093e-472a-986a-14e329c5fbd2,,USER,What is the total amount of all payments?,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount"",""aggregation"":""sum""}]}","[{""columns"":[""payment_id"",""customer_id"",""staff_id"",""rental_id"",""amount"",""payment_date"",""last_update""],""name"":""payment"",""type"":""grid""}]" +37df650b-b8ad-49c6-b8c6-0db75cd3f800,,USER,what is the highest elevation in delaware,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'delaware'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +576881fd-9dd5-4e9c-8f8c-5b43df5347e5,,USER,find the total percentage share of all channels owned by CCTV.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Share_in_percent"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""OWNER"",""operation"":""="",""value"":""CCTV""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +cc78ced1-d3b9-40aa-aa1e-6958c1bff2d5,,USER,Show all ages and corresponding number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""age""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +bde169ae-c0eb-413c-af4f-0d59797677f8,,USER,What is the id of the student who most recently registered course 301?,"{""actions"":[{""actionType"":""condition"",""column"":""course_id"",""operation"":""="",""value"":301},{""actionType"":""topFilter"",""column"":""date_of_attendance"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""student_id"",""course_id"",""date_of_attendance""],""name"":""Student_Course_Attendance"",""type"":""grid""}]" +728fe1ab-489d-4860-a0e4-98ad57cd12c2,,USER,What is the total number of students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +99370993-d479-436f-9665-98ca64e51125,,USER,Show the various ages of editors and the editor count for each age.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Editor_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Age""}]}","[{""columns"":[""Editor_ID"",""Name"",""Age""],""name"":""editor"",""type"":""grid""}]" +c9f878a4-e119-4405-9198-0e66db1e5fa5,,USER,"Show first name, last name, age for all female students. Their sex is F.","{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +4ed7e270-99d2-49c6-9300-1c4412b35090,,USER,How many buildings are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""building_id"",""aggregation"":""count""}]}","[{""columns"":[""building_id"",""Name"",""Street_address"",""Years_as_tallest"",""Height_feet"",""Floors""],""name"":""building"",""type"":""grid""}]" +14a59c2b-f160-4671-8e6e-08e840fa0fbe,,USER,List the name and cost of all procedures sorted by the cost from the highest to the lowest.,"{""actions"":[{""actionType"":""sorting"",""column"":""cost"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Cost""],""name"":""Procedures"",""type"":""grid""}]" +a790d7e3-c866-4f91-9e46-6a2b61e53f14,,USER,When is the first transcript released? List the date and details.,"{""actions"":[{""actionType"":""topFilter"",""column"":""transcript_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" +d2161301-c457-4463-8aef-4fb261ad90a9,,USER,return me the homepage of the VLDB conference .,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'VLDB'""}]}","[{""columns"":[""cid"",""homepage"",""name""],""name"":""conference"",""type"":""grid""}]" +7dc8ed3b-780f-4c6c-9d22-ec7316feee86,,USER,Show all ministers who do not belong to Progress Party.,"{""actions"":[{""actionType"":""condition"",""column"":""party_name"",""operation"":""!="",""value"":""Progress Party""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" +7b9378c5-c46b-44fc-8280-b22edac92828,,USER,"Find the id of the order whose shipment tracking number is ""3452"".","{""actions"":[{""actionType"":""condition"",""column"":""shipment_tracking_number"",""operation"":""="",""value"":""'3452'""}]}","[{""columns"":[""shipment_id"",""order_id"",""invoice_number"",""shipment_tracking_number"",""shipment_date"",""other_shipment_details""],""name"":""Shipments"",""type"":""grid""}]" +e7b8cea1-536f-400d-aad9-10ace07bc0a3,,USER,"What is the document id, template id and description for document named ""Robbin CV""?","{""actions"":[{""actionType"":""condition"",""column"":""document_name"",""operation"":""="",""value"":""'Robbin CV'""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +44549425-f715-447c-a340-a44ee5df1d58,,USER,Count the number of different ranks of captain.,"{""actions"":[{""actionType"":""aggregations"",""column"":""rank"",""aggregation"":""count""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +69ffc3f0-687d-4082-8a2b-e217e457cd9a,,USER,Determine the average salary of employees whose commission percentage is not null.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""!="",""value"":""'null'""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +ce46d3a0-b549-4cf7-968a-84f362d713c2,,USER,How many parks does Atlanta city have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""park_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""Atlanta""}]}","[{""columns"":[""park_id"",""park_name"",""park_alias"",""city"",""state"",""country""],""name"":""park"",""type"":""grid""}]" +d9df153a-ff51-4bb7-9e8d-c21a2b4ab7a0,,USER,which states does the ohio river pass through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +f6e0a017-93cd-4f92-bbc8-06ad2f3ac1a8,,USER,Return the titles of films that include 'Deleted Scenes' in their special feature section.,"{""actions"":[{""actionType"":""condition"",""column"":""special_features"",""operation"":""contains"",""value"":""Deleted Scenes""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" +f476069a-8443-46b1-b2cd-e3a5434d71ab,,USER,Find the names of all wines produced in 2008.,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":""'2008'""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +d21620ee-84d0-46af-9d5b-892e5b92b757,,USER,Count the number of submissions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""count""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" +8ae0ae96-e867-4b71-a753-a5f9c0b0bcbb,,USER,What are the name and results of the battles when the bulgarian commander is not 'Boril',"{""actions"":[{""actionType"":""condition"",""column"":""bulgarian_commander"",""operation"":""!="",""value"":""Boril""}]}","[{""columns"":[""id"",""name"",""date"",""bulgarian_commander"",""latin_commander"",""result""],""name"":""battle"",""type"":""grid""}]" +e56f7854-2ca9-4239-9be0-ee60129b3c71,,USER,"What are the names of documents that contain the substring ""CV""?","{""actions"":[{""actionType"":""condition"",""column"":""document_name"",""operation"":""contains"",""value"":""CV""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" +4495425a-a50f-487c-88a8-aa04901a152f,,USER,Show student ids for all male students.,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""M""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +ad9b657e-6313-4946-ad99-d1d19e7b4c31,,USER,"What are the names of actors, ordered alphabetically?","{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" +d9eb54e8-3dd8-4cb2-8df8-13b92d41f0b0,,USER,"What are the name, height and prominence of mountains which do not belong to the range 'Aberdare Range'?","{""actions"":[{""actionType"":""condition"",""column"":""range"",""operation"":""!="",""value"":""Aberdare Range""}]}","[{""columns"":[""id"",""name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" +81392a22-e48f-4eb6-8d82-1f8b1f47572d,,USER,Which district has the least area?,"{""actions"":[{""actionType"":""topFilter"",""column"":""city_area"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" +b674ed96-1fe1-4eb9-97f8-7ec38f4459b7,,USER,"Find the number of adults for the room reserved and checked in by CONRAD SELBIG on Oct 23, 2010.","{""actions"":[{""actionType"":""condition"",""column"":""CheckIn"",""operation"":""="",""value"":""'2010-10-23'""},{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'CONRAD'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'SELBIG'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" +e45c4231-3bcd-4fd3-b1d9-af7a15f61b98,,USER,How many airlines are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""alid"",""aggregation"":""count""}]}","[{""columns"":[""alid"",""name"",""iata"",""icao"",""callsign"",""country"",""active""],""name"":""airlines"",""type"":""grid""}]" +87cc7960-b408-4176-880d-ce2f0d051219,,USER,Show all game IDs along with the number of hours played.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""gameid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" +4a8ff76d-79a9-45a1-b8b3-68a70c356883,,USER,What is the official name and status of the city with the most residents?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" +90657db2-1fab-4985-a3e4-3784d2d00327,,USER,how many states are there in united states,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""count""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +6f85fce3-e6aa-4ffe-a71c-fa522b6b75e3,,USER,"What are the first names for students who have an ""a"" in their first name?","{""actions"":[{""actionType"":""condition"",""column"":""Fname"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +101c0c06-b1d5-4c59-aba3-a258de5eec18,,USER,List all countries of markets in descending order of number of cities.,"{""actions"":[{""actionType"":""sorting"",""column"":""Number_cities"",""direction"":""desc""}]}","[{""columns"":[""Market_ID"",""Country"",""Number_cities""],""name"":""market"",""type"":""grid""}]" +8e6c46dc-1032-443d-b317-03769e6bcab2,,USER,"What are flight numbers of flights arriving at Airport ""APG""?","{""actions"":[{""actionType"":""condition"",""column"":""DestAirport"",""operation"":""="",""value"":""'APG'""}]}","[{""columns"":[""Airline"",""FlightNo"",""SourceAirport"",""DestAirport""],""name"":""flights"",""type"":""grid""}]" +4cbba62e-a9f4-441b-a124-12e221331543,,USER,List the names of conductors in ascending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""asc""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" +e75b3348-9d10-415b-b9d8-50d3f3752f08,,USER,"How many players born in USA are right-handed batters? That is, have the batter value 'R'.","{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""birth_country"",""operation"":""="",""value"":""USA""},{""actionType"":""condition"",""column"":""bats"",""operation"":""="",""value"":""R""}]}","[{""columns"":[""player_id"",""birth_year"",""birth_month"",""birth_day"",""birth_country"",""birth_state"",""birth_city"",""death_year"",""death_month"",""death_day"",""death_country"",""death_state"",""death_city"",""name_first"",""name_last"",""name_given"",""weight"",""height"",""bats"",""throws"",""debut"",""final_game"",""retro_id"",""bbref_id""],""name"":""player"",""type"":""grid""}]" +6b95c7ae-32a9-4daa-ad31-2f58d5e20812,,USER,"What is the id of the reviewer whose name includes the word ""Mike""?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Mike""}]}","[{""columns"":[""rID"",""name""],""name"":""Reviewer"",""type"":""grid""}]" +75b2939c-dda0-4138-821b-26755d2ab679,,USER,A list of the top 10 countries by average invoice size. List country name and average invoice size.,"{""actions"":[{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""billing_country""},{""actionType"":""topFilter"",""column"":""total"",""limit"":10,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +a1707f64-9526-4e8b-992d-e51cdad108de,,USER,"return me the number of references of "" Making database systems usable "" .","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" +186d9455-721e-4668-ab14-0a054ad08e12,,USER,How many journalists are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""journalist_ID"",""aggregation"":""count""}]}","[{""columns"":[""journalist_ID"",""Name"",""Nationality"",""Age"",""Years_working""],""name"":""journalist"",""type"":""grid""}]" +4b1b2971-7577-46fd-91aa-cfb5c792dcd4,,USER,Count the number of departments which offer courses.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" +32c406aa-106e-405d-971d-1e803166d55f,,USER,Count the number of captains younger than 50 of each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +d510af8c-bb67-49ed-823d-58257fbd472b,,USER,Count the number of customers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" +8a2ef543-4b74-4fa7-8f7f-8c883d38c4ab,,USER,Sort all the rooms according to the price. Just report the room names.,"{""actions"":[{""actionType"":""sorting"",""column"":""basePrice"",""direction"":""asc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +3cdc613e-192d-433e-8368-3ad8e0ca2bde,,USER,How many people whose age is greater 30 and job is engineer?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":30},{""actionType"":""condition"",""column"":""job"",""operation"":""="",""value"":""engineer""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +6887a20b-a486-4c93-8a4b-606ceccdffe4,,USER,Which city has the lowest GDP? Please list the city name and its GDP.,"{""actions"":[{""actionType"":""topFilter"",""column"":""GDP"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" +160b3624-09ea-4d41-8f8e-56fb51dd76e5,,USER,How many distinct FDA approval statuses are there for the medicines?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FDA_approved"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" +07d575fa-f8d4-462c-ac77-0ed02f928040,,USER,What are the names of people who are not from Russia?,"{""actions"":[{""actionType"":""condition"",""column"":""Nationality"",""operation"":""!="",""value"":""'Russia'""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" +dc54e55a-942f-445a-bfaa-39749e75516d,,USER,"Show the zip code of the county with name ""Howard"".","{""actions"":[{""actionType"":""condition"",""column"":""County_name"",""operation"":""="",""value"":""'Howard'""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" +55ccceb3-4b31-4d23-9aa4-adddb2a7bfb5,,USER,What is the city with the smallest GDP? Return the city and its GDP.,"{""actions"":[{""actionType"":""topFilter"",""column"":""GDP"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" +375f8f23-c71b-4fa9-8c8a-f631715b99bc,,USER,Determine the number of students in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" +336357cf-8fbf-4281-8d44-49134ff7050e,,USER,"Return the date of birth for all the guests with gender code ""Male"".","{""actions"":[{""actionType"":""condition"",""column"":""gender_code"",""operation"":""="",""value"":""'Male'""}]}","[{""columns"":[""guest_id"",""gender_code"",""guest_first_name"",""guest_last_name"",""date_of_birth""],""name"":""Guests"",""type"":""grid""}]" +29b15cd4-424d-41a2-b20d-db5b978d1f82,,USER,Give me a list of the names of all songs ordered by their resolution.,"{""actions"":[{""actionType"":""sorting"",""column"":""resolution"",""direction"":""asc""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +323fef4c-42b2-498d-9f23-90219a0e73aa,,USER,through which states does the ohio flow,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +0793cdf6-9d81-49d0-ab62-73cf16b22406,,USER,Find the salary and manager number for those employees who is working under a manager.,"{""actions"":[{""actionType"":""condition"",""column"":""manager_id"",""operation"":""!="",""value"":""'null'""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +fd323550-4314-4e55-a645-b428d3638dec,,USER,Find the id of the appointment with the most recent start date?,"{""actions"":[{""actionType"":""topFilter"",""column"":""START"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""AppointmentID"",""Patient"",""PrepNurse"",""Physician"",""Start"",""End"",""ExaminationRoom""],""name"":""Appointment"",""type"":""grid""}]" +e043be2d-b0dc-4736-abfa-8f3898f61f11,,USER,What are the names of the teachers ordered by ascending age?,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""asc""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" +9955fe39-af1e-458b-b6d8-22b911f76527,,USER,which states border the ohio river,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +eec38c17-ea22-4475-8c5f-5476b67b2174,,USER,"What are the famous titles of the artist ""Triumfall""?","{""actions"":[{""actionType"":""condition"",""column"":""Artist"",""operation"":""="",""value"":""'Triumfall'""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" +223e474c-9e7b-43f2-a9fd-d980f84aacce,,USER,Calculate the total revenue for companies by founder.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""founder""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +793cd9cd-8a54-4870-804d-1159bf6da901,,USER,how many states does kentucky border,"{""actions"":[{""actionType"":""aggregations"",""column"":""border"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +c5beec27-9c12-4cf4-9c3c-5eb90ec16421,,USER,What is the name of the oldest manager?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Manager_ID"",""Name"",""Country"",""Working_year_starts"",""Age"",""Level""],""name"":""manager"",""type"":""grid""}]" +b2297412-2c8f-4928-891c-34a3da6a69f4,,USER,What are the maximum price and score of wines in each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +9778d060-64d0-4d9f-89fd-adcf62241ffb,,USER,How many accounts are there for each customer id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +a24468a1-c9d2-41ff-9c48-9aa7b9e054c5,,USER,what states does the ohio river go through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +28990b04-bfb5-4fcb-8cba-f5f0edc3c4f9,,USER,What is the average unit price of all the tracks?,"{""actions"":[{""actionType"":""aggregations"",""column"":""UnitPrice"",""aggregation"":""avg""}]}","[{""columns"":[""TrackId"",""Name"",""AlbumId"",""MediaTypeId"",""GenreId"",""Composer"",""Milliseconds"",""Bytes"",""UnitPrice""],""name"":""Track"",""type"":""grid""}]" +1ac7fc81-0e93-4101-9632-35a1c67abe55,,USER,machine networks for one shot learning,"{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'machine networks for one shot learning'""}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" +da481f46-7142-46b4-9eb7-d2659257c3d6,,USER,What are the id of songs whose format is mp3.,"{""actions"":[{""actionType"":""condition"",""column"":""formats"",""operation"":""="",""value"":""'mp3'""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" +7182ecfd-15c4-4040-97ba-c32637bf26df,,USER,List the event venues and names that have the top 2 most number of people attended.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Event_Attendance"",""limit"":2,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Event_ID"",""Date"",""Venue"",""Name"",""Event_Attendance""],""name"":""event"",""type"":""grid""}]" +d586688a-42ea-4701-b2a7-d885da50aea1,,USER,Find the name of the most expensive product.,"{""actions"":[{""actionType"":""topFilter"",""column"":""product_price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""product_id"",""product_name"",""product_price"",""product_description""],""name"":""Products"",""type"":""grid""}]" +a97e0141-524b-4131-bbca-ceeef6a9f6b7,,USER,How many professors teach a class with the code ACCT-211?,"{""actions"":[{""actionType"":""aggregations"",""column"":""PROF_NUM"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""CRS_CODE"",""operation"":""="",""value"":""'ACCT-211'""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +2a234f70-fc1d-4805-9d6d-9c8635160a16,,USER,What is the description for the budget type with code ORG?,"{""actions"":[{""actionType"":""condition"",""column"":""budget_type_code"",""operation"":""="",""value"":""'ORG'""}]}","[{""columns"":[""Budget_Type_Code"",""Budget_Type_Description""],""name"":""Ref_Budget_Codes"",""type"":""grid""}]" +302aec01-6063-4de2-893e-c7038f57ebc5,,USER,Count the students in every department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" +f95bfada-9e41-4f72-8806-e121a61321a9,,USER,What are the first and last names of the top 10 longest-serving employees?,"{""actions"":[{""actionType"":""topFilter"",""column"":""hire_date"",""limit"":10,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +a4444ce2-948f-4714-b0c0-a36f5ad50f17,,USER,"For each type, how many ships are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +04bc4868-e0ba-4b58-a5fb-89c2c433f7dc,,USER,"Return the names of people, ordered by weight ascending.","{""actions"":[{""actionType"":""sorting"",""column"":""Weight"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Date_of_Birth""],""name"":""people"",""type"":""grid""}]" +28c74c21-d855-4f88-8970-4ccf93a6964d,,USER,List top 10 employee work longest in the company. List employee's first and last name.,"{""actions"":[{""actionType"":""topFilter"",""column"":""hire_date"",""limit"":10,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +e873a910-e1a9-4225-a589-dfef458db2e4,,USER,How many movies were made before 2000?,"{""actions"":[{""actionType"":""aggregations"",""column"":""mID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<"",""value"":2000}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" +d2cd84ec-03f3-4ff1-8616-ae089eec6b6f,,USER,Return the full names and salaries for employees with first names that end with the letter m.,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""ends with"",""value"":""m""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +8c584e74-9f6f-49a7-acbc-b64feb2da47b,,USER,Find the name of players whose card is yes in the descending order of training hours.,"{""actions"":[{""actionType"":""condition"",""column"":""yCard"",""operation"":""="",""value"":""yes""},{""actionType"":""sorting"",""column"":""HS"",""direction"":""desc""}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" +4522f181-6332-49a3-bb63-bc9309259d58,,USER,Give me a list of all the service names sorted alphabetically.,"{""actions"":[{""actionType"":""sorting"",""column"":""service_name"",""direction"":""asc""}]}","[{""columns"":[""Service_ID"",""Service_name""],""name"":""Services"",""type"":""grid""}]" +5db3759d-83a0-4515-b794-5711d5b778d3,,USER,"What are the different card type codes, and how many customers hold each type?","{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""card_type_code""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" +b4bd2971-14f5-4027-9a79-a3623dd651da,,USER,How many different store locations are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION"",""aggregation"":""count""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" +95d7f1f9-a94c-4e79-8d3f-65f46c9a3c1d,,USER,Count the number of different parties.,"{""actions"":[{""actionType"":""aggregations"",""column"":""party_name"",""aggregation"":""count""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" +c2752d64-23eb-459a-b3a3-e1f9bb7800ec,,USER,"How many cartoons were written by ""Joseph Kuhr""?","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Written_by"",""operation"":""="",""value"":""'Joseph Kuhr'""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" +15e09516-adf4-4893-ab60-32b3c8135a98,,USER,What are the names of each industry and the number of companies in each industry?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Industry""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +7f80dc54-fbea-41b9-8f7a-70d7bcb09ca5,,USER,How many orchestras are managed by each record company?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Orchestra_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Record_Company""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" +40b42731-c052-42d1-b9f7-1aa6b63c13ea,,USER,What are the names and revenues of the companies with the highest revenues in each headquarter city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Headquarter""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +ba09b4a1-e321-431b-a66d-1257091aa49a,,USER,What are the dates with a maximum temperature higher than 85?,"{""actions"":[{""actionType"":""condition"",""column"":""max_temperature_f"",""operation"":"">"",""value"":85}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +60f11f3d-2db5-4a0f-93fc-1b9e095fa361,,USER,Count the number of distinct instructors who have taught a course.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""}]}","[{""columns"":[""ID"",""course_id"",""sec_id"",""semester"",""year""],""name"":""teaches"",""type"":""grid""}]" +e552d5f4-a559-47e5-aa79-54398ea7d52a,,USER,How many medicines are provided under each trade name?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""trade_name""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" +5c57e704-a42c-49fa-9eba-624628258adf,,USER,Calculate the average age of males in each job.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +3972fd90-e629-442d-8d46-296fea4685e4,,USER,What is the number of invoices and total money billed in them from CA?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""billing_state"",""operation"":""="",""value"":""'CA'""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +dbe98b59-6884-4621-b896-0bfa19c10b75,,USER,Return the count of music festivals in each category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Category""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" +58252fdd-a377-4501-8e54-9b20106217ad,,USER,How many employees are living in Canada?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""'Canada'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +74fe844d-2dc1-41bb-92d6-df8c6ef4db0f,,USER,What is the name of customers who do not use Cash as payment method.,"{""actions"":[{""actionType"":""condition"",""column"":""payment_method"",""operation"":""!="",""value"":""Cash""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" +1971e01a-95ac-4b3d-ad8d-1a4d41a7439c,,USER,What is the first and last name of the oldest employee?,"{""actions"":[{""actionType"":""topFilter"",""column"":""emp_dob"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""EMP_NUM"",""EMP_LNAME"",""EMP_FNAME"",""EMP_INITIAL"",""EMP_JOBCODE"",""EMP_HIREDATE"",""EMP_DOB""],""name"":""EMPLOYEE"",""type"":""grid""}]" +d0ddffb7-38f7-43b6-8048-c55b7e89f03d,,USER,What is the number of artists for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" +318b6dec-dddb-41ad-be46-e6f8b8848815,,USER,what state has the largest urban population,"{""actions"":[{""actionType"":""grouping"",""column"":""state_name""},{""actionType"":""topFilter"",""column"":""population"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +def8a16b-3509-422d-9310-2fabd1bba130,,USER,"Find all actors born in "" Tehran ""","{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Tehran'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +3067050a-0615-400b-a599-08057b1cd70d,,USER,What is the song in the volume with the maximum weeks on top?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Weeks_on_Top"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" +ec4c840c-7f74-4e28-92f6-e6a0ba6d764b,,USER,How many schools are in the basketball match?,"{""actions"":[{""actionType"":""aggregations"",""column"":""school_id"",""aggregation"":""count""}]}","[{""columns"":[""Team_ID"",""School_ID"",""Team_Name"",""ACC_Regular_Season"",""ACC_Percent"",""ACC_Home"",""ACC_Road"",""All_Games"",""All_Games_Percent"",""All_Home"",""All_Road"",""All_Neutral""],""name"":""basketball_match"",""type"":""grid""}]" +a01066b0-de28-426b-b063-cb6b014f7d2f,,USER,Display police forces and the county counts for each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Police_force""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +715a515a-6ae7-4721-b5a6-c8beb123ac82,,USER,What is the description for the section named h?,"{""actions"":[{""actionType"":""condition"",""column"":""section_name"",""operation"":""="",""value"":""h""}]}","[{""columns"":[""section_id"",""course_id"",""section_name"",""section_description"",""other_details""],""name"":""Sections"",""type"":""grid""}]" +879db3d7-4a85-46cb-bcea-a21eccbef2fb,,USER,"Find all the product whose name contains the word ""Scanner"".","{""actions"":[{""actionType"":""condition"",""column"":""product"",""operation"":""contains"",""value"":""Scanner""}]}","[{""columns"":[""product_id"",""product"",""dimensions"",""dpi"",""pages_per_minute_color"",""max_page_size"",""interface""],""name"":""product"",""type"":""grid""}]" +ade7c73b-a57e-44ee-8a31-ba8430550f68,,USER,What are the names and ids of products costing between 600 and 700?,"{""actions"":[{""actionType"":""condition"",""column"":""product_price"",""operation"":"">="",""value"":600},{""actionType"":""condition"",""column"":""product_price"",""operation"":""<="",""value"":700}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +c0480198-2733-4bb1-99ca-11e07336c617,,USER,What are the names of the winner and loser who played in the longest match?,"{""actions"":[{""actionType"":""topFilter"",""column"":""minutes"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +2f48d036-2854-4780-a55c-64a136e89e7f,,USER,When did Carole Bernhard first become a customer?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Carole'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Bernhard'""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +6338b57b-5628-4237-abe4-ad9d1644ebc1,,USER,Count the number of employees,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" +63e7d143-ac41-4185-bd2c-64a999807286,,USER,How many students does one classroom have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +27352737-cb7a-4f37-b998-c7c0fbcd0ff8,,USER,Give the ids of documents with expenses that have the budget code 'SF'.,"{""actions"":[{""actionType"":""condition"",""column"":""budget_type_code"",""operation"":""="",""value"":""SF""}]}","[{""columns"":[""Document_ID"",""Budget_Type_Code"",""Document_Details""],""name"":""Documents_with_Expenses"",""type"":""grid""}]" +3e84efcb-9969-48e4-b89c-47c2711ac9cb,,USER,Give the average price and case of wines made from Zinfandel grapes in the year 2009.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""Cases"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2009},{""actionType"":""condition"",""column"":""Grape"",""operation"":""="",""value"":""'Zinfandel'""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +31bee39c-0610-498e-9b77-9de1742ec5bc,,USER,"What is the product, chromosome and porphyria related to the enzymes which take effect at the location 'Cytosol'?","{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""="",""value"":""Cytosol""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" +7847b2b0-2a28-4e5e-8b24-8c2f7e8a730c,,USER,Find the ids of all the order items whose product id is 11.,"{""actions"":[{""actionType"":""condition"",""column"":""product_id"",""operation"":""="",""value"":11}]}","[{""columns"":[""order_item_id"",""product_id"",""order_id"",""order_item_status"",""order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +b5351d76-a661-4049-98c6-ee72283dfdbd,,USER,How many different forms of governments are there in Africa?,"{""actions"":[{""actionType"":""aggregations"",""column"":""GovernmentForm"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Africa'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +d297eb17-02ec-4064-a7d7-2516b56c9e9b,,USER,List the name and assets of each company in ascending order of company name.,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +7f8cb24e-9714-4415-8f74-1d57b3107011,,USER,What are the last names of students studying major 50?,"{""actions"":[{""actionType"":""condition"",""column"":""Major"",""operation"":""="",""value"":50}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +bc216285-97e0-420a-ad2d-c39ba89e8f8f,,USER,"For every state, calculate the total account balance of customers with a credit score above 100.","{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":"">"",""value"":100},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +690e8a22-38f8-41e3-90fc-5b045937fb02,,USER,"Find the names of all artists that have ""a"" in their names.","{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""ArtistId"",""Name""],""name"":""Artist"",""type"":""grid""}]" +67df5cfb-3bba-4c69-ab18-99b16e2fdcbd,,USER,Retrieve the smallest salary for each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +7bda85f4-777f-486f-a661-82ab16e97d59,,USER,"What are the full names of all players, sorted by birth date?","{""actions"":[{""actionType"":""sorting"",""column"":""birth_date"",""direction"":""asc""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +a9520f3c-c908-4bf6-b725-8f20ee3166f2,,USER,Find the country of the airlines whose name starts with 'Orbit'.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""starts with"",""value"":""Orbit""}]}","[{""columns"":[""alid"",""name"",""iata"",""icao"",""callsign"",""country"",""active""],""name"":""airlines"",""type"":""grid""}]" +04330301-cce2-44f1-8a7c-4643536d15e6,,USER,List each language and the number of TV Channels using it.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LANGUAGE""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +62efe5d7-ef81-4675-adeb-f4332d149f83,,USER,"What are the grapes, wineries and years for wines with price higher than 100, sorted by year?","{""actions"":[{""actionType"":""condition"",""column"":""Price"",""operation"":"">"",""value"":100},{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +9ebc47d9-d2ac-4c7b-8e97-f270f720deea,,USER,What is the average song rating for each language?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""languages""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +aec21b09-f88b-4683-8a37-cfefae9cbd34,,USER,what river flows through illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +afec2d62-0caf-4493-a83f-a86cae5af916,,USER,How many customers live in Prague city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Prague'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" +6bb0a846-c373-4231-a1d4-6d1722e9ab78,,USER,List the number of faculty members per building and include the building name.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +41b5fdc5-039f-425f-951e-ea04e53eacce,,USER,What are the origins of all flights that are headed to Honolulu?,"{""actions"":[{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""'Honolulu'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +2306509e-162b-4816-957a-70d46a06082e,,USER,list names of all departments ordered by their names.,"{""actions"":[{""actionType"":""sorting"",""column"":""dept_name"",""direction"":""asc""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +931b0723-d29c-46b6-b757-3d4ddae61254,,USER,"Among players with an overall rating above 80, count right-footed and left-footed players.","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""overall_rating"",""operation"":"">"",""value"":80},{""actionType"":""grouping"",""column"":""preferred_foot""}]}","[{""columns"":[""id"",""player_fifa_api_id"",""player_api_id"",""date"",""overall_rating"",""potential"",""preferred_foot"",""attacking_work_rate"",""defensive_work_rate"",""crossing"",""finishing"",""heading_accuracy"",""short_passing"",""volleys"",""dribbling"",""curve"",""free_kick_accuracy"",""long_passing"",""ball_control"",""acceleration"",""sprint_speed"",""agility"",""reactions"",""balance"",""shot_power"",""jumping"",""stamina"",""strength"",""long_shots"",""aggression"",""interceptions"",""positioning"",""vision"",""penalties"",""marking"",""standing_tackle"",""sliding_tackle"",""gk_diving"",""gk_handling"",""gk_kicking"",""gk_positioning"",""gk_reflexes""],""name"":""Player_Attributes"",""type"":""grid""}]" +a401d4ed-a53f-48a8-a58c-16ba9b9127e7,,USER,What are the average prices of hotels grouped by their pet policy.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pets_allowed_yn""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +2b9c35fc-0102-46e8-a934-9493e56962f6,,USER,Show the institution type with an institution founded after 1990 and an institution with at least 1000 enrollment.,"{""actions"":[{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1990},{""actionType"":""condition"",""column"":""enrollment"",""operation"":"">="",""value"":1000}]}","[{""columns"":[""Institution_id"",""Institution"",""Location"",""Founded"",""Type"",""Enrollment"",""Team"",""Primary_Conference"",""building_id""],""name"":""Institution"",""type"":""grid""}]" +5c82bbeb-7148-4593-aa65-f25c37bcb17d,,USER,What are the id of all the files in mp3 format?,"{""actions"":[{""actionType"":""condition"",""column"":""formats"",""operation"":""="",""value"":""'mp3'""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" +c267013c-4131-4bdc-bea2-5ea7bca111b4,,USER,What nurses are on call with block floor 1 and block code 1? Tell me their names.,"{""actions"":[{""actionType"":""condition"",""column"":""blockfloor"",""operation"":""="",""value"":1},{""actionType"":""condition"",""column"":""blockcode"",""operation"":""="",""value"":1}]}","[{""columns"":[""Nurse"",""BlockFloor"",""BlockCode"",""OnCallStart"",""OnCallEnd""],""name"":""On_Call"",""type"":""grid""}]" +eef1dd71-f60c-4002-a20e-70c726c673c5,,USER,Show total points of all players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""sum""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +467e5cac-1858-45bf-9d38-b33be509cbf7,,USER,Find the total number of tours for each ranking date.,"{""actions"":[{""actionType"":""aggregations"",""column"":""tours"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""ranking_date""}]}","[{""columns"":[""ranking_date"",""ranking"",""player_id"",""ranking_points"",""tours""],""name"":""rankings"",""type"":""grid""}]" +f0df5d2d-f152-4db1-b705-0abfcda02f42,,USER,What are the dates in which the mean sea level pressure was between 30.3 and 31?,"{""actions"":[{""actionType"":""condition"",""column"":""mean_sea_level_pressure_inches"",""operation"":"">="",""value"":30.3},{""actionType"":""condition"",""column"":""mean_sea_level_pressure_inches"",""operation"":""<="",""value"":31}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +ff79c6e5-4091-409a-93d1-9c4466a659e3,,USER,What are the distinct battle names which are between bulgarian commander 'Kaloyan' and latin commander 'Baldwin I'?,"{""actions"":[{""actionType"":""condition"",""column"":""bulgarian_commander"",""operation"":""="",""value"":""Kaloyan""},{""actionType"":""condition"",""column"":""latin_commander"",""operation"":""="",""value"":""Baldwin I""}]}","[{""columns"":[""id"",""name"",""date"",""bulgarian_commander"",""latin_commander"",""result""],""name"":""battle"",""type"":""grid""}]" +13359ff9-bfe7-495e-b687-16e8f3e87053,,USER,What is the maximum OMIM value in the database?,"{""actions"":[{""actionType"":""aggregations"",""column"":""OMIM"",""aggregation"":""max""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" +981f4fce-c870-43a5-8790-4a45af814364,,USER,Present distinct template ids for documents and their respective usage counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_id""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +28d2147f-d543-48b3-abac-ffac84f2bcc5,,USER,Count the number of addressed in the California district.,"{""actions"":[{""actionType"":""aggregations"",""column"":""address_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""district"",""operation"":""="",""value"":""California""}]}","[{""columns"":[""address_id"",""address"",""address2"",""district"",""city_id"",""postal_code"",""phone"",""last_update""],""name"":""address"",""type"":""grid""}]" +104ca7ad-901f-46a9-848a-40b824741c54,,USER,What is the total revenue generated by companies founded by a specific founder?,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""founder""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +d5866280-469f-4677-84d9-9db7d6e7f49e,,USER,what are the populations of the major cities of wisconsin,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'wisconsin'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +8e68e8fe-333d-4292-a76a-6a43e52b656e,,USER,List the company name and rank for all companies in the decreasing order of their sales.,"{""actions"":[{""actionType"":""sorting"",""column"":""Sales_billion"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +0a68c8b6-b24d-4060-9e12-50d1e2f543b7,,USER,List the names of all distinct wines ordered by price.,"{""actions"":[{""actionType"":""sorting"",""column"":""price"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +611fd721-25df-49cd-86ea-0c181689a548,,USER,What are the first and last names of all customers with between 1000 and 3000 dollars outstanding?,"{""actions"":[{""actionType"":""condition"",""column"":""amount_outstanding"",""operation"":"">="",""value"":1000},{""actionType"":""condition"",""column"":""amount_outstanding"",""operation"":""<="",""value"":3000}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +f8346e0f-9064-4da1-ba73-082844cea36c,,USER,what major cities are located in kansas,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kansas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +93c71a73-4e2d-4987-b706-1fd51426594d,,USER,What is the number of distinct teams that suffer elimination?,"{""actions"":[{""actionType"":""aggregations"",""column"":""team"",""aggregation"":""count""}]}","[{""columns"":[""Elimination_ID"",""Wrestler_ID"",""Team"",""Eliminated_By"",""Elimination_Move"",""Time""],""name"":""Elimination"",""type"":""grid""}]" +ba589784-4c81-4b14-ac67-add88e1e28ea,,USER,Find the total population of the top 3 districts with the largest area.,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_population"",""aggregation"":""sum""},{""actionType"":""topFilter"",""column"":""city_area"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" +4afabbb3-316f-4da4-a9dd-18644eaa627e,,USER,Show all main industry and total market value in each industry.,"{""actions"":[{""actionType"":""aggregations"",""column"":""market_value"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""main_industry""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +4556cdfc-5d6c-4048-892e-d35f99efa515,,USER,How many statements do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Statement_ID"",""aggregation"":""count""}]}","[{""columns"":[""Statement_ID"",""Statement_Details""],""name"":""Statements"",""type"":""grid""}]" +0ac55a87-4e9c-4858-8a84-1f3b8bf800a0,,USER,what is the density of wyoming,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'wyoming'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +6fb73c59-37da-464e-ae18-e116514cd0f9,,USER,Determine the number of players for each type of hand.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""hand""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +c381d519-03f8-40e5-8a5d-3d26e4b40ec4,,USER,what are the neighboring states for kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +1b1610cc-211e-4d2b-8fbb-84803238b66f,,USER,what is the address of history department?,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""History""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +c57a0390-e7af-4fce-93b2-eae4b5c31526,,USER,Report the number of students in each classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +4320b199-74dd-43c9-bab0-c586b2520720,,USER,"What is the average number of rooms of apartments with type code ""Studio""?","{""actions"":[{""actionType"":""aggregations"",""column"":""room_count"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""apt_type_code"",""operation"":""="",""value"":""'Studio'""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" +8dbef227-876b-496b-b654-874ed7fa6bb7,,USER,"What are the name and description for role code ""MG""?","{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""'MG'""}]}","[{""columns"":[""Role_Code"",""Role_Name"",""Role_Description""],""name"":""Roles"",""type"":""grid""}]" +bd3ed9b5-ad84-4390-92cf-0e4d4a88afc7,,USER,Find the total hours of all projects.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours"",""aggregation"":""sum""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" +333991f7-ee98-4d77-831e-1002dd5ac41a,,USER,What are the companies and main industries of all companies that are not headquartered in the United States?,"{""actions"":[{""actionType"":""condition"",""column"":""headquarters"",""operation"":""!="",""value"":""USA""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +f325d7e9-ea8e-4206-8849-47fbfed62639,,USER,How many different positions of players are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""POSITION"",""aggregation"":""count""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" +2574f10f-7a54-4ad0-ab91-4b4de2c9f52b,,USER,Please show the countries and the number of climbers from each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +195ae76e-b888-4c2f-99a8-40fb593201cb,,USER,How many classrooms are not in Lamberton?,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""building"",""operation"":""!="",""value"":""Lamberton""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +0dd7dbf0-2f74-4b1f-b5de-6a81a6613fb7,,USER,"Find the location of the club ""Pen and Paper Gaming"".","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Pen and Paper Gaming'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" +8a613b3b-8261-4c58-b8b0-886aca34a102,,USER,Calculate the total number of hours done by all students in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +a0b76892-96d1-43c6-9f2a-c7fb09024b3d,,USER,Identify the highest revenue company names and their revenues in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Headquarter""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +ed88f965-1be0-4932-941a-1645c677ed5e,,USER,in what state is mount whitney,"{""actions"":[{""actionType"":""condition"",""column"":""mountain_name"",""operation"":""="",""value"":""'whitney'""}]}","[{""columns"":[""mountain_name"",""mountain_altitude"",""country_name"",""state_name""],""name"":""mountain"",""type"":""grid""}]" +10db6db1-00d5-4179-80fa-f830edfec18a,,USER,"Show names and seatings, ordered by seating for all tracks opened after 2000.","{""actions"":[{""actionType"":""condition"",""column"":""year_opened"",""operation"":"">"",""value"":2000},{""actionType"":""sorting"",""column"":""seating"",""direction"":""asc""}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" +ae7f610c-d26c-4378-be2c-fa2f6b437c6c,,USER,What campuses are located in Chico?,"{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""="",""value"":""'Chico'""}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" +46ed4557-1fa0-4ca7-b3ca-932fbd1cfa7a,,USER,What are the last names of students in room 111?,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":111}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +a742fe04-1019-412d-a2f3-68cbd478d128,,USER,What are all distinct countries where singers above age 20 are from?,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":20}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +1ef92673-757c-49ea-8c0d-be8a0b620e2d,,USER,What are the personal names and family names of the students? Sort the result in alphabetical order of the family name.,"{""actions"":[{""actionType"":""sorting"",""column"":""family_name"",""direction"":""asc""}]}","[{""columns"":[""student_id"",""date_of_registration"",""date_of_latest_logon"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name""],""name"":""Students"",""type"":""grid""}]" +62d5a501-a274-4688-8691-01a47aa30a12,,USER,"return me the number of the organizations in "" North America "" .","{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'North America'""}]}","[{""columns"":[""continent"",""homepage"",""name"",""oid""],""name"":""organization"",""type"":""grid""}]" +b74e10d2-ace1-4fc7-8130-c08c2fdf032a,,USER,"Count the employees of each gender earning less than 50,000.","{""actions"":[{""actionType"":""aggregations"",""column"":""Fname"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""salary"",""operation"":""<"",""value"":50000},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""Fname"",""Minit"",""Lname"",""Ssn"",""Bdate"",""Address"",""Sex"",""Salary"",""Super_ssn"",""Dno""],""name"":""employee"",""type"":""grid""}]" +b161724e-1a53-482f-a2e9-c7a9fe752f21,,USER,What is the number of different class sections offered in the course ACCT-211?,"{""actions"":[{""actionType"":""aggregations"",""column"":""class_section"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""crs_code"",""operation"":""="",""value"":""ACCT-211""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +0423e80c-f779-4791-9be3-d556243057d1,,USER,Please show different denominations and the corresponding number of schools.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Denomination""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +8f1e1fc4-3d16-4838-adbb-8320cf4c7b08,,USER,Show phone carriers and the number of phones associated with each carrier.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Carrier""}]}","[{""columns"":[""Name"",""Phone_ID"",""Memory_in_G"",""Carrier"",""Price""],""name"":""phone"",""type"":""grid""}]" +2076cab6-bdb3-449c-83fb-c449ef0f6675,,USER,Show the number of technicians in each team of technicians.,"{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Team""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" +aa896dae-cdd4-4ecc-ba13-d0ac146056d9,,USER,How many languages are in these films?,"{""actions"":[{""actionType"":""aggregations"",""column"":""language_id"",""aggregation"":""count""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" +ad95e34d-9a84-4f15-ab34-2fa449fad937,,USER,"How many customers have at least one order with status ""Cancelled""?","{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""order_status"",""operation"":""="",""value"":""'Cancelled'""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""order_date"",""order_details""],""name"":""Customer_Orders"",""type"":""grid""}]" +3988af24-c944-4879-9b8e-1448c94ba48d,,USER,"Return the names of cities, ordered alphabetically.","{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""City_ID"",""County_ID"",""Name"",""White"",""Black"",""Amerindian"",""Asian"",""Multiracial"",""Hispanic""],""name"":""city"",""type"":""grid""}]" +21c979ca-24fb-4ad4-ab52-7fa9da11226e,,USER,Find the number of students in total.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +7b6960d4-108e-45d5-aa50-446a3494bbc6,,USER,"For each city, return the highest latitude among its stations.","{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +50ea020a-051b-4443-9f1b-30c379f0ee88,,USER,What are the ids of the students who registered for course 301?,"{""actions"":[{""actionType"":""condition"",""column"":""course_id"",""operation"":""="",""value"":301}]}","[{""columns"":[""student_id"",""course_id"",""date_of_attendance""],""name"":""Student_Course_Attendance"",""type"":""grid""}]" +220ec614-475a-4c9e-a41c-35ab1b975e7f,,USER,Display publishers and the count of their publications.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Publication_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Publisher""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" +a3bd7670-d717-4d35-acbd-f17005df756c,,USER,"What is the document type code for document type ""Paper""?","{""actions"":[{""actionType"":""condition"",""column"":""document_type_name"",""operation"":""="",""value"":""'Paper'""}]}","[{""columns"":[""Document_Type_Code"",""Document_Type_Name"",""Document_Type_Description""],""name"":""Ref_Document_Types"",""type"":""grid""}]" +e8b7e890-63aa-4f49-8ab6-f8ba95ac9cb9,,USER,"Check the invoices record and compute the average quantities ordered with the payment method ""MasterCard"".","{""actions"":[{""actionType"":""aggregations"",""column"":""Order_Quantity"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""payment_method_code"",""operation"":""="",""value"":""'MasterCard'""}]}","[{""columns"":[""Invoice_ID"",""Order_ID"",""payment_method_code"",""Product_ID"",""Order_Quantity"",""Other_Item_Details"",""Order_Item_ID""],""name"":""Invoices"",""type"":""grid""}]" +50ad9e87-b6c9-42cd-9ce9-e71da19c5f4a,,USER,How many kinds of roles are there for the staff?,"{""actions"":[{""actionType"":""aggregations"",""column"":""role_code"",""aggregation"":""count""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" +4249d8f1-9a5a-4a50-8733-60e1f3dd3efd,,USER,What are the total enrollments of universities of each affiliation type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +91ad74d4-9284-49d0-8f56-934b5fd44675,,USER,What are the name and id of the three highest priced rooms?,"{""actions"":[{""actionType"":""topFilter"",""column"":""basePrice"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +860f1a97-c2a0-49d9-9bbd-b4936bc0e72f,,USER,Show each industry and the corresponding number of companies in that industry.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Industry""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +09b0699b-3354-48a0-bb58-c0fedb2b4d0f,,USER,List student ids and their respective hours played.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""Stuid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" +da8e3349-449f-4051-8998-bf86aac78108,,USER,Return the average enrollment of universities founded before 1850.,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""founded"",""operation"":""<"",""value"":1850}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +00c4b481-c9f7-453d-9f02-60e408383e8b,,USER,Find the id and name of the most expensive base price room.,"{""actions"":[{""actionType"":""topFilter"",""column"":""basePrice"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +f6277e5b-8684-4f65-b7f2-0b78c1b9a251,,USER,Display the year and the average number of attendance at home games for each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""attendance"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""year"",""league_id"",""team_id"",""park_id"",""span_first"",""span_last"",""games"",""openings"",""attendance""],""name"":""home_game"",""type"":""grid""}]" +4ecb8228-5da0-41bf-b159-3653f1863dea,,USER,Determine the total account balance for customers with a credit score above 100 for different states.,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":"">"",""value"":100},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +6dad55fc-d4f8-4380-b5b0-000aa204b4e7,,USER,How many departments are in each school?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +c540562c-38cb-4808-8cb4-381ba89f2103,,USER,What is the horsepower of the car with the largest accelerate?,"{""actions"":[{""actionType"":""topFilter"",""column"":""accelerate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +17b08a9f-19cc-45e7-844d-f2f61d1b947b,,USER,find all dependent names who have a spouse relation with some employee.,"{""actions"":[{""actionType"":""condition"",""column"":""relationship"",""operation"":""="",""value"":""Spouse""}]}","[{""columns"":[""Essn"",""Dependent_name"",""Sex"",""Bdate"",""Relationship""],""name"":""dependent"",""type"":""grid""}]" +57eff3d9-3d70-4525-a1c2-ada3043eb566,,USER,Provide order IDs and the total product quantity for each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_quantity"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +3389631a-586d-4286-802f-23781dc58aca,,USER,what is the length of the colorado river in texas,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'colorado'""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +c987c8d6-467b-4503-8f30-170cb54ba4cc,,USER,"What is the name, account type, and account balance corresponding to the customer with the highest credit score?","{""actions"":[{""actionType"":""topFilter"",""column"":""credit_score"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +1cd6ad1d-1923-4a87-9f20-385ec3564524,,USER,List in alphabetic order the names of all distinct instructors.,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +1fc69a0c-245b-4b68-b061-ab88ffefeef6,,USER,Find the names of all modern rooms with a base price below $160 and two beds.,"{""actions"":[{""actionType"":""condition"",""column"":""basePrice"",""operation"":""<"",""value"":160},{""actionType"":""condition"",""column"":""beds"",""operation"":""="",""value"":2},{""actionType"":""condition"",""column"":""decor"",""operation"":""="",""value"":""modern""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +2fdc4cd8-59b1-4cd7-9b4d-544f30e17fb7,,USER,List the codes and names of the cheapest products in each category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +46ae1124-dd0c-4ba1-9a1d-b6d75af46d4b,,USER,"Display the first and last name, and salary for those employees whose first name is ending with the letter m.","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""ends with"",""value"":""m""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +114ad1a8-9b08-4f34-8fa2-a3a1b820ebaf,,USER,Compute the total account balance for customers with a credit score over 100 by state.,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":"">"",""value"":100},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +82453416-9999-4bfc-9450-0a743490b0fa,,USER,List all manufacturer names and ids ordered by their opening year.,"{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Manufacturer_ID"",""Open_Year"",""Name"",""Num_of_Factories"",""Num_of_Shops""],""name"":""manufacturer"",""type"":""grid""}]" +ebe303c4-07e2-4c00-a6bf-daad8dbb2b95,,USER,What are the names and job titles of every person ordered alphabetically by name?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +86fd7452-574e-4c61-bd12-ffe4a832eba0,,USER,Group hotels by their pet policy and report their average prices.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pets_allowed_yn""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +796825c6-83b5-4160-94e0-b7e8b653b577,,USER,Report the average product price for each distinct product name.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Product_Name""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" +273fbf10-f2eb-43d2-ab16-31063850d0ca,,USER,Determine the count of captains under 50 years old for each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +6f568768-01c6-47b4-b265-325f9a34f0b6,,USER,How many distinct names are associated with all the photos?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Name"",""aggregation"":""count""}]}","[{""columns"":[""Photo_ID"",""Tourist_Attraction_ID"",""Name"",""Description"",""Filename"",""Other_Details""],""name"":""Photos"",""type"":""grid""}]" +613a9f24-56e9-4418-9d5f-0e15b052794f,,USER,"For each bed type, find the average room price.","{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +7269bdf0-f623-4a64-807c-549de0ecdfe8,,USER,What are the main indstries and total market value for each industry?,"{""actions"":[{""actionType"":""aggregations"",""column"":""market_value"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""main_industry""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +61395722-07e5-48d5-80e1-1fb0a6c70637,,USER,Find the first names of all the teachers that teach in classroom 110.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":110}]}","[{""columns"":[""LastName"",""FirstName"",""Classroom""],""name"":""teachers"",""type"":""grid""}]" +2a07d8b9-6b03-4d86-8c15-186c69518674,,USER,"Which owners live in the state whose name contains the substring 'North'? List his first name, last name and email.","{""actions"":[{""actionType"":""condition"",""column"":""state"",""operation"":""contains"",""value"":""North""}]}","[{""columns"":[""owner_id"",""first_name"",""last_name"",""street"",""city"",""state"",""zip_code"",""email_address"",""home_phone"",""cell_number""],""name"":""Owners"",""type"":""grid""}]" +80f49c37-b5f9-4262-aa88-e253f6f551ca,,USER,What is the name and category code of the product with the highest price?,"{""actions"":[{""actionType"":""topFilter"",""column"":""product_price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" +5ab16b3f-5227-4879-9488-3bf81898ae5a,,USER,List the type of the services in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""service_type_code"",""direction"":""asc""}]}","[{""columns"":[""Service_ID"",""Service_Type_Code""],""name"":""Services"",""type"":""grid""}]" +085b6010-587b-4cbb-97ff-f20f1d61797f,,USER,"Return the type code of the template type with the description ""Book"".","{""actions"":[{""actionType"":""condition"",""column"":""template_type_description"",""operation"":""="",""value"":""'Book'""}]}","[{""columns"":[""Template_Type_Code"",""Template_Type_Description""],""name"":""Ref_Template_Types"",""type"":""grid""}]" +3552958b-f9a6-4caa-8f98-9413193f7639,,USER,What are the opening year and staff number of the museum named Plaza Museum?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Plaza Museum""}]}","[{""columns"":[""Museum_ID"",""Name"",""Num_of_Staff"",""Open_Year""],""name"":""museum"",""type"":""grid""}]" +c49bbb90-fd9b-4dd5-8de8-94e72bc639e5,,USER,Determine the average high temperature for each day of the week.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Product_Type_Code""}]}","[{""columns"":[""Product_ID"",""Product_Type_Code"",""Product_Name"",""Product_Price""],""name"":""Products"",""type"":""grid""}]" +790f5858-30de-49ef-ae4e-84aa561d4829,,USER,Sort employee names by their age in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""asc""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" +ee4e4431-f9bf-4140-b3a9-ed9ee041e32e,,USER,Find the id of the song that lasts the longest.,"{""actions"":[{""actionType"":""topFilter"",""column"":""duration"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" +70ec58c6-6552-4842-bc64-b53526ff29fc,,USER,How many professionals have performed any treatment to dogs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""professional_id"",""aggregation"":""count""}]}","[{""columns"":[""treatment_id"",""dog_id"",""professional_id"",""treatment_type_code"",""date_of_treatment"",""cost_of_treatment""],""name"":""Treatments"",""type"":""grid""}]" +27e96cdd-7d38-4e22-9199-347f0de20899,,USER,What are the student ids for students over 20 years old?,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":20}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +c1b66ac4-f06f-4a53-b479-ec5917d82ce4,,USER,"Return the names of shops, ordered by year of opening ascending.","{""actions"":[{""actionType"":""sorting"",""column"":""Open_Year"",""direction"":""asc""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" +dcb26625-ea43-40c0-a86c-1b9d6044a496,,USER,Show order ids and the total quantity in each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_quantity"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +06f81a8e-c861-4e03-a685-21fa1d5276ac,,USER,What is the name of every college in alphabetical order that has more than 18000 students enrolled?,"{""actions"":[{""actionType"":""condition"",""column"":""enr"",""operation"":"">"",""value"":18000},{""actionType"":""sorting"",""column"":""cName"",""direction"":""asc""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +3656b88b-4f3e-4c24-98c3-b2b196743292,,USER,What is the smallest weight of the car produced with 8 cylinders on 1974 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""min""},{""actionType"":""condition"",""column"":""cylinders"",""operation"":""="",""value"":8},{""actionType"":""condition"",""column"":""year"",""operation"":""="",""value"":1974}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +27224ac7-cdbd-47d2-9207-6eba02945292,,USER,Determine the minimum age for each job title.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +3bb0c7d5-4a04-4e84-af66-35953b1497e0,,USER,"Find the name, city, country, and altitude (or elevation) of the airports in the city of New York.","{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""New York""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +95bc667e-8e15-4dcf-8602-dd6a91e2959e,,USER,What are the names of managers in ascending order of level?,"{""actions"":[{""actionType"":""sorting"",""column"":""LEVEL"",""direction"":""asc""}]}","[{""columns"":[""Manager_ID"",""Name"",""Country"",""Working_year_starts"",""Age"",""Level""],""name"":""manager"",""type"":""grid""}]" +becb6471-0f87-40ca-9700-9d3b7ffdf053,,USER,Present all template type codes and the corresponding template count for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_type_code""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" +1606d71e-1e86-4ecf-bf93-43b7aa4496c6,,USER,What are the names of all male British artists?,"{""actions"":[{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""'UK'""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""'Male'""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" +67d221e7-e711-4625-9047-e1750adf48e9,,USER,List the booking status code and the corresponding number of bookings.,"{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""booking_status_code""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" +8ff3a3f4-e76a-40ee-93a6-3bee9378f687,,USER,What is the total number of airlines?,"{""actions"":[{""actionType"":""aggregations"",""column"":""alid"",""aggregation"":""count""}]}","[{""columns"":[""alid"",""name"",""iata"",""icao"",""callsign"",""country"",""active""],""name"":""airlines"",""type"":""grid""}]" +5d68b4f8-e0be-4632-8603-b335678fab09,,USER,What are the majors of male (sex is M) students?,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""'M'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +696a0c38-77e9-4bc4-9e11-1a60c98e4fd9,,USER,"For each headquarter, what are the headquarter and how many companies are centered there?","{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""headquarters""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +3ec1b790-b34a-43a2-b310-a2e3582ceaac,,USER,"Where is the club ""Hopkins Student Enterprises"" located?","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Hopkins Student Enterprises'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" +8bc52817-de2b-4ef9-b143-b7cbb61ca520,,USER,How many students have advisors?,"{""actions"":[{""actionType"":""aggregations"",""column"":""s_id"",""aggregation"":""count""}]}","[{""columns"":[""s_ID"",""i_ID""],""name"":""advisor"",""type"":""grid""}]" +b8833839-7913-4a17-91f4-831026b4d5ec,,USER,"What are the district names and city populations for all districts that between 200,000 and 2,000,000 residents?","{""actions"":[{""actionType"":""condition"",""column"":""City_Population"",""operation"":"">="",""value"":200000},{""actionType"":""condition"",""column"":""City_Population"",""operation"":""<="",""value"":2000000}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" +96e7c785-c798-43a5-b720-e2ecb6e79748,,USER,What are the dates of publications in descending order of price?,"{""actions"":[{""actionType"":""sorting"",""column"":""Price"",""direction"":""desc""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" +58444cae-5450-4d7d-9289-5d6b59cff131,,USER,"For cities, count branches opened before 2010.","{""actions"":[{""actionType"":""aggregations"",""column"":""Branch_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":2010},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" +6c9931e9-f2da-41e1-9e91-fa9062bd4364,,USER,"Which customer's name contains ""Alex""? Find the full name.","{""actions"":[{""actionType"":""condition"",""column"":""customer_name"",""operation"":""contains"",""value"":""Alex""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" +1eeec119-27a1-48dc-80b1-401c5be6da76,,USER,What are the countries of perpetrators? Show each country and the corresponding number of perpetrators there.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Perpetrator_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" +aa9f86f4-f4ce-4852-832f-bdf5e18abecd,,USER,How many colleges in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""cName"",""aggregation"":""count""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +7b53043a-9bd2-433d-a772-4a51273fb7a7,,USER,Count the number of distinct channel owners.,"{""actions"":[{""actionType"":""aggregations"",""column"":""OWNER"",""aggregation"":""count""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +32b5179f-7a25-4c96-bde0-ecb5e135f5a2,,USER,Quantify the programs broadcast during each time segment of the day.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Channel_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""time_of_day""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" +3777b8a1-5ad9-4ca5-8a1f-d196717af497,,USER,Find the branch names of banks in the New York state.,"{""actions"":[{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""New York""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +ac3ff119-d932-4321-8f38-dbb72c46913f,,USER,List the film studios and their respective movie production counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Studio""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" +af1c3b26-ced6-402a-95d4-a0fe150a57bd,,USER,"What are the different region names, ordered by labels?","{""actions"":[{""actionType"":""sorting"",""column"":""Label"",""direction"":""asc""}]}","[{""columns"":[""Region_ID"",""Region_name"",""Date"",""Label"",""Format"",""Catalogue""],""name"":""region"",""type"":""grid""}]" +dcd57d10-9a62-4ed1-abbf-a9871f38b96c,,USER,Find the name of projects that require between 100 and 300 hours of work.,"{""actions"":[{""actionType"":""condition"",""column"":""hours"",""operation"":"">="",""value"":100},{""actionType"":""condition"",""column"":""hours"",""operation"":""<="",""value"":300}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" +8eed7c90-62ed-4d2f-ab8d-f4a3d5ab860d,,USER,"Return the number of kids for the room reserved and checked in by DAMIEN TRACHSEL on Sep 21, 2010.","{""actions"":[{""actionType"":""condition"",""column"":""CheckIn"",""operation"":""="",""value"":""'2010-09-21'""},{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'DAMIEN'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'TRACHSEL'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" +a880b68b-0646-4873-89a4-c62a547441b7,,USER,How many unique labels are there for albums?,"{""actions"":[{""actionType"":""aggregations"",""column"":""label"",""aggregation"":""count""}]}","[{""columns"":[""AId"",""Title"",""Year"",""Label"",""Type""],""name"":""Albums"",""type"":""grid""}]" +3ba912ca-13c4-4679-a50d-63c9ac27bb83,,USER,Give the flight numbers of flights leaving from APG.,"{""actions"":[{""actionType"":""condition"",""column"":""SourceAirport"",""operation"":""="",""value"":""'APG'""}]}","[{""columns"":[""Airline"",""FlightNo"",""SourceAirport"",""DestAirport""],""name"":""flights"",""type"":""grid""}]" +e67124a7-4ee4-4d4e-9548-2474ecaa2b44,,USER,How many airlines does Russia has?,"{""actions"":[{""actionType"":""aggregations"",""column"":""alid"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""Russia""}]}","[{""columns"":[""alid"",""name"",""iata"",""icao"",""callsign"",""country"",""active""],""name"":""airlines"",""type"":""grid""}]" +89d2872b-0541-4dfa-9d45-8468f40af327,,USER,"List the enrollment for each school that does not have ""Catholic"" as denomination.","{""actions"":[{""actionType"":""condition"",""column"":""Denomination"",""operation"":""!="",""value"":""'Catholic'""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +cfa39a7c-e2fe-4223-8b73-129067f12120,,USER,What is the total number of all football games played by scholarship students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""gamesplayed"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""sportname"",""operation"":""="",""value"":""'Football'""},{""actionType"":""condition"",""column"":""onscholarship"",""operation"":""="",""value"":""Y""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" +55eeca04-5b44-45c9-ba5b-d174271c17c8,,USER,How many people in total can stay in the modern rooms of this inn?,"{""actions"":[{""actionType"":""aggregations"",""column"":""maxOccupancy"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""decor"",""operation"":""="",""value"":""modern""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +bebcea31-d411-4212-a101-226cab9e212c,,USER,Display the police forces and the number of counties with each police force.,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Police_force""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +a4017e44-49e6-4cc1-ad5d-f71b3a5cff15,,USER,Show all video games and their types in the order of their names.,"{""actions"":[{""actionType"":""sorting"",""column"":""gname"",""direction"":""asc""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" +228d948c-a871-47f4-a2c8-cccbc1ca6868,,USER,List the first and last name of all players who are left / L hand in the order of birth date.,"{""actions"":[{""actionType"":""condition"",""column"":""hand"",""operation"":""="",""value"":""L""},{""actionType"":""sorting"",""column"":""birth_date"",""direction"":""asc""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +74c4eb44-c068-4228-9673-0902b7a54d0e,,USER,"What are the first name, last name, and gender of all the good customers? Order by their last name.","{""actions"":[{""actionType"":""condition"",""column"":""good_or_bad_customer"",""operation"":""="",""value"":""good""},{""actionType"":""sorting"",""column"":""last_name"",""direction"":""asc""}]}","[{""columns"":[""customer_id"",""coupon_id"",""good_or_bad_customer"",""first_name"",""last_name"",""gender_mf"",""date_became_customer"",""date_last_hire""],""name"":""Customers"",""type"":""grid""}]" +9558f4e5-1861-40da-9724-8309b127a3ea,,USER,"How many faculty, in total, are there in the year 2002?","{""actions"":[{""actionType"":""aggregations"",""column"":""faculty"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2002}]}","[{""columns"":[""Campus"",""Year"",""Faculty""],""name"":""faculty"",""type"":""grid""}]" +bf641475-5c92-447d-ba4a-67783ccbd30b,,USER,"Which authors have first name ""Amal""? List their last names.","{""actions"":[{""actionType"":""condition"",""column"":""fname"",""operation"":""="",""value"":""'Amal'""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" +aad349c3-9043-47c6-a50e-7c4715b1be0f,,USER,What is the number of distinct publication dates?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Publication_Date"",""aggregation"":""count""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" +c6390ae3-9f4b-4a4f-a706-2e68c5fe9d95,,USER,Show ids for all aircrafts with more than 1000 distance.,"{""actions"":[{""actionType"":""condition"",""column"":""distance"",""operation"":"">"",""value"":1000}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" +ef7af4ec-2384-48b0-b614-79b5e1bac66e,,USER,List the Episode of all TV series sorted by rating.,"{""actions"":[{""actionType"":""sorting"",""column"":""rating"",""direction"":""asc""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" +e47eeb65-0948-4132-8241-d33ee51dc103,,USER,Which year has the most degrees conferred?,"{""actions"":[{""actionType"":""grouping"",""column"":""YEAR""},{""actionType"":""topFilter"",""column"":""degrees"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""Year"",""Campus"",""Degrees""],""name"":""degrees"",""type"":""grid""}]" +a98dba2f-565d-49b7-b806-efd889b4c1f7,,USER,"What are the states, account types, and credit scores for customers who have 0 loans?","{""actions"":[{""actionType"":""condition"",""column"":""no_of_loans"",""operation"":""="",""value"":0}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +1b97ee7a-dba1-4195-acdb-1f7c9e209241,,USER,Find the number and time of the train that goes from Chennai to Guruvayur.,"{""actions"":[{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""Chennai""},{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""Guruvayur""}]}","[{""columns"":[""id"",""train_number"",""name"",""origin"",""destination"",""time"",""interval""],""name"":""train"",""type"":""grid""}]" +8d9abb21-851c-4371-9c1f-350ec203b2eb,,USER,What is the age of the oldest dog?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""max""}]}","[{""columns"":[""dog_id"",""owner_id"",""abandoned_yn"",""breed_code"",""size_code"",""name"",""age"",""date_of_birth"",""gender"",""weight"",""date_arrived"",""date_adopted"",""date_departed""],""name"":""Dogs"",""type"":""grid""}]" +769a021a-4637-467b-b5ff-525abc603406,,USER,Find the author who achieved the highest score in a submission.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Scores"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" +71c5f7e4-aaeb-48e6-b22c-c9cfeaa5c79b,,USER,Show the number of products with each type code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +04e0917f-ec15-466e-b99e-ca8034d17162,,USER,What is the name of the race held most recently?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" +dd591d32-167c-4e43-844b-de130a09b911,,USER,what are the order id and customer id of the oldest order?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_order_placed"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""date_order_placed"",""order_details""],""name"":""Orders"",""type"":""grid""}]" +29eb9c71-f767-4711-a376-2b688188abf5,,USER,"Find the payment method and phone of the party with email ""enrico09@example.com"".","{""actions"":[{""actionType"":""condition"",""column"":""party_email"",""operation"":""="",""value"":""'enrico09@example.com'""}]}","[{""columns"":[""party_id"",""payment_method_code"",""party_phone"",""party_email""],""name"":""Parties"",""type"":""grid""}]" +c40949cb-cc56-472d-9670-812652faf3bb,,USER,Determine the number of matches that occurred each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +5c960d78-f2c9-44a8-910b-6723b9135ea9,,USER,What is the average weight of cars for each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +85b112d4-6349-4313-8471-d9bc7678e5ea,,USER,"Return the apartment numbers of the apartments with type code ""Flat"".","{""actions"":[{""actionType"":""condition"",""column"":""apt_type_code"",""operation"":""="",""value"":""'Flat'""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" +1e192010-28a8-4a23-8ad7-d7797b0499a9,,USER,How many rooms have a king bed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +72d1959d-b590-4633-92bb-81ae10f7b752,,USER,Find the number of rooms with price higher than 120 for different decor.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":120},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +506498d8-09ad-4c94-965c-51e11d78517e,,USER,How many railways are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Railway_ID"",""aggregation"":""count""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" +7128ec57-4676-432d-bbf2-b0c816f8a976,,USER,Return the hosts of competitions for which the theme is not Aliens?,"{""actions"":[{""actionType"":""condition"",""column"":""Theme"",""operation"":""!="",""value"":""Aliens""}]}","[{""columns"":[""Competition_ID"",""Year"",""Theme"",""Host_city_ID"",""Hosts""],""name"":""farm_competition"",""type"":""grid""}]" +1f6e9ce2-0bc2-46cd-b101-40af736d9e9d,,USER,How many TV Channel using language English?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'English'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +86278c78-bb0f-42d2-a858-fc03bf6306fb,,USER,What is the document type description for document type named Film?,"{""actions"":[{""actionType"":""condition"",""column"":""document_type_name"",""operation"":""="",""value"":""'Film'""}]}","[{""columns"":[""Document_Type_Code"",""Document_Type_Name"",""Document_Type_Description""],""name"":""Ref_Document_Types"",""type"":""grid""}]" +edddd867-4115-471c-8b0f-5250a6e10f2e,,USER,Count the number of songs released for each format.,"{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""formats""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" +f56b01a2-ef17-487a-99e4-b167a7a7d1f3,,USER,Show all advisors and the associated student count.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +39e11225-5640-4c7d-81ba-a4e3621dc695,,USER,"What is the location of the club named ""Tennis Club""?","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Tennis Club'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" +b054e403-3500-46b1-abe8-02c6527540c9,,USER,What are the different locations of the school with the code BUS?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""school_code"",""operation"":""="",""value"":""BUS""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +9e1f4a67-6726-4ac8-b573-a1dd46c570c1,,USER,How many captains are in each rank?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +3308f2ee-ee8b-4595-975a-38999e478b9c,,USER,What is the venue of Fracture of acrylic bone cement ?,"{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Fracture of acrylic bone cement'""}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" +68c06186-95d2-4d0f-87b9-beb1a587182c,,USER,Show the hometowns of teachers and the number of teachers from each hometown.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Hometown""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" +4cf50f67-07a5-4447-a1f6-927b14cbd4a7,,USER,What are the name of pilots aged 25 or older?,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">="",""value"":25}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" +8f23b99a-0c33-41ca-9e79-8149c7b42473,,USER,Return the prices of wines produced before 2010.,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<"",""value"":2010}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +9fc6f870-bbb1-49e2-aa3e-3d1168331b85,,USER,How many students are enrolled in college?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""sum""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +895984a7-7fa4-4d32-8b7a-f37c2e233bb4,,USER,Display each student's age and the count of students at that age.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""age""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +bcf5f921-232e-40b6-be0c-aca2cc2e603d,,USER,List the name of the shop with the latest open year.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Open_Year"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" +3274cd69-fb41-4478-bef2-c25eed7b3288,,USER,Return all players sorted by college in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""College"",""direction"":""asc""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" +5dc45b83-2038-43e8-bd34-daa51253d20c,,USER,Compute the average price of all products with manufacturer code equal to 2.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Manufacturer"",""operation"":""="",""value"":2}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +606e8001-2b76-44e2-8328-074a57ed0798,,USER,Find all the players' first name and last name who have empty death record.,"{""actions"":[{""actionType"":""condition"",""column"":""death_year"",""operation"":""="",""value"":""""}]}","[{""columns"":[""player_id"",""birth_year"",""birth_month"",""birth_day"",""birth_country"",""birth_state"",""birth_city"",""death_year"",""death_month"",""death_day"",""death_country"",""death_state"",""death_city"",""name_first"",""name_last"",""name_given"",""weight"",""height"",""bats"",""throws"",""debut"",""final_game"",""retro_id"",""bbref_id""],""name"":""player"",""type"":""grid""}]" +ea8d2d88-0bee-48d6-80eb-a51837d8cbdf,,USER,Count the number of wrestlers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Wrestler_ID"",""aggregation"":""count""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" +9f118b37-a33f-4b9a-8e52-c0a64b636008,,USER,"From the trip record, find the number of unique bikes.","{""actions"":[{""actionType"":""aggregations"",""column"":""bike_id"",""aggregation"":""count""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" +fbc8e2ff-dff9-450a-a273-b99c25bd5322,,USER,what is the length of the rio grande river,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'rio grande'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +6975d57a-4dd1-42a0-87f3-34e45defd971,,USER,what is the lowest point of iowa,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'iowa'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +07423dc2-e64e-485d-aff4-79fcb33a80e9,,USER,Identify the most commonly spoken language in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +75e9d0ff-8201-40dd-b9d0-922a8af2aaca,,USER,how many states border kentucky,"{""actions"":[{""actionType"":""aggregations"",""column"":""border"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +5cad1fc8-b14f-415c-b9f8-5cb67ff1e76b,,USER,What is the minimum weight of the car with 8 cylinders produced in 1974 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""min""},{""actionType"":""condition"",""column"":""cylinders"",""operation"":""="",""value"":8},{""actionType"":""condition"",""column"":""year"",""operation"":""="",""value"":1974}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +53a6488b-8db2-4054-8cea-c19a5672d930,,USER,"When was the document named ""Marry CV"" stored? Give me the date.","{""actions"":[{""actionType"":""condition"",""column"":""Document_name"",""operation"":""="",""value"":""'Marry CV'""}]}","[{""columns"":[""Document_ID"",""Date_Stored"",""Document_Type_Code"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""All_Documents"",""type"":""grid""}]" +a1a5bc70-8a66-463c-803b-9230addb6d18,,USER,Find how many different affiliation types there are.,"{""actions"":[{""actionType"":""aggregations"",""column"":""affiliation"",""aggregation"":""count""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +afd74376-3df3-43b4-8a24-09f1890fc256,,USER,List the distinct positions of pilots older than 30.,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">"",""value"":30}]}","[{""columns"":[""Pilot_ID"",""Pilot_name"",""Rank"",""Age"",""Nationality"",""Position"",""Join_Year"",""Team""],""name"":""pilot"",""type"":""grid""}]" +1e909bc8-447b-4d93-b54e-c8fcfc3dfaf6,,USER,Find the founded year of the newest non public school.,"{""actions"":[{""actionType"":""condition"",""column"":""affiliation"",""operation"":""!="",""value"":""Public""},{""actionType"":""topFilter"",""column"":""founded"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +5937af6c-2519-468d-9ffd-1fe53a6f873d,,USER,How much does the most recent treatment cost?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_of_treatment"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""treatment_id"",""dog_id"",""professional_id"",""treatment_type_code"",""date_of_treatment"",""cost_of_treatment""],""name"":""Treatments"",""type"":""grid""}]" +c5902dac-e25e-4414-84e2-3f548ef448df,,USER,List the first names of people in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""first_name"",""direction"":""asc""}]}","[{""columns"":[""person_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""login_name"",""password""],""name"":""People"",""type"":""grid""}]" +6b3e822e-1608-4f8a-b432-432ac48a79cf,,USER,"For grade 0 classrooms, provide classroom numbers and student counts.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'0'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +7459f607-6e8b-45d7-b919-dc45f57f944f,,USER,How many lessons have been cancelled?,"{""actions"":[{""actionType"":""aggregations"",""column"":""lesson_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""lesson_status_code"",""operation"":""="",""value"":""'Cancelled'""}]}","[{""columns"":[""lesson_id"",""customer_id"",""lesson_status_code"",""staff_id"",""vehicle_id"",""lesson_date"",""lesson_time"",""price""],""name"":""Lessons"",""type"":""grid""}]" +edbc34a7-762e-4d5f-b5c7-e946489b3c96,,USER,Find the team of the player of the highest age.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" +ca4e44fb-b606-4067-afb4-2a01fccda274,,USER,What is the school color of the school with the largest enrollment?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Enrollment"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +20924511-e357-4237-af74-2cbfa8610e9b,,USER,Display various denominations alongside the number of associated schools.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Denomination""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +3c9a4679-c209-438f-8685-b4f6bd33a935,,USER,Find the average price of all product clothes.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""product_type_code"",""operation"":""="",""value"":""Clothes""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +213b4f4d-0c8e-43f2-a22f-1b9127ee136e,,USER,Identify distinct nationalities and the number of people from each nation.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" +59372008-8414-4298-96c5-7c2475837250,,USER,Show the name of employees with three lowest salaries.,"{""actions"":[{""actionType"":""topFilter"",""column"":""salary"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" +3c1fa754-bad1-4f46-8183-5450099e8f47,,USER,What is the minimum snatch score?,"{""actions"":[{""actionType"":""aggregations"",""column"":""snatch"",""aggregation"":""min""}]}","[{""columns"":[""Body_Builder_ID"",""People_ID"",""Snatch"",""Clean_Jerk"",""Total""],""name"":""body_builder"",""type"":""grid""}]" +b6ff8d04-a191-4af4-a13e-72d206a50f00,,USER,What grade is Kyle in?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Kyle'""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" +4ecb9aa4-c9ab-464f-b4b0-972fbb998599,,USER,What is the average price of products with manufacturer codes equal to 2?,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Manufacturer"",""operation"":""="",""value"":2}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +5522e317-9600-478f-ac3f-b0ab0f83abb1,,USER,what is the population of california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +d2fdde1e-5881-4d74-a418-50ccdfa5c268,,USER,How many distinct complaint type codes are there in the database?,"{""actions"":[{""actionType"":""aggregations"",""column"":""complaint_type_code"",""aggregation"":""count""}]}","[{""columns"":[""complaint_id"",""product_id"",""customer_id"",""complaint_outcome_code"",""complaint_status_code"",""complaint_type_code"",""date_complaint_raised"",""date_complaint_closed"",""staff_id""],""name"":""Complaints"",""type"":""grid""}]" +a2a71048-0b22-4240-9628-2dfa7c9e4764,,USER,What is the average fee for a CSU campus in the year of 2005?,"{""actions"":[{""actionType"":""aggregations"",""column"":""campusfee"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2005}]}","[{""columns"":[""Campus"",""Year"",""CampusFee""],""name"":""csu_fees"",""type"":""grid""}]" +345192f8-cd64-4d9c-bc56-1905b6e4bc37,,USER,How many movies were made before 2000?,"{""actions"":[{""actionType"":""aggregations"",""column"":""mID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<"",""value"":2000}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" +cc8c169c-1d88-4ddd-b599-6a3f8f42aa8d,,USER,How many different teams have had eliminated wrestlers?,"{""actions"":[{""actionType"":""aggregations"",""column"":""team"",""aggregation"":""count""}]}","[{""columns"":[""Elimination_ID"",""Wrestler_ID"",""Team"",""Eliminated_By"",""Elimination_Move"",""Time""],""name"":""Elimination"",""type"":""grid""}]" +632dc0df-3bf8-4d4e-8961-87d19e3a791b,,USER,What is the name of the student who has the highest total credits in the History department.,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""History""},{""actionType"":""topFilter"",""column"":""tot_cred"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" +2ba586e7-cea8-4a07-9ac2-1b5b501f19f3,,USER,What is the code of the category that the product with the name 'flax' belongs to?,"{""actions"":[{""actionType"":""condition"",""column"":""product_name"",""operation"":""="",""value"":""'flax'""}]}","[{""columns"":[""product_id"",""color_code"",""product_category_code"",""product_name"",""typical_buying_price"",""typical_selling_price"",""product_description"",""other_product_details""],""name"":""Products"",""type"":""grid""}]" +dc7d624a-cd87-48ce-8781-ab520e3a5ecc,,USER,Return the average price for each product type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_type_code""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +04938742-5fdf-42ec-bc14-8c000028f400,,USER,What is the average rating of songs for each language?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""languages""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +44ff764c-6f9e-4560-93fc-201dc994f11c,,USER,"What is the first name, gpa and phone number of the top 5 students with highest gpa?","{""actions"":[{""actionType"":""topFilter"",""column"":""stu_gpa"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" +ffcd1bac-d7b9-44a3-a0a3-5d4eb0ee0e97,,USER,What is the description of the marketing region China?,"{""actions"":[{""actionType"":""condition"",""column"":""Marketing_Region_Name"",""operation"":""="",""value"":""'China'""}]}","[{""columns"":[""Marketing_Region_Code"",""Marketing_Region_Name"",""Marketing_Region_Descriptrion"",""Other_Details""],""name"":""Marketing_Regions"",""type"":""grid""}]" +48e90aef-e362-4c76-9ffc-0eac84e6cf89,,USER,What is the average latitude and longitude of stations located in San Jose city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""long"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'San Jose'""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +2d9f8ec6-14c6-4afe-9fa5-76566b7ee33f,,USER,What are the different countries with singers above age 20?,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":20}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +c733c853-2b6e-4f2b-b468-f5487447df27,,USER,Find the oldest log id and its corresponding problem id.,"{""actions"":[{""actionType"":""topFilter"",""column"":""log_entry_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""problem_log_id"",""assigned_to_staff_id"",""problem_id"",""problem_category_code"",""problem_status_code"",""log_entry_date"",""log_entry_description"",""log_entry_fix"",""other_log_details""],""name"":""Problem_Log"",""type"":""grid""}]" +64c1ac16-40a9-4680-836f-dce3f37ec08f,,USER,what states have towns named springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +49a3ad6a-c8b4-41dc-811f-60d323f74bfb,,USER,how many states are there,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""count""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +4f0834af-7fa7-4a52-8781-bf29c6aec41e,,USER,What is the average age of all students living in each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +a071e232-2d62-4f81-9784-4b434c034130,,USER,"What are the names of all customers, ordered by account balance?","{""actions"":[{""actionType"":""sorting"",""column"":""acc_bal"",""direction"":""asc""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +3a50b16d-6fc9-4225-8485-cd9dc54b75ad,,USER,Show the number of customers for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" +4c579931-ac92-41c4-ad2e-0399b578f61e,,USER,"Show the name, phone, and payment method code for all customers in descending order of customer number.","{""actions"":[{""actionType"":""sorting"",""column"":""customer_number"",""direction"":""desc""}]}","[{""columns"":[""customer_id"",""payment_method_code"",""customer_number"",""customer_name"",""customer_address"",""customer_phone"",""customer_email""],""name"":""Customers"",""type"":""grid""}]" +67d9771b-01d9-4f7c-85ef-fe6798d83ace,,USER,"On average, when were the transcripts printed?","{""actions"":[{""actionType"":""aggregations"",""column"":""transcript_date"",""aggregation"":""avg""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" +91e49689-c640-4948-b522-708819f49da5,,USER,What is the average enrollment number?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""avg""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +4852983a-5bcc-478e-84d7-074f9dae7e6c,,USER,What is the count of climbers from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +c78496b1-46d5-483e-a4c7-18d421df9823,,USER,"How many invoices were billed from Chicago, IL?","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""billing_city"",""operation"":""="",""value"":""'Chicago'""},{""actionType"":""condition"",""column"":""billing_state"",""operation"":""="",""value"":""'IL'""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +22609a17-5cd2-4dc4-8b74-80e46c649dd5,,USER,"What is the air date of TV series with Episode ""A Love of a Lifetime""?","{""actions"":[{""actionType"":""condition"",""column"":""Episode"",""operation"":""="",""value"":""'A Love of a Lifetime'""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" +452d2c99-439f-46ca-b530-8b65ae256467,,USER,List the names of companies by ascending number of sales.,"{""actions"":[{""actionType"":""sorting"",""column"":""Sales_in_Billion"",""direction"":""asc""}]}","[{""columns"":[""Company_ID"",""Name"",""Headquarters"",""Industry"",""Sales_in_Billion"",""Profits_in_Billion"",""Assets_in_Billion"",""Market_Value_in_Billion""],""name"":""company"",""type"":""grid""}]" +79c925ec-295c-437f-b8f0-f139510d6205,,USER,What is the name and country of origin of every singer who has a song with the word 'Hey' in its title?,"{""actions"":[{""actionType"":""condition"",""column"":""song_name"",""operation"":""contains"",""value"":""Hey""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +e11149d9-d4a4-4548-aa94-52d5283e130e,,USER,List the names of all routes in alphabetic order.,"{""actions"":[{""actionType"":""sorting"",""column"":""route_name"",""direction"":""asc""}]}","[{""columns"":[""route_id"",""route_name"",""other_route_details""],""name"":""Delivery_Routes"",""type"":""grid""}]" +23839adf-4dd1-4644-999b-2415b5e51eaa,,USER,Count the number of book clubs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +445e0099-499f-4925-a057-2bc85d6148c1,,USER,Which college has any student who is a goalie and succeeded in the tryout.,"{""actions"":[{""actionType"":""condition"",""column"":""decision"",""operation"":""="",""value"":""yes""},{""actionType"":""condition"",""column"":""pPos"",""operation"":""="",""value"":""goalie""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" +b9bae208-6caf-4320-8261-ce84c915cfbb,,USER,How many employees live in Canada?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""'Canada'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +ef2e7a83-b4d1-4204-a078-07c864f94b74,,USER,How many departments does the college has?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +6ed328e5-6101-4f37-be8f-f0492292428b,,USER,How many performances are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Performance_ID"",""aggregation"":""count""}]}","[{""columns"":[""Performance_ID"",""Date"",""Host"",""Location"",""Attendance""],""name"":""performance"",""type"":""grid""}]" +97e75975-8a91-4991-a6d3-e5889d23bd8a,,USER,On which day has it neither been foggy nor rained in the zip code of 94107?,"{""actions"":[{""actionType"":""condition"",""column"":""zip_code"",""operation"":""="",""value"":94107},{""actionType"":""condition"",""column"":""EVENTS"",""operation"":""!="",""value"":""'Fog'""},{""actionType"":""condition"",""column"":""EVENTS"",""operation"":""!="",""value"":""'Rain'""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +4e855a0b-daa4-4e03-a6ac-dc865b71ac03,,USER,"Calculate the average account balance for customers with credit scores below 50, grouped by account type.","{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""acc_type""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +82682d7e-999b-40fc-bb3a-a365bef83df7,,USER,What are the region and population of Angola?,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""="",""value"":""'Angola'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +2005e507-a48a-4da5-b6bb-84661b10c9a2,,USER,What is the average horizontal bar points for all gymnasts?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Horizontal_Bar_Points"",""aggregation"":""avg""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" +8bc9063f-4de2-4039-9cfe-584914812a99,,USER,List the names of journalists in ascending order of years working.,"{""actions"":[{""actionType"":""sorting"",""column"":""Years_working"",""direction"":""asc""}]}","[{""columns"":[""journalist_ID"",""Name"",""Nationality"",""Age"",""Years_working""],""name"":""journalist"",""type"":""grid""}]" +8d4d3b86-29a8-4f24-b894-98f87977b0c3,,USER,What is the name of the youngest editor?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Editor_ID"",""Name"",""Age""],""name"":""editor"",""type"":""grid""}]" +aabb43f1-9912-4002-a9e5-99f2878b234e,,USER,Return the types of film market estimations in 1995.,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1995}]}","[{""columns"":[""Estimation_ID"",""Low_Estimate"",""High_Estimate"",""Film_ID"",""Type"",""Market_ID"",""Year""],""name"":""film_market_estimation"",""type"":""grid""}]" +0c3559bf-1d40-4462-a6ad-6d44994d4e5e,,USER,what is the adjacent state of kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +40885186-3336-47bf-932d-df7b89bb9cd1,,USER,Give the airline with abbreviation 'UAL'.,"{""actions"":[{""actionType"":""condition"",""column"":""Abbreviation"",""operation"":""="",""value"":""'UAL'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" +25056c96-75f9-4fc7-ad3c-c1b126fae7a9,,USER,Give the names of the nations that were founded after 1950.,"{""actions"":[{""actionType"":""condition"",""column"":""IndepYear"",""operation"":"">"",""value"":1950}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +910b7e96-17c1-4bd7-94d6-479d99143ad4,,USER,Show the transaction types and the total amount of transactions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""transaction_type""}]}","[{""columns"":[""transaction_id"",""account_id"",""invoice_number"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" +ab977b3b-8213-4e80-812f-4e0fbf0afabd,,USER,what mountains are in alaska,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'alaska'""}]}","[{""columns"":[""mountain_name"",""mountain_altitude"",""country_name"",""state_name""],""name"":""mountain"",""type"":""grid""}]" +8e0e5a2a-2de6-4d92-9634-5b8727be583f,,USER,How many sections does each course have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""CLASS_CODE"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""crs_code""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +39f344bc-8f1a-4e96-8ec5-ec8b86918330,,USER,Give the flight numbers of flights landing at APG.,"{""actions"":[{""actionType"":""condition"",""column"":""DestAirport"",""operation"":""="",""value"":""'APG'""}]}","[{""columns"":[""Airline"",""FlightNo"",""SourceAirport"",""DestAirport""],""name"":""flights"",""type"":""grid""}]" +28e68649-8350-42de-b3d8-9360e0a46b0f,,USER,Display technician teams and their respective technician counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Team""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" +37a2156f-a8c9-4700-90f7-1c602f284109,,USER,Calculate the average rating for right-footed and left-footed players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""overall_rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""preferred_foot""}]}","[{""columns"":[""id"",""player_fifa_api_id"",""player_api_id"",""date"",""overall_rating"",""potential"",""preferred_foot"",""attacking_work_rate"",""defensive_work_rate"",""crossing"",""finishing"",""heading_accuracy"",""short_passing"",""volleys"",""dribbling"",""curve"",""free_kick_accuracy"",""long_passing"",""ball_control"",""acceleration"",""sprint_speed"",""agility"",""reactions"",""balance"",""shot_power"",""jumping"",""stamina"",""strength"",""long_shots"",""aggression"",""interceptions"",""positioning"",""vision"",""penalties"",""marking"",""standing_tackle"",""sliding_tackle"",""gk_diving"",""gk_handling"",""gk_kicking"",""gk_positioning"",""gk_reflexes""],""name"":""Player_Attributes"",""type"":""grid""}]" +15c51a1e-6e28-460f-a002-54e75c79d68c,,USER,Identify the mean price range for hotels based on their star rating code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""star_rating_code""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +4f1811e1-6797-4356-9935-8c49ba9cc521,,USER,How many different templates do all document use?,"{""actions"":[{""actionType"":""aggregations"",""column"":""template_id"",""aggregation"":""count""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +b9f285ab-fa8f-4c1c-985d-6aeaa24708e1,,USER,"What are the average prices of products, grouped by manufacturer code?","{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Manufacturer""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +af621fd3-bbdb-433b-a9b1-bc62845bca74,,USER,Count the number of cinemas.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Cinema_ID"",""aggregation"":""count""}]}","[{""columns"":[""Cinema_ID"",""Name"",""Openning_year"",""Capacity"",""Location""],""name"":""cinema"",""type"":""grid""}]" +4de557b8-daa6-46e0-9b12-c5f56d703e6c,,USER,"Who is the first student to register? List the first name, middle name and last name.","{""actions"":[{""actionType"":""topFilter"",""column"":""date_first_registered"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" +7a682c0d-ff3f-40b5-88fe-6bb6c3354ed4,,USER,"Find the names of the companies whose headquarters are not located in ""USA"".","{""actions"":[{""actionType"":""condition"",""column"":""Headquarters"",""operation"":""!="",""value"":""USA""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +90500f5f-91cf-4c2e-aaca-509cfde2318c,,USER,Which job titles correspond to jobs with salaries over 9000?,"{""actions"":[{""actionType"":""condition"",""column"":""min_salary"",""operation"":"">"",""value"":9000}]}","[{""columns"":[""JOB_ID"",""JOB_TITLE"",""MIN_SALARY"",""MAX_SALARY""],""name"":""jobs"",""type"":""grid""}]" +51e622c7-69c9-44b2-b139-7c5638d75686,,USER,How many customers are there of each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" +ebfd01ca-9795-41f9-87d0-60d789de1b01,,USER,What was the date of the earliest payment?,"{""actions"":[{""actionType"":""topFilter"",""column"":""payment_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""payment_id"",""customer_id"",""staff_id"",""rental_id"",""amount"",""payment_date"",""last_update""],""name"":""payment"",""type"":""grid""}]" +d6c45dc1-47ec-497d-aa01-63473a9c0464,,USER,List the official name and status of the city with the largest population.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" +88be3d4b-6a28-4121-806f-5f123a023337,,USER,What is the issue date of the volume with the minimum weeks on top?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Weeks_on_Top"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" +748a74cc-29bb-4d39-a135-2c555777d97f,,USER,Find the number of kids staying in the rooms reserved by a person called ROY SWEAZ.,"{""actions"":[{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'ROY'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'SWEAZY'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" +b4ec88de-a530-4a95-92bc-0f8c1cd7782d,,USER,"Show flight number, origin, destination of all flights in the alphabetical order of the departure cities.","{""actions"":[{""actionType"":""sorting"",""column"":""origin"",""direction"":""asc""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +ff3573bf-5b6f-47d5-8fac-aa5b3fe13d9c,,USER,How many artists are there for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" +df16c2eb-1420-4d82-a70e-c83ac97ec926,,USER,What are the names of banks in the state of New York?,"{""actions"":[{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""New York""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +54f9637a-d448-4c0a-80f6-3fca48efe1d9,,USER,Find the highest rank of losers in all matches.,"{""actions"":[{""actionType"":""aggregations"",""column"":""loser_rank"",""aggregation"":""min""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +e14627ef-4eba-491d-b57f-36eb750af570,,USER,How many heads of the departments are older than 56 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""head_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":56}]}","[{""columns"":[""head_ID"",""name"",""born_state"",""age""],""name"":""head"",""type"":""grid""}]" +3e9d12f0-c8e0-4496-a222-81ec64d689c7,,USER,Show different type codes of products and the number of products with each type code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Product_Type_Code""}]}","[{""columns"":[""Product_ID"",""Product_Type_Code"",""Product_Name"",""Product_Price""],""name"":""Products"",""type"":""grid""}]" +5564fa5a-eb98-4a6a-aa12-9c6324c166f3,,USER,what is the height of the highest mountain in texas,"{""actions"":[{""actionType"":""aggregations"",""column"":""highest_elevation"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +e289ad82-9fd8-4269-b3f4-b24513377df5,,USER,Find all businesses in Texas with a rating below 2,"{""actions"":[{""actionType"":""condition"",""column"":""rating"",""operation"":""<"",""value"":2},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""'Texas'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" +72c5ae44-a489-48d8-98fb-e46cf38da93f,,USER,What is the average rating for right-footed players and left-footed players?,"{""actions"":[{""actionType"":""aggregations"",""column"":""overall_rating"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""preferred_foot""}]}","[{""columns"":[""id"",""player_fifa_api_id"",""player_api_id"",""date"",""overall_rating"",""potential"",""preferred_foot"",""attacking_work_rate"",""defensive_work_rate"",""crossing"",""finishing"",""heading_accuracy"",""short_passing"",""volleys"",""dribbling"",""curve"",""free_kick_accuracy"",""long_passing"",""ball_control"",""acceleration"",""sprint_speed"",""agility"",""reactions"",""balance"",""shot_power"",""jumping"",""stamina"",""strength"",""long_shots"",""aggression"",""interceptions"",""positioning"",""vision"",""penalties"",""marking"",""standing_tackle"",""sliding_tackle"",""gk_diving"",""gk_handling"",""gk_kicking"",""gk_positioning"",""gk_reflexes""],""name"":""Player_Attributes"",""type"":""grid""}]" +0959adc1-c698-49b1-ac2f-6443ab5aa891,,USER,What are the average enrollment size of the universities that are founded before 1850?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""founded"",""operation"":""<"",""value"":1850}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +923b6559-d51c-4501-9cbc-0759928958de,,USER,What are the valid from and valid to dates for the card with the number 4560596484842?,"{""actions"":[{""actionType"":""condition"",""column"":""card_number"",""operation"":""="",""value"":""'4560596484842'""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" +eb031291-8081-4d6a-8401-584444087564,,USER,"Which state can address ""6862 Kaitlyn Knolls"" possibly be in?","{""actions"":[{""actionType"":""condition"",""column"":""line_1_number_building"",""operation"":""contains"",""value"":""6862 Kaitlyn Knolls""}]}","[{""columns"":[""address_id"",""line_1_number_building"",""town_city"",""zip_postcode"",""state_province_county"",""country""],""name"":""Addresses"",""type"":""grid""}]" +921b48fa-b018-475d-b4dc-86ebf7203aaf,,USER,What is the total population and average area of countries in the continent of North America whose area is bigger than 3000 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""population"",""aggregation"":""sum""},{""actionType"":""aggregations"",""column"":""surfacearea"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'north america'""},{""actionType"":""condition"",""column"":""surfacearea"",""operation"":"">"",""value"":3000}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +640181fe-8ab0-42ba-940e-46d8951ae68b,,USER,What is the list of school locations sorted in ascending order of school enrollment?,"{""actions"":[{""actionType"":""sorting"",""column"":""Enrollment"",""direction"":""asc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +bdd1e544-2f55-4855-92a8-69835bb0aa27,,USER,List the name of all rooms sorted by their prices.,"{""actions"":[{""actionType"":""sorting"",""column"":""basePrice"",""direction"":""asc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +a16cab8f-10ab-4674-aa90-ef41075de299,,USER,Display the card type codes and the number of customers that hold each card type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""card_type_code""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" +9df0a764-ea2d-4d19-b5f9-0a90f97c37cf,,USER,"For every payment method, count the number of payments made.","{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""payment_method_code""}]}","[{""columns"":[""customer_id"",""datetime_payment"",""payment_method_code"",""amount_payment""],""name"":""Customer_Payments"",""type"":""grid""}]" +ad68ac89-5240-47b1-a14a-44c4044e19f6,,USER,Count the number of songs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""SongId"",""aggregation"":""count""}]}","[{""columns"":[""SongId"",""Title""],""name"":""Songs"",""type"":""grid""}]" +efd480cc-8115-4e56-a849-69357e8b9cc5,,USER,"Find the name, headquarter and revenue of all manufacturers sorted by their revenue in the descending order.","{""actions"":[{""actionType"":""sorting"",""column"":""revenue"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +4c6cbcaa-9896-4948-8976-a397e501e8d4,,USER,where is the highest point in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +40a6e01c-e2c5-4992-9f58-1eef42d519c9,,USER,"For each citizenship, what is the maximum net worth?","{""actions"":[{""actionType"":""aggregations"",""column"":""Net_Worth_Millions"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +1170169f-3f2b-46db-9713-f1e27cb116d1,,USER,Give the country codes for countries in which people speak langauges that are not English.,"{""actions"":[{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""!="",""value"":""'English'""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +1b57e935-3e37-42a6-b6ef-fda340e8130f,,USER,What is the total share of transactions?,"{""actions"":[{""actionType"":""aggregations"",""column"":""share_count"",""aggregation"":""sum""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +4f78efb5-eeb3-4db4-a4ac-f27256199214,,USER,"Return the decor of the room named ""Recluse and defiance"".","{""actions"":[{""actionType"":""condition"",""column"":""roomName"",""operation"":""="",""value"":""'Recluse and defiance'""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +dea77430-b24e-45f4-82e5-153d494341dd,,USER,"For each fourth-grade classroom, show the classroom number and the total number of students using it.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'4'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +3ae74490-131e-4a45-9708-93eed38e9433,,USER,How many regions do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Region_ID"",""aggregation"":""count""}]}","[{""columns"":[""Region_ID"",""Region_name"",""Date"",""Label"",""Format"",""Catalogue""],""name"":""region"",""type"":""grid""}]" +5f8f20de-5ff2-498a-bcd6-b15ace1ea581,,USER,"Which employees have the role with code ""HR""? Find their names.","{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""'HR'""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" +9ac169fd-484b-4bf5-9fb7-257ef903ec6e,,USER,Count the number of accounts corresponding to each customer ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +4f52d56c-c798-4579-92aa-797ce96ce1b2,,USER,How many games are played for all football games by students on scholarship?,"{""actions"":[{""actionType"":""aggregations"",""column"":""gamesplayed"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""sportname"",""operation"":""="",""value"":""'Football'""},{""actionType"":""condition"",""column"":""onscholarship"",""operation"":""="",""value"":""Y""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" +f4c08c93-0d21-4603-82bc-ae9226087591,,USER,"What is the abbreviation of Airline ""JetBlue Airways""?","{""actions"":[{""actionType"":""condition"",""column"":""Airline"",""operation"":""="",""value"":""'JetBlue Airways'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" +c23ca56a-49fd-4c97-acee-6e2208654039,,USER,Show the number of customers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" +48826418-bd4c-4dc9-805a-fcf7b5c9bb1d,,USER,Find the number of different product types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_type_code"",""aggregation"":""count""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +1ab52cba-bd48-45e5-8c7a-24f85a7cf493,,USER,What are the names of all high schoolers in grade 10?,"{""actions"":[{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":10}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" +be7e91b1-4ced-4422-9bd0-0bd036265b42,,USER,What is the duration of the oldest actor?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" +8eae876c-d886-461d-9252-2055a804c8d0,,USER,Return the founded year for the school with the largest enrollment.,"{""actions"":[{""actionType"":""topFilter"",""column"":""enrollment"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +1b95d19f-5e41-43d4-93be-d8444b8af039,,USER,How many races are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" +736fc531-0b54-4398-af32-2eb7f9ad8a62,,USER,What is the name and salary of all employees in order of salary?,"{""actions"":[{""actionType"":""sorting"",""column"":""salary"",""direction"":""asc""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" +e02e85d6-b92a-4c8c-a93e-605cefbf3874,,USER,What is the location of the party with the most hosts?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Number_of_hosts"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" +6d82f7ca-bd41-4e53-9433-4d40fbb990c7,,USER,Calculate the average weight for each type of pet.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +c062ec21-d908-40ad-b964-91400803dd7f,,USER,Count the number of gymnasts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Gymnast_ID"",""aggregation"":""count""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" +a2ac5348-bc69-4468-a6e7-8e2babadafa5,,USER,which rivers do not run through usa,"{""actions"":[{""actionType"":""condition"",""column"":""country_name"",""operation"":""!="",""value"":""'usa'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +6d98d30e-432c-4bce-a24f-28ea0dc7833c,,USER,What is the continent name which Anguilla belongs to?,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""="",""value"":""'Anguilla'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +191a1f25-e349-41ec-b4ac-f77b4b3b0359,,USER,what is the name of every pilot who is at least 25 years old?,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">="",""value"":25}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" +9ab861a8-785e-4c4a-91d8-8e45b9e07ce0,,USER,Show all card type codes and the number of customers holding cards in each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""card_type_code""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" +c1877770-edcb-4656-b269-40dbac75a238,,USER,Count the number of players who entered the hall of fame for each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""yearid""}]}","[{""columns"":[""player_id"",""yearid"",""votedby"",""ballots"",""needed"",""votes"",""inducted"",""category"",""needed_note""],""name"":""hall_of_fame"",""type"":""grid""}]" +99d041e3-5866-4fe3-95d0-541820928f0d,,USER,What are the types of competition and number of competitions for that type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Competition_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Competition_type""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" +1171dc3b-85e5-454e-aa41-464a65c074a3,,USER,How many rooms with a capacity of over 50 are there in each building?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""rank"",""operation"":""="",""value"":""'AsstProf'""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +4dfc61ba-2959-4bf1-ba16-69ea674a022d,,USER,"What are the codes and names for all regions, sorted by codes?","{""actions"":[{""actionType"":""sorting"",""column"":""region_code"",""direction"":""asc""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" +fcf73e15-aa5a-468a-bd56-4dbcdf287c0c,,USER,What is the velocity of the pilot named 'Thompson'?,"{""actions"":[{""actionType"":""aggregations"",""column"":""velocity"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""pilot"",""operation"":""="",""value"":""Thompson""}]}","[{""columns"":[""id"",""Vehicle_Flight_number"",""Date"",""Pilot"",""Velocity"",""Altitude"",""airport_id"",""company_id""],""name"":""flight"",""type"":""grid""}]" +583c0e14-3a07-4ee4-8839-430dfb6684ed,,USER,Could you list the number of singers for each citizenship?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +1855754b-04ce-475e-84f3-63d393e9d96a,,USER,Count the number of artists who have had volumes.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" +4b1d647f-59e2-4d29-adb1-1e4ab013a05f,,USER,How many faculty members does each building have? List the result with the name of the building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +1e6b3f33-08d2-41e2-ac55-ab7d740718b8,,USER,Which campus was opened between 1935 and 1939?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":1935},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":1939}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" +7a6d8823-246a-4e6e-b704-d38745965f1e,,USER,"Find the name of all the clubs at ""AKW"".","{""actions"":[{""actionType"":""condition"",""column"":""clublocation"",""operation"":""="",""value"":""'AKW'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" +03ea896f-9427-42bf-b11d-b8c8b6c8e4d3,,USER,Calculate the number of players inducted into the hall of fame annually.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""yearid""}]}","[{""columns"":[""player_id"",""yearid"",""votedby"",""ballots"",""needed"",""votes"",""inducted"",""category"",""needed_note""],""name"":""hall_of_fame"",""type"":""grid""}]" +a2110dec-02d1-4654-ae7b-203c05afb15c,,USER,How many different locations does each school have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +1511df88-0e95-4d8f-8c35-da94fbda012b,,USER,what states have cities named springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +1afa5ee5-7eda-4b83-bf4f-6c8ab7d24cf0,,USER,Determine the number of shops in each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Shop_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" +0260a280-bf58-46db-b3f0-2cced62574d4,,USER,Return the sum of all payment amounts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount"",""aggregation"":""sum""}]}","[{""columns"":[""payment_id"",""customer_id"",""staff_id"",""rental_id"",""amount"",""payment_date"",""last_update""],""name"":""payment"",""type"":""grid""}]" +88274a60-1a7e-4d74-b37e-253e8e1e20e7,,USER,how many cities does the usa have,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""count""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +a1b822ec-e880-4ebd-90a4-f6f1332c8f85,,USER,Show the number of customers for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" +bb8b36fe-4529-4ae4-b4f1-7442cdec0a61,,USER,Show the name and service for all trains in order by time.,"{""actions"":[{""actionType"":""sorting"",""column"":""TIME"",""direction"":""asc""}]}","[{""columns"":[""Train_ID"",""Name"",""Time"",""Service""],""name"":""train"",""type"":""grid""}]" +01cc8147-3c6f-4d1a-a977-372e5018c9f2,,USER,Who are the lieutenant governor and comptroller from the democratic party?,"{""actions"":[{""actionType"":""condition"",""column"":""Party"",""operation"":""="",""value"":""'Democratic'""}]}","[{""columns"":[""Party_ID"",""Year"",""Party"",""Governor"",""Lieutenant_Governor"",""Comptroller"",""Attorney_General"",""US_Senate""],""name"":""party"",""type"":""grid""}]" +dbec8fa6-3882-42ce-8536-abb695e4ef7f,,USER,Give the city that the student whose family name is Kim lives in.,"{""actions"":[{""actionType"":""condition"",""column"":""LName"",""operation"":""="",""value"":""'Kim'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +09f70bec-6253-465d-b280-9cecfa6b8f79,,USER,In how many different cities are banks located?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +5bf2da79-d1d2-431a-84a4-cb95e9346f25,,USER,Return the names of wrestlers with fewer than 100 days held.,"{""actions"":[{""actionType"":""condition"",""column"":""Days_held"",""operation"":""<"",""value"":100}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" +3b0cd001-aeb8-4685-96f4-20b012fd19ea,,USER,how much population does california have,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +52a1c24d-4d7b-4793-9aa6-795f66484786,,USER,find the number of different programs that are broadcast during night time.,"{""actions"":[{""actionType"":""aggregations"",""column"":""program_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""time_of_day"",""operation"":""="",""value"":""Night""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" +91945302-1f41-466b-abad-364f6ee3bb86,,USER,Find the claimed amount in the claim with the least amount settled. Show both the settlement amount and claim amount.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Amount_Settled"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" +bc4a315e-e3e3-488d-bb05-2263d7b2e50b,,USER,How many medicines have the FDA approval status 'No' ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""FDA_approved"",""operation"":""="",""value"":""No""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" +4c466f07-f3c6-4a05-b205-5e1ce4b046a9,,USER,"What is the description of the role named ""Proof Reader""?","{""actions"":[{""actionType"":""condition"",""column"":""role_name"",""operation"":""="",""value"":""'Proof Reader'""}]}","[{""columns"":[""Role_Code"",""Role_Name"",""Role_Description""],""name"":""Roles"",""type"":""grid""}]" +70059274-5fe7-4f91-a840-644ed0ce5e48,,USER,List the directors and the number of films directed by each one.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""directed_by""}]}","[{""columns"":[""Film_ID"",""Rank_in_series"",""Number_in_season"",""Title"",""Directed_by"",""Original_air_date"",""Production_code""],""name"":""film"",""type"":""grid""}]" +76877462-1f26-40e6-b9ed-19e4739fa63d,,USER,"For each country, what is the average elevation of that country's airports?","{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +4254603c-8c8a-4a92-b07a-394887bfa22e,,USER,How many invoices correspond to each order id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" +700a4c11-3ca4-44bd-ba98-6c07145bda26,,USER,How many distinct teams are involved in match seasons?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Team"",""aggregation"":""count""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" +9eaa1b98-b606-4d43-b8b1-6fa2053ddcee,,USER,How many different position for players are listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""POSITION"",""aggregation"":""count""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +cdb7b1f6-8497-45c0-a87c-92cb5da74ac3,,USER,Find the total balance across checking accounts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""balance"",""aggregation"":""sum""}]}","[{""columns"":[""custid"",""balance""],""name"":""CHECKING"",""type"":""grid""}]" +6d6c1953-74cb-48b4-8f67-9334721cd86a,,USER,Find the team of each player and sort them in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Team"",""direction"":""asc""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" +41592e57-e4cb-4339-aad2-fd2e39b477d9,,USER,What is the name and date of the most recent race?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" +39f80f57-fc68-4e23-b651-8bc030666338,,USER,Find the first name of students who is older than 20.,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":20}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +131ec26d-4347-432b-9a3e-9a9a9aabedce,,USER,List the total number of horses on farms in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Total_Horses"",""direction"":""asc""}]}","[{""columns"":[""Farm_ID"",""Year"",""Total_Horses"",""Working_Horses"",""Total_Cattle"",""Oxen"",""Bulls"",""Cows"",""Pigs"",""Sheep_and_Goats""],""name"":""farm"",""type"":""grid""}]" +ca304dfc-af5b-418d-aa61-8c930532dca7,,USER,"What is the description of the club ""Pen and Paper Gaming""?","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Pen and Paper Gaming'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" +8ac86fea-121a-4140-97b9-392bb66f7069,,USER,"In what year was "" Kevin Spacey "" born ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'actor_name0'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +3d5a80d7-1c7e-463a-823f-2c63b19234a3,,USER,List various affiliations and the total enrollment of post-1850 schools by enrollment type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1850},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +9506e925-206e-4251-8999-be45320e9d6b,,USER,How many different classes are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""class_code"",""aggregation"":""count""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +e5b1d142-b2ea-42d7-8343-a24d6428cc05,,USER,List the names of members in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Member_ID"",""Name"",""Country"",""College_ID""],""name"":""member"",""type"":""grid""}]" +76b70ce2-4220-44c4-a60d-ad07a0cf1a95,,USER,"What is the name, location and seating for the most recently opened track?","{""actions"":[{""actionType"":""topFilter"",""column"":""year_opened"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" +e82ce78c-2274-4701-86e6-fc60bf054176,,USER,What is the average price range of five star hotels that allow pets?,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""star_rating_code"",""operation"":""="",""value"":""'5'""},{""actionType"":""condition"",""column"":""pets_allowed_yn"",""operation"":""="",""value"":1}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +dc1a88a6-6a83-46fe-923a-605f828d607a,,USER,How many allergy entries are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""allergy"",""aggregation"":""count""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" +babfe4de-3df6-499f-9dbc-8a7a61d8d9be,,USER,Provide the count of students in every classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +14ffddea-5c42-4173-9126-eaf12e2f069b,,USER,what state is springfield in,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +589276fd-19b2-4d72-b9d6-dde0431a33c0,,USER,What is the origin and destination for all flights whose price is higher than 300?,"{""actions"":[{""actionType"":""condition"",""column"":""price"",""operation"":"">"",""value"":300}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +4ac9ad76-8168-47e0-afa1-b2855590bab5,,USER,Find the capacity and gender type of the dorm whose name has substring ‘Donor’.,"{""actions"":[{""actionType"":""condition"",""column"":""dorm_name"",""operation"":""contains"",""value"":""Donor""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" +03626301-f9a9-4573-aeff-ab11fb95cc9f,,USER,"Find the names of the buildings in ""on-hold"" status, and sort them in ascending order of building stories.","{""actions"":[{""actionType"":""condition"",""column"":""Status"",""operation"":""="",""value"":""'on-hold'""},{""actionType"":""sorting"",""column"":""Stories"",""direction"":""asc""}]}","[{""columns"":[""id"",""name"",""City"",""Height"",""Stories"",""Status""],""name"":""buildings"",""type"":""grid""}]" +d2c396e9-b967-4f3e-b744-4de312acbfd1,,USER,Determine the number of players for each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_code""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +0e74a070-9de9-4653-ab5b-cf9c66c22292,,USER,Find the average age of all students living in the each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +a850bf2d-11fe-4e10-8653-ae54ee4c3ad5,,USER,what states does the ohio river run through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +9dfb0cdc-cc6a-4d2b-a351-1abd3921400e,,USER,What are the names and year of construction for the mills of 'Grondzeiler' type?,"{""actions"":[{""actionType"":""condition"",""column"":""TYPE"",""operation"":""="",""value"":""Grondzeiler""}]}","[{""columns"":[""architect_id"",""id"",""location"",""name"",""type"",""built_year"",""notes""],""name"":""mill"",""type"":""grid""}]" +1f41875d-bc11-464e-83b1-09c13d0bf580,,USER,What is the average number of injuries caused each time?,"{""actions"":[{""actionType"":""aggregations"",""column"":""injured"",""aggregation"":""avg""}]}","[{""columns"":[""caused_by_ship_id"",""id"",""note"",""killed"",""injured""],""name"":""death"",""type"":""grid""}]" +1151b505-1ba8-4d7f-9171-373a33d6b5f5,,USER,List all region names in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""region_name"",""direction"":""asc""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" +725e3ddd-b9b8-456e-81d5-56bfc2476984,,USER,Which team has the oldest player?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" +a4f8715f-05f6-4022-b8f5-f098103f489b,,USER,"What are the address and phone number of the buildings managed by ""Brenden""?","{""actions"":[{""actionType"":""condition"",""column"":""building_manager"",""operation"":""="",""value"":""'Brenden'""}]}","[{""columns"":[""building_id"",""building_short_name"",""building_full_name"",""building_description"",""building_address"",""building_manager"",""building_phone""],""name"":""Apartment_Buildings"",""type"":""grid""}]" +f5cf6fbb-8fc9-4344-867e-ae594d7a8650,,USER,"What are the companies of entrepreneurs, ordered descending by amount of money requested?","{""actions"":[{""actionType"":""sorting"",""column"":""Money_Requested"",""direction"":""desc""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" +584455ae-c6a3-4fd4-95a0-e98292910419,,USER,What is the phone and email for customer with first name Aniyah and last name Feest?,"{""actions"":[{""actionType"":""condition"",""column"":""customer_first_name"",""operation"":""="",""value"":""'Aniyah'""},{""actionType"":""condition"",""column"":""customer_last_name"",""operation"":""="",""value"":""'Feest'""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_last_name"",""customer_address"",""customer_phone"",""customer_email"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" +c1b42370-bd91-45fa-b065-dcd9d2786858,,USER,What is the id of the most recent order?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_order_placed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""date_order_placed"",""order_details""],""name"":""Orders"",""type"":""grid""}]" +740eef2e-10b5-4792-be53-1a2309311d00,,USER,How many customers live in the city of Prague?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Prague'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" +7bd3ca0f-b812-4ea0-a2cd-bcfe218932f5,,USER,How much surface area do the countires in the Carribean cover together?,"{""actions"":[{""actionType"":""aggregations"",""column"":""SurfaceArea"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""Region"",""operation"":""="",""value"":""'Caribbean'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +9d3bf65d-f6cc-46fb-8ec7-e3514c60de16,,USER,What is the average rating and resolution of all bangla songs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""resolution"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""languages"",""operation"":""="",""value"":""'bangla'""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +a5d40a45-9450-4337-b89b-89b27941680b,,USER,Show the transaction types and the total amount of transactions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""transaction_type""}]}","[{""columns"":[""transaction_id"",""account_id"",""invoice_number"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" +93be1b09-f538-4c7a-932f-26e0fd8e69b7,,USER,"How many students have had at least one ""B"" grade?","{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Grade"",""operation"":""="",""value"":""'B'""}]}","[{""columns"":[""StuID"",""CID"",""Grade""],""name"":""Enrolled_in"",""type"":""grid""}]" +2d72fb1e-1a2d-4680-b154-d09004f77657,,USER,"Return the names of conductors that do not have the nationality ""USA"".","{""actions"":[{""actionType"":""condition"",""column"":""Nationality"",""operation"":""!="",""value"":""USA""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" +e7bdb034-da47-40ab-8ad0-42cf05adc090,,USER,Find the patient who has the most recent undergoing treatment?,"{""actions"":[{""actionType"":""topFilter"",""column"":""dateundergoes"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Patient"",""Procedures"",""Stay"",""DateUndergoes"",""Physician"",""AssistingNurse""],""name"":""Undergoes"",""type"":""grid""}]" +0a4b904f-9e12-4c7c-9654-c82d3faffe02,,USER,how many cities does texas have,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +d03741d2-4839-4e32-aa80-08672c61048f,,USER,Return the names of the 3 countries with the fewest people.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +821cbf60-f66f-49d7-aa57-ea2496a89ec0,,USER,Which state has the greatest total number of bank customers?,"{""actions"":[{""actionType"":""grouping"",""column"":""state""},{""actionType"":""topFilter"",""column"":""no_of_customers"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +afe91f99-406b-4df5-972f-7f10c9eaaca0,,USER,"List the dog name, age and weight of the dogs who have been abandoned? 1 stands for yes, and 0 stands for no.","{""actions"":[{""actionType"":""condition"",""column"":""abandoned_yn"",""operation"":""="",""value"":1}]}","[{""columns"":[""dog_id"",""owner_id"",""abandoned_yn"",""breed_code"",""size_code"",""name"",""age"",""date_of_birth"",""gender"",""weight"",""date_arrived"",""date_adopted"",""date_departed""],""name"":""Dogs"",""type"":""grid""}]" +2171b9c6-2ae3-4475-adc8-deb2792ab57c,,USER,Find the number of professionals who have ever treated dogs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""professional_id"",""aggregation"":""count""}]}","[{""columns"":[""treatment_id"",""dog_id"",""professional_id"",""treatment_type_code"",""date_of_treatment"",""cost_of_treatment""],""name"":""Treatments"",""type"":""grid""}]" +7aa97171-78d3-44fd-b4fb-243f39440ff9,,USER,What is the typical number of students in a classroom?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +c90e98a1-7f36-4c03-a996-8544421664f0,,USER,List the names of all distinct nurses ordered by alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""EmployeeID"",""Name"",""Position"",""Registered"",""SSN""],""name"":""Nurse"",""type"":""grid""}]" +5b709616-1f0a-4b7d-b1a0-d5e0e5b7a83c,,USER,List all statement IDs and the number of accounts for each statement.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""STATEMENT_ID""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" +387d91ce-dc59-4ccf-b385-b85830caa1f2,,USER,how many major rivers cross ohio,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +bc07a596-01b7-4bdb-800c-6f75bd317545,,USER,List all cities of addresses in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""city"",""direction"":""asc""}]}","[{""columns"":[""address_id"",""line_1"",""line_2"",""line_3"",""city"",""zip_postcode"",""state_province_county"",""country"",""other_address_details""],""name"":""Addresses"",""type"":""grid""}]" +e721125d-b4ce-463d-b64f-238c4792c01c,,USER,how long is the rio grande river,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'rio grande'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +ed6a6aff-9e7b-4c4b-ab97-91423e09a9cf,,USER,What are the names of the singers who are not French citizens?,"{""actions"":[{""actionType"":""condition"",""column"":""Citizenship"",""operation"":""!="",""value"":""'France'""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +496bee7e-68ee-42f3-bd57-5619531a14ab,,USER,Count the number of courses in the Physics department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""course_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Physics""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" +03b3a794-10e1-4772-b0ee-8996cc8bc3b5,,USER,how many rivers does idaho have,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'idaho'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +fb377dbb-0766-438c-8a01-336abe9310d7,,USER,Present race classes and the number of races within each class.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""CLASS""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" +a1163594-d404-495b-80d2-ff077bd89c78,,USER,How many employees do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""employee_id"",""aggregation"":""count""}]}","[{""columns"":[""employee_id"",""role_code"",""employee_name"",""other_details""],""name"":""Employees"",""type"":""grid""}]" +0c5ed4a9-f677-4a2d-9cc9-8d71890459a7,,USER,List the amount and donor name for the largest amount of donation.,"{""actions"":[{""actionType"":""topFilter"",""column"":""amount"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""endowment_id"",""School_id"",""donator_name"",""amount""],""name"":""endowment"",""type"":""grid""}]" +c26ae64c-7dad-41d3-9987-14b717622ffa,,USER,What is the average fee on a CSU campus in 2005?,"{""actions"":[{""actionType"":""aggregations"",""column"":""campusfee"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2005}]}","[{""columns"":[""Campus"",""Year"",""CampusFee""],""name"":""csu_fees"",""type"":""grid""}]" +04036dd1-b8a0-4cad-b605-c8b729b558cf,,USER,Find the number of rooms with a king bed.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +8e278144-5f96-45fb-9d21-ba7ae9811a26,,USER,What is the average number of pages per minute color?,"{""actions"":[{""actionType"":""aggregations"",""column"":""pages_per_minute_color"",""aggregation"":""avg""}]}","[{""columns"":[""product_id"",""product"",""dimensions"",""dpi"",""pages_per_minute_color"",""max_page_size"",""interface""],""name"":""product"",""type"":""grid""}]" +07b7179c-eb42-4ef3-92d9-8297ac802a04,,USER,How many sports do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""sportname"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" +171428b4-b4a3-41ff-91fe-c0d2248053c7,,USER,What are the country codes of countries where people use languages other than English?,"{""actions"":[{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""!="",""value"":""'English'""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +7eac5f58-390d-4171-bbaf-738aa8877ec9,,USER,Return the description of the budget type that has the code ORG.,"{""actions"":[{""actionType"":""condition"",""column"":""budget_type_code"",""operation"":""="",""value"":""'ORG'""}]}","[{""columns"":[""Budget_Type_Code"",""Budget_Type_Description""],""name"":""Ref_Budget_Codes"",""type"":""grid""}]" +51d9e1a1-3a0b-4455-8251-402131322827,,USER,"What are the different affiliations, and how many schools with each have an enrollment size of above 20000?","{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enrollment"",""operation"":"">"",""value"":20000},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +979dbb64-bf5f-4731-ac11-d9f9204db685,,USER,Determine the count of customers for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" +66b17c3b-298b-4eaa-857d-ffcaf3304cbd,,USER,What is the rating of the restaurant Subway?,"{""actions"":[{""actionType"":""condition"",""column"":""ResName"",""operation"":""="",""value"":""'Subway'""}]}","[{""columns"":[""ResID"",""ResName"",""Address"",""Rating""],""name"":""Restaurant"",""type"":""grid""}]" +655d59c3-26e4-43bc-8bbb-09b5e1c0d620,,USER,Please show each industry and the corresponding number of companies in that industry.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Industry""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +99a5f516-7a09-4ad4-806c-51c337025545,,USER,How many different users wrote some reviews?,"{""actions"":[{""actionType"":""aggregations"",""column"":""u_id"",""aggregation"":""count""}]}","[{""columns"":[""a_id"",""u_id"",""i_id"",""rating"",""rank""],""name"":""review"",""type"":""grid""}]" +e25c119f-99bb-4507-a046-c2e57fabf79a,,USER,What are the names of all movies directed by Steven Spielberg?,"{""actions"":[{""actionType"":""condition"",""column"":""director"",""operation"":""="",""value"":""Steven Spielberg""}]}","[{""columns"":[""mID"",""title"",""year"",""director""],""name"":""Movie"",""type"":""grid""}]" +0fa85978-80ac-4bde-b0d9-ebcaca43fcd4,,USER,Determine the number of ships for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +3cafc355-b0be-4f24-94b9-c0b072779010,,USER,Find the total revenue for each manufacturer.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +910ed019-f790-49a6-939f-a02ef50dd456,,USER,List all the event names by year from the most recent to the oldest.,"{""actions"":[{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""desc""}]}","[{""columns"":[""ID"",""Name"",""Stadium_ID"",""Year""],""name"":""event"",""type"":""grid""}]" +1f891a45-d7c9-476d-85a9-334153c3a5b0,,USER,Show the student IDs and the number of friends corresponding to each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""friend_id""],""name"":""Friend"",""type"":""grid""}]" +b23d9953-c27f-44a2-aacc-cdd7b30aa343,,USER,How many international and domestic passengers are there in the airport London Heathrow?,"{""actions"":[{""actionType"":""condition"",""column"":""Airport_Name"",""operation"":""="",""value"":""'London Heathrow'""}]}","[{""columns"":[""Airport_ID"",""Airport_Name"",""Total_Passengers"",""%_Change_2007"",""International_Passengers"",""Domestic_Passengers"",""Transit_Passengers"",""Aircraft_Movements"",""Freight_Metric_Tonnes""],""name"":""airport"",""type"":""grid""}]" +b879d2e3-7c50-4df8-bd6e-dc340750fb3b,,USER,"What are the names of products with category ""Spices""?","{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Spices'""}]}","[{""columns"":[""product_id"",""color_code"",""product_category_code"",""product_name"",""typical_buying_price"",""typical_selling_price"",""product_description"",""other_product_details""],""name"":""Products"",""type"":""grid""}]" +496ff180-ad72-4c8f-bd33-9587a793c7c6,,USER,Count the number of different account types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_type"",""aggregation"":""count""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +15bec38e-b8d7-4efc-891b-2e81e3219f55,,USER,"Return the addresses of the course authors or tutors whose personal name is ""Cathrine"".","{""actions"":[{""actionType"":""condition"",""column"":""personal_name"",""operation"":""="",""value"":""'Cathrine'""}]}","[{""columns"":[""author_id"",""author_tutor_ATB"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name"",""gender_mf"",""address_line_1""],""name"":""Course_Authors_and_Tutors"",""type"":""grid""}]" +fb0925cd-8a25-49cc-9202-77bd358a7a01,,USER,Find the number of activities available.,"{""actions"":[{""actionType"":""aggregations"",""column"":""actid"",""aggregation"":""count""}]}","[{""columns"":[""actid"",""activity_name""],""name"":""Activity"",""type"":""grid""}]" +d3569183-df01-4e48-bef1-c8d97019cfa8,,USER,Find the number of left handed winners who participated in the WTA Championships.,"{""actions"":[{""actionType"":""aggregations"",""column"":""winner_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""tourney_name"",""operation"":""="",""value"":""WTA Championships""},{""actionType"":""condition"",""column"":""winner_hand"",""operation"":""="",""value"":""L""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +cd3c5387-c53f-4ecd-a129-b77a317e3184,,USER,Find the numbers of different majors and cities.,"{""actions"":[{""actionType"":""aggregations"",""column"":""major"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""city_code"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +f0b8c206-cae0-48ea-b8f2-65c7fb08a98d,,USER,"What are the names and prices of products that cost at least 180, sorted by price decreasing and name ascending?","{""actions"":[{""actionType"":""condition"",""column"":""price"",""operation"":"">="",""value"":180},{""actionType"":""sorting"",""column"":""price"",""direction"":""desc""},{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +e93a2b17-e055-4665-998a-e3e4eb7be9f1,,USER,List all the customers in increasing order of IDs.,"{""actions"":[{""actionType"":""sorting"",""column"":""customer_id"",""direction"":""asc""}]}","[{""columns"":[""Customer_ID"",""Customer_name""],""name"":""Customers"",""type"":""grid""}]" +3d3a0cb6-6a51-4866-a474-32d7e75aa459,,USER,Determine the highest price and score of wines in each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +bfb3386e-c99b-4f62-bce9-6e7899bec54a,,USER,"For each product id, how many documents have a document type code of BK?","{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +2cf40499-8104-49ad-a40b-da3d2ba4bc0d,,USER,what are the population of california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +e35d490c-912a-40a3-8dd8-1f151da5bc8b,,USER,"What are the elimination moves of wrestlers whose team is ""Team Orton""?","{""actions"":[{""actionType"":""condition"",""column"":""Team"",""operation"":""="",""value"":""'Team Orton'""}]}","[{""columns"":[""Elimination_ID"",""Wrestler_ID"",""Team"",""Eliminated_By"",""Elimination_Move"",""Time""],""name"":""Elimination"",""type"":""grid""}]" +90a4edc2-00e0-41d1-bfa2-2572f21e7e89,,USER,What are the industry names and the company counts in each industry?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Industry""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +e9dadc21-8ddc-49ab-9419-1cdf5d529198,,USER,"Show all movie titles, years, and directors, ordered by budget.","{""actions"":[{""actionType"":""sorting"",""column"":""budget_million"",""direction"":""asc""}]}","[{""columns"":[""movie_id"",""Title"",""Year"",""Director"",""Budget_million"",""Gross_worldwide""],""name"":""movie"",""type"":""grid""}]" +0ea9baeb-d133-4a6e-9418-9b9eb815ac9d,,USER,"What are the grapes, appelations, and wines with scores above 93, sorted by Name?","{""actions"":[{""actionType"":""condition"",""column"":""Score"",""operation"":"">"",""value"":93},{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +14f405f3-0c72-40b4-93a7-f5447df17c26,,USER,How many likes correspond to each student id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""liked_id""],""name"":""Likes"",""type"":""grid""}]" +39493c91-8ccb-485d-8113-b8d9583d8f8c,,USER,"Return the characters for actors, ordered by age descending.","{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" +0efb1c9b-cd3a-449e-8dc0-12e84d8885e1,,USER,Count the number of tracks.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Track_ID"",""aggregation"":""count""}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" +52fad7f5-7eb4-479d-b4de-a5d802d9a159,,USER,"Find the name, population and expected life length of asian country with the largest area?","{""actions"":[{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Asia'""},{""actionType"":""topFilter"",""column"":""SurfaceArea"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +2ffb673a-989f-4346-a6b4-c89499f7be64,,USER,"What is the date, average temperature and mean humidity for the days with the 3 largest maximum gust speeds?","{""actions"":[{""actionType"":""topFilter"",""column"":""max_gust_speed_mph"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +451b983c-55c7-49f2-9e77-341a5824d690,,USER,What roles did staff members play between '2003-04-19 15:06:20' and '2016-03-15 00:33:18'?,"{""actions"":[{""actionType"":""condition"",""column"":""date_from"",""operation"":"">"",""value"":""2003-04-19 15:06:20""},{""actionType"":""condition"",""column"":""date_to"",""operation"":""<"",""value"":""2016-03-15 00:33:18""}]}","[{""columns"":[""staff_id"",""project_id"",""role_code"",""date_from"",""date_to"",""other_details""],""name"":""Project_Staff"",""type"":""grid""}]" +3b65568a-e3cb-4693-9bb4-ddf3f21bbd9d,,USER,"What are the names of conductors, ordered by age?","{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""asc""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" +902f524c-a773-48f4-b0cc-465e505e2ce3,,USER,List the publisher of the publication with the highest price.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" +7e0cb852-cf0c-424b-9738-8056768c91c3,,USER,how many schools exist in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""school_code"",""aggregation"":""count""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +78de4e26-92d9-4a0a-8c9c-d5a1bd6fa536,,USER,what rivers are there in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +e10567df-1f97-4a1e-a5c0-ab51352e41df,,USER,Provide the count of people for every nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" +5cf46823-5d85-4bf0-a434-fc4b6109ce9d,,USER,Count the phones for every accreditation category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Accreditation_type""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" +b8012bb9-45b7-4f66-9b42-a03da97f90cb,,USER,How many parties are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Party_ID"",""aggregation"":""count""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" +856e7b34-4c27-40e6-8853-11128821d878,,USER,How many markets have number of cities smaller than 300?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Market_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Number_cities"",""operation"":""<"",""value"":300}]}","[{""columns"":[""Market_ID"",""Country"",""Number_cities""],""name"":""market"",""type"":""grid""}]" +923c92bd-6aa6-4596-bc07-224d909d7071,,USER,"How old is each gender, on average?","{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +dfa28f51-7967-47be-a14d-53ea1684fd34,,USER,Identify the codes and titles of the lowest-priced products in every category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +ca0b4f79-9d15-4bdf-b981-229a84860ee5,,USER,List the first names of all the students in room 107.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":107}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +fffcdff9-4f8e-4b1d-8bab-c73667351a10,,USER,Show different publishers together with the number of publications they have.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Publication_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Publisher""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" +adb43e55-b897-4b3d-9929-61ef1264fcb4,,USER,Compute the average number of hosts for parties.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Number_of_hosts"",""aggregation"":""avg""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" +1efb29c0-8498-46c3-b240-9bf4fd5968e4,,USER,Find all actors from Austin born after 1980,"{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Austin'""},{""actionType"":""condition"",""column"":""birth_year"",""operation"":"">"",""value"":1980}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +2d0b1bd4-0f4c-4a1e-8ab4-40dbda1a46d7,,USER,How many different last names do the actors and actresses have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""last_name"",""aggregation"":""count""}]}","[{""columns"":[""actor_id"",""first_name"",""last_name"",""last_update""],""name"":""actor"",""type"":""grid""}]" +1009e10b-9584-44ca-ae6d-ab6cef5c487d,,USER,"What are the method, date and amount of each payment? Sort the list in ascending order of date.","{""actions"":[{""actionType"":""sorting"",""column"":""Date_Payment_Made"",""direction"":""asc""}]}","[{""columns"":[""Payment_ID"",""Settlement_ID"",""Payment_Method_Code"",""Date_Payment_Made"",""Amount_Payment""],""name"":""Payments"",""type"":""grid""}]" +dfdff158-6d19-4b5b-965f-bcb675e756ce,,USER,Give the total population and average surface area corresponding to countries in North America that have a surface area greater than 3000 .,"{""actions"":[{""actionType"":""aggregations"",""column"":""population"",""aggregation"":""sum""},{""actionType"":""aggregations"",""column"":""surfacearea"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'north america'""},{""actionType"":""condition"",""column"":""surfacearea"",""operation"":"">"",""value"":3000}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +87822ebd-f0b4-4064-94cf-409cc8734e87,,USER,what state has the smallest urban population,"{""actions"":[{""actionType"":""grouping"",""column"":""state_name""},{""actionType"":""topFilter"",""column"":""population"",""limit"":1,""aggregation"":""sum"",""direction"":""asc""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +1c286abb-9a49-4240-ad70-4fe3911c5d80,,USER,"What are the census rankings of cities that do not have the status ""Village""?","{""actions"":[{""actionType"":""condition"",""column"":""Status"",""operation"":""!="",""value"":""'Village'""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" +4219a915-3d66-4dd7-951d-3a62785e3e22,,USER,"What are the names of organizations that contain the word ""Party""?","{""actions"":[{""actionType"":""condition"",""column"":""organization_name"",""operation"":""contains"",""value"":""Party""}]}","[{""columns"":[""organization_id"",""date_formed"",""organization_name"",""uk_vat_number""],""name"":""Organizations"",""type"":""grid""}]" +ae110129-ea58-48e1-9f5b-dc6c93e20ee8,,USER,How many companies are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +87f6621d-04d2-458b-beee-b41dd3bc4f83,,USER,What is the average number of international passengers of all airports?,"{""actions"":[{""actionType"":""aggregations"",""column"":""International_Passengers"",""aggregation"":""avg""}]}","[{""columns"":[""Airport_ID"",""Airport_Name"",""Total_Passengers"",""%_Change_2007"",""International_Passengers"",""Domestic_Passengers"",""Transit_Passengers"",""Aircraft_Movements"",""Freight_Metric_Tonnes""],""name"":""airport"",""type"":""grid""}]" +4b8dd034-95ab-484a-b3e7-431c756130b7,,USER,Find the city with post code 255.,"{""actions"":[{""actionType"":""condition"",""column"":""zip_postcode"",""operation"":""="",""value"":255}]}","[{""columns"":[""address_id"",""address_content"",""city"",""zip_postcode"",""state_province_county"",""country"",""other_address_details""],""name"":""Addresses"",""type"":""grid""}]" +fab50455-ad7b-4562-991b-394a8cad69b1,,USER,Determine the total rating for each channel owner's channels.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rating_in_percent"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""OWNER""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +2d34004a-542d-4dfd-b7ee-7d8a3aaac785,,USER,Find the count of rooms with a capacity of over 50 for each building.,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +bb19b5f2-2bcd-4591-a4c4-98b2cf61752b,,USER,Give the name of the country in Asia with the lowest life expectancy.,"{""actions"":[{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Asia'""},{""actionType"":""topFilter"",""column"":""LifeExpectancy"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +279bf1ac-bbba-40e8-b0a6-b35dee6e5c05,,USER,"What is the first and last name of the youngest student with a GPA above 3, and what is their GPA?","{""actions"":[{""actionType"":""condition"",""column"":""stu_gpa"",""operation"":"">"",""value"":3},{""actionType"":""topFilter"",""column"":""stu_dob"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" +e1b72bc7-8253-45b8-9e9b-aafe2b2d8bce,,USER,"Which tests have ""Pass"" results? Return the dates when the tests were taken.","{""actions"":[{""actionType"":""condition"",""column"":""test_result"",""operation"":""="",""value"":""'Pass'""}]}","[{""columns"":[""registration_id"",""date_test_taken"",""test_result""],""name"":""Student_Tests_Taken"",""type"":""grid""}]" +abdf35b1-3fe1-4f74-b23b-5bde9e9a669a,,USER,What are the unique names of all race held between 2014 and 2017?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":2014},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2017}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" +63299fa8-9c14-435e-bb74-d7929ec375a8,,USER,"For each grade, return the grade number, the number of classrooms used for the grade, and the total number of students enrolled in the grade.","{""actions"":[{""actionType"":""aggregations"",""column"":""classroom"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +454171fc-3738-4855-bf5f-68a4bc0706b3,,USER,Find the number of tips written in each month,"{""actions"":[{""actionType"":""aggregations"",""column"":""text"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""MONTH""}]}","[{""columns"":[""tip_id"",""business_id"",""text"",""user_id"",""likes"",""year"",""month""],""name"":""tip"",""type"":""grid""}]" +ea66b3d1-3d0e-4182-8f5b-97edae5bef8b,,USER,What are the average ages of losers and winners across matches?,"{""actions"":[{""actionType"":""aggregations"",""column"":""loser_age"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""winner_age"",""aggregation"":""avg""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +87a8ef00-6a53-4ff3-b0a2-d7f6556dc691,,USER,what is the capital of the texas state,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +3655d3cf-78da-4b6b-b0f5-9b79e7953906,,USER,Name all the products with next entry ID greater than 8.,"{""actions"":[{""actionType"":""condition"",""column"":""next_entry_id"",""operation"":"">"",""value"":8}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" +1e4a578f-9249-4cca-8f75-16ff8ac9d118,,USER,Display each language and the number of TV channels that use it.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LANGUAGE""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +252bb319-8768-4875-909a-12605a7aa340,,USER,Which language has the highest percentage of speakers in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +6e8080c8-3e19-48e6-92e2-972960badaad,,USER,What are the different nationalities of pilots? Show each nationality and the number of pilots of each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Pilot_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""Pilot_ID"",""Pilot_name"",""Rank"",""Age"",""Nationality"",""Position"",""Join_Year"",""Team""],""name"":""pilot"",""type"":""grid""}]" +57224e7c-bf8a-495f-b065-464d9ac7c718,,USER,List document type codes and the number of documents in each code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_type_code""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +48839106-cec3-4dee-a00c-4e13cb1c6680,,USER,How many settlements are there in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Settlement_ID"",""aggregation"":""count""}]}","[{""columns"":[""Settlement_ID"",""Claim_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled"",""Customer_Policy_ID""],""name"":""Settlements"",""type"":""grid""}]" +9437ba20-2f51-4972-bf90-dc2c8fecf39b,,USER,List all academic papers on machine networks for one shot learning,"{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'machine networks for one shot learning'""}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" +642012a6-42ab-4dfb-b576-9a1288438943,,USER,Show all ages and the corresponding student count.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""age""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +30372d63-6009-4517-aa8e-02c6b28e57bf,,USER,List the date of perpetrators in descending order of the number of people killed.,"{""actions"":[{""actionType"":""sorting"",""column"":""Killed"",""direction"":""desc""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" +c383ae70-7702-462f-a39e-01f538959fd8,,USER,"List the addresses of all Walmart in "" Los Angeles ""","{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Walmart'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" +956c4fd8-9b50-4d05-b9b1-d71e0d4a9399,,USER,What are the average price and score of wines grouped by appelation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Appelation""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +c393bbbe-4e8b-4a5b-ae96-895442485fcd,,USER,"What is the name, city, and country of the airport with the highest elevation?","{""actions"":[{""actionType"":""topFilter"",""column"":""elevation"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +31e74eda-6ef8-4184-9324-d555c6668bfc,,USER,how high is the highest point in delaware,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'delaware'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +34e1887a-1e96-4013-84c6-5e38d8d8e4d4,,USER,Calculate the number of programs aired during each time segment of the day.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Channel_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""time_of_day""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" +ac5e6e4d-4c44-46fd-8806-441e553fa5fe,,USER,"Which professionals live in a city containing the substring 'West'? List his or her role, street, city and state.","{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""contains"",""value"":""West""}]}","[{""columns"":[""professional_id"",""role_code"",""first_name"",""street"",""city"",""state"",""zip_code"",""last_name"",""email_address"",""home_phone"",""cell_number""],""name"":""Professionals"",""type"":""grid""}]" +1a5ab734-95c9-4b92-8b28-ec4fa5e7bf76,,USER,Show all artist names and the year joined who are not from United States.,"{""actions"":[{""actionType"":""condition"",""column"":""country"",""operation"":""!="",""value"":""United States""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" +e84cf9c0-690a-4052-ae27-11b4c74b5518,,USER,which state borders kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +05711b3f-5801-4dc1-a6d5-c134d4dcc195,,USER,"Find the brand and name for each camera lens, and sort in descending order of maximum aperture.","{""actions"":[{""actionType"":""sorting"",""column"":""max_aperture"",""direction"":""desc""}]}","[{""columns"":[""id"",""brand"",""name"",""focal_length_mm"",""max_aperture""],""name"":""camera_lens"",""type"":""grid""}]" +0878bbc6-87ef-4556-8dba-565bf435bc48,,USER,What is the player count from each nation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country_code""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +73614202-eef6-4227-af7c-8ff7ae53bbe1,,USER,"For each denomination, return the denomination and the count of schools with that denomination.","{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Denomination""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +7c0cc8d5-1ef7-4268-a1af-b704b89056a3,,USER,How many phones are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Name"",""aggregation"":""count""}]}","[{""columns"":[""Name"",""Phone_ID"",""Memory_in_G"",""Carrier"",""Price""],""name"":""phone"",""type"":""grid""}]" +ad17dd66-1672-4010-966d-66814c4b5b42,,USER,List the name of artworks in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Artwork_ID"",""Type"",""Name""],""name"":""artwork"",""type"":""grid""}]" +ed0c1d00-2ce6-4d20-a46f-08e5f3dda940,,USER,Find the total student enrollment for schools with different affiliation types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +17aa8916-b38e-45f5-bdd4-6dc78588ede6,,USER,"Determine the average base price of rooms, grouped by bed type.","{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +3b29b591-7706-45ce-859a-3fa5d91d2d53,,USER,Find the name of rooms whose base price is between 120 and 150.,"{""actions"":[{""actionType"":""condition"",""column"":""baseprice"",""operation"":"">="",""value"":120},{""actionType"":""condition"",""column"":""baseprice"",""operation"":""<="",""value"":150}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +2dc7cf3c-6a9c-490b-837c-df236bea0922,,USER,Display denominations along with the count of schools with that denomination.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Denomination""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +5420386b-f61d-48bf-8362-2f047e4a5e34,,USER,How many employees have a first name of Ludie?,"{""actions"":[{""actionType"":""aggregations"",""column"":""staff_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Ludie'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" +7bfe65e8-cd56-4d00-b12b-0bdaafe69a89,,USER,"Show all document ids and the number of paragraphs in each document, ordered by document id.","{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""},{""actionType"":""sorting"",""column"":""document_id"",""direction"":""asc""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" +17aa97bb-7b0f-4bf3-b7b1-097f0b01a811,,USER,Can you show all countries along with the number of singers in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +01ad940e-8ae3-4c81-8e40-020e59076cd8,,USER,Determine the number of high schoolers in each grade.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" +388d3a8a-7666-4482-8ff1-e5181ff98c41,,USER,What are the first and last names of all students who are not living in the city HKG and order the results by age?,"{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""!="",""value"":""HKG""},{""actionType"":""sorting"",""column"":""age"",""direction"":""asc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +18784883-536d-43d5-b2ac-3531370e9bfd,,USER,"For each team, how many technicians are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Team""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" +23c35d92-49cc-4980-911f-b210a8e2030d,,USER,How many reviewers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rID"",""aggregation"":""count""}]}","[{""columns"":[""rID"",""name""],""name"":""Reviewer"",""type"":""grid""}]" +d98894bd-6bac-4d38-87e3-d16f12c75060,,USER,Find the total rating ratio for each channel owner.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rating_in_percent"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""OWNER""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +ad56fa1b-fef6-41b8-880d-510ef2acd681,,USER,"Show names of people whose nationality is not ""Russia"".","{""actions"":[{""actionType"":""condition"",""column"":""Nationality"",""operation"":""!="",""value"":""'Russia'""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" +ee64ef6a-1077-4554-8aa2-dcc736226b29,,USER,Show all majors and corresponding number of students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""major""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +ae5330eb-0c6c-46f9-8f73-0ae4e657d749,,USER,What are airport names at City 'Aberdeen'?,"{""actions"":[{""actionType"":""condition"",""column"":""City"",""operation"":""="",""value"":""'Aberdeen'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" +85b8a3ff-8879-4b36-91b5-accf406b0619,,USER,Which distinct source system code includes the substring 'en'?,"{""actions"":[{""actionType"":""condition"",""column"":""source_system_code"",""operation"":""contains"",""value"":""en""}]}","[{""columns"":[""cmi_cross_ref_id"",""master_customer_id"",""source_system_code""],""name"":""CMI_Cross_References"",""type"":""grid""}]" +5887e1f4-dc64-4d4f-bc5d-62c5a898e9ef,,USER,"What are the different template IDs used for documents, and how many times has each been used?","{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_id""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +d7176686-7a09-4aa2-93b3-40927e915a48,,USER,What are the departure and arrival dates of all flights from LA to Honolulu?,"{""actions"":[{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""'Honolulu'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +87e8b16f-fa51-4498-b223-f2e55211a71e,,USER,What are the room numbers and corresponding buildings for classrooms which can seat between 50 to 100 students?,"{""actions"":[{""actionType"":""condition"",""column"":""capacity"",""operation"":"">="",""value"":50},{""actionType"":""condition"",""column"":""capacity"",""operation"":""<="",""value"":100}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +e968b6dd-c208-4c6e-848b-40fda741ece3,,USER,"For each language, list the number of TV Channels that use it.","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LANGUAGE""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +40f43639-31ee-4212-ac5e-e15ec880a7ef,,USER,How many storms had death records?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Storm_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Number_Deaths"",""operation"":"">"",""value"":0}]}","[{""columns"":[""Storm_ID"",""Name"",""Dates_active"",""Max_speed"",""Damage_millions_USD"",""Number_Deaths""],""name"":""storm"",""type"":""grid""}]" +97ca722a-766e-4a23-b338-431643af86bb,,USER,Could you show the number of members from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Member_ID"",""Name"",""Country"",""College_ID""],""name"":""member"",""type"":""grid""}]" +8f186cb8-55b9-46f1-bd70-d5d27de2a13e,,USER,Find the first names of all the authors ordered in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""fname"",""direction"":""asc""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" +17fdd275-ecac-44d0-9b5f-19609e7fb2c2,,USER,Find the highest rank of all reviews.,"{""actions"":[{""actionType"":""aggregations"",""column"":""rank"",""aggregation"":""min""}]}","[{""columns"":[""a_id"",""u_id"",""i_id"",""rating"",""rank""],""name"":""review"",""type"":""grid""}]" +c2ef8eea-ee36-4935-bffc-e4ef71d73e1e,,USER,Find the id and weight of all pets whose age is older than 1.,"{""actions"":[{""actionType"":""condition"",""column"":""pet_age"",""operation"":"">"",""value"":1}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +ae28b5a7-f76d-4e89-bc1d-497baf6a9cef,,USER,"What are the addresses of the course authors or tutors with personal name ""Cathrine""","{""actions"":[{""actionType"":""condition"",""column"":""personal_name"",""operation"":""="",""value"":""'Cathrine'""}]}","[{""columns"":[""author_id"",""author_tutor_ATB"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name"",""gender_mf"",""address_line_1""],""name"":""Course_Authors_and_Tutors"",""type"":""grid""}]" +85f9a2ab-d5b0-48a6-826d-f1718da41065,,USER,How many different industries are the companies in?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Industry"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +b4ca10b7-0ff6-466f-8ab6-a64e3b63b862,,USER,"How many female actors were born in "" New York City "" after 1980 ?","{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'New York City'""},{""actionType"":""condition"",""column"":""birth_year"",""operation"":"">"",""value"":1980},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""'female'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +44066dfd-d86f-4ad9-9454-119c2fb44d26,,USER,What is the average weight and year for each item?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +f62f7c31-610e-4f2a-b41f-1b54d4008145,,USER,Return the names of the 3 most populated countries.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +81476c2f-fcf9-49f8-87f3-024fd606000e,,USER,Show the average number of points for players in each position and list their positions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +6de68bd4-65af-4dfb-964d-06a845f93ff0,,USER,How many different FDA approval statuses exist for medicines?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FDA_approved"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" +7b71e641-ddd4-4e16-b42c-225fb20e5556,,USER,"Retrieve the average price of products for each manufacturer, displaying only the manufacturer's code.","{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Manufacturer""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +33f2e5e4-232e-4c23-870a-8074b6f28e5e,,USER,could you tell me what is the highest point in the state of texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +9475f860-1254-4f47-a208-7d32ebc2fbf5,,USER,"Return the different document ids along with the number of paragraphs corresponding to each, ordered by id.","{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""},{""actionType"":""sorting"",""column"":""document_id"",""direction"":""asc""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" +fca6c3ba-e684-46c4-bd43-05d296ff8c41,,USER,Count the number of friends for each student.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""friend_id""],""name"":""Friend"",""type"":""grid""}]" +4313170b-c855-4881-85a2-24e4a3491884,,USER,What are the ids of all reviewers who have not given 4 stars at least once?,"{""actions"":[{""actionType"":""condition"",""column"":""stars"",""operation"":""!="",""value"":4}]}","[{""columns"":[""rID"",""mID"",""stars"",""ratingDate""],""name"":""Rating"",""type"":""grid""}]" +920f5e22-8549-4c9e-a595-f8b186d4d350,,USER,"What year was "" Benedict Cumberbatch "" born ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Benedict Cumberbatch'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +fe6fb508-712b-49fc-9a2a-4a5641666cf0,,USER,List the section_name in reversed lexicographical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""section_name"",""direction"":""desc""}]}","[{""columns"":[""section_id"",""course_id"",""section_name"",""section_description"",""other_details""],""name"":""Sections"",""type"":""grid""}]" +2654c88f-3dc7-4047-a5a9-25832aae577a,,USER,What are the different years for all competitions that are not of type equal to tournament?,"{""actions"":[{""actionType"":""condition"",""column"":""Competition_type"",""operation"":""!="",""value"":""'Tournament'""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" +e7d1114a-8857-47a0-9f8d-a7dbc3a93267,,USER,Which school has the smallest enrollment size per state and what is its name?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +f6b1ef44-6bbb-468c-b67a-c4f232b6585a,,USER,how many colorado rivers are there,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'colorado'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +3c17985f-0c3b-48fb-ac34-a313a491a143,,USER,"What are the names and year of joining for artists that do not have the country ""United States""?","{""actions"":[{""actionType"":""condition"",""column"":""country"",""operation"":""!="",""value"":""United States""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" +bc73ca8c-e697-4c16-9485-0653d9bccf88,,USER,Return the song in the volume that has spent the most weeks on top?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Weeks_on_Top"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" +2ca09658-323c-480d-8494-d72016dc0aa3,,USER,Display the order ids and the number of invoices for each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" +b4ab6830-da11-4aca-92f6-ca99c2892036,,USER,"For every classroom, reveal the classroom number and student occupancy.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +aca28f0e-e6f1-4ff1-b19a-60b6a8c804bd,,USER,What is the ship with the largest amount of tonnage called?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Tonnage"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +b6ba7290-1467-45c4-8f4e-c271a8c83c6a,,USER,What is the maximum net worth for each citizenship?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Net_Worth_Millions"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +87b1dea1-a688-49d7-a557-b4497af475ef,,USER,Count the number of poker players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Poker_Player_ID"",""aggregation"":""count""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" +00285009-d84b-493e-bbcf-a125a0161d06,,USER,When is the last day any resident moved in?,"{""actions"":[{""actionType"":""aggregations"",""column"":""date_moved_in"",""aggregation"":""max""}]}","[{""columns"":[""resident_id"",""property_id"",""date_moved_in"",""date_moved_out"",""other_details""],""name"":""Residents"",""type"":""grid""}]" +5c0e4e27-a143-4f43-9b96-bf975469b364,,USER,What is the average price for each type of product?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_type_code""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +bfb28707-0e06-4f69-9832-6fa2a89bcf5f,,USER,Find the total number of students enrolled in the colleges that were founded after the year of 1850 for each affiliation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1850},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +7f1dde00-5591-424c-ab0a-e1180fdc2bd7,,USER,What are the locations of all the gas stations ordered by opening year?,"{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Station_ID"",""Open_Year"",""Location"",""Manager_Name"",""Vice_Manager_Name"",""Representative_Name""],""name"":""gas_station"",""type"":""grid""}]" +80e3d6ba-9675-46b3-bd49-b06876aab5de,,USER,tell me what cities are in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +9c134565-f2b7-4212-b669-c601091ce053,,USER,What is the average money requested by all entrepreneurs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Money_Requested"",""aggregation"":""avg""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" +7baab66c-f7ff-4854-a9a0-1e7eafabf9e5,,USER,Find how many school locations have the word 'NY'.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""contains"",""value"":""NY""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +d27816a3-c1c8-432a-9abc-3f337c9cc6f4,,USER,List each birthplace alongside the number of individuals from there.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Birth_Place""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Birth_Date"",""Birth_Place""],""name"":""people"",""type"":""grid""}]" +c076b947-59cc-487a-b4f3-604c1a8821a5,,USER,"List names of all teams in the basketball competition, ordered by all home scores in descending order.","{""actions"":[{""actionType"":""sorting"",""column"":""All_Home"",""direction"":""desc""}]}","[{""columns"":[""Team_ID"",""School_ID"",""Team_Name"",""ACC_Regular_Season"",""ACC_Percent"",""ACC_Home"",""ACC_Road"",""All_Games"",""All_Games_Percent"",""All_Home"",""All_Road"",""All_Neutral""],""name"":""basketball_match"",""type"":""grid""}]" +db088f17-d8ca-4a83-a37f-2731290cfd1f,,USER,"Show gas station id, location, and manager_name for all gas stations ordered by open year.","{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Station_ID"",""Open_Year"",""Location"",""Manager_Name"",""Vice_Manager_Name"",""Representative_Name""],""name"":""gas_station"",""type"":""grid""}]" +be45c0c9-87c3-4a3e-8a30-c560c890696c,,USER,Count the number of statements.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Statement_ID"",""aggregation"":""count""}]}","[{""columns"":[""Statement_ID"",""Statement_Details""],""name"":""Statements"",""type"":""grid""}]" +1f0132d5-85e4-4889-a5d0-9d784e241245,,USER,Show the statuses and average populations of each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Status""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" +7184f397-3b6c-4e6c-8c26-6b421780a9df,,USER,What is the count of students for each major?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""major""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +3878c1ac-1478-42f4-904d-0a4242d964fe,,USER,How many matches were played in each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +62e185de-de9f-42cd-adfa-58135c697153,,USER,What is the total amount of payment?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Amount_Payment"",""aggregation"":""sum""}]}","[{""columns"":[""Payment_ID"",""Settlement_ID"",""Payment_Method_Code"",""Date_Payment_Made"",""Amount_Payment""],""name"":""Payments"",""type"":""grid""}]" +96bf64ff-b02f-4478-bc69-c8948a179b0a,,USER,What is the average balance in checking accounts?,"{""actions"":[{""actionType"":""aggregations"",""column"":""balance"",""aggregation"":""avg""}]}","[{""columns"":[""custid"",""balance""],""name"":""CHECKING"",""type"":""grid""}]" +7b900b6a-dd80-4cfa-9d38-02c6486f3831,,USER,What are the first names of the people in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""first_name"",""direction"":""asc""}]}","[{""columns"":[""person_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""login_name"",""password""],""name"":""People"",""type"":""grid""}]" +a678eb56-6e52-432f-9e52-b06a94b20ca0,,USER,How many activities do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""actid"",""aggregation"":""count""}]}","[{""columns"":[""actid"",""activity_name""],""name"":""Activity"",""type"":""grid""}]" +601833b8-abe9-4bf9-b63a-83a2fd2625da,,USER,"Count the number of universities with over 20,000 enrollees for each affiliation type.","{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enrollment"",""operation"":"">"",""value"":20000},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +9a2d7085-3c04-4660-bb71-f9c0990ea177,,USER,What is the name of the room that can accommodate the most people?,"{""actions"":[{""actionType"":""topFilter"",""column"":""maxOccupancy"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +cbb4993a-72a6-4ac6-9693-679505e705e7,,USER,What are the names of wines with scores higher than 90?,"{""actions"":[{""actionType"":""condition"",""column"":""score"",""operation"":"">"",""value"":90}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +57cf0283-a662-4285-b061-0d2935423fdb,,USER,What is the id and market share of the browser Safari?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Safari""}]}","[{""columns"":[""id"",""name"",""market_share""],""name"":""browser"",""type"":""grid""}]" +01b5d770-d2ca-47b1-808f-237ba068a99d,,USER,List the different countries and the number of members from each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Member_ID"",""Name"",""Country"",""College_ID""],""name"":""member"",""type"":""grid""}]" +1e1919b9-cffa-4bb0-b7df-4c72c2eb4a87,,USER,how many people stay in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +432c94ec-f7f9-416b-aa54-f7de2251dfb3,,USER,What is the average expected life expectancy for countries in the region of Central Africa?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LifeExpectancy"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Region"",""operation"":""="",""value"":""'Central Africa'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +978e43f0-7e98-4f4a-be70-f1190a5b101d,,USER,What is the sum of revenue from companies with headquarters in Austin?,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""headquarter"",""operation"":""="",""value"":""Austin""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +e1136d37-ab02-4b28-948a-41bea6f051d8,,USER,List the number of different series names and contents in the TV Channel table.,"{""actions"":[{""actionType"":""aggregations"",""column"":""series_name"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""content"",""aggregation"":""count""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +d190fa05-ead1-4014-979e-ead39b12fbd2,,USER,Show different hometown of teachers and the number of teachers from each hometown.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Hometown""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" +e971e93f-759c-4361-87d7-f25bda1d083f,,USER,What are the dates that have an average sea level pressure between 30.3 and 31?,"{""actions"":[{""actionType"":""condition"",""column"":""mean_sea_level_pressure_inches"",""operation"":"">="",""value"":30.3},{""actionType"":""condition"",""column"":""mean_sea_level_pressure_inches"",""operation"":""<="",""value"":31}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +276538bf-a2b6-4cb0-928f-ca82dcb0c913,,USER,What is the starting year for the oldest technician?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" +f1bf5651-6c91-4eef-8051-c269fac9bad9,,USER,"Return the description of the product called ""Chocolate"".","{""actions"":[{""actionType"":""condition"",""column"":""product_name"",""operation"":""="",""value"":""'Chocolate'""}]}","[{""columns"":[""product_id"",""parent_product_id"",""product_category_code"",""date_product_first_available"",""date_product_discontinued"",""product_name"",""product_description"",""product_price""],""name"":""Products"",""type"":""grid""}]" +4ce7f38f-f0e2-4baf-9937-8b76fcd6ff37,,USER,List the personal names and family names of all the students in alphabetical order of family name.,"{""actions"":[{""actionType"":""sorting"",""column"":""family_name"",""direction"":""asc""}]}","[{""columns"":[""student_id"",""date_of_registration"",""date_of_latest_logon"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name""],""name"":""Students"",""type"":""grid""}]" +6bda4637-02c9-485e-8036-314419984618,,USER,which states does the ohio river run through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +c6b9a6bb-7f39-4cc1-8bfd-06480af9c94a,,USER,How many songs were released for each format?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Appelation""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +085acd73-b20a-4ed9-a464-ba36b4d57e02,,USER,What is the average capacity of the stadiums that were opened in year 2005?,"{""actions"":[{""actionType"":""aggregations"",""column"":""capacity"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""opening_year"",""operation"":""="",""value"":2005}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" +eb782895-f23c-41c8-98de-e18fb566daf9,,USER,Find the number of different states which banks are located at.,"{""actions"":[{""actionType"":""aggregations"",""column"":""state"",""aggregation"":""count""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +de32c56c-9e27-4e04-aff0-1ab39ddee8b5,,USER,What are the names of all instructors in the Comp. Sci. department?,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Comp. Sci.""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +73135059-200b-4840-bbc1-dae7853933a5,,USER,How many dogs went through any treatments?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dog_id"",""aggregation"":""count""}]}","[{""columns"":[""treatment_id"",""dog_id"",""professional_id"",""treatment_type_code"",""date_of_treatment"",""cost_of_treatment""],""name"":""Treatments"",""type"":""grid""}]" +c702ad85-71c6-4601-a037-cf66343f5695,,USER,what rivers are in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +1c65908e-b2b9-4a26-a2f4-1ba2ea79f41e,,USER,How many students are advised by each advisor?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""advisor""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +663563b9-9e20-42d1-9a5c-1d8fd448b945,,USER,Find all the ids and dates of the logs for the problem whose id is 10.,"{""actions"":[{""actionType"":""condition"",""column"":""problem_id"",""operation"":""="",""value"":10}]}","[{""columns"":[""problem_log_id"",""assigned_to_staff_id"",""problem_id"",""problem_category_code"",""problem_status_code"",""log_entry_date"",""log_entry_description"",""log_entry_fix"",""other_log_details""],""name"":""Problem_Log"",""type"":""grid""}]" +9da7f6b8-7af1-4138-a960-f41be368f1cc,,USER,states bordering kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +128b649e-9cff-4455-b06d-661c7668f019,,USER,List the document type code for the document with the id 2.,"{""actions"":[{""actionType"":""condition"",""column"":""document_id"",""operation"":""="",""value"":2}]}","[{""columns"":[""document_id"",""document_status_code"",""document_type_code"",""shipping_agent_code"",""receipt_date"",""receipt_number"",""other_details""],""name"":""Documents"",""type"":""grid""}]" +878b4010-c179-4c52-9fd7-067fe67d757e,,USER,What are the names of all pilots 30 years old or young in descending alphabetical order?,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":""<="",""value"":30},{""actionType"":""sorting"",""column"":""Name"",""direction"":""desc""}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" +4e14b849-b7b5-4b71-953d-692ada0b2893,,USER,Show theme and year for all exhibitions in an descending order of ticket price.,"{""actions"":[{""actionType"":""sorting"",""column"":""ticket_price"",""direction"":""desc""}]}","[{""columns"":[""Exhibition_ID"",""Year"",""Theme"",""Artist_ID"",""Ticket_Price""],""name"":""exhibition"",""type"":""grid""}]" +5b7cdeff-fe2f-4785-92bc-551c5c7a650a,,USER,List the course name of courses sorted by credits.,"{""actions"":[{""actionType"":""sorting"",""column"":""Credits"",""direction"":""asc""}]}","[{""columns"":[""CID"",""CName"",""Credits"",""Instructor"",""Days"",""Hours"",""DNO""],""name"":""Course"",""type"":""grid""}]" +b9bd1607-2b7b-4592-a10f-1a7df85f14a0,,USER,What is the number of colleges with a student population greater than 15000?,"{""actions"":[{""actionType"":""aggregations"",""column"":""cName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enr"",""operation"":"">"",""value"":15000}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +ed60df74-cb44-45fc-b017-0b4e13b6087f,,USER,List all schools and their nicknames in the order of founded year.,"{""actions"":[{""actionType"":""sorting"",""column"":""founded"",""direction"":""asc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +011a18da-952b-49b0-addc-98339a65c236,,USER,"What are the card numbers, names, and hometowns of every member ordered by descending level?","{""actions"":[{""actionType"":""sorting"",""column"":""LEVEL"",""direction"":""desc""}]}","[{""columns"":[""Member_ID"",""Card_Number"",""Name"",""Hometown"",""Level""],""name"":""member"",""type"":""grid""}]" +ab602152-6d60-4d02-8e42-a79852f5cb81,,USER,List the distinct parties of representatives and the count of representatives in each party.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Representative_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Party""}]}","[{""columns"":[""Representative_ID"",""Name"",""State"",""Party"",""Lifespan""],""name"":""representative"",""type"":""grid""}]" +04a9e1c3-4e97-4e73-accd-caf9e674fd27,,USER,What is the average base price of rooms for each bed type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +1ab0baee-02de-475d-9331-6d4204c40f11,,USER,Count the number of ships for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +9b4a198e-40db-414d-bf9d-6d0f451b271f,,USER,In which years cars were produced weighing no less than 3000 and no more than 4000 ?,"{""actions"":[{""actionType"":""condition"",""column"":""weight"",""operation"":"">="",""value"":3000},{""actionType"":""condition"",""column"":""weight"",""operation"":""<="",""value"":4000}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +c0eba46b-5488-4f62-beba-7bf4e62d7f64,,USER,"What is the average age for each city, and what are those cities?","{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +a2f49c9a-8d11-4114-973a-efd198383c26,,USER,How many different departments are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +46c6691e-485b-40db-8707-e4cbcfcc47d1,,USER,how many airports are there in each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""id"",""City"",""Country"",""IATA"",""ICAO"",""name""],""name"":""airport"",""type"":""grid""}]" +2bfaf057-5947-43b0-b7f6-435e095d0db0,,USER,"Return the names of people, ordered alphabetically.","{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" +b21a61f8-d400-4930-912a-6ca8892eef21,,USER,"For each nationality, how many unique constructors are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""constructorId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""nationality""}]}","[{""columns"":[""constructorId"",""constructorRef"",""name"",""nationality"",""url""],""name"":""constructors"",""type"":""grid""}]" +5c09e01d-2c6d-4470-99b3-0eaa46f92c5c,,USER,"Which accelerator name contains substring ""Opera""?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Opera""}]}","[{""columns"":[""id"",""name"",""Operating_system"",""Client"",""Connection""],""name"":""Web_client_accelerator"",""type"":""grid""}]" +b5478e9a-e5a3-4e95-a716-60c3daa7b761,,USER,What is the total population and maximum GNP in Asia?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""sum""},{""actionType"":""aggregations"",""column"":""GNP"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Continent"",""operation"":""="",""value"":""'Asia'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +bcf9edc8-cda7-46a5-8476-c46c23dbb7a4,,USER,"Which apartments have type code ""Flat""? Give me their apartment numbers.","{""actions"":[{""actionType"":""condition"",""column"":""apt_type_code"",""operation"":""="",""value"":""'Flat'""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" +519559eb-3819-4bd6-af3f-bfbf4496f602,,USER,Which problem log was created most recently? Give me the log id.,"{""actions"":[{""actionType"":""topFilter"",""column"":""log_entry_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""problem_log_id"",""assigned_to_staff_id"",""problem_id"",""problem_category_code"",""problem_status_code"",""log_entry_date"",""log_entry_description"",""log_entry_fix"",""other_log_details""],""name"":""Problem_Log"",""type"":""grid""}]" +e3edfd92-7b3e-4ef5-b105-14bb9c69502e,,USER,Show the number of projects.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Project_ID"",""aggregation"":""count""}]}","[{""columns"":[""Project_ID"",""Project_Details""],""name"":""Projects"",""type"":""grid""}]" +80b5d4c5-b830-48f5-ac1d-549f6616d57e,,USER,What are the different years in which there were cars produced that weighed less than 4000 and also cars that weighted more than 3000 ?,"{""actions"":[{""actionType"":""condition"",""column"":""weight"",""operation"":"">="",""value"":3000},{""actionType"":""condition"",""column"":""weight"",""operation"":""<="",""value"":4000}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +1a775c41-c876-4102-ac40-726fe5ea5b5a,,USER,"Find the IDs of customers whose name contains ""Diana"".","{""actions"":[{""actionType"":""condition"",""column"":""customer_name"",""operation"":""contains"",""value"":""Diana""}]}","[{""columns"":[""Customer_ID"",""Customer_name""],""name"":""Customers"",""type"":""grid""}]" +1eb38e44-55e6-48a7-8ad7-04dcf8ae63ad,,USER,List the names of pilots in ascending order of rank.,"{""actions"":[{""actionType"":""sorting"",""column"":""Rank"",""direction"":""asc""}]}","[{""columns"":[""Pilot_ID"",""Pilot_name"",""Rank"",""Age"",""Nationality"",""Position"",""Join_Year"",""Team""],""name"":""pilot"",""type"":""grid""}]" +64a58421-5c5f-4501-8910-f73f60209ac6,,USER,What campuses are located in Los Angeles county and opened after 1950?,"{""actions"":[{""actionType"":""condition"",""column"":""county"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":1950}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" +2ada14f5-a110-4509-8f87-071186de983d,,USER,Determine the total amount of grant money given to each organization and its corresponding id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""grant_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""organisation_id""}]}","[{""columns"":[""grant_id"",""organisation_id"",""grant_amount"",""grant_start_date"",""grant_end_date"",""other_details""],""name"":""Grants"",""type"":""grid""}]" +16ab004c-0c74-4fcb-b31e-483e66a6de20,,USER,"What are the names of wines, sorted by price ascending?","{""actions"":[{""actionType"":""sorting"",""column"":""price"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +c5c8c1a3-e010-4c38-b98d-cad7dc703b12,,USER,what can you tell me about the population of california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +f69c4812-6723-4e5d-a59a-33866312ec27,,USER,Count the number of races for each constructor ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorStandingsId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""constructorid""}]}","[{""columns"":[""constructorStandingsId"",""raceId"",""constructorId"",""points"",""position"",""positionText"",""wins""],""name"":""constructorStandings"",""type"":""grid""}]" +36af8d5f-1934-4288-86e8-c67355940c25,,USER,Return the name of the artist who has the latest join year.,"{""actions"":[{""actionType"":""topFilter"",""column"":""year_join"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" +d9d255ca-5cec-4aa2-8ce2-ba2aadf821dd,,USER,the names of models that launched between 2002 and 2004.,"{""actions"":[{""actionType"":""condition"",""column"":""Launch_year"",""operation"":"">="",""value"":2002},{""actionType"":""condition"",""column"":""Launch_year"",""operation"":""<="",""value"":2004}]}","[{""columns"":[""Model_name"",""Launch_year"",""RAM_MiB"",""ROM_MiB"",""Slots"",""WiFi"",""Bluetooth""],""name"":""chip_model"",""type"":""grid""}]" +91b74344-529e-4483-b9f0-65cb62fa263f,,USER,List the name of teachers whose hometown is not `` Little Lever Urban District '' .,"{""actions"":[{""actionType"":""condition"",""column"":""hometown"",""operation"":""!="",""value"":""'little lever urban district'""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" +c2c01404-a6f9-431f-9012-c7c299245e1a,,USER,"For each faculty rank, display the number of faculty members who hold it.","{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +27f1899a-d5ec-4e37-805c-446e68970d7c,,USER,Show the number of transaction types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_type"",""aggregation"":""count""}]}","[{""columns"":[""transaction_id"",""previous_transaction_id"",""account_id"",""card_id"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" +426503fc-d434-4af8-87f7-2181c5754b28,,USER,"Return the document id, template id, and description for the document with the name Robbin CV.","{""actions"":[{""actionType"":""condition"",""column"":""document_name"",""operation"":""="",""value"":""'Robbin CV'""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +4fb4bdaa-24a3-4881-8838-3e325e507f9d,,USER,Which department has the largest number of employees?,"{""actions"":[{""actionType"":""grouping"",""column"":""departmentID""},{""actionType"":""topFilter"",""column"":""departmentID"",""limit"":1,""aggregation"":""count"",""direction"":""desc""}]}","[{""columns"":[""DepartmentID"",""Name"",""Head""],""name"":""Department"",""type"":""grid""}]" +82b4437b-7a38-41f6-817c-be86ba6e207c,,USER,Show the park of the roller coaster with the highest speed.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Speed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" +4c0e9fb7-d2f6-474a-b226-ac60674c7f4e,,USER,How many poker players are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Poker_Player_ID"",""aggregation"":""count""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" +40a7d900-cc86-452e-9543-6fbc0138596b,,USER,how long is rio grande,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'rio grande'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +4677a7db-e83d-451c-afa7-da187ce3246d,,USER,How many customers are classified under each customer status code?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_status_code""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +7037ba8d-048a-42af-a296-dd5cc2f28a95,,USER,What are the names of all songs in English?,"{""actions"":[{""actionType"":""condition"",""column"":""languages"",""operation"":""="",""value"":""'english'""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +d53de777-73fa-4065-a47c-e3cdf3f346bc,,USER,"For each zip code, what is the average mean temperature for all dates that start with '8'?","{""actions"":[{""actionType"":""aggregations"",""column"":""mean_temperature_f"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""date"",""operation"":""starts with"",""value"":""8/""},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +418b943a-223c-4189-8e04-34b5c6c15017,,USER,What is the headquarter of the company whose founder is James?,"{""actions"":[{""actionType"":""condition"",""column"":""founder"",""operation"":""="",""value"":""James""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +84febe19-302d-4604-84b4-85f3719a2e60,,USER,Find the average access count across all documents?,"{""actions"":[{""actionType"":""aggregations"",""column"":""access_count"",""aggregation"":""avg""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" +0dd5874b-58c5-4663-a7d0-313644fb4238,,USER,List the names of the top 5 oldest people.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" +0f2aff8d-b8a0-4c49-9ed0-2b1f18887eb5,,USER,What country is Jetblue Airways affiliated with?,"{""actions"":[{""actionType"":""condition"",""column"":""Airline"",""operation"":""="",""value"":""'JetBlue Airways'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" +527477f7-651e-4c9a-a2b0-20e1f786cf3f,,USER,What is the email and phone number of Astrid Gruber the customer?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Astrid'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Gruber'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" +65240b97-59e5-4c3a-ac35-805f78ef9eb8,,USER,Find the average base price of different bed types for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pettype""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +8508891b-2606-4a7a-bd6f-a21599c551c6,,USER,What si the youngest employee's first and last name?,"{""actions"":[{""actionType"":""topFilter"",""column"":""birth_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +4be1d651-d540-4cdb-8ea0-cf69f223ae08,,USER,give me the states that border kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +0b5fc77b-eb2d-48e5-9914-7868f32ea245,,USER,Find the first names of students studying in room 108.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":108}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +26ae2768-56ba-4a66-bf8a-91a6d25006e2,,USER,How many artworks are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artwork_ID"",""aggregation"":""count""}]}","[{""columns"":[""Artwork_ID"",""Type"",""Name""],""name"":""artwork"",""type"":""grid""}]" +25700296-4d0c-4b02-8408-89ac49a1f54b,,USER,List the names of counties in descending order of population.,"{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""desc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +e94b53d6-02da-4865-802b-f8e70edd2e60,,USER,Show all locations and the total number of platforms and passengers for all train stations in each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""number_of_platforms"",""aggregation"":""sum""},{""actionType"":""aggregations"",""column"":""total_passengers"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" +f71baa27-da96-4739-870c-803ea56964f4,,USER,Return the codes of countries for which Spanish is the predominantly spoken language.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +e80ea617-7555-4483-98be-8d695283deab,,USER,What is last date created of votes from the state 'CA'?,"{""actions"":[{""actionType"":""aggregations"",""column"":""created"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""CA""}]}","[{""columns"":[""vote_id"",""phone_number"",""state"",""contestant_number"",""created""],""name"":""VOTES"",""type"":""grid""}]" +d6bed925-e417-4b0e-a539-c86833dd85d0,,USER,What are the name and description for location code x?,"{""actions"":[{""actionType"":""condition"",""column"":""location_code"",""operation"":""="",""value"":""'x'""}]}","[{""columns"":[""Location_Code"",""Location_Name"",""Location_Description""],""name"":""Ref_Locations"",""type"":""grid""}]" +a8d379b6-1d5f-4ebc-9b86-8e4bffc92251,,USER,How many students play sports?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" +859e2475-bd53-4fd0-bd37-f3c453c45a64,,USER,What are the names and ids of documents that have the type code BK?,"{""actions"":[{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +3027c384-bfc1-488f-ad77-7eb1d8940cbc,,USER,"Select the average price of each manufacturer's products, showing only the manufacturer's code.","{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Manufacturer""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +7f49df95-51ab-46d8-a3eb-8e62577d6efa,,USER,what states neighbor kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +ac8c513d-d893-4f0e-ba90-674469d11131,,USER,List the position of players and the average number of points of players of each position.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +9daa3b0b-7425-438b-8622-7261f3e65411,,USER,Show the shop addresses ordered by their opening year.,"{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Shop_ID"",""Address"",""Num_of_staff"",""Score"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" +4b394379-2883-45e8-9e36-b846b2129873,,USER,What are the names of artists who are Male and are from UK?,"{""actions"":[{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""'UK'""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""'Male'""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" +0d2fc171-c39c-46e4-9204-cd66f89b540d,,USER,"List the vehicle flight number, date and pilot of all the flights, ordered by altitude.","{""actions"":[{""actionType"":""sorting"",""column"":""altitude"",""direction"":""asc""}]}","[{""columns"":[""id"",""Vehicle_Flight_number"",""Date"",""Pilot"",""Velocity"",""Altitude"",""airport_id"",""company_id""],""name"":""flight"",""type"":""grid""}]" +6af3a303-ea73-4ac2-acfa-d1866b87cf29,,USER,Count the number of paragraphs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" +a5248033-0e60-40f7-a267-e0917ce5c1d3,,USER,what states have rivers named ohio,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +fe604d36-f1e5-4e09-8b07-50ce06285362,,USER,Find the GDP of the city with the largest regional population.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Regional_Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" +9f18af13-ecb2-4833-af89-0e1d688ff7bf,,USER,Count the number of artists.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" +2bd3fe7d-edcd-4283-bea5-0836e233deb2,,USER,What are the airline names and abbreviations for airlines in the USA?,"{""actions"":[{""actionType"":""condition"",""column"":""Country"",""operation"":""="",""value"":""'USA'""}]}","[{""columns"":[""uid"",""Airline"",""Abbreviation"",""Country""],""name"":""airlines"",""type"":""grid""}]" +978d6416-11e9-4a1f-941c-fd9104279d52,,USER,What is average age for different job title?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +974d788b-65c4-4f31-a7ed-5e79c3ec9564,,USER,Show the details of the top 3 most expensive hotels.,"{""actions"":[{""actionType"":""topFilter"",""column"":""price_range"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +b678f03c-ddcb-48e5-be80-aa0435d7f111,,USER,"What are the official names of cities, ordered descending by population?","{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" +80510a64-6822-4317-a598-d54b6a1ad3cc,,USER,Count the number of different directors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""director"",""aggregation"":""count""}]}","[{""columns"":[""movie_id"",""Title"",""Year"",""Director"",""Budget_million"",""Gross_worldwide""],""name"":""movie"",""type"":""grid""}]" +3ee240ff-0eaf-4bdc-91c0-4aed342a7230,,USER,Give the average quantity of stocks.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Quantity"",""aggregation"":""avg""}]}","[{""columns"":[""Shop_ID"",""Device_ID"",""Quantity""],""name"":""stock"",""type"":""grid""}]" +b25b1f88-4e2a-4280-957e-6c781c05e2cc,,USER,How many different products correspond to each order id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +5fad58f0-50e8-434b-a530-796d57fffed2,,USER,How many unique order IDs are associated with each product?,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""product_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +c7fe5399-87a2-4c60-96e9-71da09ddf3c4,,USER,how many people lived in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +c2cc3f3a-a0c4-43b6-a118-6ba6b6d3aa99,,USER,How many customers in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +2a48fcce-2906-4fa5-a7c2-a0e7e4847061,,USER,"For each year, display the year and the average attendance at home games.","{""actions"":[{""actionType"":""aggregations"",""column"":""attendance"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""year"",""league_id"",""team_id"",""park_id"",""span_first"",""span_last"",""games"",""openings"",""attendance""],""name"":""home_game"",""type"":""grid""}]" +a0563766-b634-49ef-85ac-5c6217051821,,USER,What are the ids of all students and number of hours played?,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""Stuid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" +d2cba28e-2b19-4b58-8490-0d40e0d47308,,USER,What is the average age for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +1630f410-22f0-4d26-a5ac-40bfaa4bb8c4,,USER,Who is the founders of companies whose first letter is S?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""starts with"",""value"":""S""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +8fca140f-2c98-4702-8fe1-3aad475fe535,,USER,How many technicians are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""count""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" +a9ad4025-b966-4f32-aa86-fef2a320bff1,,USER,how high is the highest point in america,"{""actions"":[{""actionType"":""aggregations"",""column"":""highest_elevation"",""aggregation"":""max""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +dbb186ad-0c57-4426-b296-238c4fc12650,,USER,"Show the census ranking of cities whose status are not ""Village"".","{""actions"":[{""actionType"":""condition"",""column"":""Status"",""operation"":""!="",""value"":""'Village'""}]}","[{""columns"":[""City_ID"",""Official_Name"",""Status"",""Area_km_2"",""Population"",""Census_Ranking""],""name"":""city"",""type"":""grid""}]" +d2b30165-8ec7-4109-add4-5d3d3a570d3c,,USER,What is the average attendance of stadiums with capacity percentage higher than 100%?,"{""actions"":[{""actionType"":""condition"",""column"":""capacity_percentage"",""operation"":"">"",""value"":100}]}","[{""columns"":[""id"",""name"",""Home_Games"",""Average_Attendance"",""Total_Attendance"",""Capacity_Percentage""],""name"":""stadium"",""type"":""grid""}]" +5f6ec7ab-7424-4272-a0b1-d59935847a54,,USER,"Find all the building full names containing the word ""court"".","{""actions"":[{""actionType"":""condition"",""column"":""building_full_name"",""operation"":""contains"",""value"":""court""}]}","[{""columns"":[""building_id"",""building_short_name"",""building_full_name"",""building_description"",""building_address"",""building_manager"",""building_phone""],""name"":""Apartment_Buildings"",""type"":""grid""}]" +877ada87-e3c5-4c89-991c-7264223ba938,,USER,"For each classroom, show the classroom number and count the number of distinct grades that use the room.","{""actions"":[{""actionType"":""aggregations"",""column"":""grade"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +35242b79-061f-496a-b954-47338944468f,,USER,List ids for all student who are on scholarship.,"{""actions"":[{""actionType"":""condition"",""column"":""onscholarship"",""operation"":""="",""value"":""Y""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" +d9f87807-03a6-4772-92fd-1d39702ca877,,USER,"What are the names of all genres in alphabetical order, combined with its ratings?","{""actions"":[{""actionType"":""sorting"",""column"":""g_name"",""direction"":""asc""}]}","[{""columns"":[""g_name"",""rating"",""most_popular_in""],""name"":""genre"",""type"":""grid""}]" +e634dd07-bbcb-43eb-86a8-2e6cbb95c684,,USER,List the names and buildings of all departments sorted by the budget from large to small.,"{""actions"":[{""actionType"":""sorting"",""column"":""budget"",""direction"":""desc""}]}","[{""columns"":[""dept_name"",""building"",""budget""],""name"":""department"",""type"":""grid""}]" +e6019b7c-246f-440b-8f1e-c901e4fe07c2,,USER,Find the number of bands.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Id"",""aggregation"":""count""}]}","[{""columns"":[""Id"",""Firstname"",""Lastname""],""name"":""Band"",""type"":""grid""}]" +59fdc820-093c-4923-9640-14ce08602cb0,,USER,"What are the total points of gymnasts, ordered by their floor exercise points descending?","{""actions"":[{""actionType"":""sorting"",""column"":""Floor_Exercise_Points"",""direction"":""desc""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" +58bfce1b-ef2f-4bfc-943a-4b9a723bc128,,USER,Which movies have 'Deleted Scenes' as a substring in the special feature?,"{""actions"":[{""actionType"":""condition"",""column"":""special_features"",""operation"":""contains"",""value"":""Deleted Scenes""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" +3a23e497-03c2-4d66-a135-ca7019b1fa4c,,USER,How many counties correspond to each police force?,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Police_force""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +14317b03-616e-4d7b-8861-e130cec357dd,,USER,what rivers run through illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +8f7d19e5-5a9a-477e-8df1-5b9137d6fff1,,USER,What is the average weight for each type of pet?,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pettype""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +84b592fa-d248-4388-a0df-29f715eddb1f,,USER,"For each faculty rank, show the number of faculty members with that rank.","{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +12812df9-3c10-4d3c-a417-2136e87e6fa2,,USER,What is the complete description of the job of a researcher?,"{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""researcher""}]}","[{""columns"":[""role_code"",""role_description""],""name"":""Staff_Roles"",""type"":""grid""}]" +afd567c7-5a6a-4e4c-84bd-e291f89d2a2e,,USER,How many parties do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""party_name"",""aggregation"":""count""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" +8c51aada-868c-4393-b644-a4050a0d3fd5,,USER,"Find id of candidates whose assessment code is ""Pass""?","{""actions"":[{""actionType"":""condition"",""column"":""asessment_outcome_code"",""operation"":""="",""value"":""'Pass'""}]}","[{""columns"":[""candidate_id"",""qualification"",""assessment_date"",""asessment_outcome_code""],""name"":""Candidate_Assessments"",""type"":""grid""}]" +453cd890-bb1c-41db-8d19-cd296e01513b,,USER,What is the average age for males in each job?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +d184a30e-043b-4ee9-82c7-a7e3a5716397,,USER,Count the number of likes for each student id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""liked_id""],""name"":""Likes"",""type"":""grid""}]" +6797dd44-2829-4763-9622-700b1ccead32,,USER,What is the name of the artist who joined latest?,"{""actions"":[{""actionType"":""topFilter"",""column"":""year_join"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" +8fc4b3f1-96a2-42e5-a22e-7869c0c3f735,,USER,rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +473cc46b-9675-4c21-ab1f-53fa58ebc6e8,,USER,Which district has the largest population?,"{""actions"":[{""actionType"":""topFilter"",""column"":""city_population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" +d21af4ac-4be0-47cc-95f1-a46d1e163f47,,USER,What are the names of artist who have the letter 'a' in their names?,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""ArtistId"",""Name""],""name"":""Artist"",""type"":""grid""}]" +491aae3a-a4d5-4f7c-8299-198358506c50,,USER,Find the name of the dorm with the largest capacity.,"{""actions"":[{""actionType"":""topFilter"",""column"":""student_capacity"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" +8a400173-2c95-4ecf-9910-fa07d8056d6d,,USER,what is the combined area of all 50 states,"{""actions"":[{""actionType"":""aggregations"",""column"":""area"",""aggregation"":""sum""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +4f1f90e4-8b89-4f27-ad72-24debeacf9f7,,USER,List the main industry with highest total market value and its number of companies.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""main_industry""},{""actionType"":""topFilter"",""column"":""market_value"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +a76df9cd-74b4-46ca-be2a-94873212eaa7,,USER,List the number of invoices and the invoice total from California.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""billing_state"",""operation"":""="",""value"":""'CA'""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +7476e0b0-48f7-4263-89f7-0fa0975d11ee,,USER,2014 papers,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2014}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" +92254d7e-6c78-4a34-a44d-feaafb9c8c4e,,USER,Show the different types of artworks and the corresponding number of artworks for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artwork_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Artwork_ID"",""Type"",""Name""],""name"":""artwork"",""type"":""grid""}]" +13442e16-76bc-4445-87fd-a194029eff6a,,USER,"For each state, find the total account balance of customers whose credit score is above 100.","{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":"">"",""value"":100},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +df400fe4-1edd-4c61-ab35-5caa8fc71cc6,,USER,What is the name of the person whose age is below 30?,"{""actions"":[{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":30}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +5d956e60-21df-4683-8fbc-1a017862a51b,,USER,How many distinct countries are the climbers from?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Country"",""aggregation"":""count""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +f2327c6b-a0db-4787-9d81-d10dd39f9650,,USER,List all the distinct product names ordered by product id?,"{""actions"":[{""actionType"":""sorting"",""column"":""product_id"",""direction"":""asc""}]}","[{""columns"":[""product_id"",""product_name"",""product_details""],""name"":""Product"",""type"":""grid""}]" +2c5fc33e-1efa-40e4-a2be-5d04337cf94e,,USER,Find the name and age of all males in order of their age.,"{""actions"":[{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""sorting"",""column"":""age"",""direction"":""asc""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +87e1e228-8815-4623-9d74-ea82952d48ef,,USER,Calculate the number of students in a single classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +cd3f005a-3864-40cb-a2b7-e759560336fd,,USER,What is the total number of hours for all projects?,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours"",""aggregation"":""sum""}]}","[{""columns"":[""Code"",""Name"",""Hours""],""name"":""Projects"",""type"":""grid""}]" +b6f42325-2a92-47a2-b396-8dfbb5dd2db2,,USER,How many students are there for each major?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""major""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +f925250f-66ad-4e8f-b0e2-1518c523bc55,,USER,"How many phone hardware models are produced by the company named ""Nokia Corporation""?","{""actions"":[{""actionType"":""aggregations"",""column"":""Company_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Company_name"",""operation"":""="",""value"":""'Nokia Corporation'""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" +6d0a50ba-55b7-4a6a-8977-87c87b3367c9,,USER,Show all region code and region name sorted by the codes.,"{""actions"":[{""actionType"":""sorting"",""column"":""region_code"",""direction"":""asc""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" +84ed3ae3-5066-4c03-9c51-2114babdb595,,USER,"For each document, provide the document ID and the count of employees in its circulation history.","{""actions"":[{""actionType"":""aggregations"",""column"":""employee_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""}]}","[{""columns"":[""document_id"",""draft_number"",""copy_number"",""employee_id""],""name"":""Circulation_History"",""type"":""grid""}]" +4eaf4075-6123-40fd-8958-35f5b8316bdb,,USER,List the name of the colleges whose enrollment is greater 18000 sorted by the college's name.,"{""actions"":[{""actionType"":""condition"",""column"":""enr"",""operation"":"">"",""value"":18000},{""actionType"":""sorting"",""column"":""cName"",""direction"":""asc""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +f76ac404-c551-4f17-98af-5ae898c6b40b,,USER,Show product IDs and the count of unique orders containing each product.,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""product_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +c02eca7c-7655-4201-a8a1-23ae1aefe17b,,USER,Where is the youngest teacher from?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" +ddeb51b1-f61d-4d9e-b213-493899de2080,,USER,What are the room names and ids of all the rooms that cost more than 160 and can accommodate more than two people.,"{""actions"":[{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":160},{""actionType"":""condition"",""column"":""maxOccupancy"",""operation"":"">"",""value"":2}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +3b8f96d5-e16c-4b31-8c68-460721d414e0,,USER,how many countries are in Asia?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Code"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'Asia'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +c7b25529-88e4-4b14-965f-daa5bce3d66c,,USER,Provide the total market value of each main industry.,"{""actions"":[{""actionType"":""aggregations"",""column"":""market_value"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""main_industry""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +fb4fe590-2ff4-4d73-9cd9-2ce60a976022,,USER,How many bank branches are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""branch_ID"",""aggregation"":""count""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +3c229904-3cd3-4833-acbc-a5d31f22d4e2,,USER,What are all the different food allergies?,"{""actions"":[{""actionType"":""condition"",""column"":""allergytype"",""operation"":""="",""value"":""'food'""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" +fe38fb50-5273-41c3-9464-0f6530306c45,,USER,How many singers are from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +91d63628-7d33-4fbc-a334-a2cc4e2efd24,,USER,List the snatch score and clean jerk score of body builders in ascending order of snatch score.,"{""actions"":[{""actionType"":""sorting"",""column"":""Snatch"",""direction"":""asc""}]}","[{""columns"":[""Body_Builder_ID"",""People_ID"",""Snatch"",""Clean_Jerk"",""Total""],""name"":""body_builder"",""type"":""grid""}]" +d2364e82-2a56-473d-86ab-a4fc514226d2,,USER,What is the name of the singer who is worth the most?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Net_Worth_Millions"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +2788b76e-ddf5-46dc-bce9-2737f90365d1,,USER,which state is the city springfield located in,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +30e5f0e3-0140-4c7c-89d3-bf28496814e2,,USER,List the name of ships in ascending order of tonnage.,"{""actions"":[{""actionType"":""sorting"",""column"":""Tonnage"",""direction"":""asc""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +1c45bb1c-df44-4e11-bd55-cf0e8178e617,,USER,What are the price ranges of five star hotels?,"{""actions"":[{""actionType"":""condition"",""column"":""star_rating_code"",""operation"":""="",""value"":""'5'""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +bc671ed4-a6a5-41c7-9a9a-956164ed694e,,USER,How many cinema do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Cinema_ID"",""aggregation"":""count""}]}","[{""columns"":[""Cinema_ID"",""Name"",""Openning_year"",""Capacity"",""Location""],""name"":""cinema"",""type"":""grid""}]" +644c4c7c-cda5-4902-8f6d-f284f9a20b49,,USER,How many patients stay in room 112?,"{""actions"":[{""actionType"":""aggregations"",""column"":""patient"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""room"",""operation"":""="",""value"":112}]}","[{""columns"":[""StayID"",""Patient"",""Room"",""StayStart"",""StayEnd""],""name"":""Stay"",""type"":""grid""}]" +c2a59c65-8f9f-48e5-a275-844c749dc438,,USER,How many players are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""}]}","[{""columns"":[""Player_ID"",""Sponsor_name"",""Player_name"",""Gender"",""Residence"",""Occupation"",""Votes"",""Rank""],""name"":""player"",""type"":""grid""}]" +f1385fd8-8a93-44f5-9cd6-bcf17283978d,,USER,How many tasks are there in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""task_id"",""aggregation"":""count""}]}","[{""columns"":[""task_id"",""project_id"",""task_details"",""eg Agree Objectives""],""name"":""Tasks"",""type"":""grid""}]" +bdff244f-25f5-4c85-866d-b1a92710c759,,USER,what state borders kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +d652ffec-e5d5-4c78-9aba-630610d20082,,USER,where is mount whitney,"{""actions"":[{""actionType"":""condition"",""column"":""mountain_name"",""operation"":""="",""value"":""'whitney'""}]}","[{""columns"":[""mountain_name"",""mountain_altitude"",""country_name"",""state_name""],""name"":""mountain"",""type"":""grid""}]" +a07f06c1-3845-4175-8ac3-275225a0ebad,,USER,Determine the number of hosts for each nationality and list the nationality and the count.,"{""actions"":[{""actionType"":""aggregations"",""column"":""f1"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""f1""}]}","[{""columns"":[""f1"",""f2""],""name"":""follows"",""type"":""grid""}]" +18fb07ff-cec7-4665-a2a6-e83f910a6664,,USER,"Report the grade, number of classrooms, and total number of students for each grade.","{""actions"":[{""actionType"":""aggregations"",""column"":""classroom"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +791d94c3-e453-46e7-8b13-e380b804814e,,USER,"What are the building full names that contain the word ""court""?","{""actions"":[{""actionType"":""condition"",""column"":""building_full_name"",""operation"":""contains"",""value"":""court""}]}","[{""columns"":[""building_id"",""building_short_name"",""building_full_name"",""building_description"",""building_address"",""building_manager"",""building_phone""],""name"":""Apartment_Buildings"",""type"":""grid""}]" +e2410800-e193-4dba-937f-e760c1d57c7d,,USER,How many books are in each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""category""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +5e7e32c5-70ba-4ee4-bba7-99e297c6dbe5,,USER,"For each bed type, find the average base price of different bed type.","{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +03fdb028-38d1-4b09-855c-924cf7b7b5f7,,USER,what major rivers run through illinois,"{""actions"":[{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +f5095aed-f005-4962-9a9a-e3d49ae344fb,,USER,Count the number of female Professors we have.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""F""},{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +c14cbf51-a735-42d2-8ebb-797a19d4a39a,,USER,Count the number of different languages in these films.,"{""actions"":[{""actionType"":""aggregations"",""column"":""language_id"",""aggregation"":""count""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" +c4f16249-20e2-4756-a822-0e98500a6588,,USER,Find all actors from Afghanistan,"{""actions"":[{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""'Afghanistan'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +03a3f4a0-c6a7-425b-8b3d-a0501920fad9,,USER,Find the names of all instructors in Comp. Sci. department with salary > 80000.,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Comp. Sci.""},{""actionType"":""condition"",""column"":""salary"",""operation"":"">"",""value"":80000}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +5edb0a58-9135-46c3-afb3-f6ed09266e56,,USER,Find the average elevation of airports in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +bf740b47-ff3c-4037-8545-cd46396404b7,,USER,What is the number of cartoones written by Joseph Kuhr?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Written_by"",""operation"":""="",""value"":""'Joseph Kuhr'""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" +2be7e797-3f9f-4d45-a2b3-2cba6c14814c,,USER,Return the name of the mountain with the greatest height.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" +2cf0d6f5-8554-4f04-816e-4649e125d185,,USER,"For every nationality, how many singers originate from that country?","{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +97592795-385d-4b6a-9ca0-be3738669809,,USER,List the names and decor of rooms that have a king bed. Sort the list by their price.,"{""actions"":[{""actionType"":""condition"",""column"":""bedtype"",""operation"":""="",""value"":""King""},{""actionType"":""sorting"",""column"":""basePrice"",""direction"":""asc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +15150439-1dcb-4d16-a9c6-4be0534471a1,,USER,How many students are in each classroom?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +7c29f620-7fc3-4322-9b89-ebb160ad5913,,USER,papers that were not published in the last year,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""!="",""value"":2015}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" +70ed3299-e42e-4f32-bb54-b8fab352471f,,USER,"What are the player name, number of matches, and information source for players who do not suffer from injury of 'Knee problem'?","{""actions"":[{""actionType"":""condition"",""column"":""injury"",""operation"":""!="",""value"":""Knee problem""}]}","[{""columns"":[""game_id"",""id"",""Player"",""Injury"",""Number_of_matches"",""Source""],""name"":""injury_accident"",""type"":""grid""}]" +7e4e98d7-ab09-4e84-beee-3d26d338cb91,,USER,Find the number of dorms and total capacity for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +0a543500-00bf-4f69-9fe3-44cd18c19571,,USER,How many kids stay in the rooms reserved by ROY SWEAZY?,"{""actions"":[{""actionType"":""condition"",""column"":""FirstName"",""operation"":""="",""value"":""'ROY'""},{""actionType"":""condition"",""column"":""LastName"",""operation"":""="",""value"":""'SWEAZY'""}]}","[{""columns"":[""Code"",""Room"",""CheckIn"",""CheckOut"",""Rate"",""LastName"",""FirstName"",""Adults"",""Kids""],""name"":""Reservations"",""type"":""grid""}]" +c0973680-8296-4801-8990-e4743a60f09a,,USER,List the type of bed and name of all traditional rooms.,"{""actions"":[{""actionType"":""condition"",""column"":""decor"",""operation"":""="",""value"":""'traditional'""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +ca5abfac-4897-4a0a-ac91-0cc6641a8416,,USER,What are the names of the top 8 countries by total invoice size and what are those sizes?,"{""actions"":[{""actionType"":""aggregations"",""column"":""total"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""billing_country""},{""actionType"":""topFilter"",""column"":""total"",""limit"":8,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +41c0e4fc-8a8d-4f7a-9dc0-376fb6386f71,,USER,Count the number of captains in each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +5886df6e-ee23-4ff2-bcb5-5ca80b8bba69,,USER,What is total bonus given in all evaluations?,"{""actions"":[{""actionType"":""aggregations"",""column"":""bonus"",""aggregation"":""sum""}]}","[{""columns"":[""Employee_ID"",""Year_awarded"",""Bonus""],""name"":""evaluation"",""type"":""grid""}]" +072365a9-2b04-401e-9bea-ceb4730c717a,,USER,"Show different carriers of phones, along with the number of phones for each carrier.","{""actions"":[{""actionType"":""aggregations"",""column"":""Name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Carrier""}]}","[{""columns"":[""Name"",""Phone_ID"",""Memory_in_G"",""Carrier"",""Price""],""name"":""phone"",""type"":""grid""}]" +84eded9a-8111-498d-b4ad-dd1d28d2a8ff,,USER,List customer ids and their respective account counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""account_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_id""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +0530bbf3-ae72-46f7-a041-cb79510d7204,,USER,Which actors were born in Tehran,"{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Tehran'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +c84ec46c-3ff4-41f6-a200-4b676b214f7c,,USER,When are the birthdays of customer who are classified as 'Good Customer' status?,"{""actions"":[{""actionType"":""condition"",""column"":""customer_status_code"",""operation"":""="",""value"":""Good Customer""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +905eac64-a4af-4ada-a29a-600ea72c7e8b,,USER,"List the names of countries whose language is not ""German"".","{""actions"":[{""actionType"":""condition"",""column"":""Languages"",""operation"":""!="",""value"":""'German'""}]}","[{""columns"":[""Country_ID"",""Name"",""Population"",""Area"",""Languages""],""name"":""country"",""type"":""grid""}]" +929a0f92-e281-457c-8c29-b6ca099175db,,USER,What is the highest acc percent score in the competition?,"{""actions"":[{""actionType"":""topFilter"",""column"":""acc_percent"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Team_ID"",""School_ID"",""Team_Name"",""ACC_Regular_Season"",""ACC_Percent"",""ACC_Home"",""ACC_Road"",""All_Games"",""All_Games_Percent"",""All_Home"",""All_Road"",""All_Neutral""],""name"":""basketball_match"",""type"":""grid""}]" +c564998c-a5c8-4124-9c5a-5a302177bc38,,USER,What is the student capacity and type of gender for the dorm whose name as the phrase Donor in it?,"{""actions"":[{""actionType"":""condition"",""column"":""dorm_name"",""operation"":""contains"",""value"":""Donor""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" +f5913b3b-118d-4a4c-b909-3cca889ac1bf,,USER,"Find the emails of the user named ""Mary"".","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Mary""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" +f0ec5714-454b-4478-9bd4-5778f6b4c45d,,USER,Identify the youngest age for each job position.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +a48bd42f-16ac-4376-9c09-079e20f04979,,USER,where is the lowest point in iowa,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'iowa'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +df5f39cc-6eac-4de7-a6aa-a86735b28f88,,USER,Find the package choice and series name of the TV channel that has high definition TV.,"{""actions"":[{""actionType"":""condition"",""column"":""hight_definition_TV"",""operation"":""="",""value"":""'yes'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +6c47de27-8106-4379-a13c-9599fbc255ea,,USER,What is the average age of the visitors whose membership level is not higher than 4?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Level_of_membership"",""operation"":""<="",""value"":4}]}","[{""columns"":[""ID"",""Name"",""Level_of_membership"",""Age""],""name"":""visitor"",""type"":""grid""}]" +9c136e8d-89cb-46bb-bd9b-74f0c4a3ccd8,,USER,How many customers have an account?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +83e4ca98-de91-425b-b9e5-9e0beb6975fb,,USER,How many unique classes are offered?,"{""actions"":[{""actionType"":""aggregations"",""column"":""class_code"",""aggregation"":""count""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +56a8004d-4dc1-41b1-9123-95498e107ea9,,USER,Show the average population of all counties.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""avg""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" +293308e9-826a-442c-b58d-c53864a5dc89,,USER,How many addresses are in the district of California?,"{""actions"":[{""actionType"":""aggregations"",""column"":""address_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""district"",""operation"":""="",""value"":""California""}]}","[{""columns"":[""address_id"",""address"",""address2"",""district"",""city_id"",""postal_code"",""phone"",""last_update""],""name"":""address"",""type"":""grid""}]" +f244440f-6a61-488c-b3f5-d91373e66a68,,USER,What is the number of ships?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""count""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +2207da50-e57d-46b6-8469-c2b73dfe49ff,,USER,Tell me the distinct block codes where some rooms are available.,"{""actions"":[{""actionType"":""condition"",""column"":""unavailable"",""operation"":""="",""value"":0}]}","[{""columns"":[""RoomNumber"",""RoomType"",""BlockFloor"",""BlockCode"",""Unavailable""],""name"":""Room"",""type"":""grid""}]" +8943007b-306c-48b0-86e5-b28f9abe7649,,USER,"What are the customer phone numbers under the policy ""Life Insurance""?","{""actions"":[{""actionType"":""condition"",""column"":""policy_type_code"",""operation"":""="",""value"":""'Life Insurance'""}]}","[{""columns"":[""Policy_ID"",""policy_type_code"",""Customer_Phone""],""name"":""Available_Policies"",""type"":""grid""}]" +19f4802d-3ddd-46bd-a07b-d60776e9cc19,,USER,What are the names of players whose training hours is between 500 and 1500?,"{""actions"":[{""actionType"":""condition"",""column"":""HS"",""operation"":"">="",""value"":500},{""actionType"":""condition"",""column"":""HS"",""operation"":""<="",""value"":1500}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" +9cab8657-5168-41e2-910c-aa64e97d821f,,USER,What are names for top three branches with most number of membership?,"{""actions"":[{""actionType"":""topFilter"",""column"":""membership_amount"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" +0a922410-58f2-4b2f-8dd5-7b341ea8b4e7,,USER,What are the maximum price and score of wines produced by St. Helena appelation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""Appelation"",""operation"":""="",""value"":""'St. Helena'""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +94bc2846-2bd4-4b63-9c4e-09efdfdd5342,,USER,how tall is guadalupe peak,"{""actions"":[{""actionType"":""condition"",""column"":""highest_point"",""operation"":""="",""value"":""'guadalupe peak'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +9932fea8-87d0-41ed-81f3-68d27c6c41fc,,USER,How many total credits does each department offer?,"{""actions"":[{""actionType"":""aggregations"",""column"":""credits"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" +a42e7789-b766-443d-9bee-a9f4e62fa87e,,USER,how many states does usa have,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""count""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +bc1b09f6-092a-418b-99c2-96123bc86d86,,USER,Determine the number of musicals that each nominee has been nominated for.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Musical_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nominee""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" +7eb99f5c-b2a9-44c6-bdcb-246f282be8ad,,USER,"Enumerate all transportation methods to attractions, along with the count of accessible attractions for each method.","{""actions"":[{""actionType"":""aggregations"",""column"":""Tourist_Attraction_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""How_to_Get_There""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" +3bdd7bad-2e26-4847-8999-136a9b2e9075,,USER,return me the papers after 2000 .,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" +63162263-e1a6-4b58-ae2b-6213bf30d9ea,,USER,"Return the themes of farm competitions, sorted by year ascending.","{""actions"":[{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""asc""}]}","[{""columns"":[""Competition_ID"",""Year"",""Theme"",""Host_city_ID"",""Hosts""],""name"":""farm_competition"",""type"":""grid""}]" +12c3f4fd-de93-4e78-8ae5-394f4f5990b9,,USER,Which three cities have the largest regional population?,"{""actions"":[{""actionType"":""topFilter"",""column"":""regional_population"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" +58c9b778-500a-4529-b7a0-9cb27dfbc944,,USER,What is the id and salary of the employee named Mark Young?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Mark Young""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" +78318f55-22f2-4e57-89b2-8583957886e1,,USER,"What is the nationality of "" Kevin Spacey "" ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'director_name0'""}]}","[{""columns"":[""did"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""director"",""type"":""grid""}]" +cbebf877-c560-4588-b279-0be95afa8804,,USER,Count the number of countries in Asia.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Code"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""continent"",""operation"":""="",""value"":""'Asia'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +c3de7924-76a5-4155-b7e2-130968837e79,,USER,"return me the homepage of "" University of Michigan "" .","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'University of Michigan'""}]}","[{""columns"":[""continent"",""homepage"",""name"",""oid""],""name"":""organization"",""type"":""grid""}]" +3d9a5360-37f0-445b-8dc8-487fd0a2b1e8,,USER,Show the nicknames of schools that are not in division 1.,"{""actions"":[{""actionType"":""condition"",""column"":""Division"",""operation"":""!="",""value"":""'Division 1'""}]}","[{""columns"":[""School_ID"",""Nickname"",""Colors"",""League"",""Class"",""Division""],""name"":""school_details"",""type"":""grid""}]" +ceffb1ba-fe7a-474a-b1ad-1f006bb2fe21,,USER,What are the types of video games and how many games are in each type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +3154de9c-40fb-4fff-8aa4-efc955762696,,USER,"How many games in 1885 postseason resulted in ties (that is, the value of ""ties"" is '1')?","{""actions"":[{""actionType"":""aggregations"",""column"":""year"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1885},{""actionType"":""condition"",""column"":""ties"",""operation"":""="",""value"":1}]}","[{""columns"":[""year"",""round"",""team_id_winner"",""league_id_winner"",""team_id_loser"",""league_id_loser"",""wins"",""losses"",""ties""],""name"":""postseason"",""type"":""grid""}]" +26943bd0-cad2-43b1-b9af-888f7be46a05,,USER,Count the number of different last names actors have.,"{""actions"":[{""actionType"":""aggregations"",""column"":""last_name"",""aggregation"":""count""}]}","[{""columns"":[""actor_id"",""first_name"",""last_name"",""last_update""],""name"":""actor"",""type"":""grid""}]" +4c107cb5-8382-4266-8601-9d6d03e3e13d,,USER,"What is the title, phone number and hire date for the employee named Nancy Edwards?","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Nancy'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Edwards'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +7f2fd563-bdab-4cb3-b0be-f2123fac5bf3,,USER,Show each location and the number of cinemas there.,"{""actions"":[{""actionType"":""aggregations"",""column"":""grant_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""organisation_id""}]}","[{""columns"":[""grant_id"",""organisation_id"",""grant_amount"",""grant_start_date"",""grant_end_date"",""other_details""],""name"":""Grants"",""type"":""grid""}]" +0ac8b050-1666-4b3a-9be9-b8f02ae7c23b,,USER,Calculate the average age for each city and display those cities.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""city_code""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +3e30f86f-6563-4a0e-9d97-617c7f6c6335,,USER,How many video game types exist?,"{""actions"":[{""actionType"":""aggregations"",""column"":""gtype"",""aggregation"":""count""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" +ff6d39c7-95b9-4dfd-bd68-9fc961ebe0c3,,USER,What is the nickname of the employee named Janessa Sawayn?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" +42073d3a-76d4-4b69-868c-6a3dad69786c,,USER,What is the id for the employee called Ebba?,"{""actions"":[{""actionType"":""condition"",""column"":""employee_name"",""operation"":""="",""value"":""'Ebba'""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" +1adba2a5-d11e-4fce-9a69-8a7f0b7604a2,,USER,Which part has the least chargeable amount? List the part id and amount.,"{""actions"":[{""actionType"":""topFilter"",""column"":""chargeable_amount"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""part_id"",""part_name"",""chargeable_yn"",""chargeable_amount"",""other_part_details""],""name"":""Parts"",""type"":""grid""}]" +0c4c141c-c820-45a4-9a8c-eff5c1cb0a55,,USER,"List the number of invoices from the US, grouped by state.","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""billing_country"",""operation"":""="",""value"":""'USA'""},{""actionType"":""grouping"",""column"":""billing_state""}]}","[{""columns"":[""id"",""customer_id"",""invoice_date"",""billing_address"",""billing_city"",""billing_state"",""billing_country"",""billing_postal_code"",""total""],""name"":""invoices"",""type"":""grid""}]" +53eec1b5-14ef-4f47-a0e5-c3fc113ac6a4,,USER,how big is the city of boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +fcfa29c0-fac7-4cbf-990d-e55afce126b1,,USER,Find the names of all races held in 2017.,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2017}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" +751353fe-8834-403d-b247-ca304d5f6137,,USER,How many employees do we have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" +3d010246-b746-4b52-ace5-e961b93108f5,,USER,What is the total population of Gelderland district?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Population"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""District"",""operation"":""="",""value"":""'Gelderland'""}]}","[{""columns"":[""ID"",""Name"",""CountryCode"",""District"",""Population""],""name"":""city"",""type"":""grid""}]" +f47b2f6e-982f-4a52-bcee-a2b54e142a70,,USER,Return the famous release date for the oldest artist.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" +f5b48b8a-8ec1-4196-9286-1fa580c590be,,USER,"What is the date when the document ""Marry CV"" was stored?","{""actions"":[{""actionType"":""condition"",""column"":""Document_name"",""operation"":""="",""value"":""'Marry CV'""}]}","[{""columns"":[""Document_ID"",""Date_Stored"",""Document_Type_Code"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""All_Documents"",""type"":""grid""}]" +345a4a04-4a79-4434-83a8-4c7a87985cab,,USER,What are the average prominence of the mountains in country 'Morocco'?,"{""actions"":[{""actionType"":""aggregations"",""column"":""prominence"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""Morocco""}]}","[{""columns"":[""id"",""name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" +32f09912-1168-4155-8dab-a33d0780782f,,USER,"What are the different affiliations, and how many schools with each affiliation have an enrollment size of over 20000?","{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enrollment"",""operation"":"">"",""value"":20000},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +2184a4f6-6f4c-493f-9f52-659a9263db87,,USER,What is the largest payment amount?,"{""actions"":[{""actionType"":""topFilter"",""column"":""amount"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""payment_id"",""customer_id"",""staff_id"",""rental_id"",""amount"",""payment_date"",""last_update""],""name"":""payment"",""type"":""grid""}]" +94f95012-e93d-4b87-b4ff-a6aa4ed931ac,,USER,"Find the code of the document type ""Paper"".","{""actions"":[{""actionType"":""condition"",""column"":""document_type_name"",""operation"":""="",""value"":""'Paper'""}]}","[{""columns"":[""Document_Type_Code"",""Document_Type_Name"",""Document_Type_Description""],""name"":""Ref_Document_Types"",""type"":""grid""}]" +f190030b-4b6d-4e4d-86c3-6ce239876dcd,,USER,Determine the number of captains in each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +4fbae2e7-19f2-4f1e-8f88-faecdbbf2d8d,,USER,Find the author for each submission and list them in ascending order of submission score.,"{""actions"":[{""actionType"":""sorting"",""column"":""Scores"",""direction"":""asc""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" +8e3c087e-31cd-403c-a3f5-8571e580ed9a,,USER,Find the names of all instructors in computer science department,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Comp. Sci.""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +aa2f1a04-5f95-4494-bfdd-e2948c2e6bbd,,USER,"List the names, phone numbers, and emails of all customers sorted by their dates of becoming customers.","{""actions"":[{""actionType"":""sorting"",""column"":""date_became_customer"",""direction"":""asc""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""customer_phone"",""customer_email"",""date_became_customer""],""name"":""Customers"",""type"":""grid""}]" +42499166-57d5-44c7-8687-54e9dc837485,,USER,Return the maximum enrollment across all schools.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""max""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +5ab01cc3-faa7-4ac3-aff6-d071efa86fa6,,USER,Determine the number of trains that originate from each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""origin""}]}","[{""columns"":[""id"",""train_number"",""name"",""origin"",""destination"",""time"",""interval""],""name"":""train"",""type"":""grid""}]" +759ebb01-d3ff-4176-83ee-f77fe62a6090,,USER,What is the pixel aspect ratio and country of origin for all TV channels that do not use English?,"{""actions"":[{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""!="",""value"":""English""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +ece42eb6-7e27-42ae-80e2-7a85be06939d,,USER,Show me the classrooms grade 5 is using.,"{""actions"":[{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":5}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +2ad3b934-a8d2-4532-ad87-b1c6fa817ae9,,USER,"What are the chip model and screen mode of the phone with hardware model name ""LG-P760""?","{""actions"":[{""actionType"":""condition"",""column"":""Hardware_Model_name"",""operation"":""="",""value"":""'LG-P760'""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" +10801bfb-fcd9-4444-a60f-d3a1239a4c3a,,USER,"Find all cities which has a "" Taj Mahal "" .","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Taj Mahal'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" +511ebac9-b3fb-4f84-a986-549498b9f28e,,USER,What are all the distinct participant ids who attended any events?,"{""actions"":[{""actionType"":""aggregations"",""column"":""participant_id"",""aggregation"":""count""}]}","[{""columns"":[""Event_ID"",""Participant_ID""],""name"":""Participants_in_Events"",""type"":""grid""}]" +1e22fe75-37b8-4cd9-8cac-712717c6c453,,USER,What are the distinct president votes on 08/30/2015?,"{""actions"":[{""actionType"":""condition"",""column"":""Registration_Date"",""operation"":""="",""value"":""'08/30/2015'""}]}","[{""columns"":[""StuID"",""Registration_Date"",""Election_Cycle"",""President_Vote"",""Vice_President_Vote"",""Secretary_Vote"",""Treasurer_Vote"",""Class_President_Vote"",""Class_Senator_Vote""],""name"":""Voting_record"",""type"":""grid""}]" +a6a13698-4076-435f-8373-527de63fd5eb,,USER,Count different addresses of each school.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +d30d9e17-402c-4e90-bf60-416098a8f596,,USER,Display the different headquarters and the number of companies at each headquarter.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Headquarters""}]}","[{""columns"":[""Company_ID"",""Name"",""Headquarters"",""Industry"",""Sales_in_Billion"",""Profits_in_Billion"",""Assets_in_Billion"",""Market_Value_in_Billion""],""name"":""company"",""type"":""grid""}]" +eefcd0c4-0c29-4de0-9fd4-71f52b7d5fce,,USER,how many citizens in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +7d9f144c-0381-48c1-80e6-35648164390f,,USER,Find the average order quantity per order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""order_quantity"",""aggregation"":""avg""}]}","[{""columns"":[""order_id"",""product_id"",""order_quantity""],""name"":""Order_Items"",""type"":""grid""}]" +056c2dc6-4313-40a3-8888-60692432fc3e,,USER,What zip codes have a station with a max temperature greater than or equal to 80 and when did it reach that temperature?,"{""actions"":[{""actionType"":""condition"",""column"":""max_temperature_f"",""operation"":"">="",""value"":80}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +ca6cbf58-ce82-47cd-950a-fbb1aed32e8a,,USER,How many rooms in each building have a capacity of over 50?,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +ea2dc03c-8b80-481a-a28d-f3cf3433fc24,,USER,How many singers originate from each country?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +732e2c42-8b89-4c06-b79e-dde1744f8dc7,,USER,What is the total credit offered by each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""crs_credit"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" +c2d86967-226d-4247-8363-acb2321e0837,,USER,"Which apartment type has the largest number of total rooms? Return the apartment type code, its number of bathrooms and number of bedrooms.","{""actions"":[{""actionType"":""grouping"",""column"":""apt_type_code""},{""actionType"":""topFilter"",""column"":""room_count"",""limit"":1,""aggregation"":""sum"",""direction"":""desc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" +62995e8f-4b14-44db-a5f4-95219476c9fd,,USER,"For each classroom, report the classroom number and the number of grades using it.","{""actions"":[{""actionType"":""aggregations"",""column"":""grade"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +3924cb0e-370c-488c-80a2-c736750696bf,,USER,number of states bordering kentucky,"{""actions"":[{""actionType"":""aggregations"",""column"":""border"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +84b43041-2f35-45b6-abe7-8515eb1bfa49,,USER,Return the age of the person with the greatest height.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Height"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" +7f1aa672-3478-4a40-9d5e-f6f6700c163f,,USER,How many different items were reviewed by some users?,"{""actions"":[{""actionType"":""aggregations"",""column"":""i_id"",""aggregation"":""count""}]}","[{""columns"":[""a_id"",""u_id"",""i_id"",""rating"",""rank""],""name"":""review"",""type"":""grid""}]" +4fbdc93c-ce40-4771-adb8-91a657efc009,,USER,How many bookings does each booking status have? List the booking status code and the number of corresponding bookings.,"{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""booking_status_code""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" +a3d76f64-8d90-45f6-8c58-170a33a1b12c,,USER,Find the first names of students with age above 22.,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">"",""value"":22}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +c39938d6-d88d-4904-af05-eae8be641552,,USER,"For each constructor id, how many races are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""constructorStandingsId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""constructorid""}]}","[{""columns"":[""constructorStandingsId"",""raceId"",""constructorId"",""points"",""position"",""positionText"",""wins""],""name"":""constructorStandings"",""type"":""grid""}]" +067b5e6c-7b7c-4417-90b3-648047141fbf,,USER,"Count the number of tests with ""Fail"" result.","{""actions"":[{""actionType"":""aggregations"",""column"":""registration_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""test_result"",""operation"":""="",""value"":""'Fail'""}]}","[{""columns"":[""registration_id"",""date_test_taken"",""test_result""],""name"":""Student_Tests_Taken"",""type"":""grid""}]" +d924f7f3-785a-46fa-b7af-1b0a18393619,,USER,Find the number of people who is under 40 for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":40},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +984d3601-9a40-482b-863d-52cc9995822d,,USER,Find the total number of instructors who teach a course in the Spring 2010 semester.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""semester"",""operation"":""="",""value"":""Spring""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2010}]}","[{""columns"":[""ID"",""course_id"",""sec_id"",""semester"",""year""],""name"":""teaches"",""type"":""grid""}]" +02cec32b-378e-41b8-8855-8751da0f9d88,,USER,What is the airport name for airport 'AKO'?,"{""actions"":[{""actionType"":""condition"",""column"":""AirportCode"",""operation"":""="",""value"":""'AKO'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" +d99210b4-39c9-4e1e-934e-2b8c22546c37,,USER,What are total transaction amounts for each transaction type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""transaction_type""}]}","[{""columns"":[""transaction_id"",""account_id"",""invoice_number"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" +fb7b084d-d0bd-4205-a328-df346d022c3d,,USER,"What is the first name of the author with last name ""Ueno""?","{""actions"":[{""actionType"":""condition"",""column"":""lname"",""operation"":""="",""value"":""'Ueno'""}]}","[{""columns"":[""authID"",""lname"",""fname""],""name"":""Authors"",""type"":""grid""}]" +6a506d1f-cb3a-48c1-af9b-f7da7a2bcdcf,,USER,How many captains with younger than 50 are in each rank?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":50},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +c601644d-765a-4d87-bbaf-6cfe862f41da,,USER,Count the number of distinct claim outcome codes.,"{""actions"":[{""actionType"":""aggregations"",""column"":""claim_outcome_code"",""aggregation"":""count""}]}","[{""columns"":[""Claim_Processing_ID"",""Claim_ID"",""Claim_Outcome_Code"",""Claim_Stage_ID"",""Staff_ID""],""name"":""Claims_Processing"",""type"":""grid""}]" +551b3cf0-bbe4-4349-b3a9-d0a4a0fa0cd6,,USER,how many rivers are there in idaho,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'idaho'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +3e136f3b-5e2f-466d-b273-b5e5295b0a72,,USER,How many employees who are IT staff are from each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""IT Staff""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +9a07ab1a-d8b3-415f-bef2-b67224387262,,USER,Who are the players from UCLA?,"{""actions"":[{""actionType"":""condition"",""column"":""College"",""operation"":""="",""value"":""'UCLA'""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" +f7b151e9-0e19-44e5-a5b8-5ebbae1dee46,,USER,"Find products with max page size as ""A4"" and pages per minute color smaller than 5.","{""actions"":[{""actionType"":""condition"",""column"":""max_page_size"",""operation"":""="",""value"":""'A4'""},{""actionType"":""condition"",""column"":""pages_per_minute_color"",""operation"":""<"",""value"":5}]}","[{""columns"":[""product_id"",""product"",""dimensions"",""dpi"",""pages_per_minute_color"",""max_page_size"",""interface""],""name"":""product"",""type"":""grid""}]" +4dd7524b-2284-4ffb-930b-01e85d64efca,,USER,what is the population of boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +b6e108a1-6546-47fc-bdef-f0e95d0cb84a,,USER,Find the players whose names contain letter 'a'.,"{""actions"":[{""actionType"":""condition"",""column"":""pName"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""pID"",""pName"",""yCard"",""HS""],""name"":""Player"",""type"":""grid""}]" +240a933a-b98f-44fe-b7e4-07fadb2b6757,,USER,What are the different types of player positions?,"{""actions"":[{""actionType"":""aggregations"",""column"":""pPos"",""aggregation"":""count""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" +b1eb18c6-fd8f-4351-8edc-2caa40c7e9f2,,USER,Give the ids of the three products purchased in the largest amounts.,"{""actions"":[{""actionType"":""topFilter"",""column"":""total_amount_purchased"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""product_id"",""supplier_id"",""date_supplied_from"",""date_supplied_to"",""total_amount_purchased"",""total_value_purchased""],""name"":""Product_Suppliers"",""type"":""grid""}]" +fdd5fb2b-3735-4e29-b0a7-fd7fed3497cc,,USER,What are the public schools and what are their locations?,"{""actions"":[{""actionType"":""condition"",""column"":""affiliation"",""operation"":""="",""value"":""Public""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +6dea2676-b719-4b2d-8ec5-07cfa9fc13e2,,USER,Show the id and salary of Mark Young.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Mark Young""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" +510d931d-ec14-4d27-96a1-46071b6441f9,,USER,Find the number of rooms for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +b6d42523-e09a-488e-b1cb-5515b7afda63,,USER,Return the poll source corresponding to the candidate who has the oppose rate.,"{""actions"":[{""actionType"":""topFilter"",""column"":""oppose_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" +6c95a43d-ba28-4774-8340-57984aec8ec3,,USER,Count the number of distinct store locations.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LOCATION"",""aggregation"":""count""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" +245f7361-9cb6-4193-a7f6-75b1779403c6,,USER,What is the average base cost for each bed type? List the bed types and their average prices.,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +3314c29b-fc77-4724-b856-6a391e166e8a,,USER,"What are the dog name, age and weight of the dogs that were abandoned? Note that 1 stands for yes, and 0 stands for no in the tables.","{""actions"":[{""actionType"":""condition"",""column"":""abandoned_yn"",""operation"":""="",""value"":1}]}","[{""columns"":[""dog_id"",""owner_id"",""abandoned_yn"",""breed_code"",""size_code"",""name"",""age"",""date_of_birth"",""gender"",""weight"",""date_arrived"",""date_adopted"",""date_departed""],""name"":""Dogs"",""type"":""grid""}]" +02ccff3b-4156-4227-90b9-09cbf58b7151,,USER,What is the number of days that had an average humity above 50 and an average visibility above 8?,"{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""mean_humidity"",""operation"":"">"",""value"":50},{""actionType"":""condition"",""column"":""mean_visibility_miles"",""operation"":"">"",""value"":8}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +f19032e2-375d-4482-801a-d953610eb648,,USER,give me the cities which are in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +6d1a5bcb-5938-42a2-a812-6fe8f86070a1,,USER,How many games are held after season 2007?,"{""actions"":[{""actionType"":""aggregations"",""column"":""stadium_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""season"",""operation"":"">"",""value"":2007}]}","[{""columns"":[""stadium_id"",""id"",""Season"",""Date"",""Home_team"",""Away_team"",""Score"",""Competition""],""name"":""game"",""type"":""grid""}]" +443e070f-e39c-4922-bfd1-816dc4c3eaa8,,USER,Find the number of employees of each gender whose salary is lower than 50000.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Fname"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""salary"",""operation"":""<"",""value"":50000},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""Fname"",""Minit"",""Lname"",""Ssn"",""Bdate"",""Address"",""Sex"",""Salary"",""Super_ssn"",""Dno""],""name"":""employee"",""type"":""grid""}]" +133a7988-9b58-401e-8d80-41fad5e97b71,,USER,"For each city, how many branches were opened before 2010?","{""actions"":[{""actionType"":""aggregations"",""column"":""Branch_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":2010},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" +a37de1be-5015-49c8-9a64-a38ddf088393,,USER,"What are the different template type codes, and how many templates correspond to each?","{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_type_code""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" +49a4a150-b860-4538-85e8-420237fc5e41,,USER,What are the names of people in ascending order of height?,"{""actions"":[{""actionType"":""sorting"",""column"":""Height"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Home Town""],""name"":""people"",""type"":""grid""}]" +3ce5da63-4351-4b1d-b878-2662ef33dcea,,USER,How many players are there for each hand type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""hand""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +2988a7c6-4896-40d6-a222-8419f37eb105,,USER,Find the name of physicians whose position title contains the word 'senior'.,"{""actions"":[{""actionType"":""condition"",""column"":""POSITION"",""operation"":""contains"",""value"":""senior""}]}","[{""columns"":[""EmployeeID"",""Name"",""Position"",""SSN""],""name"":""Physician"",""type"":""grid""}]" +399f9095-67ec-47c2-be8b-d4592f66b524,,USER,what are the rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +ec52de32-720a-44cd-bd87-e1aeeb7bf0fc,,USER,List distinct product names and their average product prices.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Product_Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Product_Name""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" +72707b0b-0221-4027-9faf-c0848766a242,,USER,List the carriers of devices in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Carrier"",""direction"":""asc""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" +e7d10ff8-01a2-43fc-a434-2d2cb14418cb,,USER,"return me the citations of "" Making database systems usable "" .","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" +7aed5ef0-f4dc-4110-9cf4-537d25f2bd44,,USER,Count the number of different film ratings.,"{""actions"":[{""actionType"":""aggregations"",""column"":""rating"",""aggregation"":""count""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" +a899f8b5-0dce-419d-bbaa-e09996fcddd3,,USER,"What are all the players who played in match season, sorted by college in ascending alphabetical order?","{""actions"":[{""actionType"":""sorting"",""column"":""College"",""direction"":""asc""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" +7fa0f78d-792d-42bc-8752-587ede875017,,USER,Count the number of employees for each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Employee_ID"",""Name"",""Age"",""City""],""name"":""employee"",""type"":""grid""}]" +17f99496-7bcb-48a8-9d73-f70a5243bcb8,,USER,List all female students age is older than 18 who is not majoring in 600. List students' first name and last name.,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":"">"",""value"":18},{""actionType"":""condition"",""column"":""Major"",""operation"":""!="",""value"":600},{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +4eaac696-f253-4ce3-8431-807c93ac6f93,,USER,How many different colleges were represented at tryouts?,"{""actions"":[{""actionType"":""aggregations"",""column"":""cName"",""aggregation"":""count""}]}","[{""columns"":[""pID"",""cName"",""pPos"",""decision""],""name"":""Tryout"",""type"":""grid""}]" +434011ee-81e4-48a3-977f-a58f51d6519f,,USER,List all club names in descending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""desc""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" +60ad85af-f875-47e3-8ce2-56fcd6d18032,,USER,What are the names of the nations with the 3 lowest populations?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +afb97a52-06d5-4c8b-9920-0067b57b8d33,,USER,What are the names of wrestlers days held less than 100?,"{""actions"":[{""actionType"":""condition"",""column"":""Days_held"",""operation"":""<"",""value"":100}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" +709ffcc1-22ef-44e4-855d-eb30807ad325,,USER,what is the height of mount mckinley,"{""actions"":[{""actionType"":""condition"",""column"":""mountain_name"",""operation"":""="",""value"":""'mckinley'""}]}","[{""columns"":[""mountain_name"",""mountain_altitude"",""country_name"",""state_name""],""name"":""mountain"",""type"":""grid""}]" +3aff8f58-2d83-4992-ae52-35dfc13277b3,,USER,"What are the names of all people, ordered by their date of birth?","{""actions"":[{""actionType"":""sorting"",""column"":""date_of_birth"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" +05753ad9-3254-4104-a323-0f2c23db841e,,USER,"For each city, find the highest latitude among its stations.","{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +a7c0e7c3-efd5-48be-999f-8d17e811ffcb,,USER,What is the nickname of staff with first name as Janessa and last name as Sawayn?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" +55713602-26aa-41e9-9683-794362cac350,,USER,"How many rooms have king beds, categorized by decor type?","{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +a94477d6-8ac6-49c6-afd7-91279545f569,,USER,How many distinct parties are there for representatives?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Party"",""aggregation"":""count""}]}","[{""columns"":[""Representative_ID"",""Name"",""State"",""Party"",""Lifespan""],""name"":""representative"",""type"":""grid""}]" +f58720a3-85e2-4b0a-a9f3-467d0f3e980d,,USER,List the document ids for any documents with the status code done and the type code paper.,"{""actions"":[{""actionType"":""condition"",""column"":""document_status_code"",""operation"":""="",""value"":""'done'""},{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'Paper'""}]}","[{""columns"":[""document_id"",""document_status_code"",""document_type_code"",""shipping_agent_code"",""receipt_date"",""receipt_number"",""other_details""],""name"":""Documents"",""type"":""grid""}]" +e1244af8-2fac-4497-a41d-7a35ce4b0466,,USER,Find the number of phones for each accreditation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Accreditation_type""}]}","[{""columns"":[""Company_name"",""Hardware_Model_name"",""Accreditation_type"",""Accreditation_level"",""Date"",""chip_model"",""screen_mode""],""name"":""phone"",""type"":""grid""}]" +26e86068-81a6-4412-8c68-d26828b52ee5,,USER,Present the number of customers for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" +e072ac2e-1b61-4ed6-ae63-c4483870ff10,,USER,Count the number of distinct company industries.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Industry"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +7554f8ea-19be-49f0-86c1-dde0440c4f05,,USER,What is the name of the bank branch with the greatest number of customers?,"{""actions"":[{""actionType"":""topFilter"",""column"":""no_of_customers"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +36c141c4-908d-45ea-9684-0db2aeb1a680,,USER,What is the maximum accelerate for different number of cylinders?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Accelerate"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Cylinders""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +1ede2ed1-8d1f-4f21-b85b-21b63c708451,,USER,What are the names of all the customers in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""custid"",""name""],""name"":""ACCOUNTS"",""type"":""grid""}]" +27bc31aa-84c8-420e-91bb-ac307890a1a3,,USER,"Show the id and star rating of each hotel, ordered by its price from low to high.","{""actions"":[{""actionType"":""sorting"",""column"":""price_range"",""direction"":""asc""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +4022a93d-f084-44d8-a5ad-18b7ae694e8a,,USER,Calculate the number of players with less than 30 points for each position.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""points"",""operation"":""<"",""value"":30},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +49e01468-6d86-4a63-86ba-fe2209ac8484,,USER,"List the name and number of followers for each user, and sort the results by the number of followers in descending order.","{""actions"":[{""actionType"":""sorting"",""column"":""followers"",""direction"":""desc""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" +f140b5f1-0cb8-4c5d-8cb0-58e1f1a6c542,,USER,What is the average horsepower for all cars produced before 1980 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""horsepower"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""year"",""operation"":""<"",""value"":1980}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +1e91e0c8-25cf-4f9d-ae7b-2e46d5744f38,,USER,What are the names of enzymes who does not produce 'Heme'?,"{""actions"":[{""actionType"":""condition"",""column"":""product"",""operation"":""!="",""value"":""Heme""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" +ad37e29b-2efa-46c9-adfe-f06f5ce2fe49,,USER,Display all role codes with the corresponding employee count for each role.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""role_code""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" +d222edd6-cd31-406a-86d1-1ba8685077fa,,USER,What is the name of the race that occurred most recently?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" +8d46d4df-4e71-4a6d-ab4a-3be7865be251,,USER,Find the name of the airport in the city of Goroka.,"{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""Goroka""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +3aa6fb38-b315-4ee5-b1ca-654b501248ed,,USER,"Among players with an overall rating greater than 80, how many are left-footed or right-footed?","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""overall_rating"",""operation"":"">"",""value"":80},{""actionType"":""grouping"",""column"":""preferred_foot""}]}","[{""columns"":[""id"",""player_fifa_api_id"",""player_api_id"",""date"",""overall_rating"",""potential"",""preferred_foot"",""attacking_work_rate"",""defensive_work_rate"",""crossing"",""finishing"",""heading_accuracy"",""short_passing"",""volleys"",""dribbling"",""curve"",""free_kick_accuracy"",""long_passing"",""ball_control"",""acceleration"",""sprint_speed"",""agility"",""reactions"",""balance"",""shot_power"",""jumping"",""stamina"",""strength"",""long_shots"",""aggression"",""interceptions"",""positioning"",""vision"",""penalties"",""marking"",""standing_tackle"",""sliding_tackle"",""gk_diving"",""gk_handling"",""gk_kicking"",""gk_positioning"",""gk_reflexes""],""name"":""Player_Attributes"",""type"":""grid""}]" +ee6750b3-7fc2-43c8-a748-3b1f7d69f722,,USER,what is the lowest point in the state of iowa,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'iowa'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +86bde23a-1e58-4d90-a54e-df25d0bd95f9,,USER,How many different types of beds are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""bedType"",""aggregation"":""count""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +8e6f6210-f86a-47f3-95e0-ef1a8f4f72f6,,USER,What is the name of the song that was released in the most recent year?,"{""actions"":[{""actionType"":""topFilter"",""column"":""releasedate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +784994e4-85c9-4bec-af8d-1e8001093aa9,,USER,Show the names of the three most recent festivals.,"{""actions"":[{""actionType"":""topFilter"",""column"":""YEAR"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Festival_ID"",""Festival_Name"",""Chair_Name"",""Location"",""Year"",""Num_of_Audience""],""name"":""festival_detail"",""type"":""grid""}]" +3eda0de5-962b-46dc-8594-5cf0f5e4b6cb,,USER,Return the names of all regions other than Denmark.,"{""actions"":[{""actionType"":""condition"",""column"":""region_name"",""operation"":""!="",""value"":""Denmark""}]}","[{""columns"":[""Region_id"",""Region_code"",""Region_name""],""name"":""region"",""type"":""grid""}]" +29bfb486-9063-4d4a-8316-765b9a2cd6fd,,USER,Count the number of different software platforms.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Software_Platform"",""aggregation"":""count""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" +27fc286e-4e0c-4b4f-b304-c679ced8fce4,,USER,What is the id of the problem log that is created most recently?,"{""actions"":[{""actionType"":""topFilter"",""column"":""log_entry_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""problem_log_id"",""assigned_to_staff_id"",""problem_id"",""problem_category_code"",""problem_status_code"",""log_entry_date"",""log_entry_description"",""log_entry_fix"",""other_log_details""],""name"":""Problem_Log"",""type"":""grid""}]" +9ba6dc37-d7c2-41db-a045-3d2fcc0fd8bb,,USER,Display unique railway locations and the number of railways in each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Railway_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" +55cb2a09-4418-44c5-9595-8fb222d6294a,,USER,Show the number of trains,"{""actions"":[{""actionType"":""aggregations"",""column"":""Train_ID"",""aggregation"":""count""}]}","[{""columns"":[""Train_ID"",""Name"",""Time"",""Service""],""name"":""train"",""type"":""grid""}]" +b89d980f-c2d5-46ce-a685-78ee7b1e333a,,USER,what states does the ohio run through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +4ad2ad97-21bc-4cad-bd81-9dcace69ce63,,USER,What is the maximum acceleration for each type of cylinder?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Accelerate"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Cylinders""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +b4630e12-694f-4946-b7a5-2e41442afe31,,USER,how big is new mexico,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'new mexico'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +3a96f1c2-aa0a-40b5-b6c4-56761d9c021a,,USER,"How much was the budget of "" Finding Nemo ""","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Finding Nemo'""}]}","[{""columns"":[""mid"",""title"",""release_year"",""title_aka"",""budget""],""name"":""movie"",""type"":""grid""}]" +d9f9ff39-01c4-4730-a67e-fca706f4707b,,USER,"In what city was "" Kevin Spacey "" born ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'director_name0'""}]}","[{""columns"":[""did"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""director"",""type"":""grid""}]" +205f921e-780b-459a-a1e2-622727b26c6a,,USER,What is the average tonnage for each type of product?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tonnage"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +bc6d6b8f-814e-4f86-a21e-608106160cd0,,USER,List all payment methods and number of payments using each payment methods.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""payment_method_code""}]}","[{""columns"":[""customer_id"",""datetime_payment"",""payment_method_code"",""amount_payment""],""name"":""Customer_Payments"",""type"":""grid""}]" +24a0add8-6bc5-4292-bcbe-1a15a95afc8d,,USER,Show order ids and the number of products in each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +595a0ea6-88b1-4e11-8905-1b029c759136,,USER,"For each booking status, list the status code and the number of associated bookings.","{""actions"":[{""actionType"":""aggregations"",""column"":""apt_booking_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""booking_status_code""}]}","[{""columns"":[""apt_booking_id"",""apt_id"",""guest_id"",""booking_status_code"",""booking_start_date"",""booking_end_date""],""name"":""Apartment_Bookings"",""type"":""grid""}]" +5c25847d-cfd6-4400-b8d4-5415f7e9f474,,USER,"Return the type code of the document named ""David CV"".","{""actions"":[{""actionType"":""condition"",""column"":""document_name"",""operation"":""="",""value"":""'David CV'""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" +289d2b6d-6e38-40b1-a775-8858257bdc8b,,USER,Count the number of sections per course.,"{""actions"":[{""actionType"":""aggregations"",""column"":""CLASS_CODE"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""crs_code""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +c53a3840-85f7-4856-8538-2f512dae98bf,,USER,What are the names of races held between 2009 and 2011?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":2009},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<="",""value"":2011}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" +398dbc74-d781-4efc-9acd-1c904f8ac0ff,,USER,Show the employee ID and end date of their previous job for each employee.,"{""actions"":[{""actionType"":""aggregations"",""column"":""end_date"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""employee_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""START_DATE"",""END_DATE"",""JOB_ID"",""DEPARTMENT_ID""],""name"":""job_history"",""type"":""grid""}]" +9d66da75-2bde-4dbe-9063-5c1419684dc7,,USER,how long is the rio grande river in miles,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'rio grande'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +37dc9a83-0df1-4e5d-bfda-839a4328ee4f,,USER,"What are the course names, ordered by credits?","{""actions"":[{""actionType"":""sorting"",""column"":""Credits"",""direction"":""asc""}]}","[{""columns"":[""CID"",""CName"",""Credits"",""Instructor"",""Days"",""Hours"",""DNO""],""name"":""Course"",""type"":""grid""}]" +37ff7ad8-b845-47d1-80c7-3d5b70307f78,,USER,What is the name and date of the race that occurred most recently?,"{""actions"":[{""actionType"":""topFilter"",""column"":""date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" +170bcbdd-6cfc-416f-9682-6285a56e6a8b,,USER,"Tell me the location of the club ""Hopkins Student Enterprises"".","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Hopkins Student Enterprises'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" +c89504e3-9ae6-47ef-9eca-8be5558e26fc,,USER,Quantify the books available from each publisher.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""publisher""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +2b965f30-02bd-4ba0-bb39-aaf8926a0fc8,,USER,Show different ways to get to attractions and the number of attractions that can be accessed in the corresponding way.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tourist_Attraction_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""How_to_Get_There""}]}","[{""columns"":[""Tourist_Attraction_ID"",""Attraction_Type_Code"",""Location_ID"",""How_to_Get_There"",""Name"",""Description"",""Opening_Hours"",""Other_Details""],""name"":""Tourist_Attractions"",""type"":""grid""}]" +5225be8f-a1b5-4f80-a934-66164cd337f3,,USER,Count the number of high school students per grade level.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" +89329de8-32c2-4daa-9a87-f632b022267d,,USER,Enumerate the countries where Spanish is predominantly spoken.,"{""actions"":[{""actionType"":""aggregations"",""column"":""CountryCode"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +e1c7c76c-7f70-4e43-a648-25255ce6ce22,,USER,What is the age of student Linda Smith?,"{""actions"":[{""actionType"":""condition"",""column"":""Fname"",""operation"":""="",""value"":""'Linda'""},{""actionType"":""condition"",""column"":""Lname"",""operation"":""="",""value"":""'Smith'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +f350c7d4-de58-444e-a291-67a1cba30992,,USER,What are the names of the five cities with the greatest proportion of white people?,"{""actions"":[{""actionType"":""topFilter"",""column"":""White"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""County_ID"",""Name"",""White"",""Black"",""Amerindian"",""Asian"",""Multiracial"",""Hispanic""],""name"":""city"",""type"":""grid""}]" +cc976402-40b8-4842-b5ac-8b0816b3b224,,USER,List the title of all cartoons in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" +e35a4e50-496c-41ca-a73a-a128520ab8dc,,USER,What is the zip code that has the lowest average mean sea level pressure?,"{""actions"":[{""actionType"":""grouping"",""column"":""zip_code""},{""actionType"":""topFilter"",""column"":""mean_sea_level_pressure_inches"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +5ef19db9-9018-40ad-9773-120e36555ae3,,USER,Return the titles of any movies with an R rating.,"{""actions"":[{""actionType"":""condition"",""column"":""rating"",""operation"":""="",""value"":""R""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" +2d9a07dc-4ac4-4380-afa6-3bb2dd30b5dc,,USER,Which teachers teach in classroom 110? Give me their first names.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":110}]}","[{""columns"":[""LastName"",""FirstName"",""Classroom""],""name"":""teachers"",""type"":""grid""}]" +42bf8cda-20ab-48da-95e0-84fb32ffa81d,,USER,Show me the cost of the most recently performed treatment.,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_of_treatment"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""treatment_id"",""dog_id"",""professional_id"",""treatment_type_code"",""date_of_treatment"",""cost_of_treatment""],""name"":""Treatments"",""type"":""grid""}]" +838b3df9-70d2-4b61-83c4-79794fb19d84,,USER,"Find the id of the item whose title is ""orange"".","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'orange'""}]}","[{""columns"":[""i_id"",""title""],""name"":""item"",""type"":""grid""}]" +03a18d3c-4b2d-4ff5-8fc3-4a30ce0e3e78,,USER,Return the names of products in the category 'Spices'.,"{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Spices'""}]}","[{""columns"":[""product_id"",""color_code"",""product_category_code"",""product_name"",""typical_buying_price"",""typical_selling_price"",""product_description"",""other_product_details""],""name"":""Products"",""type"":""grid""}]" +46f87570-4b58-4d38-baa1-4e9e2e0b6eaa,,USER,Find the last names of teachers teaching in classroom 109.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":109}]}","[{""columns"":[""LastName"",""FirstName"",""Classroom""],""name"":""teachers"",""type"":""grid""}]" +e446cdcb-e9a2-4d0a-8fb4-8306387364f5,,USER,Display all template IDs and the number of documents associated with each template.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_id""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +25a6c890-1fcf-4a54-b80c-8ca68e9dd9dd,,USER,how many programs are broadcast in each time section of the day?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Channel_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""time_of_day""}]}","[{""columns"":[""Channel_ID"",""Program_ID"",""Time_of_day""],""name"":""broadcast"",""type"":""grid""}]" +e490fc95-bc4b-45ff-a7bd-9ca204e290ad,,USER,"Show the first name, last name, and phone number for all female faculty members.","{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +9633eb50-b39b-4a0e-a514-748db9d57be2,,USER,What are the bed type and name of all the rooms with traditional decor?,"{""actions"":[{""actionType"":""condition"",""column"":""decor"",""operation"":""="",""value"":""'traditional'""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +861a236c-7039-4ac0-8786-afcd78edf6dd,,USER,"What is the content of TV Channel with serial name ""Sky Radio""?","{""actions"":[{""actionType"":""condition"",""column"":""series_name"",""operation"":""="",""value"":""'Sky Radio'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +a4e89828-458d-41de-b5b2-46cc08a3ffc6,,USER,What is the name of the youngest captain?,"{""actions"":[{""actionType"":""topFilter"",""column"":""age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +730b4610-1c75-4fc1-bb81-c4a03f378776,,USER,Find the department name of the instructor whose name contains 'Soisalon'.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Soisalon""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +e0b655eb-b05e-4cc8-8341-230176a8bb39,,USER,"What are the names of wines, sorted in alphabetical order?","{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +d262a11c-2665-415d-8e61-1a9d8853e50a,,USER,What is the average price across all products?,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +e0833f8e-f461-464e-ae7d-588ee8341940,,USER,What is the highest latitude of stations in each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +abb1b3c6-a702-4071-84aa-cca750ebaf74,,USER,"What are the different affiliations, and what is the total enrollment of schools founded after 1850 for each enrollment type?","{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1850},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +b0c1cb9f-56b1-4a15-9a94-a2664e729547,,USER,Find the number of reviews.,"{""actions"":[{""actionType"":""aggregations"",""column"":""a_id"",""aggregation"":""count""}]}","[{""columns"":[""a_id"",""u_id"",""i_id"",""rating"",""rank""],""name"":""review"",""type"":""grid""}]" +a93ba0ec-c9d8-4f68-ac24-076bcec85a71,,USER,Count the number of different nationalities of conductors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Nationality"",""aggregation"":""count""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" +b3bd5ed3-7d1f-4c03-ad2b-3a5ae58e3f39,,USER,"What are the names of students and their respective departments, ordered by number of credits from least to greatest?","{""actions"":[{""actionType"":""sorting"",""column"":""tot_cred"",""direction"":""asc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""tot_cred""],""name"":""student"",""type"":""grid""}]" +68c94c17-5852-4de1-bc03-be1a55f51a07,,USER,What is the average base price of different bed type? List bed type and average base price.,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +ca863f88-3ea5-428d-a749-6a2994eed4df,,USER,what states in the united states have a city of springfield,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +d988a2c6-937a-43cd-a8ec-59cc6473a356,,USER,"Show all official native languages that contain the word ""English"".","{""actions"":[{""actionType"":""condition"",""column"":""Official_native_language"",""operation"":""contains"",""value"":""English""}]}","[{""columns"":[""Country_id"",""Country_name"",""Capital"",""Official_native_language""],""name"":""country"",""type"":""grid""}]" +5252e014-e6ad-4ce4-b627-fca9b249bf21,,USER,Find all states in which there is a Whataburger,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Whataburger'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" +5f4d601d-25af-404e-b41d-0bccb1efe0ce,,USER,"Find the name and membership level of the visitors whose membership level is higher than 4, and sort by their age from old to young.","{""actions"":[{""actionType"":""condition"",""column"":""Level_of_membership"",""operation"":"">"",""value"":4},{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""ID"",""Name"",""Level_of_membership"",""Age""],""name"":""visitor"",""type"":""grid""}]" +1e037568-3003-4068-a729-55c9a6dabb35,,USER,"Provide department ids, employee full names, and salaries for top earners in each department.","{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +fbfc146f-07f2-4ba8-912d-4d18a5f325ce,,USER,Show all publishers and the number of books for each publisher.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""publisher""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +e57ede6f-0b9e-4cd4-9ab3-219e1bfc9ecf,,USER,name the major rivers in illinois,"{""actions"":[{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +32715b3b-4f5e-4c11-a440-9bd69d9a2c33,,USER,Find the cities of businesses rated below 1.5,"{""actions"":[{""actionType"":""condition"",""column"":""rating"",""operation"":""<"",""value"":1.5}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" +b861c8fd-2225-4c79-820c-72546f81d377,,USER,What is the average age of males with different job titles?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +04883db2-00e7-4a89-a8c8-3e5a373d95fb,,USER,"What is the name of the document which has been accessed the most times, as well as the number of times it has been accessed?","{""actions"":[{""actionType"":""topFilter"",""column"":""access_count"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" +e0f21cd4-e8b4-4274-b490-543fa052d054,,USER,How many musical nominations does each nominee have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Musical_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nominee""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" +2bb7baff-6388-4633-82c0-51df5251c340,,USER,Show all company names and headquarters in the descending order of market value.,"{""actions"":[{""actionType"":""sorting"",""column"":""market_value"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +f20167bb-4f2e-4a96-bafc-b423576c0ad3,,USER,Who is the delegate of district 1 in the elections?,"{""actions"":[{""actionType"":""condition"",""column"":""District"",""operation"":""="",""value"":1}]}","[{""columns"":[""Election_ID"",""Counties_Represented"",""District"",""Delegate"",""Party"",""First_Elected"",""Committee""],""name"":""election"",""type"":""grid""}]" +3eea9a42-aba5-4a66-8d4c-82d8ed1e4892,,USER,"What are the names of captains, sorted by age descending?","{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +f3d52551-75d5-4733-a223-5cc55a0dc3b1,,USER,Find the department with the most employees.,"{""actions"":[{""actionType"":""grouping"",""column"":""departmentID""},{""actionType"":""topFilter"",""column"":""departmentID"",""limit"":1,""aggregation"":""count"",""direction"":""desc""}]}","[{""columns"":[""DepartmentID"",""Name"",""Head""],""name"":""Department"",""type"":""grid""}]" +a4e51372-3600-414e-acbb-d495640ea48c,,USER,what is the population of boulder city,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +834d223a-702c-4608-aa8b-8356d6ecd733,,USER,how many states have cities named springfield,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +09a91ee9-1305-4749-a3f4-946335de853f,,USER,how many states does the missouri river flow through,"{""actions"":[{""actionType"":""aggregations"",""column"":""traverse"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'missouri'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +8e010f8f-744c-41a4-83b5-90046aa8d809,,USER,How many captains under 50 years old are in each rank?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +708f56b7-9306-465a-afc4-17495ab4a30f,,USER,Please list the age and famous title of artists in descending order of age.,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" +3684441f-50c4-4e96-abf8-f5a7fc9c2e8e,,USER,List all payment methods and the number of payments made for each method.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""payment_method_code""}]}","[{""columns"":[""customer_id"",""datetime_payment"",""payment_method_code"",""amount_payment""],""name"":""Customer_Payments"",""type"":""grid""}]" +2ecb7c5b-d7a7-4512-a8c7-d77327665fea,,USER,Find all actors born in Tehran,"{""actions"":[{""actionType"":""condition"",""column"":""birth_city"",""operation"":""="",""value"":""'Tehran'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +b2e0ba36-139b-4d24-aa2e-fac4752dbb67,,USER,How many different addresses do the students currently live?,"{""actions"":[{""actionType"":""aggregations"",""column"":""current_address_id"",""aggregation"":""count""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" +ab4a41b8-2719-47b8-9194-9d535b13522f,,USER,Show the average price of hotels for each star rating code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""star_rating_code""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +1a7de84d-21d2-4054-8c98-b9157559a928,,USER,Could you report the total number of students for each fourth-grade classroom?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'4'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +9e5d506b-c523-4d64-afdf-8f99eca418c7,,USER,what length is the rio grande,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'rio grande'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +05a4ccce-a5cf-4f73-855e-26702931d1ea,,USER,What are the countries of all airlines whose names start with Orbit?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""starts with"",""value"":""Orbit""}]}","[{""columns"":[""alid"",""name"",""iata"",""icao"",""callsign"",""country"",""active""],""name"":""airlines"",""type"":""grid""}]" +ec019e7d-3c54-43a5-ba85-93d751ce7ac3,,USER,Give the names of mountains in alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" +a91ea19c-e202-4edc-9d8d-b756e699cfd2,,USER,Provide a count of individuals from each birthplace.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Birth_Place""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Birth_Date"",""Birth_Place""],""name"":""people"",""type"":""grid""}]" +ec521fcd-5a7d-4e76-9342-8646fba1ba69,,USER,Find the name of the campuses opened before 1800.,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""<"",""value"":1800}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" +93ce4e07-e78f-4c28-a12f-f1ee9e0bee58,,USER,Please show the categories of the music festivals and the count.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Category""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" +9f5a8db3-2121-4f1e-af6b-21446029fef9,,USER,"What are the names of companies whose headquarters are not ""USA""?","{""actions"":[{""actionType"":""condition"",""column"":""Headquarters"",""operation"":""!="",""value"":""USA""}]}","[{""columns"":[""id"",""name"",""Headquarters"",""Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value_billion""],""name"":""Companies"",""type"":""grid""}]" +0349acca-bd50-49e8-9adb-329c8fd283a5,,USER,Return the average gross sales in dollars across all films.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Gross_in_dollar"",""aggregation"":""avg""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" +f95c2094-c03f-4d83-9fc8-4333c1ff5cf0,,USER,How many faculty members do we have for each faculty rank?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +41969eea-7278-4c73-8b81-871ee7fe3661,,USER,Return the names of all counties sorted by population in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""asc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" +aaf2b85f-2436-4f95-80dd-7dfbae9005a5,,USER,What are the ids of all students who live in CHI?,"{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""="",""value"":""'CHI'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +373d34d1-74db-4a37-a12b-c51419abdcf1,,USER,"What is the rank, company, and market value of every comapny in the banking industry ordered by sales and profits?","{""actions"":[{""actionType"":""condition"",""column"":""main_industry"",""operation"":""="",""value"":""Banking""},{""actionType"":""sorting"",""column"":""sales_billion"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""profits_billion"",""direction"":""asc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +96947e62-e0aa-46c3-be5f-8e3266949c73,,USER,"For each grade 0 classroom, return the classroom number and the count of students.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'0'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +c4d07e12-693c-4328-93e1-f51ef1d93c6b,,USER,Show the city and the number of branches opened before 2010 for each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Branch_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<"",""value"":2010},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" +197d48e7-e6b8-4ed9-9fc8-168f4bb66913,,USER,What is the average share count of transactions for different investors?,"{""actions"":[{""actionType"":""aggregations"",""column"":""share_count"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""investor_id""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +c53e674f-d840-4f48-9c12-229bff65944d,,USER,How many medicines are offered by each trade name?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""trade_name""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" +a7ea405d-0d46-4634-9092-03f1aab40748,,USER,"Find the last name of the staff whose email address contains ""wrau"".","{""actions"":[{""actionType"":""condition"",""column"":""email_address"",""operation"":""contains"",""value"":""wrau""}]}","[{""columns"":[""staff_id"",""gender"",""first_name"",""last_name"",""email_address"",""phone_number""],""name"":""Staff"",""type"":""grid""}]" +75b63df3-0cc3-455a-a685-ed970cbbaf70,,USER,What is the id of the trip that has the shortest duration?,"{""actions"":[{""actionType"":""topFilter"",""column"":""duration"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" +c7039033-ba5d-4235-a141-5eaec4ec65e2,,USER,List the height and weight of people in descending order of height.,"{""actions"":[{""actionType"":""sorting"",""column"":""Height"",""direction"":""desc""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Birth_Date"",""Birth_Place""],""name"":""people"",""type"":""grid""}]" +f311a043-be46-4552-a46a-81cec5993ce3,,USER,kentucky borders how many states,"{""actions"":[{""actionType"":""aggregations"",""column"":""border"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +07072a96-8653-49ff-8660-1c129d35ec00,,USER,what is the size of new mexico,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'new mexico'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +5a9ae02e-e3c2-400b-93fd-74374a0837f1,,USER,"Find the names of the visitors whose membership level is higher than 4, and order the results by the level from high to low.","{""actions"":[{""actionType"":""condition"",""column"":""Level_of_membership"",""operation"":"">"",""value"":4},{""actionType"":""sorting"",""column"":""Level_of_membership"",""direction"":""desc""}]}","[{""columns"":[""ID"",""Name"",""Level_of_membership"",""Age""],""name"":""visitor"",""type"":""grid""}]" +59c5c6bf-cb3a-47d7-be4a-441ff39d34f2,,USER,Show all game ids and the number of hours played.,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""gameid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" +7078f190-fb74-4aac-a1d1-be24b7de48a5,,USER,Find the total student enrollment in colleges founded after 1850 for each affiliation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1850},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +9241119c-81bd-4f47-8afb-5bc4270c2362,,USER,List the number of competitions for each type of competition.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Competition_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Competition_type""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" +6db7a1d0-2f71-4d69-9066-3da36b6051ab,,USER,"Which programs' origins are not ""Beijing""? Give me the program names.","{""actions"":[{""actionType"":""condition"",""column"":""origin"",""operation"":""!="",""value"":""Beijing""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" +273fefda-f90f-4a84-be4d-300c82b07a2a,,USER,how many people live in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +0f11e2c4-cdae-4dbf-8c7d-8a0e2a0c2feb,,USER,What are the speeds of the longest roller coaster?,"{""actions"":[{""actionType"":""topFilter"",""column"":""LENGTH"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" +05a46beb-d500-46b1-abb5-bce45470325d,,USER,What is the average age for each job title?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +1a57688d-bd6f-4a4e-b715-11f2d77c72f9,,USER,return me the paper with more than 200 citations .,"{""actions"":[{""actionType"":""condition"",""column"":""citation_num"",""operation"":"">"",""value"":200}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" +ceed0f79-c910-49bf-84e7-0f6af5f1a156,,USER,"Which stadium name contains the substring ""Bank""?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Bank""}]}","[{""columns"":[""id"",""name"",""Home_Games"",""Average_Attendance"",""Total_Attendance"",""Capacity_Percentage""],""name"":""stadium"",""type"":""grid""}]" +e0ec2890-1400-4f43-845e-a3bdd7c239c1,,USER,Show all the distinct president votes made on 08/30/2015.,"{""actions"":[{""actionType"":""condition"",""column"":""Registration_Date"",""operation"":""="",""value"":""'08/30/2015'""}]}","[{""columns"":[""StuID"",""Registration_Date"",""Election_Cycle"",""President_Vote"",""Vice_President_Vote"",""Secretary_Vote"",""Treasurer_Vote"",""Class_President_Vote"",""Class_Senator_Vote""],""name"":""Voting_record"",""type"":""grid""}]" +6741770e-ab3d-4824-8452-34eb153df7d7,,USER,what states are next to kentucky,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'kentucky'""}]}","[{""columns"":[""state_name"",""border""],""name"":""border_info"",""type"":""grid""}]" +b6d6e830-bf2b-4d50-ae57-7fab07ddb377,,USER,order all gas station locations by the opening year.,"{""actions"":[{""actionType"":""sorting"",""column"":""open_year"",""direction"":""asc""}]}","[{""columns"":[""Station_ID"",""Open_Year"",""Location"",""Manager_Name"",""Vice_Manager_Name"",""Representative_Name""],""name"":""gas_station"",""type"":""grid""}]" +1b95a4c1-e558-4d3c-be9e-864ad5f19c8c,,USER,How much is the track Fast As a Shark?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Fast As a Shark'""}]}","[{""columns"":[""id"",""name"",""album_id"",""media_type_id"",""genre_id"",""composer"",""milliseconds"",""bytes"",""unit_price""],""name"":""tracks"",""type"":""grid""}]" +ee040c11-214d-47de-bde1-325d3ff4e4fa,,USER,"For each type, what is the average tonnage?","{""actions"":[{""actionType"":""aggregations"",""column"":""Tonnage"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +db1aea5a-d062-4f37-a4d3-8479cf931afe,,USER,"Return the famous titles of the artist called ""Triumfall"".","{""actions"":[{""actionType"":""condition"",""column"":""Artist"",""operation"":""="",""value"":""'Triumfall'""}]}","[{""columns"":[""Artist_ID"",""Artist"",""Age"",""Famous_Title"",""Famous_Release_date""],""name"":""artist"",""type"":""grid""}]" +bef23b87-1e26-4ac7-90dd-da0cc81d14e2,,USER,"What are the names of organizations, ordered by the date they were formed, ascending?","{""actions"":[{""actionType"":""sorting"",""column"":""date_formed"",""direction"":""asc""}]}","[{""columns"":[""organization_id"",""date_formed"",""organization_name"",""uk_vat_number""],""name"":""Organizations"",""type"":""grid""}]" +5c6adb39-f2a9-4246-ab50-6db7206cc821,,USER,"Give me the payment Id, the date and the amount for all the payments processed with Visa.","{""actions"":[{""actionType"":""condition"",""column"":""Payment_Method_Code"",""operation"":""="",""value"":""Visa""}]}","[{""columns"":[""Payment_ID"",""Settlement_ID"",""Payment_Method_Code"",""Date_Payment_Made"",""Amount_Payment""],""name"":""Payments"",""type"":""grid""}]" +9c28aaea-ce8f-4790-bf58-874fa7fc20f5,,USER,Find names and ids of all documents with document type code BK.,"{""actions"":[{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +edf93ab4-9551-44d8-bf3a-a3f69be164cd,,USER,"List the all the assets make, model, details by the disposed date ascendingly.","{""actions"":[{""actionType"":""sorting"",""column"":""asset_disposed_date"",""direction"":""asc""}]}","[{""columns"":[""asset_id"",""maintenance_contract_id"",""supplier_company_id"",""asset_details"",""asset_make"",""asset_model"",""asset_acquired_date"",""asset_disposed_date"",""other_asset_details""],""name"":""Assets"",""type"":""grid""}]" +e121311b-a64a-4889-a714-3eea7eab80ab,,USER,How many players are inducted into the hall of fame each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""player_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""yearid""}]}","[{""columns"":[""player_id"",""yearid"",""votedby"",""ballots"",""needed"",""votes"",""inducted"",""category"",""needed_note""],""name"":""hall_of_fame"",""type"":""grid""}]" +e6c1de41-1645-404a-bdcf-f773670ce9b5,,USER,"For each hometown, how many teachers are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Hometown""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" +e8da39f9-55eb-462a-a3c7-9755ee81411b,,USER,What is the birthday of the staff member with first name as Janessa and last name as Sawayn?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" +3e238b0f-360b-47ba-a0bb-b1bbe189cab8,,USER,List the first name and last name of customers have the amount of outstanding between 1000 and 3000.,"{""actions"":[{""actionType"":""condition"",""column"":""amount_outstanding"",""operation"":"">="",""value"":1000},{""actionType"":""condition"",""column"":""amount_outstanding"",""operation"":""<="",""value"":3000}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +55234885-11c3-4168-b879-520cb434e46c,,USER,How many ships ended up being 'Captured'?,"{""actions"":[{""actionType"":""aggregations"",""column"":""lost_in_battle"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""disposition_of_ship"",""operation"":""="",""value"":""Captured""}]}","[{""columns"":[""lost_in_battle"",""id"",""name"",""tonnage"",""ship_type"",""location"",""disposition_of_ship""],""name"":""ship"",""type"":""grid""}]" +2fb8be28-1f3a-49e5-bd1a-48b838f421f6,,USER,How many documents have the status code done?,"{""actions"":[{""actionType"":""aggregations"",""column"":""document_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_status_code"",""operation"":""="",""value"":""'done'""}]}","[{""columns"":[""document_id"",""document_status_code"",""document_type_code"",""shipping_agent_code"",""receipt_date"",""receipt_number"",""other_details""],""name"":""Documents"",""type"":""grid""}]" +5abfab38-3e06-4cba-bcde-eeb80547ddf1,,USER,How many distinct transaction types are used in the transactions?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_type_code"",""aggregation"":""count""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +227bbd40-f3ab-4307-bdbd-dff331eece86,,USER,What are the names of the dorm with the largest capacity?,"{""actions"":[{""actionType"":""topFilter"",""column"":""student_capacity"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" +549a271b-8e9d-4af1-9a9e-ba94cdb48852,,USER,"For each file format, return the number of artists who released songs in that format.","{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""formats""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" +b26571d0-31dd-424b-b755-f0b4b094644b,,USER,what states capital is salem,"{""actions"":[{""actionType"":""condition"",""column"":""capital"",""operation"":""="",""value"":""'salem'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +28d883a6-7e17-468c-8f1c-302b3b66f690,,USER,How many books are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Book_ID"",""aggregation"":""count""}]}","[{""columns"":[""Book_ID"",""Title"",""Issues"",""Writer""],""name"":""book"",""type"":""grid""}]" +42b935b8-b66e-4bcc-af4e-bff7cc72036d,,USER,What is the flight number and its distance for the one with the maximum price?,"{""actions"":[{""actionType"":""topFilter"",""column"":""price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +b3fd7420-976d-45ba-8b26-6e1ded87f88a,,USER,list the names of the companies with more than 200 sales in the descending order of sales and profits.,"{""actions"":[{""actionType"":""condition"",""column"":""Sales_in_Billion"",""operation"":"">"",""value"":200},{""actionType"":""sorting"",""column"":""Sales_in_Billion"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""Profits_in_Billion"",""direction"":""desc""}]}","[{""columns"":[""Company_ID"",""Name"",""Headquarters"",""Industry"",""Sales_in_Billion"",""Profits_in_Billion"",""Assets_in_Billion"",""Market_Value_in_Billion""],""name"":""company"",""type"":""grid""}]" +c35846bd-e783-41b5-a271-42985cf10b2e,,USER,How many users are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""u_id"",""aggregation"":""count""}]}","[{""columns"":[""u_id"",""name""],""name"":""useracct"",""type"":""grid""}]" +5917f260-165f-432f-911a-9736f65c093d,,USER,Find the number of distinct name of losers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""loser_name"",""aggregation"":""count""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +21a9f808-bab9-49d0-a670-bf9909b82e1d,,USER,What is the average distance and average price for flights from Los Angeles.,"{""actions"":[{""actionType"":""aggregations"",""column"":""distance"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +166c8061-decf-4168-a4a8-2a997d198d86,,USER,What are the daily hire costs for the products with substring 'Book' in its name?,"{""actions"":[{""actionType"":""condition"",""column"":""product_name"",""operation"":""contains"",""value"":""Book""}]}","[{""columns"":[""product_id"",""product_type_code"",""daily_hire_cost"",""product_name"",""product_description""],""name"":""Products_for_Hire"",""type"":""grid""}]" +bee0e3c9-797d-4d6d-ad5e-884ea101d375,,USER,"List the name of singers whose citizenship is not ""France"".","{""actions"":[{""actionType"":""condition"",""column"":""Citizenship"",""operation"":""!="",""value"":""'France'""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +9ece69a0-5f6a-44a6-90f1-64a3e7d617ef,,USER,"List the grape, appelation and name of wines whose score is higher than 93 ordered by Name.","{""actions"":[{""actionType"":""condition"",""column"":""Score"",""operation"":"">"",""value"":93},{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +62543337-a6f6-4314-bd96-54d65d20fddb,,USER,Find the number of followers for each user.,"{""actions"":[{""actionType"":""aggregations"",""column"":""f1"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""f1""}]}","[{""columns"":[""f1"",""f2""],""name"":""follows"",""type"":""grid""}]" +9d743c5d-eb12-4ff3-a2de-7d486126f576,,USER,What is the gender of the student Linda Smith?,"{""actions"":[{""actionType"":""condition"",""column"":""Fname"",""operation"":""="",""value"":""'Linda'""},{""actionType"":""condition"",""column"":""Lname"",""operation"":""="",""value"":""'Smith'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +e6e202ae-6a30-4966-a616-ddde091bbf77,,USER,"What are the names of all instructors with names that include ""dar""?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""dar""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +14c6ae45-f681-499f-ab4f-08605ffbed56,,USER,Calculate the average room price for each bed type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""basePrice"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""bedType""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +c1fce86e-605b-42e0-a885-17d3aea59639,,USER,List the writers of the books in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Writer"",""direction"":""asc""}]}","[{""columns"":[""Book_ID"",""Title"",""Issues"",""Writer""],""name"":""book"",""type"":""grid""}]" +c21e243f-78e2-479a-9d4b-8e770ea968c4,,USER,Show the id and name of the employee with maximum salary.,"{""actions"":[{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" +e4e361d5-6527-4478-8526-b7a1410ae729,,USER,Which university is in Los Angeles county and opened after 1950?,"{""actions"":[{""actionType"":""condition"",""column"":""county"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":1950}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" +65603a60-092a-48bb-bc8e-841677de420d,,USER,What is the average age of all students living in each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +79d57499-7e32-4859-829a-55777ad7d134,,USER,What are the names of tracks that contain the the word you in them?,"{""actions"":[{""actionType"":""condition"",""column"":""Name"",""operation"":""contains"",""value"":""you""}]}","[{""columns"":[""TrackId"",""Name"",""AlbumId"",""MediaTypeId"",""GenreId"",""Composer"",""Milliseconds"",""Bytes"",""UnitPrice""],""name"":""Track"",""type"":""grid""}]" +4638543b-f0d4-4acb-a375-c748aace5087,,USER,How many high schoolers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" +a4f31ba8-a4ce-4f39-8ecf-45aa4254796b,,USER,Show all video games with type Collectible card game.,"{""actions"":[{""actionType"":""condition"",""column"":""gtype"",""operation"":""="",""value"":""'Collectible card game'""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" +2c57c5a2-22be-46ab-8352-490ac0a0e354,,USER,Count the number of items store 1 has in stock.,"{""actions"":[{""actionType"":""aggregations"",""column"":""inventory_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""store_id"",""operation"":""="",""value"":1}]}","[{""columns"":[""inventory_id"",""film_id"",""store_id"",""last_update""],""name"":""inventory"",""type"":""grid""}]" +5d0e2e27-5182-4e57-a3e7-80ecaee0bd58,,USER,Count the number of artists who are older than 46 and joined after 1990.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artist_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":"">"",""value"":46},{""actionType"":""condition"",""column"":""year_join"",""operation"":"">"",""value"":1990}]}","[{""columns"":[""Artist_ID"",""Name"",""Country"",""Year_Join"",""Age""],""name"":""artist"",""type"":""grid""}]" +3e9848bc-2c59-440b-a2ef-90fb70157385,,USER,"What are the start and end dates for incidents with incident type code ""NOISE""?","{""actions"":[{""actionType"":""condition"",""column"":""incident_type_code"",""operation"":""="",""value"":""'NOISE'""}]}","[{""columns"":[""incident_id"",""incident_type_code"",""student_id"",""date_incident_start"",""date_incident_end"",""incident_summary"",""recommendations"",""other_details""],""name"":""Behavior_Incident"",""type"":""grid""}]" +ba810084-6bdd-4384-adf3-8ce02abd0ef3,,USER,"For each position, what is the average number of points for players in that position?","{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +bb436fa3-5721-4391-b315-98a6db145c84,,USER,What are the names of modern rooms that have a base price lower than $160 and two beds.,"{""actions"":[{""actionType"":""condition"",""column"":""basePrice"",""operation"":""<"",""value"":160},{""actionType"":""condition"",""column"":""beds"",""operation"":""="",""value"":2},{""actionType"":""condition"",""column"":""decor"",""operation"":""="",""value"":""modern""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +0b7082b2-1a27-4721-8241-6d09c6df923d,,USER,What is the average GNP and total population in all nations whose government is US territory?,"{""actions"":[{""actionType"":""aggregations"",""column"":""GNP"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""population"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""GovernmentForm"",""operation"":""="",""value"":""'US Territory'""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +69f9d980-a947-4cfe-ae63-4c2128e5e144,,USER,"What is the email of the student with first name ""Emma"" and last name ""Rohan""?","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Emma'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Rohan'""}]}","[{""columns"":[""student_id"",""address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""date_first_rental"",""date_left_university"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" +9a831711-6360-4af7-98c1-154a5ef76c6f,,USER,What are the cities that have a branch that opened in 2001 and a branch with more than 100 members?,"{""actions"":[{""actionType"":""condition"",""column"":""open_year"",""operation"":""="",""value"":2001},{""actionType"":""condition"",""column"":""membership_amount"",""operation"":"">"",""value"":100}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" +321df200-95c1-48a4-807b-c00052f18b7e,,USER,"What is the first, middle, and last name of the earliest school graduate?","{""actions"":[{""actionType"":""topFilter"",""column"":""date_left"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""student_id"",""current_address_id"",""permanent_address_id"",""first_name"",""middle_name"",""last_name"",""cell_mobile_number"",""email_address"",""ssn"",""date_first_registered"",""date_left"",""other_student_details""],""name"":""Students"",""type"":""grid""}]" +c8eb4872-4d83-4a00-a9c2-f51a71da9a4f,,USER,"What are the different affiliations, and what is the total enrollment of schools founded after 1850 for each enrollment type?","{""actions"":[{""actionType"":""aggregations"",""column"":""Enrollment"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""founded"",""operation"":"">"",""value"":1850},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +6bb69f31-0cfc-41ee-a150-fd09177198df,,USER,Select the code of the cheapest product in each product category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +2ee76d45-3a47-4d72-9c18-b9c0610be727,,USER,Calculate the number of web accelerators used for each operating system.,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":40},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +cab1b755-8157-4ccd-8a5e-dbc4bd87d089,,USER,how many cities are there in us,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""count""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +806d916a-0ff7-45ab-b2e2-5747c63bceea,,USER,What are the IDs of all students and the number of hours they played?,"{""actions"":[{""actionType"":""aggregations"",""column"":""hours_played"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""Stuid""}]}","[{""columns"":[""StuID"",""GameID"",""Hours_Played""],""name"":""Plays_Games"",""type"":""grid""}]" +b092298f-7ed3-4ab0-a3b4-1bb44d6764aa,,USER,How many staff have the first name Ludie?,"{""actions"":[{""actionType"":""aggregations"",""column"":""staff_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Ludie'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" +dca3550b-1a30-4427-a078-3024289d8603,,USER,Count the number of individuals of each gender with a weight above 85.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""weight"",""operation"":"">"",""value"":85},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" +0b3c00a6-6be9-4b82-b78e-065c8b889cc6,,USER,Show the delegate from district 1 in election.,"{""actions"":[{""actionType"":""condition"",""column"":""District"",""operation"":""="",""value"":1}]}","[{""columns"":[""Election_ID"",""Counties_Represented"",""District"",""Delegate"",""Party"",""First_Elected"",""Committee""],""name"":""election"",""type"":""grid""}]" +057a1b2c-f7b5-4c37-89a5-4d69b4fd2761,,USER,What are the room name and base price of the room with the lowest base price?,"{""actions"":[{""actionType"":""topFilter"",""column"":""basePrice"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +29b87c2a-8ed6-4680-9643-a4c0e924e7f8,,USER,show all train numbers and names ordered by their time from early to late.,"{""actions"":[{""actionType"":""sorting"",""column"":""TIME"",""direction"":""asc""}]}","[{""columns"":[""id"",""train_number"",""name"",""origin"",""destination"",""time"",""interval""],""name"":""train"",""type"":""grid""}]" +b68b1b35-d042-4843-8c21-d4106f699bbe,,USER,"What are the total points for all gymnasts, ordered by total points descending?","{""actions"":[{""actionType"":""sorting"",""column"":""Total_Points"",""direction"":""desc""}]}","[{""columns"":[""Gymnast_ID"",""Floor_Exercise_Points"",""Pommel_Horse_Points"",""Rings_Points"",""Vault_Points"",""Parallel_Bars_Points"",""Horizontal_Bar_Points"",""Total_Points""],""name"":""gymnast"",""type"":""grid""}]" +3a0707bf-e0d7-4e2c-9274-2054d275c9e1,,USER,What is the total number of clubs that have less than 10 medals in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Rank"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Total"",""operation"":""<"",""value"":10}]}","[{""columns"":[""Rank"",""Club_ID"",""Gold"",""Silver"",""Bronze"",""Total""],""name"":""club_rank"",""type"":""grid""}]" +17195611-3741-4a2f-be23-701c1867306b,,USER,What is the average weight of cars each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +998d6c97-eabf-4996-9127-c350a04e4c73,,USER,Find the total credits of courses provided by different departments.,"{""actions"":[{""actionType"":""aggregations"",""column"":""credits"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" +149496a6-9df2-4cce-becb-77d34c26da7b,,USER,What is the highest elevation of an airport in the country of Iceland?,"{""actions"":[{""actionType"":""aggregations"",""column"":""elevation"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""country"",""operation"":""="",""value"":""Iceland""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +49b4767f-46e8-45d3-9bdd-be7b7234d456,,USER,What are the birth dates of employees living in Edmonton?,"{""actions"":[{""actionType"":""condition"",""column"":""City"",""operation"":""="",""value"":""'Edmonton'""}]}","[{""columns"":[""EmployeeId"",""LastName"",""FirstName"",""Title"",""ReportsTo"",""BirthDate"",""HireDate"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email""],""name"":""Employee"",""type"":""grid""}]" +2f1d7aa9-abcb-4e8e-9e53-a30cbf33911d,,USER,"What is the type of the document named ""David CV""?","{""actions"":[{""actionType"":""condition"",""column"":""document_name"",""operation"":""="",""value"":""'David CV'""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" +75f8d622-cc61-4034-afbb-8c6b5227a8fe,,USER,What are the names of all songs that are ordered by their resolution numbers?,"{""actions"":[{""actionType"":""sorting"",""column"":""resolution"",""direction"":""asc""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +4bb732f8-652e-43e9-a4b9-e5553684cf79,,USER,Find the type and weight of the youngest pet.,"{""actions"":[{""actionType"":""topFilter"",""column"":""pet_age"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +d0dc8edb-2a96-4fb5-bcbb-4e88631a98bf,,USER,"What is the title, phone and hire date of Nancy Edwards?","{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Nancy'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Edwards'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +0af4389c-db06-4041-8da2-2522f3d7368a,,USER,What is the total number of clubs?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Club_ID"",""aggregation"":""count""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" +359d4c41-3ae6-4c09-be70-c6356c9e15ca,,USER,Find all the rooms that have a price higher than 160 and can accommodate more than 2 people. Report room names and ids.,"{""actions"":[{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":160},{""actionType"":""condition"",""column"":""maxOccupancy"",""operation"":"">"",""value"":2}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +8f215eea-a6af-46ae-a722-10a7e32c804e,,USER,Select the average product price per manufacturer code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Manufacturer""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +927fe2d5-0030-40a5-be55-59dbdf4994fc,,USER,"Show the names of all the employees with role ""HR"".","{""actions"":[{""actionType"":""condition"",""column"":""role_code"",""operation"":""="",""value"":""'HR'""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" +e0dfcded-9aa9-4c22-8112-20cdf045a436,,USER,Determine the department count in each academic institution.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +0c381a6c-4351-44a0-95d1-a2d7c67e0d6c,,USER,What is the address of employee Nancy Edwards?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Nancy'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Edwards'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +c3400312-8c48-40c4-9b23-a6f95ba7d914,,USER,Find the number of trains starting from each origin.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""origin""}]}","[{""columns"":[""id"",""train_number"",""name"",""origin"",""destination"",""time"",""interval""],""name"":""train"",""type"":""grid""}]" +4a93a04a-2c7e-4317-b860-42f1bd04d077,,USER,what is the average population of the us by state,"{""actions"":[{""actionType"":""aggregations"",""column"":""population"",""aggregation"":""avg""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +bd77faae-0af0-4123-b5b8-81dc5f98c1aa,,USER,"Find the name of organizations whose names contain ""Party"".","{""actions"":[{""actionType"":""condition"",""column"":""organization_name"",""operation"":""contains"",""value"":""Party""}]}","[{""columns"":[""organization_id"",""date_formed"",""organization_name"",""uk_vat_number""],""name"":""Organizations"",""type"":""grid""}]" +f23d013e-cfbf-4282-ba9b-061c2f409795,,USER,Count the number of different payment method codes used by parties.,"{""actions"":[{""actionType"":""aggregations"",""column"":""payment_method_code"",""aggregation"":""count""}]}","[{""columns"":[""party_id"",""payment_method_code"",""party_phone"",""party_email""],""name"":""Parties"",""type"":""grid""}]" +bbd8a177-c974-4b41-9373-bc21ba4c920b,,USER,How many players played each position?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Season"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""POSITION""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" +8907aac2-d6b9-4b18-9cd1-f0337957282c,,USER,"return me the homepage of "" H. V. Jagadish "" .","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'H. V. Jagadish'""}]}","[{""columns"":[""aid"",""homepage"",""name"",""oid""],""name"":""author"",""type"":""grid""}]" +312495fb-6fca-4e23-a0c6-c323489180b8,,USER,How many rooms are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +352d542f-0258-4a71-af57-87154a7d3ccf,,USER,"What is the Package Option of TV Channel with serial name ""Sky Radio""?","{""actions"":[{""actionType"":""condition"",""column"":""series_name"",""operation"":""="",""value"":""'Sky Radio'""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +a30f6174-19d3-43c5-9f63-d19646f6de27,,USER,What is the type of video game Call of Destiny.,"{""actions"":[{""actionType"":""condition"",""column"":""gname"",""operation"":""="",""value"":""'Call of Destiny'""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" +ce38018c-523b-4144-b5e3-211ff64b7d64,,USER,What are the teams that have the 5 oldest players?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" +dc1d8602-56b4-45e3-bca7-a8784cfbfbe0,,USER,"For each city, what is the highest latitude for its stations?","{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +efcb28e9-753c-40d2-9ad5-6a06db16debd,,USER,List the companies of entrepreneurs in descending order of money requested.,"{""actions"":[{""actionType"":""sorting"",""column"":""Money_Requested"",""direction"":""desc""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" +195e1adf-c776-46ed-acba-87caf1ee39cd,,USER,What are the themes of farm competitions sorted by year in ascending order?,"{""actions"":[{""actionType"":""sorting"",""column"":""YEAR"",""direction"":""asc""}]}","[{""columns"":[""Competition_ID"",""Year"",""Theme"",""Host_city_ID"",""Hosts""],""name"":""farm_competition"",""type"":""grid""}]" +d16467c1-eed6-4e88-9764-a1cb650674ef,,USER,Find the distinct winery of wines having price between 50 and 100.,"{""actions"":[{""actionType"":""condition"",""column"":""Price"",""operation"":"">="",""value"":50},{""actionType"":""condition"",""column"":""Price"",""operation"":""<="",""value"":100}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +c6952cc7-c1e9-459f-9bde-e5369e7289eb,,USER,"Return the record companies of orchestras, sorted descending by the years in which they were founded.","{""actions"":[{""actionType"":""sorting"",""column"":""Year_of_Founded"",""direction"":""desc""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" +e68855bb-10bd-42ae-b516-50953923d7ac,,USER,What are the name and the nationality of the host of the highest age?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Host_ID"",""Name"",""Nationality"",""Age""],""name"":""host"",""type"":""grid""}]" +12943d7e-6f87-438e-ba90-6e5d64d0d916,,USER,how many rivers are found in idaho,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'idaho'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +d39ee1cb-91a7-4463-9570-3a7af4f5257f,,USER,"Show card number, name, and hometown for all members in a descending order of level.","{""actions"":[{""actionType"":""sorting"",""column"":""LEVEL"",""direction"":""desc""}]}","[{""columns"":[""Member_ID"",""Card_Number"",""Name"",""Hometown"",""Level""],""name"":""member"",""type"":""grid""}]" +b4e35fb8-4e17-43b5-a1af-e836858d8114,,USER,Show all role codes and the number of employees in each role.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""role_code""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" +611cec7a-6abc-4d0b-bf48-bb4cf4df6852,,USER,How many students are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +d68051b6-bbcb-46f6-9327-26b99457f8e7,,USER,"Present distinct document ids with their corresponding paragraph counts, sorted by id.","{""actions"":[{""actionType"":""aggregations"",""column"":""Paragraph_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_id""},{""actionType"":""sorting"",""column"":""document_id"",""direction"":""asc""}]}","[{""columns"":[""Paragraph_ID"",""Document_ID"",""Paragraph_Text"",""Other_Details""],""name"":""Paragraphs"",""type"":""grid""}]" +6a4ce25f-3c3f-4693-80e9-46e37db5c6d4,,USER,Provide the statement IDs and the number of accounts associated with each ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Account_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""STATEMENT_ID""}]}","[{""columns"":[""Account_ID"",""Statement_ID"",""Account_Details""],""name"":""Accounts"",""type"":""grid""}]" +7c743501-7afd-433d-bec2-9e1521c999ce,,USER,number of people in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +74d88f05-18e4-42db-9fa0-a91b720e14ef,,USER,Count the number of films.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" +cb6f5bce-38fe-42d0-84a9-abba17c990d5,,USER,What is the best rank of losers across all matches?,"{""actions"":[{""actionType"":""aggregations"",""column"":""loser_rank"",""aggregation"":""min""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +249902b0-8510-447a-9695-71436fc00778,,USER,What is the average rank for winners in all matches?,"{""actions"":[{""actionType"":""aggregations"",""column"":""winner_rank"",""aggregation"":""avg""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +d71b1f41-0e3d-4840-a46c-4643b05ca4d9,,USER,Show the 3 counties with the smallest population.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" +860cf780-8b64-45a2-b3a3-1e56730d16ca,,USER,What is the total number of ratings that has more than 3 stars?,"{""actions"":[{""actionType"":""aggregations"",""column"":""rID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""stars"",""operation"":"">"",""value"":3}]}","[{""columns"":[""rID"",""mID"",""stars"",""ratingDate""],""name"":""Rating"",""type"":""grid""}]" +18c8f8ee-facb-4475-9adf-ce82702738be,,USER,Return the average earnings across all poker players.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Earnings"",""aggregation"":""avg""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" +8cb23f07-65c7-43df-9c9e-33ceff6c188e,,USER,List the names of phones in ascending order of price.,"{""actions"":[{""actionType"":""sorting"",""column"":""Price"",""direction"":""asc""}]}","[{""columns"":[""Name"",""Phone_ID"",""Memory_in_G"",""Carrier"",""Price""],""name"":""phone"",""type"":""grid""}]" +e3aede98-386e-495c-af3b-09bba6fb7669,,USER,Advisor 1121 has how many students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Advisor"",""operation"":""="",""value"":1121}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +d01325e4-a098-41e6-8324-29bc24aad7ee,,USER,How many different countries are all the swimmers from?,"{""actions"":[{""actionType"":""aggregations"",""column"":""nationality"",""aggregation"":""count""}]}","[{""columns"":[""ID"",""name"",""Nationality"",""meter_100"",""meter_200"",""meter_300"",""meter_400"",""meter_500"",""meter_600"",""meter_700"",""Time""],""name"":""swimmer"",""type"":""grid""}]" +4699aef0-838d-427f-a0ed-3057ab911b0f,,USER,Count the number of rooms with prices above 120 for different decors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""basePrice"",""operation"":"">"",""value"":120},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +62b373ff-e6e9-4858-9299-1aa0c96ca9b1,,USER,"find the rank, company names, market values of the companies in the banking industry order by their sales and profits in billion.","{""actions"":[{""actionType"":""condition"",""column"":""main_industry"",""operation"":""="",""value"":""Banking""},{""actionType"":""sorting"",""column"":""sales_billion"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""profits_billion"",""direction"":""asc""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +aec0c7a1-78b1-4620-a4f8-201b219d360b,,USER,What are the names of shops in ascending order of open year?,"{""actions"":[{""actionType"":""sorting"",""column"":""Open_Year"",""direction"":""asc""}]}","[{""columns"":[""Shop_ID"",""Shop_Name"",""Location"",""Open_Date"",""Open_Year""],""name"":""shop"",""type"":""grid""}]" +06e7f574-2ab7-4655-b23a-0110e24aba41,,USER,What are the names of the technicians by ascending order of age?,"{""actions"":[{""actionType"":""sorting"",""column"":""Age"",""direction"":""asc""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" +eaea723e-c604-4cf1-ab96-d843c5f379a2,,USER,find the pixel aspect ratio and nation of the tv channels that do not use English.,"{""actions"":[{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""!="",""value"":""English""}]}","[{""columns"":[""id"",""series_name"",""Country"",""Language"",""Content"",""Pixel_aspect_ratio_PAR"",""Hight_definition_TV"",""Pay_per_view_PPV"",""Package_Option""],""name"":""TV_Channel"",""type"":""grid""}]" +31c456b8-70b6-44ba-8b36-d77722aec2d6,,USER,Find the full names of employees living in the city of Calgary.,"{""actions"":[{""actionType"":""condition"",""column"":""City"",""operation"":""="",""value"":""'Calgary'""}]}","[{""columns"":[""EmployeeId"",""LastName"",""FirstName"",""Title"",""ReportsTo"",""BirthDate"",""HireDate"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email""],""name"":""Employee"",""type"":""grid""}]" +6e32660b-62c8-4261-a73c-021b07979d54,,USER,Present all directors along with the count of movies they have directed.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""directed_by""}]}","[{""columns"":[""Film_ID"",""Rank_in_series"",""Number_in_season"",""Title"",""Directed_by"",""Original_air_date"",""Production_code""],""name"":""film"",""type"":""grid""}]" +d762896b-53c1-4627-90d9-6f2b2a025d9a,,USER,What are the names of courses with 1 credit?,"{""actions"":[{""actionType"":""condition"",""column"":""Credits"",""operation"":""="",""value"":1}]}","[{""columns"":[""CID"",""CName"",""Credits"",""Instructor"",""Days"",""Hours"",""DNO""],""name"":""Course"",""type"":""grid""}]" +3773b21b-f91d-46c6-a996-d683a2ebb6a8,,USER,Return the different nominees of musicals that have an award that is not the Tony Award.,"{""actions"":[{""actionType"":""condition"",""column"":""Award"",""operation"":""!="",""value"":""'Tony Award'""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" +21f68de2-eeec-4d52-bace-4066a5f08d6d,,USER,"What is the location code for the country ""Canada""?","{""actions"":[{""actionType"":""condition"",""column"":""location_name"",""operation"":""="",""value"":""'Canada'""}]}","[{""columns"":[""Location_Code"",""Location_Name"",""Location_Description""],""name"":""Ref_Locations"",""type"":""grid""}]" +14c908df-7031-4a28-aa21-01fd88a6b568,,USER,What is the apartment number of the apartment with the most beds?,"{""actions"":[{""actionType"":""topFilter"",""column"":""bedroom_count"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" +ea0c0704-356c-44b0-9dda-7ef576b61a3d,,USER,What are the different district names in order of descending city area?,"{""actions"":[{""actionType"":""sorting"",""column"":""city_area"",""direction"":""desc""}]}","[{""columns"":[""District_ID"",""District_name"",""Headquartered_City"",""City_Population"",""City_Area""],""name"":""district"",""type"":""grid""}]" +e6f0ed4e-4fcc-46f6-b69c-c395d6450bc1,,USER,List name and damage for all storms in a descending order of max speed.,"{""actions"":[{""actionType"":""sorting"",""column"":""max_speed"",""direction"":""desc""}]}","[{""columns"":[""Storm_ID"",""Name"",""Dates_active"",""Max_speed"",""Damage_millions_USD"",""Number_Deaths""],""name"":""storm"",""type"":""grid""}]" +2c1a4011-d093-47f6-b3a2-3242b9582811,,USER,What are the different police forces of counties that are not located in the East?,"{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""!="",""value"":""'East'""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +72aedef8-02a7-408d-807d-b2eaf6e5bcb6,,USER,When was the first asset acquired?,"{""actions"":[{""actionType"":""topFilter"",""column"":""asset_acquired_date"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""asset_id"",""maintenance_contract_id"",""supplier_company_id"",""asset_details"",""asset_make"",""asset_model"",""asset_acquired_date"",""asset_disposed_date"",""other_asset_details""],""name"":""Assets"",""type"":""grid""}]" +576630e9-29ee-4547-a444-abbdf511f45f,,USER,conferences in 2013,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2013}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" +89145f03-2f8d-4069-bc73-0b1a4df50a3b,,USER,What is allergy type of a cat allergy?,"{""actions"":[{""actionType"":""condition"",""column"":""allergy"",""operation"":""="",""value"":""'Cat'""}]}","[{""columns"":[""Allergy"",""AllergyType""],""name"":""Allergy_Type"",""type"":""grid""}]" +25013339-7f4d-409c-8733-5366116daa4a,,USER,List the name of the conductor with the most years of work.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Year_of_Work"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" +1295d244-57f5-4847-a73e-299dd2d46724,,USER,Count the number of schools.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +dfdfb92a-78d6-4f44-83e0-9b79f42676b4,,USER,"How many Target are there in "" Los Angeles "" ?","{""actions"":[{""actionType"":""aggregations"",""column"":""business_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Target'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" +d6deb345-5361-4fa3-9026-0951286a5643,,USER,What is the id and name of the employee with the highest salary?,"{""actions"":[{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" +b0e2443b-1794-4086-bb07-5e34485c9536,,USER,List the maximum weight and type of pet for each type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""petType""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +8580f5c3-79df-4a52-9213-ddb4c98f84d5,,USER,Find the last names of faculties in building Barton in alphabetic order.,"{""actions"":[{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'Barton'""},{""actionType"":""sorting"",""column"":""Lname"",""direction"":""asc""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +dc682ba5-ec4f-480f-8939-7a7e5325a7a0,,USER,What is the total number of singers?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +3d0f8d18-4a94-4306-822f-d440cbd31fce,,USER,List the studios of each film and the number of films produced by that studio.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Studio""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" +2a692426-fc70-448c-a199-5e401faf5c32,,USER,How many flights have a velocity larger than 200?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""velocity"",""operation"":"">"",""value"":200}]}","[{""columns"":[""id"",""Vehicle_Flight_number"",""Date"",""Pilot"",""Velocity"",""Altitude"",""airport_id"",""company_id""],""name"":""flight"",""type"":""grid""}]" +b2d3dece-d0d7-4bdc-879b-e49a5fff0579,,USER,Show the lieutenant governor and comptroller from the democratic party.,"{""actions"":[{""actionType"":""condition"",""column"":""Party"",""operation"":""="",""value"":""'Democratic'""}]}","[{""columns"":[""Party_ID"",""Year"",""Party"",""Governor"",""Lieutenant_Governor"",""Comptroller"",""Attorney_General"",""US_Senate""],""name"":""party"",""type"":""grid""}]" +0b27471d-dad3-4cb4-bb47-9222bb02f607,,USER,What are the nicknames of schools whose division is not 1?,"{""actions"":[{""actionType"":""condition"",""column"":""Division"",""operation"":""!="",""value"":""'Division 1'""}]}","[{""columns"":[""School_ID"",""Nickname"",""Colors"",""League"",""Class"",""Division""],""name"":""school_details"",""type"":""grid""}]" +af66a7ea-854c-4633-a405-4b0b59bf5fda,,USER,List the major of each male student.,"{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""'M'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +e04e2a9e-d569-46df-bcb9-def44e9eaae7,,USER,How many bands are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Id"",""aggregation"":""count""}]}","[{""columns"":[""Id"",""Firstname"",""Lastname""],""name"":""Band"",""type"":""grid""}]" +c1256c75-cc5c-400e-bb10-48f7677ac737,,USER,Display the count of male and female assistant professors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""rank"",""operation"":""="",""value"":""'AsstProf'""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +cf50992e-8cf8-42f9-acac-a768fc9cb629,,USER,Which city is post code 255 located in?,"{""actions"":[{""actionType"":""condition"",""column"":""zip_postcode"",""operation"":""="",""value"":255}]}","[{""columns"":[""address_id"",""address_content"",""city"",""zip_postcode"",""state_province_county"",""country"",""other_address_details""],""name"":""Addresses"",""type"":""grid""}]" +f8631f5f-c4d6-4ba6-947f-6ca11df7b5ef,,USER,What is the name and salary of the employee with the id 242518965?,"{""actions"":[{""actionType"":""condition"",""column"":""eid"",""operation"":""="",""value"":242518965}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" +2f41ba1e-904c-49dc-ae36-0a9c04f782e0,,USER,"What are the countries for each market, ordered alphabetically?","{""actions"":[{""actionType"":""sorting"",""column"":""Country"",""direction"":""asc""}]}","[{""columns"":[""Market_ID"",""Country"",""Number_cities""],""name"":""market"",""type"":""grid""}]" +0b91e3e7-9480-4ddb-a3b7-f6ec6fa0ff23,,USER,Find the number of employees whose title is IT Staff from each city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""IT Staff""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +5eb16818-63f5-41d5-8966-160373163bf9,,USER,What is the document name and template id for document with description with the letter 'w' in it?,"{""actions"":[{""actionType"":""condition"",""column"":""Document_Description"",""operation"":""contains"",""value"":""w""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +be11c77e-6beb-477a-9998-a5822eb55df3,,USER,List the headquarter locations and the number of companies located there for each headquarter.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""headquarters""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +badbe4e7-5e46-4e08-b32e-fd28cb81a332,,USER,Display different ship types along with the average tonnage of each type of ship.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Tonnage"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +66a8e8f7-9b04-4f25-a7aa-eb3e3126a507,,USER,"How many stadiums are not in country ""Russia""?","{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""country"",""operation"":""!="",""value"":""Russia""}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" +5b467875-dea5-4f96-b02c-3a51c2b41f39,,USER,What is the name of the 3 employees who get paid the least?,"{""actions"":[{""actionType"":""topFilter"",""column"":""salary"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""eid"",""name"",""salary""],""name"":""employee"",""type"":""grid""}]" +c228d37a-4597-4ce6-bec3-dae99f8da587,,USER,Return all the apartment numbers sorted by the room count in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""room_count"",""direction"":""asc""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" +10ddc732-3d34-420e-8a09-bb5592597a59,,USER,What are the average ages of male and female students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +4fea5481-23dd-4557-9f7b-1632c9ad673b,,USER,Give the airport code and airport name corresonding to the city Anthony.,"{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Anthony'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" +532bf68d-213d-4c4b-8f5c-f8988bd06d24,,USER,Find the name and component amount of the least popular furniture.,"{""actions"":[{""actionType"":""topFilter"",""column"":""market_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Furniture_ID"",""Name"",""Num_of_Component"",""Market_Rate""],""name"":""furniture"",""type"":""grid""}]" +8b43a456-500c-4978-a780-8ba0ba7e3113,,USER,Give the name of the wine with the highest score.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Score"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +2cece6d8-4744-4b16-8859-076976248826,,USER,What is the average transaction amount for different investors?,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""investor_id""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +ea2c2075-33b1-4753-b21b-8b8ce0e2f288,,USER,What is the average song rating for each language?,"{""actions"":[{""actionType"":""aggregations"",""column"":""County_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Police_force""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +a98d5f31-227d-41df-a41b-a22d82ac8287,,USER,how many cities are there in the us,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""count""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +87026a12-8eaf-4737-ad24-2c4fef0ab07e,,USER,List all user ids with name Michelle,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Michelle'""}]}","[{""columns"":[""uid"",""user_id"",""name""],""name"":""user"",""type"":""grid""}]" +8a7126c1-b735-4212-bbe0-8695b7ae6d01,,USER,Show the average share count of transactions for different investors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""share_count"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""investor_id""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +14a4202e-a3bb-4dc6-bea6-bc4c40db30cc,,USER,"What is the partition id of the user named ""Iron Man"".","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Iron Man""}]}","[{""columns"":[""uid"",""name"",""email"",""partitionid"",""followers""],""name"":""user_profiles"",""type"":""grid""}]" +6713d769-5a5e-42a6-8ac9-8c3fbfb2d2f8,,USER,"What are the titles of the books whose writer is not ""Elaine Lee""?","{""actions"":[{""actionType"":""condition"",""column"":""Writer"",""operation"":""!="",""value"":""'Elaine Lee'""}]}","[{""columns"":[""Book_ID"",""Title"",""Issues"",""Writer""],""name"":""book"",""type"":""grid""}]" +6582854f-a815-4552-b473-b8014353cee1,,USER,Show ids for all students who live in CHI.,"{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""="",""value"":""'CHI'""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +6efb9f52-0ba9-4ec5-bc27-7d9dc47f4248,,USER,"Of all players with an overall rating greater than 80, how many are right-footed and left-footed?","{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""overall_rating"",""operation"":"">"",""value"":80},{""actionType"":""grouping"",""column"":""preferred_foot""}]}","[{""columns"":[""id"",""player_fifa_api_id"",""player_api_id"",""date"",""overall_rating"",""potential"",""preferred_foot"",""attacking_work_rate"",""defensive_work_rate"",""crossing"",""finishing"",""heading_accuracy"",""short_passing"",""volleys"",""dribbling"",""curve"",""free_kick_accuracy"",""long_passing"",""ball_control"",""acceleration"",""sprint_speed"",""agility"",""reactions"",""balance"",""shot_power"",""jumping"",""stamina"",""strength"",""long_shots"",""aggression"",""interceptions"",""positioning"",""vision"",""penalties"",""marking"",""standing_tackle"",""sliding_tackle"",""gk_diving"",""gk_handling"",""gk_kicking"",""gk_positioning"",""gk_reflexes""],""name"":""Player_Attributes"",""type"":""grid""}]" +6849c89e-b279-4a79-b1c5-6c32b54aec91,,USER,What are the other account details for the account with the name 338?,"{""actions"":[{""actionType"":""condition"",""column"":""account_name"",""operation"":""="",""value"":""'338'""}]}","[{""columns"":[""account_id"",""customer_id"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +f5f975d5-b379-4fab-9966-9d5e50b4ea80,,USER,List the locations of schools in descending order of founded year.,"{""actions"":[{""actionType"":""sorting"",""column"":""Founded"",""direction"":""desc""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +98208b94-c907-45da-920b-abec71d97a2c,,USER,What are the average ages for male and female students?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +fe4f9ecd-3a22-494c-85cf-6e93e950cf30,,USER,What is the average number of points for players in each position?,"{""actions"":[{""actionType"":""aggregations"",""column"":""artist_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""artist_name"",""country"",""gender"",""preferred_genre""],""name"":""artist"",""type"":""grid""}]" +b71ebc82-82b7-47e5-83ec-fd541483c3ec,,USER,What are the names of the airports in the city of Goroka?,"{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""Goroka""}]}","[{""columns"":[""apid"",""name"",""city"",""country"",""x"",""y"",""elevation"",""iata"",""icao""],""name"":""airports"",""type"":""grid""}]" +78204bf5-6548-47c7-872e-c2f1bf43365e,,USER,how many states are next to major rivers,"{""actions"":[{""actionType"":""aggregations"",""column"":""traverse"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""LENGTH"",""operation"":"">"",""value"":750}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +a5759c68-ac26-4900-9a09-dd2126f7c555,,USER,Count the total tours for every ranking date.,"{""actions"":[{""actionType"":""aggregations"",""column"":""tours"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""ranking_date""}]}","[{""columns"":[""ranking_date"",""ranking"",""player_id"",""ranking_points"",""tours""],""name"":""rankings"",""type"":""grid""}]" +12ff88ac-3bfa-4dbf-8209-94d13f230445,,USER,What is the alphabetically ordered list of all the distinct names of nurses?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""asc""}]}","[{""columns"":[""EmployeeID"",""Name"",""Position"",""Registered"",""SSN""],""name"":""Nurse"",""type"":""grid""}]" +d0f23004-e0ab-4d94-b30b-2282b17c623a,,USER,Sort the each workshop in alphabetical order of the venue. Return the date and venue of each workshop.,"{""actions"":[{""actionType"":""sorting"",""column"":""Venue"",""direction"":""asc""}]}","[{""columns"":[""Workshop_ID"",""Date"",""Venue"",""Name""],""name"":""workshop"",""type"":""grid""}]" +44d98b98-7af5-4a66-902f-36402ec8dfb4,,USER,How many films have the word 'Dummy' in their titles?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""title"",""operation"":""contains"",""value"":""Dummy""}]}","[{""columns"":[""Film_ID"",""Rank_in_series"",""Number_in_season"",""Title"",""Directed_by"",""Original_air_date"",""Production_code""],""name"":""film"",""type"":""grid""}]" +9ddff7d0-22fa-4dac-be89-7aaa09bcc7bf,,USER,What are the total transaction amounts for each transaction type?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""transaction_type""}]}","[{""columns"":[""transaction_id"",""account_id"",""invoice_number"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" +183bbec4-2fb8-4bbc-bc10-def241575604,,USER,What type of game is Call of Destiny?,"{""actions"":[{""actionType"":""condition"",""column"":""gname"",""operation"":""="",""value"":""'Call of Destiny'""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" +7191beff-bdd0-476e-9da8-80a4cc3e3195,,USER,Determine the number of documents corresponding to each project id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +f9b61407-19a0-4fc9-8757-78a5e0aeebb9,,USER,return me the number of the organizations .,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""}]}","[{""columns"":[""continent"",""homepage"",""name"",""oid""],""name"":""organization"",""type"":""grid""}]" +31ad4abe-ada0-4814-abf5-a4bcfb63b5b7,,USER,Show the race class and number of races in each class.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""CLASS""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" +7ae27118-d609-441a-b940-494256b3cd01,,USER,Show all city with a branch opened in 2001 and a branch with more than 100 membership.,"{""actions"":[{""actionType"":""condition"",""column"":""open_year"",""operation"":""="",""value"":2001},{""actionType"":""condition"",""column"":""membership_amount"",""operation"":"">"",""value"":100}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" +dbb227b6-93fc-4ed9-a828-ff1fe2298754,,USER,What is the average access count of documents?,"{""actions"":[{""actionType"":""aggregations"",""column"":""access_count"",""aggregation"":""avg""}]}","[{""columns"":[""document_code"",""document_structure_code"",""document_type_code"",""access_count"",""document_name""],""name"":""Documents"",""type"":""grid""}]" +3421856d-3b74-4d65-b71c-b92ceeb84306,,USER,"What are the different classes of races, and how many races correspond to each?","{""actions"":[{""actionType"":""aggregations"",""column"":""Race_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""CLASS""}]}","[{""columns"":[""Race_ID"",""Name"",""Class"",""Date"",""Track_ID""],""name"":""race"",""type"":""grid""}]" +c17d0f5e-0766-4f60-8eda-269ac8c2d0ba,,USER,How many rooms have king beds? Report the number for each decor type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""RoomId"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""bedType"",""operation"":""="",""value"":""'King'""},{""actionType"":""grouping"",""column"":""decor""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +4abac3ef-1152-49a5-8775-2f6e91f67b31,,USER,Count the number of distinct product types.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_type_code"",""aggregation"":""count""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +e0e1218e-9ae0-4301-abe8-cd9cff000f68,,USER,What is the average number of bedrooms of all apartments?,"{""actions"":[{""actionType"":""aggregations"",""column"":""bedroom_count"",""aggregation"":""avg""}]}","[{""columns"":[""apt_id"",""building_id"",""apt_type_code"",""apt_number"",""bathroom_count"",""bedroom_count"",""room_count""],""name"":""Apartments"",""type"":""grid""}]" +bdefb1cd-f358-4faf-9603-79c70922b227,,USER,What is the name and directors of all the cartoons that are ordered by air date?,"{""actions"":[{""actionType"":""sorting"",""column"":""Original_air_date"",""direction"":""asc""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" +e6d36eae-126e-46ba-9f7c-caa50eed9d7c,,USER,Which program was launched most recently? Return the program name.,"{""actions"":[{""actionType"":""topFilter"",""column"":""launch"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" +ea1d256b-6fed-45f3-bdcb-aa2f2df4469c,,USER,What is the date of the performance with the highest number of attendees?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Attendance"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Performance_ID"",""Date"",""Host"",""Location"",""Attendance""],""name"":""performance"",""type"":""grid""}]" +038c51df-85b2-4b64-a6af-ee3a181f6fb4,,USER,What is the id of the appointment that started most recently?,"{""actions"":[{""actionType"":""topFilter"",""column"":""START"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""AppointmentID"",""Patient"",""PrepNurse"",""Physician"",""Start"",""End"",""ExaminationRoom""],""name"":""Appointment"",""type"":""grid""}]" +ff884403-343d-4a9b-bfab-79e5eb367e23,,USER,Find the component amounts and names of all furnitures that have more than 10 components.,"{""actions"":[{""actionType"":""condition"",""column"":""Num_of_Component"",""operation"":"">"",""value"":10}]}","[{""columns"":[""Furniture_ID"",""Name"",""Num_of_Component"",""Market_Rate""],""name"":""furniture"",""type"":""grid""}]" +56775e3c-b97a-4660-a8a1-56e269c5e833,,USER,Show the average price range of hotels that have 5 star ratings and allow pets.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price_range"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""star_rating_code"",""operation"":""="",""value"":""'5'""},{""actionType"":""condition"",""column"":""pets_allowed_yn"",""operation"":""="",""value"":1}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +2d1eabdf-19d8-4df1-b4d1-06406e85f1b5,,USER,List all channel names ordered by their rating in percent from big to small.,"{""actions"":[{""actionType"":""sorting"",""column"":""rating_in_percent"",""direction"":""desc""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +c4e97d4a-a17c-4d55-9492-92bc43518c48,,USER,"For each type of store, how many of them are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""Store_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Store_ID"",""Store_Name"",""Type"",""Area_size"",""Number_of_product_category"",""Ranking""],""name"":""store"",""type"":""grid""}]" +cd98bf44-71cf-4d0a-b9e4-68b37b574aca,,USER,Return the average price for each product type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""product_type_code""}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +1f6edc90-1d95-42bf-aab4-379492be704f,,USER,What is the first name of the students who are in age 20 to 25 and living in PHL city?,"{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""="",""value"":""PHL""},{""actionType"":""condition"",""column"":""age"",""operation"":"">="",""value"":20},{""actionType"":""condition"",""column"":""age"",""operation"":""<="",""value"":25}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +32496647-f109-4d87-8ad2-a2934047be31,,USER,Please show the different record companies and the corresponding number of orchestras.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Orchestra_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Record_Company""}]}","[{""columns"":[""Orchestra_ID"",""Orchestra"",""Conductor_ID"",""Record_Company"",""Year_of_Founded"",""Major_Record_Format""],""name"":""orchestra"",""type"":""grid""}]" +d39a6440-014d-4b59-b7f1-53daf2d11033,,USER,which poll source does the highest oppose rate come from?,"{""actions"":[{""actionType"":""topFilter"",""column"":""oppose_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Candidate_ID"",""People_ID"",""Poll_Source"",""Date"",""Support_rate"",""Consider_rate"",""Oppose_rate"",""Unsure_rate""],""name"":""candidate"",""type"":""grid""}]" +7cc9eb25-aca9-4d04-9182-1f91f4171ae1,,USER,What is the detail of the location UK Gallery?,"{""actions"":[{""actionType"":""condition"",""column"":""Location_Name"",""operation"":""="",""value"":""'UK Gallery'""}]}","[{""columns"":[""Location_ID"",""Location_Name"",""Address"",""Other_Details""],""name"":""Locations"",""type"":""grid""}]" +96537f2d-5f77-4c40-a55a-ad8c8414ce4c,,USER,Find the number of universities that have over a 20000 enrollment size for each affiliation type.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""enrollment"",""operation"":"">"",""value"":20000},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +93836ed2-6638-459a-8df2-c1377de9d583,,USER,What are the distinct publishers of publications with price higher than 5000000?,"{""actions"":[{""actionType"":""condition"",""column"":""Price"",""operation"":"">"",""value"":5000000}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" +bfda143e-2778-4acb-86da-873094676606,,USER,List the name of actors in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" +b5bbaafa-e5d7-47b4-b355-4d973771c6f4,,USER,Determine the average age for each gender.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +2c6d4789-166f-449b-84ec-f1fec92d1273,,USER,"What is the category and typical buying price of the product with name ""cumin""?","{""actions"":[{""actionType"":""condition"",""column"":""product_name"",""operation"":""="",""value"":""'cumin'""}]}","[{""columns"":[""product_id"",""color_code"",""product_category_code"",""product_name"",""typical_buying_price"",""typical_selling_price"",""product_description"",""other_product_details""],""name"":""Products"",""type"":""grid""}]" +b50cc492-e87c-40a7-b1fa-b9d5762bcdf2,,USER,List employee IDs alongside their final employment dates at their last job.,"{""actions"":[{""actionType"":""aggregations"",""column"":""end_date"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""employee_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""START_DATE"",""END_DATE"",""JOB_ID"",""DEPARTMENT_ID""],""name"":""job_history"",""type"":""grid""}]" +3d98e1eb-d84d-4ab6-8a53-e3c7cf2e2403,,USER,How many countries are there in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Country_id"",""aggregation"":""count""}]}","[{""columns"":[""Country_id"",""Country_name"",""Capital"",""Official_native_language""],""name"":""country"",""type"":""grid""}]" +0732fd0f-01bc-4cdc-a63b-a51c98188550,,USER,Count the number of farms.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Farm_ID"",""aggregation"":""count""}]}","[{""columns"":[""Farm_ID"",""Year"",""Total_Horses"",""Working_Horses"",""Total_Cattle"",""Oxen"",""Bulls"",""Cows"",""Pigs"",""Sheep_and_Goats""],""name"":""farm"",""type"":""grid""}]" +928c7223-9b3d-47c2-bc82-086942f53635,,USER,Find the first names and last names of male (sex is M) faculties who live in building NEB.,"{""actions"":[{""actionType"":""condition"",""column"":""sex"",""operation"":""="",""value"":""'M'""},{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'NEB'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +2cb30a98-74b7-4710-8b4a-026b9de6a390,,USER,"Find the address line 1 and 2 of the customer with email ""vbogisich@example.org"".","{""actions"":[{""actionType"":""condition"",""column"":""email_address"",""operation"":""="",""value"":""'vbogisich@example.org'""}]}","[{""columns"":[""customer_id"",""customer_type_code"",""address_line_1"",""address_line_2"",""town_city"",""state"",""email_address"",""phone_number""],""name"":""Customers"",""type"":""grid""}]" +83fccb19-3bc0-490b-a6c5-03ddffa50109,,USER,"Show the description for role name ""Proof Reader"".","{""actions"":[{""actionType"":""condition"",""column"":""role_name"",""operation"":""="",""value"":""'Proof Reader'""}]}","[{""columns"":[""Role_Code"",""Role_Name"",""Role_Description""],""name"":""Roles"",""type"":""grid""}]" +c473291a-8262-43a8-aaed-75fbb351abef,,USER,What are the descriptions for all the math courses?,"{""actions"":[{""actionType"":""condition"",""column"":""course_name"",""operation"":""="",""value"":""math""}]}","[{""columns"":[""course_id"",""course_name"",""course_description"",""other_details""],""name"":""Courses"",""type"":""grid""}]" +d7c16ed5-b5c7-488a-8b82-0195691c1ad5,,USER,List the first name of all employees with job code PROF ordered by their date of birth.,"{""actions"":[{""actionType"":""condition"",""column"":""emp_jobcode"",""operation"":""="",""value"":""PROF""},{""actionType"":""sorting"",""column"":""emp_dob"",""direction"":""asc""}]}","[{""columns"":[""EMP_NUM"",""EMP_LNAME"",""EMP_FNAME"",""EMP_INITIAL"",""EMP_JOBCODE"",""EMP_HIREDATE"",""EMP_DOB""],""name"":""EMPLOYEE"",""type"":""grid""}]" +425769e1-cfbb-4224-ac23-4c928bade974,,USER,What is the average number of attendance at home games for each year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""attendance"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""year"",""league_id"",""team_id"",""park_id"",""span_first"",""span_last"",""games"",""openings"",""attendance""],""name"":""home_game"",""type"":""grid""}]" +8399aee5-8fff-4d84-bf21-f24428bcacab,,USER,"Give the different reigns of wrestlers who are not located in Tokyo, Japan.","{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""!="",""value"":""'Tokyo , Japan'""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" +0870ca9a-f5df-4115-a493-c346f0cc82ba,,USER,"Return the categories of music festivals that have the result ""Awarded"".","{""actions"":[{""actionType"":""condition"",""column"":""RESULT"",""operation"":""="",""value"":""'Awarded'""}]}","[{""columns"":[""ID"",""Music_Festival"",""Date_of_ceremony"",""Category"",""Volume"",""Result""],""name"":""music_festival"",""type"":""grid""}]" +6b136d26-2b6f-4326-8c17-f9feb1cb068c,,USER,Who is the composer of track Fast As a Shark?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Fast As a Shark'""}]}","[{""columns"":[""id"",""name"",""album_id"",""media_type_id"",""genre_id"",""composer"",""milliseconds"",""bytes"",""unit_price""],""name"":""tracks"",""type"":""grid""}]" +68e67bf0-06ff-4f55-ad4e-a8b019b53ab1,,USER,What is the description of the product category with the code 'Spices'?,"{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Spices'""}]}","[{""columns"":[""product_category_code"",""product_category_description"",""unit_of_measure""],""name"":""Ref_Product_Categories"",""type"":""grid""}]" +21b2c959-c68b-4128-94a1-27d3bfefcaa9,,USER,What is the company where Eduardo Martins is a customer?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Eduardo'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Martins'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" +5175b9df-a5d3-4113-927a-b4a84a6d87b4,,USER,"What are the names of the wrestlers, ordered descending by days held?","{""actions"":[{""actionType"":""sorting"",""column"":""Days_held"",""direction"":""desc""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" +c988103a-4b76-43cf-b575-a4b27cfc1eca,,USER,Tell me the the date when the first claim was made.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Date_Claim_Made"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" +e57e4049-b6e2-4576-88c9-8d10cc976456,,USER,What is the average number of working horses of farms with more than 5000 total number of horses?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Working_Horses"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""Total_Horses"",""operation"":"">"",""value"":5000}]}","[{""columns"":[""Farm_ID"",""Year"",""Total_Horses"",""Working_Horses"",""Total_Cattle"",""Oxen"",""Bulls"",""Cows"",""Pigs"",""Sheep_and_Goats""],""name"":""farm"",""type"":""grid""}]" +ab1b8e42-0d1c-4b23-8efc-3d1a043ecfcf,,USER,Find the id and name of customers whose address contains WY state and do not use credit card for payment.,"{""actions"":[{""actionType"":""condition"",""column"":""customer_address"",""operation"":""contains"",""value"":""WY""},{""actionType"":""condition"",""column"":""payment_method_code"",""operation"":""!="",""value"":""'Credit Card'""}]}","[{""columns"":[""customer_id"",""payment_method_code"",""customer_code"",""customer_name"",""customer_address"",""customer_phone"",""customer_email""],""name"":""Customers"",""type"":""grid""}]" +ff77e5c1-10a7-4005-a14c-ff69cd1b81ce,,USER,What country does Roberto Almeida live?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Roberto'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Almeida'""}]}","[{""columns"":[""id"",""first_name"",""last_name"",""company"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email"",""support_rep_id""],""name"":""customers"",""type"":""grid""}]" +235e7ad3-c8e5-4e30-80ec-5297e2fce582,,USER,List the maximum price and score of wines for each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""max""},{""actionType"":""aggregations"",""column"":""Score"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +9261b0de-f4bf-41fe-9c82-5a5ce64cf87b,,USER,How many documents exist for each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_type_code""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +a640f018-3d43-405d-b0cd-dbeeeb841924,,USER,"What are the emails of employees with null commission, salary between 7000 and 12000, and who work in department 50?","{""actions"":[{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""="",""value"":""'null'""},{""actionType"":""condition"",""column"":""salary"",""operation"":"">="",""value"":7000},{""actionType"":""condition"",""column"":""salary"",""operation"":""<="",""value"":12000},{""actionType"":""condition"",""column"":""department_id"",""operation"":""="",""value"":50}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +8fc5dce9-6bbf-485d-9e42-eb54cc0549f2,,USER,return me the paper after 2000 with the most citations .,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":2000},{""actionType"":""topFilter"",""column"":""citation_num"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" +1839fb55-3b06-4858-8cc6-bf585c506b3f,,USER,"What are ids of the all distinct orders, sorted by placement date?","{""actions"":[{""actionType"":""sorting"",""column"":""date_order_placed"",""direction"":""asc""}]}","[{""columns"":[""order_id"",""customer_id"",""order_status"",""date_order_placed"",""order_details""],""name"":""Orders"",""type"":""grid""}]" +5b6cf2f5-0e29-4dca-8f3e-19396bfb1b61,,USER,Find the name and capacity of products with price greater than 700 (in USD).,"{""actions"":[{""actionType"":""condition"",""column"":""price_in_dollars"",""operation"":"">"",""value"":700}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" +ea217898-e518-48ea-8f4b-117c90c7bd5b,,USER,Count the number of documents with type code BK for each product id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +714568f4-2fca-46ac-86e5-b5adc4bc382c,,USER,"For each zip code, how many times has the maximum wind speed reached 25 mph?","{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""max_wind_Speed_mph"",""operation"":"">="",""value"":25},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +11d45215-fc1d-4b01-a076-9573e0e82147,,USER,"For each grade 0 classroom, report the student count.","{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'0'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +fba5d96f-f6c1-486f-aea4-c2450dd77fef,,USER,"Show different builders of railways, along with the corresponding number of railways using each builder.","{""actions"":[{""actionType"":""aggregations"",""column"":""Railway_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Builder""}]}","[{""columns"":[""Railway_ID"",""Railway"",""Builder"",""Built"",""Wheels"",""Location"",""ObjectNumber""],""name"":""railway"",""type"":""grid""}]" +ef14e373-1e4a-4a3e-8f9f-36e2ad4f59f6,,USER,Identify country codes where the highest percentage of people speak Spanish.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""condition"",""column"":""LANGUAGE"",""operation"":""="",""value"":""'Spanish'""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +9cfc6e9f-6eab-4c59-ba44-f8e0d3d76de8,,USER,"Find the first names of students whose first names contain letter ""a"".","{""actions"":[{""actionType"":""condition"",""column"":""Fname"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +d5701016-6948-4348-8ce1-5cc53671ad2a,,USER,"Which customers use ""Cash"" for payment method? Return the customer names.","{""actions"":[{""actionType"":""condition"",""column"":""payment_method"",""operation"":""="",""value"":""'Cash'""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" +72d05dc8-62ef-43e9-bb9e-7a793e0648d2,,USER,Count the number of documents.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""}]}","[{""columns"":[""Document_ID"",""Template_ID"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +292a3efd-d376-42cd-84a6-0853867f3004,,USER,"What is the flight number, origin, and destination for all flights in alphabetical order by departure cities?","{""actions"":[{""actionType"":""sorting"",""column"":""origin"",""direction"":""asc""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +b2662433-c987-4e9b-9742-3b4f4f7fff7c,,USER,Find the total student enrollment for different affiliation type schools.,"{""actions"":[{""actionType"":""aggregations"",""column"":""enrollment"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""affiliation""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Founded"",""Affiliation"",""Enrollment"",""Nickname"",""Primary_conference""],""name"":""university"",""type"":""grid""}]" +a07d1f04-a38c-4336-9f59-c4ce296c4117,,USER,Show transaction types and their total amounts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""transaction_amount"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""transaction_type""}]}","[{""columns"":[""transaction_id"",""account_id"",""invoice_number"",""transaction_type"",""transaction_date"",""transaction_amount"",""transaction_comment"",""other_transaction_details""],""name"":""Financial_Transactions"",""type"":""grid""}]" +4bb80a3f-8fad-46f7-ab6f-4d693e588c09,,USER,Show all template type codes and number of templates for each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_type_code""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" +a22605df-6264-4c9c-9e8e-4f3acaf09a2c,,USER,How many schools are there in the department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""school_code"",""aggregation"":""count""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +e672cdbd-5769-474c-bcde-03cb45b90e0b,,USER,Find the name of the first 5 customers.,"{""actions"":[{""actionType"":""topFilter"",""column"":""date_became_customer"",""limit"":5,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""customer_phone"",""customer_email"",""date_became_customer""],""name"":""Customers"",""type"":""grid""}]" +7d7b0f99-7d7d-492a-ad5c-b20c0aa26181,,USER,How many distinct payment methods are used by parties?,"{""actions"":[{""actionType"":""aggregations"",""column"":""payment_method_code"",""aggregation"":""count""}]}","[{""columns"":[""party_id"",""payment_method_code"",""party_phone"",""party_email""],""name"":""Parties"",""type"":""grid""}]" +b755bc0c-8b9f-4053-9e72-4544c2456600,,USER,"For each classroom, report the classroom number and count the number of distinct grades that use it.","{""actions"":[{""actionType"":""aggregations"",""column"":""grade"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +553b6eec-5d5f-4bf8-b6fe-b1ed13b28be3,,USER,Count the number of markets that have a number of cities lower than 300.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Market_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Number_cities"",""operation"":""<"",""value"":300}]}","[{""columns"":[""Market_ID"",""Country"",""Number_cities""],""name"":""market"",""type"":""grid""}]" +00faa8c8-c2a8-4b39-901c-733d2b0c4937,,USER,How many roller coasters are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Roller_Coaster_ID"",""aggregation"":""count""}]}","[{""columns"":[""Roller_Coaster_ID"",""Name"",""Park"",""Country_ID"",""Length"",""Height"",""Speed"",""Opened"",""Status""],""name"":""roller_coaster"",""type"":""grid""}]" +81488992-4718-4697-a46d-4aadf5998a30,,USER,What is the average price for flights from Los Angeles to Honolulu.,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""destination"",""operation"":""="",""value"":""'Honolulu'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +03d7ce73-8805-4b3e-97c0-23eb93ebe864,,USER,What is the name and price of the cheapest product?,"{""actions"":[{""actionType"":""topFilter"",""column"":""price"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +d1dc80e3-2b8f-41a8-95e6-9a26d2fc8d98,,USER,What are the name and os of web client accelerators that do not work with only a 'Broadband' type connection?,"{""actions"":[{""actionType"":""condition"",""column"":""CONNECTION"",""operation"":""!="",""value"":""Broadband""}]}","[{""columns"":[""id"",""name"",""Operating_system"",""Client"",""Connection""],""name"":""Web_client_accelerator"",""type"":""grid""}]" +667efd87-6ed5-4297-9a1b-d20a9ff85458,,USER,Give the name of the highest paid instructor.,"{""actions"":[{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +9d4b1a11-e749-4a2d-aa28-99d07ec7d935,,USER,Give the name of the department with the lowest budget.,"{""actions"":[{""actionType"":""topFilter"",""column"":""budget"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""dept_name"",""building"",""budget""],""name"":""department"",""type"":""grid""}]" +6ed76e28-0048-4614-ad7d-ccaa929ab1bd,,USER,Count the number of matches.,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +ea4ff5e7-eb39-4893-a0d4-094470de424a,,USER,How many tips have been written in 2015,"{""actions"":[{""actionType"":""aggregations"",""column"":""text"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2015}]}","[{""columns"":[""tip_id"",""business_id"",""text"",""user_id"",""likes"",""year"",""month""],""name"":""tip"",""type"":""grid""}]" +2ce5e61c-db33-4dac-9827-b2d0855a754f,,USER,Find the number of departments in each school.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_name"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +6f0ef22d-a120-4cea-9ca6-768a9e2dd0bb,,USER,Who is the instructor with the highest salary?,"{""actions"":[{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +e8dad92a-5274-44df-a0f3-afd6001caab7,,USER,List all names of courses with 1 credit?,"{""actions"":[{""actionType"":""condition"",""column"":""Credits"",""operation"":""="",""value"":1}]}","[{""columns"":[""CID"",""CName"",""Credits"",""Instructor"",""Days"",""Hours"",""DNO""],""name"":""Course"",""type"":""grid""}]" +e914e6b2-923c-4b71-8e87-f3f9718d0502,,USER,Count the number of different teams involved in match season.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Team"",""aggregation"":""count""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" +0a4deb8a-1871-4b4b-90b2-accf34baf9b7,,USER,What is the total number of companies?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Company_ID"",""aggregation"":""count""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +1fb41571-61d5-4e86-a631-0f6198f4700c,,USER,Give the city and country for the Alton airport.,"{""actions"":[{""actionType"":""condition"",""column"":""AirportName"",""operation"":""="",""value"":""'Alton'""}]}","[{""columns"":[""City"",""AirportCode"",""AirportName"",""Country"",""CountryAbbrev""],""name"":""airports"",""type"":""grid""}]" +6e7802d6-5b8b-4f0d-8392-389da8ba7524,,USER,"What is the nationality of the actress "" Christoph Waltz "" ?","{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Christoph Waltz'""}]}","[{""columns"":[""aid"",""gender"",""name"",""nationality"",""birth_city"",""birth_year""],""name"":""actor"",""type"":""grid""}]" +cc37ece1-245d-416d-b3b4-ee6c980d1e06,,USER,How many individuals below 40 years old are there for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""age"",""operation"":""<"",""value"":40},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +0aa80ea5-ca38-4f53-b7ea-f4828ec0c6db,,USER,Show all flight number from Los Angeles.,"{""actions"":[{""actionType"":""condition"",""column"":""origin"",""operation"":""="",""value"":""'Los Angeles'""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +91fc2006-4c7e-4475-824f-c828351e1109,,USER,What is the maximum accelerate for all the different cylinders?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Accelerate"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Cylinders""}]}","[{""columns"":[""Id"",""MPG"",""Cylinders"",""Edispl"",""Horsepower"",""Weight"",""Accelerate"",""Year""],""name"":""cars_data"",""type"":""grid""}]" +f17456f0-3344-4a75-9e5c-2673247f7f6f,,USER,How many gas station are opened between 2000 and 2005?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Station_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""open_year"",""operation"":"">="",""value"":2000},{""actionType"":""condition"",""column"":""open_year"",""operation"":""<="",""value"":2005}]}","[{""columns"":[""Station_ID"",""Open_Year"",""Location"",""Manager_Name"",""Vice_Manager_Name"",""Representative_Name""],""name"":""gas_station"",""type"":""grid""}]" +199412e0-c0b6-4d07-bea4-c46ba875e456,,USER,Find the average rank of winners in all matches.,"{""actions"":[{""actionType"":""aggregations"",""column"":""winner_rank"",""aggregation"":""avg""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +1cffedbc-c931-4b33-a5cd-5a3f4bd41745,,USER,How many instructors teach a course in the Spring of 2010?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""semester"",""operation"":""="",""value"":""Spring""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2010}]}","[{""columns"":[""ID"",""course_id"",""sec_id"",""semester"",""year""],""name"":""teaches"",""type"":""grid""}]" +fecabc51-9a90-4835-b7c8-26bad1ac4a2f,,USER,"For each hometown, how many teachers are there?","{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Hometown""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" +9ba429b2-115d-414c-81d0-354356ecff95,,USER,Count the number of conductors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Conductor_ID"",""aggregation"":""count""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" +db17cdc8-92df-4bc2-b0fb-47bd2e4bac49,,USER,What are different nationalities of people and the corresponding number of people from each nation?,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nationality""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" +24402482-095f-4f32-9c2d-17097173ab19,,USER,What are the birthdays of people in ascending order of height?,"{""actions"":[{""actionType"":""sorting"",""column"":""Height"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Birth_Date"",""Birth_Place""],""name"":""people"",""type"":""grid""}]" +74caff9b-bc58-49d9-9c2d-df1999c98e9f,,USER,"What are flight numbers of flights departing from Airport ""APG""?","{""actions"":[{""actionType"":""condition"",""column"":""SourceAirport"",""operation"":""="",""value"":""'APG'""}]}","[{""columns"":[""Airline"",""FlightNo"",""SourceAirport"",""DestAirport""],""name"":""flights"",""type"":""grid""}]" +cfc0b473-a191-4fb4-bda2-f4a94d285c70,,USER,Find the number of users who posted some tweets.,"{""actions"":[{""actionType"":""aggregations"",""column"":""UID"",""aggregation"":""count""}]}","[{""columns"":[""id"",""uid"",""text"",""createdate""],""name"":""tweets"",""type"":""grid""}]" +be3406c2-2cf5-462a-beaf-8865d714dd15,,USER,what is the area of new mexico,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'new mexico'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +210512e5-8dff-4a3b-a9dc-4148f96f1ce4,,USER,"Find all Apple Store in "" Los Angeles ""","{""actions"":[{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'Los Angeles'""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Apple Store'""}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" +d2363ee1-0e03-4ccc-ba56-2c11f665a3bc,,USER,List every album ordered by album title in ascending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""title"",""direction"":""asc""}]}","[{""columns"":[""id"",""title"",""artist_id""],""name"":""albums"",""type"":""grid""}]" +d2e66d25-5eb1-4169-933e-45d3212df096,,USER,Show different teams of technicians and the number of technicians in each team.,"{""actions"":[{""actionType"":""aggregations"",""column"":""technician_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Team""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" +c1e80f22-323b-4ecf-bc90-fb8d0e10c35e,,USER,How many ships are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Ship_ID"",""aggregation"":""count""}]}","[{""columns"":[""Ship_ID"",""Name"",""Type"",""Nationality"",""Tonnage""],""name"":""ship"",""type"":""grid""}]" +ecba3d30-5f7f-47ef-b06c-37a8ca0ac944,,USER,What is the code of the school where the accounting department belongs to?,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""'Accounting'""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +2e3a0cde-ed42-41fe-905d-afaf8b30c1ff,,USER,Give me a list of all the channel names sorted by the channel rating in descending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""rating_in_percent"",""direction"":""desc""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +c740ef25-6de1-401c-871a-f16efd9b0018,,USER,which states do ohio river flow through,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +4cca652b-07e0-46b6-b20f-ad2ac1e1d8f3,,USER,Find the name of dorms that can accommodate more than 300 students.,"{""actions"":[{""actionType"":""condition"",""column"":""student_capacity"",""operation"":"">"",""value"":300}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" +f1206d20-2aa8-478f-b04b-00803047ec04,,USER,Return the full names and salaries of employees with null commissions.,"{""actions"":[{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""="",""value"":""'null'""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +3c87a622-b75b-4fce-b6dc-05515c081916,,USER,"What are the different card type codes, and how many different customers hold each type?","{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""card_type_code""}]}","[{""columns"":[""card_id"",""customer_id"",""card_type_code"",""card_number"",""date_valid_from"",""date_valid_to"",""other_card_details""],""name"":""Customers_Cards"",""type"":""grid""}]" +6940488b-0d01-4b58-a6fd-177bb5f4ce0d,,USER,What are the different cities that have more than 100 memberships?,"{""actions"":[{""actionType"":""condition"",""column"":""membership_amount"",""operation"":"">="",""value"":100}]}","[{""columns"":[""Branch_ID"",""Name"",""Open_year"",""Address_road"",""City"",""membership_amount""],""name"":""branch"",""type"":""grid""}]" +08b6b975-0afb-40bd-874d-938a54d8fa1d,,USER,"What are the case burdens of counties, ordered descending by population?","{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""desc""}]}","[{""columns"":[""County_ID"",""Name"",""Population"",""Police_officers"",""Residents_per_officer"",""Case_burden"",""Crime_rate"",""Police_force"",""Location""],""name"":""county_public_safety"",""type"":""grid""}]" +59db29d7-d21a-4475-a8e7-9623599724ce,,USER,What is the name of the player with the largest number of votes?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Votes"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Player_ID"",""Sponsor_name"",""Player_name"",""Gender"",""Residence"",""Occupation"",""Votes"",""Rank""],""name"":""player"",""type"":""grid""}]" +042f0c29-5ccc-456c-a89a-5505fdee1e9d,,USER,what is the name of the instructor who is in Statistics department and earns the lowest salary?,"{""actions"":[{""actionType"":""condition"",""column"":""dept_name"",""operation"":""="",""value"":""Statistics""},{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +4db83283-6309-4d10-851e-1c7c22785fda,,USER,List the number of films produced by each studio and the names of those studios.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Film_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Studio""}]}","[{""columns"":[""Film_ID"",""Title"",""Studio"",""Director"",""Gross_in_dollar""],""name"":""film"",""type"":""grid""}]" +386c2371-51fc-405e-826f-6997c8892b78,,USER,"What are the teams of the players, sorted in ascending alphabetical order?","{""actions"":[{""actionType"":""sorting"",""column"":""Team"",""direction"":""asc""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" +244cde65-9e5b-4c14-9bcd-ac2d969fc5fb,,USER,which states have a major city named austin,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'austin'""},{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +8cb3615b-d4ff-4b0b-a19d-5381b4db967f,,USER,What are the distinct secretary votes in the fall election cycle?,"{""actions"":[{""actionType"":""condition"",""column"":""ELECTION_CYCLE"",""operation"":""="",""value"":""'Fall'""}]}","[{""columns"":[""StuID"",""Registration_Date"",""Election_Cycle"",""President_Vote"",""Vice_President_Vote"",""Secretary_Vote"",""Treasurer_Vote"",""Class_President_Vote"",""Class_Senator_Vote""],""name"":""Voting_record"",""type"":""grid""}]" +91c156f9-789c-426f-85c3-ac031797997b,,USER,What are the names of people in ascending order of weight?,"{""actions"":[{""actionType"":""sorting"",""column"":""Weight"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Date_of_Birth""],""name"":""people"",""type"":""grid""}]" +9c3d8629-e851-41d9-b0e1-1d2e06f682b8,,USER,List all businesses with rating 3.5,"{""actions"":[{""actionType"":""condition"",""column"":""rating"",""operation"":""="",""value"":3.5}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" +0c7b4001-0e64-4c9d-89d6-0fd96c83d021,,USER,Show different publishers together with the number of publications they have.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Publication_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Publisher""}]}","[{""columns"":[""Publication_ID"",""Book_ID"",""Publisher"",""Publication_Date"",""Price""],""name"":""publication"",""type"":""grid""}]" +a08af55a-7f52-4d80-b8b8-4cc29f68374d,,USER,Show the number of male and female assistant professors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""rank"",""operation"":""="",""value"":""'AsstProf'""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +3650e5b4-980f-489c-a30d-7216d0396c8f,,USER,what is the number of different channel owners?,"{""actions"":[{""actionType"":""aggregations"",""column"":""OWNER"",""aggregation"":""count""}]}","[{""columns"":[""Channel_ID"",""Name"",""Owner"",""Share_in_percent"",""Rating_in_percent""],""name"":""channel"",""type"":""grid""}]" +730f43bd-9296-4ba3-a88d-bd58c46cbc94,,USER,How many conductors are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Conductor_ID"",""aggregation"":""count""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" +a62fa4c7-3bc3-4858-ad38-1d616e5f3824,,USER,How many Professors are in building NEB?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Rank"",""operation"":""="",""value"":""'Professor'""},{""actionType"":""condition"",""column"":""building"",""operation"":""="",""value"":""'NEB'""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +ef81b8a0-62c6-4f47-8733-77fb97f087c0,,USER,What are the average height and weight across males (sex is M)?,"{""actions"":[{""actionType"":""aggregations"",""column"":""height"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""sex"",""operation"":""="",""value"":""M""}]}","[{""columns"":[""People_ID"",""Sex"",""Name"",""Date_of_Birth"",""Height"",""Weight""],""name"":""people"",""type"":""grid""}]" +f5ef185a-01db-4fe9-98f8-5ce1aff32923,,USER,What is the total count of teachers?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""count""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" +120c356b-4ea8-4edd-a75a-034787feedc0,,USER,List the themes of parties in ascending order of number of hosts.,"{""actions"":[{""actionType"":""sorting"",""column"":""Number_of_hosts"",""direction"":""asc""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" +d34d125d-a606-483d-aece-356ff1b9bad2,,USER,What is the phone number and postal code of the address 1031 Daugavpils Parkway?,"{""actions"":[{""actionType"":""condition"",""column"":""address"",""operation"":""="",""value"":""1031 Daugavpils Parkway""}]}","[{""columns"":[""address_id"",""address"",""address2"",""district"",""city_id"",""postal_code"",""phone"",""last_update""],""name"":""address"",""type"":""grid""}]" +b4860f06-3a2f-4b97-ab67-de586e373931,,USER,Return the version numbers and template type codes of templates with a version number greater than 5.,"{""actions"":[{""actionType"":""condition"",""column"":""version_number"",""operation"":"">"",""value"":5}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" +808ae404-e9eb-4b5e-ac83-62034266b436,,USER,What is the minimum age for each job title?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +e08662ce-68ae-49af-80a6-7ab21d5c3cdb,,USER,Find the name of customers who did not pay with Cash.,"{""actions"":[{""actionType"":""condition"",""column"":""payment_method"",""operation"":""!="",""value"":""Cash""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" +90e77d45-179e-4f66-b8c5-6d4cae1651e0,,USER,How many parks are there in Atlanta city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""park_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""Atlanta""}]}","[{""columns"":[""park_id"",""park_name"",""park_alias"",""city"",""state"",""country""],""name"":""park"",""type"":""grid""}]" +71ef151e-30b0-414e-b458-3f0a67e3f129,,USER,how many capitals does rhode island have,"{""actions"":[{""actionType"":""aggregations"",""column"":""capital"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'rhode island'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +2d72ea9e-eb7f-4023-920e-7c94eb603e57,,USER,"Where us the club named ""Tennis Club"" located?","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Tennis Club'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" +304a6bdc-0623-41b1-bc29-0c680d8d21f3,,USER,What are the ids of the candidates that have an outcome code of Pass?,"{""actions"":[{""actionType"":""condition"",""column"":""asessment_outcome_code"",""operation"":""="",""value"":""'Pass'""}]}","[{""columns"":[""candidate_id"",""qualification"",""assessment_date"",""asessment_outcome_code""],""name"":""Candidate_Assessments"",""type"":""grid""}]" +9a0848dc-e36a-46ea-8100-35183a67a3e9,,USER,What are the names and account balances of customers with the letter a in their names?,"{""actions"":[{""actionType"":""condition"",""column"":""cust_name"",""operation"":""contains"",""value"":""a""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +ee2e92db-e407-41ba-96d2-f1936772ca08,,USER,How old is the doctor named Zach?,"{""actions"":[{""actionType"":""condition"",""column"":""job"",""operation"":""="",""value"":""doctor""},{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Zach""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +a1cb3761-65ff-4fee-9200-9552da026c7d,,USER,Which manufacturer has the most number of shops? List its name and year of opening.,"{""actions"":[{""actionType"":""topFilter"",""column"":""num_of_shops"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Manufacturer_ID"",""Open_Year"",""Name"",""Num_of_Factories"",""Num_of_Shops""],""name"":""manufacturer"",""type"":""grid""}]" +60c31fd7-559f-4f5c-8688-a5a9313ab977,,USER,How many aircrafts are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Aircraft_ID"",""aggregation"":""count""}]}","[{""columns"":[""Aircraft_ID"",""Aircraft"",""Description"",""Max_Gross_Weight"",""Total_disk_area"",""Max_disk_Loading""],""name"":""aircraft"",""type"":""grid""}]" +b76fe52e-fd02-4fe7-b329-a159ed6db727,,USER,What is Kyle's id?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Kyle'""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" +e7dd7f4b-b68e-485d-9a72-a61a414233fc,,USER,What are the products with the maximum page size A4 that also have a pages per minute color smaller than 5?,"{""actions"":[{""actionType"":""condition"",""column"":""max_page_size"",""operation"":""="",""value"":""'A4'""},{""actionType"":""condition"",""column"":""pages_per_minute_color"",""operation"":""<"",""value"":5}]}","[{""columns"":[""product_id"",""product"",""dimensions"",""dpi"",""pages_per_minute_color"",""max_page_size"",""interface""],""name"":""product"",""type"":""grid""}]" +7ec536f8-ce94-4ca7-9537-0cb52417c218,,USER,What are the countries of mountains with height bigger than 5000?,"{""actions"":[{""actionType"":""condition"",""column"":""Height"",""operation"":"">"",""value"":5000}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" +2cac0b44-b7d0-4706-9d59-7a8ab1316227,,USER,"What are the names and seatings for all tracks opened after 2000, ordered by seating?","{""actions"":[{""actionType"":""condition"",""column"":""year_opened"",""operation"":"">"",""value"":2000},{""actionType"":""sorting"",""column"":""seating"",""direction"":""asc""}]}","[{""columns"":[""Track_ID"",""Name"",""Location"",""Seating"",""Year_Opened""],""name"":""track"",""type"":""grid""}]" +e6bd3f19-e6a3-4962-a105-a8aca1599bed,,USER,Which of the airport names contains the word 'international'?,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""international""}]}","[{""columns"":[""id"",""City"",""Country"",""IATA"",""ICAO"",""name""],""name"":""airport"",""type"":""grid""}]" +209b4181-d811-4738-9d93-b38acd9ca021,,USER,What is the average number of audience for festivals?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Num_of_Audience"",""aggregation"":""avg""}]}","[{""columns"":[""Festival_ID"",""Festival_Name"",""Chair_Name"",""Location"",""Year"",""Num_of_Audience""],""name"":""festival_detail"",""type"":""grid""}]" +4093d9f9-c8f3-4fb4-bd90-429004c0fa70,,USER,"For each customer status code, how many customers are classified that way?","{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_status_code""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +ba3b5ae0-3c0d-4e9b-91e2-da50e0faa5b0,,USER,How many customers have opened an account?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""}]}","[{""columns"":[""account_id"",""customer_id"",""date_account_opened"",""account_name"",""other_account_details""],""name"":""Accounts"",""type"":""grid""}]" +63d224d4-aae0-43ac-b148-6a0bcb7e931c,,USER,What is the name of the technician whose team is not 'NYY'?,"{""actions"":[{""actionType"":""condition"",""column"":""Team"",""operation"":""!="",""value"":""'NYY'""}]}","[{""columns"":[""technician_id"",""Name"",""Team"",""Starting_Year"",""Age""],""name"":""technician"",""type"":""grid""}]" +dba446a1-3f8c-4000-be27-0530361c7834,,USER,what is the GDP of the city with the largest population.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Regional_Population"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" +5eb95261-43db-4ec4-aa9c-f12cc9005b31,,USER,How many different types of rooms are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""roomtype"",""aggregation"":""count""}]}","[{""columns"":[""RoomNumber"",""RoomType"",""BlockFloor"",""BlockCode"",""Unavailable""],""name"":""Room"",""type"":""grid""}]" +9db3559c-fa83-4f43-9a19-d044daca2ca7,,USER,"What is the template type code for template type description ""Book"".","{""actions"":[{""actionType"":""condition"",""column"":""template_type_description"",""operation"":""="",""value"":""'Book'""}]}","[{""columns"":[""Template_Type_Code"",""Template_Type_Description""],""name"":""Ref_Template_Types"",""type"":""grid""}]" +a8a944c5-79b6-4c7b-8fd6-bc87867934b1,,USER,How many different degree names are offered?,"{""actions"":[{""actionType"":""aggregations"",""column"":""degree_summary_name"",""aggregation"":""count""}]}","[{""columns"":[""degree_program_id"",""department_id"",""degree_summary_name"",""degree_summary_description"",""other_details""],""name"":""Degree_Programs"",""type"":""grid""}]" +2db7b68c-ab3d-493a-bd2a-efb0ea0f4d47,,USER,Count the number of different hometowns of these people.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Hometown"",""aggregation"":""count""}]}","[{""columns"":[""People_ID"",""Name"",""Age"",""Height"",""Hometown""],""name"":""people"",""type"":""grid""}]" +a0dfcbf4-2f16-4513-8c39-189032ce7b5d,,USER,what is the name and nation of the singer who have a song having 'Hey' in its name?,"{""actions"":[{""actionType"":""condition"",""column"":""song_name"",""operation"":""contains"",""value"":""Hey""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +c3dee89a-bebc-4467-9f15-6c1230670040,,USER,"For each grade level, provide the grade, the classroom count teaching it, and the total student count in that grade.","{""actions"":[{""actionType"":""aggregations"",""column"":""classroom"",""aggregation"":""count""},{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +1e9c08d1-cc87-4f8d-ae79-dad9cc3d3273,,USER,what is the river that cross over illinois,"{""actions"":[{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'illinois'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +9bde3a47-7eb1-4985-ab0a-19e7580090c8,,USER,List the names of buildings in descending order of building height.,"{""actions"":[{""actionType"":""sorting"",""column"":""Height"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""City"",""Height"",""Stories"",""Status""],""name"":""buildings"",""type"":""grid""}]" +7940b27c-2cfa-4a3e-b97c-2334c63670c8,,USER,Determine the quantity of captains for each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +29e929d9-f91d-4aa2-ac5f-731a60cf57e1,,USER,How many tasks are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""task_id"",""aggregation"":""count""}]}","[{""columns"":[""task_id"",""project_id"",""task_details"",""eg Agree Objectives""],""name"":""Tasks"",""type"":""grid""}]" +6de59fe7-0d54-4110-adec-707c245a23c4,,USER,How many unique languages are spoken in the world?,"{""actions"":[{""actionType"":""aggregations"",""column"":""LANGUAGE"",""aggregation"":""count""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +d0f748e7-4342-4db1-8482-1a98b519fd68,,USER,How many distinct countries do players come from?,"{""actions"":[{""actionType"":""aggregations"",""column"":""country_code"",""aggregation"":""count""}]}","[{""columns"":[""player_id"",""first_name"",""last_name"",""hand"",""birth_date"",""country_code""],""name"":""players"",""type"":""grid""}]" +5310fb26-4f88-4f6e-8496-3ea15e0fcac3,,USER,How many songs were released for each format?,"{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""formats""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" +9eb950f3-79bc-4ef4-b5ba-2740d1617e18,,USER,How many staff in total?,"{""actions"":[{""actionType"":""aggregations"",""column"":""staff_id"",""aggregation"":""count""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" +504842ee-58b8-4cc4-adfd-9f7f4041a91e,,USER,What is the the phone number of Nancy Edwards?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Nancy'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Edwards'""}]}","[{""columns"":[""id"",""last_name"",""first_name"",""title"",""reports_to"",""birth_date"",""hire_date"",""address"",""city"",""state"",""country"",""postal_code"",""phone"",""fax"",""email""],""name"":""employees"",""type"":""grid""}]" +637e1299-10fc-437c-be7b-18945981bea2,,USER,How many different students are involved in sports?,"{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""}]}","[{""columns"":[""StuID"",""SportName"",""HoursPerWeek"",""GamesPlayed"",""OnScholarship""],""name"":""SportsInfo"",""type"":""grid""}]" +c1805362-a43a-4f60-8d3a-c1dd849687ea,,USER,what is the capital of texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +c298761f-b444-455c-b3da-f24f54ca251d,,USER,Report the total number of students for each fourth-grade classroom.,"{""actions"":[{""actionType"":""aggregations"",""column"":""LastName"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":""'4'""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +39fde7c2-43db-403c-84b8-cebc1d7849c6,,USER,springfield is in what state,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'springfield'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +e613fb0f-fb32-4424-b622-a5cbf52cca6e,,USER,how many people reside in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +ffddb51d-eb86-4209-a391-81f4d891b0b5,,USER,Find the names of all English songs.,"{""actions"":[{""actionType"":""condition"",""column"":""languages"",""operation"":""="",""value"":""'english'""}]}","[{""columns"":[""song_name"",""artist_name"",""country"",""f_id"",""genre_is"",""rating"",""languages"",""releasedate"",""resolution""],""name"":""song"",""type"":""grid""}]" +5761045f-76b4-4d8d-882c-81c175ad18d6,,USER,"Which clubs are located at ""AKW""? Return the club names.","{""actions"":[{""actionType"":""condition"",""column"":""clublocation"",""operation"":""="",""value"":""'AKW'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" +13bad034-f0e0-4828-a919-a93e22598918,,USER,What is the location of the festival with the largest number of audience?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Num_of_Audience"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Festival_ID"",""Festival_Name"",""Chair_Name"",""Location"",""Year"",""Num_of_Audience""],""name"":""festival_detail"",""type"":""grid""}]" +26bbdba0-7c1b-48dc-ae99-49ebea149dfa,,USER,Find the maximum age of all the students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Age"",""aggregation"":""max""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +afdb542f-9f86-4b0d-8a36-ae1e3a63fa43,,USER,"Find the number of students that have at least one grade ""B"".","{""actions"":[{""actionType"":""aggregations"",""column"":""StuID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""Grade"",""operation"":""="",""value"":""'B'""}]}","[{""columns"":[""StuID"",""CID"",""Grade""],""name"":""Enrolled_in"",""type"":""grid""}]" +d704049a-da97-4b7b-9949-0cbf1e9a976d,,USER,Determine the average weight per pet category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pettype""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +4c42549f-58d9-4bdb-bf90-16e5cd3efe5a,,USER,Which party had the most hosts? Give me the party location.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Number_of_hosts"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Party_ID"",""Party_Theme"",""Location"",""First_year"",""Last_year"",""Number_of_hosts""],""name"":""party"",""type"":""grid""}]" +20a5a714-e33f-4a0f-8ebd-04e8d077348e,,USER,Find the name of the department which has the highest average salary of professors.,"{""actions"":[{""actionType"":""grouping"",""column"":""dept_name""},{""actionType"":""topFilter"",""column"":""salary"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""ID"",""name"",""dept_name"",""salary""],""name"":""instructor"",""type"":""grid""}]" +45dc9a91-19e7-4f0d-baa7-9873cc5c71d2,,USER,Find the count of medicines offered for each trade.,"{""actions"":[{""actionType"":""aggregations"",""column"":""id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""trade_name""}]}","[{""columns"":[""id"",""name"",""Trade_Name"",""FDA_approved""],""name"":""medicine"",""type"":""grid""}]" +790708b3-bee7-466f-a713-530daa39985f,,USER,Show the order ids and the number of invoices for each order.,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" +5de9006e-8346-4408-bc3d-b7ad72bb8f3d,,USER,"What are the different template type codes, and how many templates correspond to each?","{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_type_code""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" +1667baae-8501-42b9-87f7-0476c4660452,,USER,"What are the phone numbers of customers using the policy with the code ""Life Insurance""?","{""actions"":[{""actionType"":""condition"",""column"":""policy_type_code"",""operation"":""="",""value"":""'Life Insurance'""}]}","[{""columns"":[""Policy_ID"",""policy_type_code"",""Customer_Phone""],""name"":""Available_Policies"",""type"":""grid""}]" +9b3171a7-956a-409c-a91d-5aac81d5a113,,USER,Calculate the total credits offered by each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""credits"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_name""}]}","[{""columns"":[""course_id"",""title"",""dept_name"",""credits""],""name"":""course"",""type"":""grid""}]" +ac5e2e0f-28a6-4720-83d0-d3a5d94f6a39,,USER,"What are the names of customers who use payment method ""Cash""?","{""actions"":[{""actionType"":""condition"",""column"":""payment_method"",""operation"":""="",""value"":""'Cash'""}]}","[{""columns"":[""customer_id"",""payment_method"",""customer_name"",""date_became_customer"",""other_customer_details""],""name"":""Customers"",""type"":""grid""}]" +4976a85b-e52a-4213-8e8e-442686c8560d,,USER,What are the distinct wineries which produce wines costing between 50 and 100?,"{""actions"":[{""actionType"":""condition"",""column"":""Price"",""operation"":"">="",""value"":50},{""actionType"":""condition"",""column"":""Price"",""operation"":""<="",""value"":100}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +d33eb8f6-f029-4464-b004-5b45b2e9d1d0,,USER,How many different bike ids are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""bike_id"",""aggregation"":""count""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" +697d718d-c777-4922-b4f9-4f68cec6219c,,USER,"List the first and last name of students who are not living in the city with code HKG, and sorted the results by their ages.","{""actions"":[{""actionType"":""condition"",""column"":""city_code"",""operation"":""!="",""value"":""HKG""},{""actionType"":""sorting"",""column"":""age"",""direction"":""asc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +a2318a8f-8fb4-49c4-a521-8b57e5395449,,USER,"Find the product category description of the product category with code ""Spices"".","{""actions"":[{""actionType"":""condition"",""column"":""product_category_code"",""operation"":""="",""value"":""'Spices'""}]}","[{""columns"":[""product_category_code"",""product_category_description"",""unit_of_measure""],""name"":""Ref_Product_Categories"",""type"":""grid""}]" +e82977a4-cdaf-4182-93b2-abe6dd81b14c,,USER,Show the different nationalities and the number of journalists of each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""College""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" +a2dd7830-735d-4595-bbfc-9481766f90f7,,USER,What is the name of the wrestler with the fewest days held?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Days_held"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Wrestler_ID"",""Name"",""Reign"",""Days_held"",""Location"",""Event""],""name"":""wrestler"",""type"":""grid""}]" +adfece64-0e42-46ce-b1e0-1c8c5da3ad18,,USER,Which classrooms are used by grade 5?,"{""actions"":[{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":5}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +8d0eb178-a7e6-4094-a2dc-775d91841457,,USER,what is the capital of the state texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +58bf7e67-d19c-44f2-a51a-83c07e4f3d7d,,USER,Show the details and star ratings of the 3 least expensive hotels.,"{""actions"":[{""actionType"":""topFilter"",""column"":""price_range"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""hotel_id"",""star_rating_code"",""pets_allowed_yn"",""price_range"",""other_hotel_details""],""name"":""Hotels"",""type"":""grid""}]" +1e327db2-8758-43b8-8dce-e5e19c9c44ef,,USER,What is the name of the conductor who has worked the greatest number of years?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Year_of_Work"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" +bb6a72bd-e0a7-4c46-869e-b04c23c40e47,,USER,Find the total number of tours for each ranking date.,"{""actions"":[{""actionType"":""aggregations"",""column"":""tours"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""ranking_date""}]}","[{""columns"":[""ranking_date"",""ranking"",""player_id"",""ranking_points"",""tours""],""name"":""rankings"",""type"":""grid""}]" +574ae960-7106-4fa5-af3e-e3afcdde5e50,,USER,"Please show the names of the buildings whose status is ""on-hold"", in ascending order of stories.","{""actions"":[{""actionType"":""condition"",""column"":""Status"",""operation"":""="",""value"":""'on-hold'""},{""actionType"":""sorting"",""column"":""Stories"",""direction"":""asc""}]}","[{""columns"":[""id"",""name"",""City"",""Height"",""Stories"",""Status""],""name"":""buildings"",""type"":""grid""}]" +03554f0d-7923-47d0-9ff0-ef9c906725c6,,USER,"For each zip code, return how many times max wind speed reached 25?","{""actions"":[{""actionType"":""aggregations"",""column"":""date"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""max_wind_Speed_mph"",""operation"":"">="",""value"":25},{""actionType"":""grouping"",""column"":""zip_code""}]}","[{""columns"":[""date"",""max_temperature_f"",""mean_temperature_f"",""min_temperature_f"",""max_dew_point_f"",""mean_dew_point_f"",""min_dew_point_f"",""max_humidity"",""mean_humidity"",""min_humidity"",""max_sea_level_pressure_inches"",""mean_sea_level_pressure_inches"",""min_sea_level_pressure_inches"",""max_visibility_miles"",""mean_visibility_miles"",""min_visibility_miles"",""max_wind_Speed_mph"",""mean_wind_speed_mph"",""max_gust_speed_mph"",""precipitation_inches"",""cloud_cover"",""events"",""wind_dir_degrees"",""zip_code""],""name"":""weather"",""type"":""grid""}]" +b0d17d9d-781a-45f9-843c-9b0ea0c2523a,,USER,Find the total number of hours have done for all students in each department.,"{""actions"":[{""actionType"":""aggregations"",""column"":""stu_hrs"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" +a63d97de-4981-45eb-b39b-ce7ace3c71dd,,USER,what is the highest mountain in texas,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'texas'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +35fe6342-40eb-4c42-97a7-87e1bb134906,,USER,How many teachers are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Teacher_ID"",""aggregation"":""count""}]}","[{""columns"":[""Teacher_ID"",""Name"",""Age"",""Hometown""],""name"":""teacher"",""type"":""grid""}]" +de7c384e-031b-4237-be5a-56435420a14c,,USER,Which film has the highest rental rate? And what is the rate?,"{""actions"":[{""actionType"":""topFilter"",""column"":""rental_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" +598726e8-eed4-4fc3-b5c6-093213023da2,,USER,Count the number of captains that have each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Captain_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""Captain_ID"",""Name"",""Ship_ID"",""age"",""Class"",""Rank""],""name"":""captain"",""type"":""grid""}]" +c1be4335-cd5f-400b-b45b-5c7436525c5b,,USER,List the names of courses in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""course_name"",""direction"":""asc""}]}","[{""columns"":[""course_id"",""course_name"",""course_description"",""other_details""],""name"":""Courses"",""type"":""grid""}]" +27fee589-1096-41b6-8320-4c6a0f9ecde0,,USER,List all ranks and corresponding counts of male and female faculty members.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +b1f9f5c9-800b-4f79-b760-f99e43db9ab8,,USER,"Find the name, headquarter and founder of the manufacturer that has the highest revenue.","{""actions"":[{""actionType"":""topFilter"",""column"":""revenue"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +99c6ea4b-e210-4aec-a141-84dcd582b354,,USER,Display various artwork categories and their respective quantities.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Artwork_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""TYPE""}]}","[{""columns"":[""Artwork_ID"",""Type"",""Name""],""name"":""artwork"",""type"":""grid""}]" +783b2f0b-3fc4-4903-808f-72b854ee5bf8,,USER,"What are the names of conductors whose nationalities are not ""USA""?","{""actions"":[{""actionType"":""condition"",""column"":""Nationality"",""operation"":""!="",""value"":""USA""}]}","[{""columns"":[""Conductor_ID"",""Name"",""Age"",""Nationality"",""Year_of_Work""],""name"":""conductor"",""type"":""grid""}]" +bce43ae7-cef7-4f49-806c-f9ac1a71d54f,,USER,How many acting statuses are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""temporary_acting"",""aggregation"":""count""}]}","[{""columns"":[""department_ID"",""head_ID"",""temporary_acting""],""name"":""management"",""type"":""grid""}]" +d43cc920-2dcf-4110-9957-094e01ca3701,,USER,How many unique products are related to each order id?,"{""actions"":[{""actionType"":""aggregations"",""column"":""product_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""order_item_id"",""order_id"",""product_id"",""product_quantity"",""other_order_item_details""],""name"":""Order_Items"",""type"":""grid""}]" +359d15bb-df6a-45ce-88bd-519a0d4049a4,,USER,What are the codes and names of the cheapest products in each category?,"{""actions"":[{""actionType"":""aggregations"",""column"":""price"",""aggregation"":""min""},{""actionType"":""grouping"",""column"":""name""}]}","[{""columns"":[""Code"",""Name"",""Price"",""Manufacturer""],""name"":""Products"",""type"":""grid""}]" +d43b4d42-3857-4b4c-8535-d02a8c1ac244,,USER,Please give me a list of cities whose regional population is over 10000000.,"{""actions"":[{""actionType"":""condition"",""column"":""regional_population"",""operation"":"">"",""value"":10000000}]}","[{""columns"":[""City_ID"",""City"",""Hanzi"",""Hanyu_Pinyin"",""Regional_Population"",""GDP""],""name"":""city"",""type"":""grid""}]" +07a4dc82-e12d-476d-9e7a-01b5f7eecf37,,USER,What is the count of different game types?,"{""actions"":[{""actionType"":""aggregations"",""column"":""gtype"",""aggregation"":""count""}]}","[{""columns"":[""GameID"",""GName"",""GType""],""name"":""Video_Games"",""type"":""grid""}]" +7682abe8-9a24-4728-abe4-fc5b25c4933d,,USER,How many females does this network has?,"{""actions"":[{""actionType"":""aggregations"",""column"":""name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""female""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +5ec6188d-1f4c-4d60-8653-563faccac225,,USER,Show the draft pick numbers and draft classes of players whose positions are defenders.,"{""actions"":[{""actionType"":""condition"",""column"":""POSITION"",""operation"":""="",""value"":""'Defender'""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" +365dce98-234d-4a6e-a563-8d8fe13ea624,,USER,List the distinct region of clubs in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Region"",""direction"":""asc""}]}","[{""columns"":[""Club_ID"",""name"",""Region"",""Start_year""],""name"":""club"",""type"":""grid""}]" +0222e692-feda-407e-a274-bdaab231c501,,USER,List all pilot names in ascending alphabetical order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Pilot_Id"",""Name"",""Age""],""name"":""pilot"",""type"":""grid""}]" +548dfe47-7a6d-4a40-ba65-fce93c9a2515,,USER,Return the denomination and number of schools for each denomination.,"{""actions"":[{""actionType"":""aggregations"",""column"":""School_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Denomination""}]}","[{""columns"":[""School_ID"",""School"",""Location"",""Enrollment"",""Founded"",""Denomination"",""Boys_or_Girls"",""Day_or_Boarding"",""Year_Entered_Competition"",""School_Colors""],""name"":""school"",""type"":""grid""}]" +3337e8e9-3a96-4dd3-9106-ca14831e0068,,USER,What are the names of enzymes whose product is not 'Heme'?,"{""actions"":[{""actionType"":""condition"",""column"":""product"",""operation"":""!="",""value"":""Heme""}]}","[{""columns"":[""id"",""name"",""Location"",""Product"",""Chromosome"",""OMIM"",""Porphyria""],""name"":""enzyme"",""type"":""grid""}]" +fe95099d-58a8-4279-a784-33de7bb55e4b,,USER,What are the names of the physicians who have 'senior' in their titles.,"{""actions"":[{""actionType"":""condition"",""column"":""POSITION"",""operation"":""contains"",""value"":""senior""}]}","[{""columns"":[""EmployeeID"",""Name"",""Position"",""SSN""],""name"":""Physician"",""type"":""grid""}]" +84fa6eb4-df2e-4699-9fbd-6602c40bf158,,USER,give me the number of rivers in idaho,"{""actions"":[{""actionType"":""aggregations"",""column"":""river_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""traverse"",""operation"":""="",""value"":""'idaho'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +d2f9a3a4-82d6-4d10-b8e3-7a700e53e693,,USER,"Find the purchase time, age and address of each member, and show the results in the order of purchase time.","{""actions"":[{""actionType"":""sorting"",""column"":""Time_of_purchase"",""direction"":""asc""}]}","[{""columns"":[""Member_ID"",""Name"",""Membership_card"",""Age"",""Time_of_purchase"",""Level_of_membership"",""Address""],""name"":""member"",""type"":""grid""}]" +011b98b2-cab6-416b-ab77-4000262972b2,,USER,How many different services are provided by all stations?,"{""actions"":[{""actionType"":""aggregations"",""column"":""services"",""aggregation"":""count""}]}","[{""columns"":[""id"",""network_name"",""services"",""local_authority""],""name"":""station"",""type"":""grid""}]" +715720fb-5d9f-4a4a-85a9-73144c317413,,USER,What are the different ranges of the 3 mountains with the highest prominence?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Prominence"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" +1815c747-3109-40c4-bc2a-e3ee314122ef,,USER,Present all publishers and the book counts for each.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""publisher""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +5d22dfc9-d1d9-4b47-b5dc-c763c7a275c2,,USER,"Find the number of students who have the word ""son"" in their personal names.","{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""personal_name"",""operation"":""contains"",""value"":""son""}]}","[{""columns"":[""student_id"",""date_of_registration"",""date_of_latest_logon"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name""],""name"":""Students"",""type"":""grid""}]" +38ea20cc-700f-4192-88a9-0e846c4438c2,,USER,What is the total amount of grants given by each organization? Please also provide the organization ID.,"{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""student_id""}]}","[{""columns"":[""student_id"",""friend_id""],""name"":""Friend"",""type"":""grid""}]" +f80268e5-71d9-444c-ae4d-4e8727fae379,,USER,How many staff live in state Georgia?,"{""actions"":[{""actionType"":""aggregations"",""column"":""address_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state_province_county"",""operation"":""="",""value"":""'Georgia'""}]}","[{""columns"":[""address_id"",""line_1_number_building"",""city"",""zip_postcode"",""state_province_county"",""country""],""name"":""Addresses"",""type"":""grid""}]" +7ac3772a-24f9-4531-a797-f2566b783215,,USER,Count the number of programs.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Program_ID"",""aggregation"":""count""}]}","[{""columns"":[""Program_ID"",""Name"",""Origin"",""Launch"",""Owner""],""name"":""program"",""type"":""grid""}]" +f93c93f7-b8ae-40bf-a94a-383386157aad,,USER,"What are the name, latitude, and city of the station with the lowest latitude?","{""actions"":[{""actionType"":""topFilter"",""column"":""lat"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +b2d8450e-f319-4134-a8e5-41488d468cd3,,USER,Find the total revenue created by the companies whose headquarter is located at Austin.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""headquarter"",""operation"":""="",""value"":""Austin""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +0e995f4c-37d5-49a2-91a7-ce2c3ecc337c,,USER,what is the height of the highest point in the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""highest_elevation"",""aggregation"":""max""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +2b10a7f2-c948-4fc5-b558-a9ada381b78e,,USER,What is the average latitude and longitude in San Jose?,"{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""long"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""city"",""operation"":""="",""value"":""'San Jose'""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +48584e46-257f-4c3f-a915-30f3b1050d7c,,USER,Which document type is described with the prefix 'Initial'?,"{""actions"":[{""actionType"":""condition"",""column"":""document_description"",""operation"":""starts with"",""value"":""Initial""}]}","[{""columns"":[""document_type_code"",""document_description""],""name"":""Document_Types"",""type"":""grid""}]" +11e6695f-0750-4b6a-927c-9a3bb5b5d850,,USER,Calculate the average age of individuals for each occupation.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +a3a0bc6a-5fa7-4a65-b96e-fa105c8c47e3,,USER,"For each distinct product name, show its average product price.","{""actions"":[{""actionType"":""aggregations"",""column"":""Product_Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""Product_Name""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" +7b60550d-ebc9-4a76-85e8-39784fbd6edd,,USER,Return the names of cities that have a population between 160000 and 900000 .,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">="",""value"":160000},{""actionType"":""condition"",""column"":""population"",""operation"":""<="",""value"":900000}]}","[{""columns"":[""ID"",""Name"",""CountryCode"",""District"",""Population""],""name"":""city"",""type"":""grid""}]" +dd232c98-d59c-4dc8-b92c-ae770e14945e,,USER,Count the number of countries.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Country_id"",""aggregation"":""count""}]}","[{""columns"":[""Country_id"",""Country_name"",""Capital"",""Official_native_language""],""name"":""country"",""type"":""grid""}]" +6bbe7ede-ab31-42c3-beaa-4e428cea5741,,USER,"How many students have personal names that contain the word ""son""?","{""actions"":[{""actionType"":""aggregations"",""column"":""student_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""personal_name"",""operation"":""contains"",""value"":""son""}]}","[{""columns"":[""student_id"",""date_of_registration"",""date_of_latest_logon"",""login_name"",""password"",""personal_name"",""middle_name"",""family_name""],""name"":""Students"",""type"":""grid""}]" +05b8df98-6af5-4dff-baf2-4b749f5e4b94,,USER,List all customer status codes and the number of customers having each status code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""customer_status_code""}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +e0a533f2-af2d-4312-a4af-59ef1b0ba64b,,USER,"What is Weekly Rank of TV series with Episode ""A Love of a Lifetime""?","{""actions"":[{""actionType"":""condition"",""column"":""Episode"",""operation"":""="",""value"":""'A Love of a Lifetime'""}]}","[{""columns"":[""id"",""Episode"",""Air_Date"",""Rating"",""Share"",""18_49_Rating_Share"",""Viewers_m"",""Weekly_Rank"",""Channel""],""name"":""TV_series"",""type"":""grid""}]" +85624ec6-0500-4c15-bc53-874c6693f207,,USER,Show the number of male and female faculty members for each rank.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +0fa7567b-cbcc-4a23-ae73-31179216e4c8,,USER,List each birth place along with the number of people from there.,"{""actions"":[{""actionType"":""aggregations"",""column"":""People_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Birth_Place""}]}","[{""columns"":[""People_ID"",""Name"",""Height"",""Weight"",""Birth_Date"",""Birth_Place""],""name"":""people"",""type"":""grid""}]" +13146f36-0c09-4f49-aa2a-b36b7b9128ca,,USER,Find the average age of losers and winners of all matches.,"{""actions"":[{""actionType"":""aggregations"",""column"":""loser_age"",""aggregation"":""avg""},{""actionType"":""aggregations"",""column"":""winner_age"",""aggregation"":""avg""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +09b7c3c6-1c94-41cd-9d7e-cf0668388e70,,USER,"What are dates of birth of all the guests whose gender is ""Male""?","{""actions"":[{""actionType"":""condition"",""column"":""gender_code"",""operation"":""="",""value"":""'Male'""}]}","[{""columns"":[""guest_id"",""gender_code"",""guest_first_name"",""guest_last_name"",""date_of_birth""],""name"":""Guests"",""type"":""grid""}]" +cfd7412a-9914-49f7-a2fa-84aa50ca3c70,,USER,What are the draft pick numbers and draft classes for players who play the Defender position?,"{""actions"":[{""actionType"":""condition"",""column"":""POSITION"",""operation"":""="",""value"":""'Defender'""}]}","[{""columns"":[""Season"",""Player"",""Position"",""Country"",""Team"",""Draft_Pick_Number"",""Draft_Class"",""College""],""name"":""match_season"",""type"":""grid""}]" +532d19b5-27ab-4bc5-8418-4806d8eecf21,,USER,What is the description for the CIS-220 and how many credits does it have?,"{""actions"":[{""actionType"":""condition"",""column"":""crs_code"",""operation"":""="",""value"":""CIS-220""}]}","[{""columns"":[""CRS_CODE"",""DEPT_CODE"",""CRS_DESCRIPTION"",""CRS_CREDIT""],""name"":""COURSE"",""type"":""grid""}]" +e7f8223a-6737-43f3-bd6c-6f9ef94b75ab,,USER,What is the total enrollment number of all colleges?,"{""actions"":[{""actionType"":""aggregations"",""column"":""enr"",""aggregation"":""sum""}]}","[{""columns"":[""cName"",""state"",""enr""],""name"":""College"",""type"":""grid""}]" +a69e44bf-5c0c-4121-895d-5e9c2cd67b24,,USER,"What are the last names of female students, ordered by age descending?","{""actions"":[{""actionType"":""condition"",""column"":""Sex"",""operation"":""="",""value"":""'F'""},{""actionType"":""sorting"",""column"":""Age"",""direction"":""desc""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +5bb34779-ddf1-47ba-b91f-72ea04670f11,,USER,Find the ids of the problems reported after 1978-06-26.,"{""actions"":[{""actionType"":""condition"",""column"":""date_problem_reported"",""operation"":"">"",""value"":""'1978-06-26'""}]}","[{""columns"":[""problem_id"",""product_id"",""closure_authorised_by_staff_id"",""reported_by_staff_id"",""date_problem_reported"",""date_problem_closed"",""problem_description"",""other_problem_details""],""name"":""Problems"",""type"":""grid""}]" +1fe656a2-89a3-4f87-b027-17eedba33db6,,USER,Display various nominees and their nomination count for musicals.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Musical_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nominee""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" +cd1ff9ca-81c1-4f00-a099-bc9208f3655a,,USER,"For each file format, return the number of artists who have released songs in that format.","{""actions"":[{""actionType"":""aggregations"",""column"":""f_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""formats""}]}","[{""columns"":[""f_id"",""artist_name"",""file_size"",""duration"",""formats""],""name"":""files"",""type"":""grid""}]" +1c988ad7-7bb3-45fe-8f18-be98c7acbcf9,,USER,Sort the names of all counties in ascending order of population.,"{""actions"":[{""actionType"":""sorting"",""column"":""Population"",""direction"":""asc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" +53fd5c11-729b-498c-9fa8-d74705444cb5,,USER,How many invoices are associated with each order ID?,"{""actions"":[{""actionType"":""aggregations"",""column"":""invoice_number"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""order_id""}]}","[{""columns"":[""invoice_number"",""order_id"",""invoice_date""],""name"":""Invoices"",""type"":""grid""}]" +04f31bd1-f9b9-45cf-9cc3-a8c421d70cf5,,USER,How many hours do students spend studying within each department?,"{""actions"":[{""actionType"":""aggregations"",""column"":""stu_hrs"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" +d3a58ede-2cf7-472d-971f-2de99b56daed,,USER,"Return the name, location and district of all shops in descending order of number of products.","{""actions"":[{""actionType"":""sorting"",""column"":""number_products"",""direction"":""desc""}]}","[{""columns"":[""Shop_ID"",""Name"",""Location"",""District"",""Number_products"",""Manager_name""],""name"":""shop"",""type"":""grid""}]" +2190824e-2a2d-46b7-830a-01538716637e,,USER,"What are the name, role code, and date of birth of the employee named 'Armani'?","{""actions"":[{""actionType"":""condition"",""column"":""employee_Name"",""operation"":""="",""value"":""Armani""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" +6e1cf1f7-328e-414b-bf26-5e2a4cee98fb,,USER,List the forenames of all distinct drivers in alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""forename"",""direction"":""asc""}]}","[{""columns"":[""driverId"",""driverRef"",""number"",""code"",""forename"",""surname"",""dob"",""nationality"",""url""],""name"":""drivers"",""type"":""grid""}]" +f2fe276f-cced-45bc-a95e-c18d8034a81c,,USER,Display the number of matches that occurred each year.,"{""actions"":[{""actionType"":""aggregations"",""column"":""best_of"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""best_of"",""draw_size"",""loser_age"",""loser_entry"",""loser_hand"",""loser_ht"",""loser_id"",""loser_ioc"",""loser_name"",""loser_rank"",""loser_rank_points"",""loser_seed"",""match_num"",""minutes"",""round"",""score"",""surface"",""tourney_date"",""tourney_id"",""tourney_level"",""tourney_name"",""winner_age"",""winner_entry"",""winner_hand"",""winner_ht"",""winner_id"",""winner_ioc"",""winner_name"",""winner_rank"",""winner_rank_points"",""winner_seed"",""year""],""name"":""matches"",""type"":""grid""}]" +50f82d1c-35d8-40b5-85d2-d80906a27632,,USER,Which catalog contents has price above 700 dollars? Show their catalog entry names and capacities.,"{""actions"":[{""actionType"":""condition"",""column"":""price_in_dollars"",""operation"":"">"",""value"":700}]}","[{""columns"":[""catalog_entry_id"",""catalog_level_number"",""parent_entry_id"",""previous_entry_id"",""next_entry_id"",""catalog_entry_name"",""product_stock_number"",""price_in_dollars"",""price_in_euros"",""price_in_pounds"",""capacity"",""length"",""height"",""width""],""name"":""Catalog_Contents"",""type"":""grid""}]" +6c436c45-0027-4bde-b56e-8b5f17930e8c,,USER,Display the country codes and the most commonly spoken languages in each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Percentage"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""CountryCode""}]}","[{""columns"":[""CountryCode"",""Language"",""IsOfficial"",""Percentage""],""name"":""countrylanguage"",""type"":""grid""}]" +7288bbb4-4456-4952-a9d2-3f126ade12f2,,USER,What are the names of mountains in ascending alphabetical order?,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""Mountain_ID"",""Name"",""Height"",""Prominence"",""Range"",""Country""],""name"":""mountain"",""type"":""grid""}]" +572a230c-7768-4d7f-b59e-31a1326ff7e4,,USER,how many states are in the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""count""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +d3a2e4e4-6696-41d4-a8bf-b8e95d8afce1,,USER,Find the number of different cities which banks are located at.,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +35374b60-7626-4e9a-b41f-021360f55249,,USER,List all the businesses with more than 4.5 stars,"{""actions"":[{""actionType"":""condition"",""column"":""rating"",""operation"":"">"",""value"":4.5}]}","[{""columns"":[""bid"",""business_id"",""name"",""full_address"",""city"",""latitude"",""longitude"",""review_count"",""is_open"",""rating"",""state""],""name"":""business"",""type"":""grid""}]" +f1c90729-4b50-4c76-8e54-8ed66be14679,,USER,What is the id of the candidate who most recently accessed the course?,"{""actions"":[{""actionType"":""topFilter"",""column"":""assessment_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""candidate_id"",""qualification"",""assessment_date"",""asessment_outcome_code""],""name"":""Candidate_Assessments"",""type"":""grid""}]" +3d0ea0f7-4861-4f65-80c2-46ad1a22c04d,,USER,"Where is the club ""Pen and Paper Gaming"" located?","{""actions"":[{""actionType"":""condition"",""column"":""clubname"",""operation"":""="",""value"":""'Pen and Paper Gaming'""}]}","[{""columns"":[""ClubID"",""ClubName"",""ClubDesc"",""ClubLocation""],""name"":""Club"",""type"":""grid""}]" +32053f48-6374-48fd-ba89-2d04b127a6f3,,USER,Find all the campuses opened in 1958.,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":1958}]}","[{""columns"":[""Id"",""Campus"",""Location"",""County"",""Year""],""name"":""Campuses"",""type"":""grid""}]" +3e1cfca5-8e7b-43bf-bba8-3b9a51517b3f,,USER,What are the ids of all aircrafts that can cover a distance of more than 1000?,"{""actions"":[{""actionType"":""condition"",""column"":""distance"",""operation"":"">"",""value"":1000}]}","[{""columns"":[""aid"",""name"",""distance""],""name"":""aircraft"",""type"":""grid""}]" +7a621a98-13a8-44b5-ba0e-b9b2279f2ce7,,USER,List the name of browsers in descending order by market share.,"{""actions"":[{""actionType"":""sorting"",""column"":""market_share"",""direction"":""desc""}]}","[{""columns"":[""id"",""name"",""market_share""],""name"":""browser"",""type"":""grid""}]" +52af06e1-4eea-4324-b345-f8b5fdbded70,,USER,What are the names of all the races that occurred in the year 2017?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2017}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" +3afad84e-9762-43f1-ae96-a9420269d548,,USER,Find the classrooms in which grade 4 is studying.,"{""actions"":[{""actionType"":""condition"",""column"":""grade"",""operation"":""="",""value"":4}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +3118abb8-e4c5-4e35-84ba-daf15b3c7791,,USER,Show the different parties of representatives and the party name and the number of representatives in each party.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Representative_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Party""}]}","[{""columns"":[""Representative_ID"",""Name"",""State"",""Party"",""Lifespan""],""name"":""representative"",""type"":""grid""}]" +4e0fa8df-6d07-48e6-88c9-51f42c61d918,,USER,Tell me the age of the oldest dog.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""max""}]}","[{""columns"":[""dog_id"",""owner_id"",""abandoned_yn"",""breed_code"",""size_code"",""name"",""age"",""date_of_birth"",""gender"",""weight"",""date_arrived"",""date_adopted"",""date_departed""],""name"":""Dogs"",""type"":""grid""}]" +2354aec8-8548-4c05-b396-d32dcde6bc5e,,USER,"Return the first name, last name and email of the owners living in a state whose name contains the substring 'North'.","{""actions"":[{""actionType"":""condition"",""column"":""state"",""operation"":""contains"",""value"":""North""}]}","[{""columns"":[""owner_id"",""first_name"",""last_name"",""street"",""city"",""state"",""zip_code"",""email_address"",""home_phone"",""cell_number""],""name"":""Owners"",""type"":""grid""}]" +487931ed-9d8c-4190-8bc9-17b0f3ade1a5,,USER,What is the carrier of the most expensive phone?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Name"",""Phone_ID"",""Memory_in_G"",""Carrier"",""Price""],""name"":""phone"",""type"":""grid""}]" +294c06e7-591f-4349-9e70-9a3a65ff4bc1,,USER,What is the date of birth for the staff member named Janessa Sawayn?,"{""actions"":[{""actionType"":""condition"",""column"":""first_name"",""operation"":""="",""value"":""'Janessa'""},{""actionType"":""condition"",""column"":""last_name"",""operation"":""="",""value"":""'Sawayn'""}]}","[{""columns"":[""staff_id"",""staff_address_id"",""nickname"",""first_name"",""middle_name"",""last_name"",""date_of_birth"",""date_joined_staff"",""date_left_staff""],""name"":""Staff"",""type"":""grid""}]" +054cd227-22ca-47e8-955c-d4de5cf4bc35,,USER,Show origin and destination for flights with price higher than 300.,"{""actions"":[{""actionType"":""condition"",""column"":""price"",""operation"":"">"",""value"":300}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +37d218ed-b944-43e0-959b-d78159fc0eb4,,USER,"What are the perpetrator countries, and how many perpetrators are there in each?","{""actions"":[{""actionType"":""aggregations"",""column"":""Perpetrator_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Perpetrator_ID"",""People_ID"",""Date"",""Year"",""Location"",""Country"",""Killed"",""Injured""],""name"":""perpetrator"",""type"":""grid""}]" +558cf8ae-2a30-4715-a5dc-c83908671079,,USER,Show project ids and the number of documents in each project.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +8e26aa9f-5469-4053-831e-d09c542472a9,,USER,What is the phone number of the performer Ashley?,"{""actions"":[{""actionType"":""condition"",""column"":""Customer_Name"",""operation"":""="",""value"":""'Ashley'""}]}","[{""columns"":[""Performer_ID"",""Address_ID"",""Customer_Name"",""Customer_Phone"",""Customer_Email_Address"",""Other_Details""],""name"":""Performers"",""type"":""grid""}]" +57410341-cd74-412e-b49d-c9032f2930a2,,USER,Display the different nominees and the number of musicals they were nominated for.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Musical_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Nominee""}]}","[{""columns"":[""Musical_ID"",""Name"",""Year"",""Award"",""Category"",""Nominee"",""Result""],""name"":""musical"",""type"":""grid""}]" +52e77218-0336-4bff-ad46-77e423043578,,USER,What is the customer count for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""customer_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""customer_id"",""customer_first_name"",""customer_middle_initial"",""customer_last_name"",""gender"",""email_address"",""login_name"",""login_password"",""phone_number"",""town_city"",""state_county_province"",""country""],""name"":""Customers"",""type"":""grid""}]" +45bc34b5-c736-4d2c-bcd7-9de2460f722e,,USER,people in boulder,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +b97202da-0057-46fb-b805-c972129d7a3b,,USER,What are the characters of actors in descending order of age?,"{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" +db4e8f47-67d6-4777-83cc-ba65b640917e,,USER,List phone number and email address of customer with more than 2000 outstanding balance.,"{""actions"":[{""actionType"":""condition"",""column"":""amount_outstanding"",""operation"":"">"",""value"":2000}]}","[{""columns"":[""customer_id"",""customer_address_id"",""customer_status_code"",""date_became_customer"",""date_of_birth"",""first_name"",""last_name"",""amount_outstanding"",""email_address"",""phone_number"",""cell_mobile_phone_number""],""name"":""Customers"",""type"":""grid""}]" +1458ce06-f9d1-43dc-8638-65741ef6c30d,,USER,Count the number of documents with the type code BK that correspond to each product id.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'BK'""},{""actionType"":""grouping"",""column"":""project_id""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +b8470744-8205-42d3-bdd2-0599539a76e2,,USER,What is the total number of points for all players?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Points"",""aggregation"":""sum""}]}","[{""columns"":[""Player_ID"",""name"",""Position"",""Club_ID"",""Apps"",""Tries"",""Goals"",""Points""],""name"":""player"",""type"":""grid""}]" +3e5e5a76-2aeb-42a7-b661-6a64946ddfe0,,USER,Count the number of classrooms in Lamberton.,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""building"",""operation"":""="",""value"":""Lamberton""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +7cb4f8b0-5e54-44ef-bd25-acb270a5c53e,,USER,give me the lakes in california,"{""actions"":[{""actionType"":""condition"",""column"":""state_name"",""operation"":""="",""value"":""'california'""}]}","[{""columns"":[""lake_name"",""area"",""country_name"",""state_name""],""name"":""lake"",""type"":""grid""}]" +c3be9186-4029-47c7-aec7-cc08c721c9d6,,USER,Sort the names of products in ascending order of their price.,"{""actions"":[{""actionType"":""sorting"",""column"":""Product_Price"",""direction"":""asc""}]}","[{""columns"":[""Product_ID"",""Product_Name"",""Product_Price"",""Product_Description"",""Other_Product_Service_Details""],""name"":""Products"",""type"":""grid""}]" +ba97e0f3-d6fc-4338-a541-8f741e91e9e0,,USER,what is the elevation of death valley,"{""actions"":[{""actionType"":""condition"",""column"":""lowest_point"",""operation"":""="",""value"":""'death valley'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +ce8d163d-4cfe-4eb8-95fa-5f145f8b1040,,USER,"return me the number of citations of "" Making database systems usable "" .","{""actions"":[{""actionType"":""condition"",""column"":""title"",""operation"":""="",""value"":""'Making database systems usable'""}]}","[{""columns"":[""abstract"",""cid"",""citation_num"",""jid"",""pid"",""reference_num"",""title"",""year""],""name"":""publication"",""type"":""grid""}]" +0c9a3874-6898-4770-bd32-5704a0f53e0c,,USER,"What are the distinct years in which the competitions type is not ""Tournament""?","{""actions"":[{""actionType"":""condition"",""column"":""Competition_type"",""operation"":""!="",""value"":""'Tournament'""}]}","[{""columns"":[""Competition_ID"",""Year"",""Competition_type"",""Country""],""name"":""competition"",""type"":""grid""}]" +413e124e-b1f7-4ed1-93d1-8c30739aafe3,,USER,"Find all 200 meter and 300 meter results of swimmers with nationality ""Australia"".","{""actions"":[{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""Australia""}]}","[{""columns"":[""ID"",""name"",""Nationality"",""meter_100"",""meter_200"",""meter_300"",""meter_400"",""meter_500"",""meter_600"",""meter_700"",""Time""],""name"":""swimmer"",""type"":""grid""}]" +57aa7ea1-bc59-4783-a307-4b2569f777da,,USER,Find the production code and channel of the most recently aired cartoon .,"{""actions"":[{""actionType"":""topFilter"",""column"":""original_air_date"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""Title"",""Directed_by"",""Written_by"",""Original_air_date"",""Production_code"",""Channel""],""name"":""Cartoon"",""type"":""grid""}]" +78eff798-dcfb-482c-b031-b85afeac06a6,,USER,Calculate the average weight for each pet category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""weight"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""pettype""}]}","[{""columns"":[""PetID"",""PetType"",""pet_age"",""weight""],""name"":""Pets"",""type"":""grid""}]" +dec129a4-9d50-4029-82c9-16b302421ca1,,USER,Determine the number of singers from each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""Singer_ID"",""Name"",""Country"",""Song_Name"",""Song_release_year"",""Age"",""Is_male""],""name"":""singer"",""type"":""grid""}]" +c6bd832c-ba8b-429c-b01c-614d4d97c9cc,,USER,How many exhibition are there in year 2005 or after?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Exhibition_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">="",""value"":2005}]}","[{""columns"":[""Exhibition_ID"",""Year"",""Theme"",""Artist_ID"",""Ticket_Price""],""name"":""exhibition"",""type"":""grid""}]" +850dc8f3-f842-468f-ba36-8a4f87d07e5e,,USER,Find the settlement amount of the claim with the largest claim amount. Show both the settlement amount and claim amount.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Amount_Claimed"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Claim_ID"",""Policy_ID"",""Date_Claim_Made"",""Date_Claim_Settled"",""Amount_Claimed"",""Amount_Settled""],""name"":""Claims"",""type"":""grid""}]" +5c7c539c-0d7c-4a82-821a-3ca7e3cf58a2,,USER,Return the grade for the high schooler named Kyle.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""'Kyle'""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" +771de286-a054-4657-858b-cacdacd3d8f4,,USER,Count the number of regions.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Region_ID"",""aggregation"":""count""}]}","[{""columns"":[""Region_ID"",""Region_name"",""Date"",""Label"",""Format"",""Catalogue""],""name"":""region"",""type"":""grid""}]" +85f8f50f-52e7-4ab8-83d8-26a5685cbe58,,USER,Show the names and total passengers for all train stations not in London.,"{""actions"":[{""actionType"":""condition"",""column"":""LOCATION"",""operation"":""!="",""value"":""London""}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" +a4720dd9-4691-4396-ab19-48e70a775a57,,USER,What are the cities whose population is between 160000 and 900000?,"{""actions"":[{""actionType"":""condition"",""column"":""Population"",""operation"":"">="",""value"":160000},{""actionType"":""condition"",""column"":""Population"",""operation"":""<="",""value"":900000}]}","[{""columns"":[""ID"",""Name"",""CountryCode"",""District"",""Population""],""name"":""city"",""type"":""grid""}]" +f7e55880-9542-49a4-826c-3e10177611bd,,USER,How many different cities have these stations?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +5a4da219-3d6f-4b16-bc65-498cee09afa1,,USER,"What are the themes and years for exhibitions, sorted by ticket price descending?","{""actions"":[{""actionType"":""sorting"",""column"":""ticket_price"",""direction"":""desc""}]}","[{""columns"":[""Exhibition_ID"",""Year"",""Theme"",""Artist_ID"",""Ticket_Price""],""name"":""exhibition"",""type"":""grid""}]" +879b3f79-10e1-4ad5-8ff4-75d1e7be0b1a,,USER,Show the number of high schoolers for each grade.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""grade""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" +9694c384-ec09-452d-a74c-df0f71084490,,USER,Count the number of high schoolers.,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""}]}","[{""columns"":[""ID"",""name"",""grade""],""name"":""Highschooler"",""type"":""grid""}]" +b68a3083-34ac-4a98-8e40-c37a8a7128b1,,USER,How many different cities are they from?,"{""actions"":[{""actionType"":""aggregations"",""column"":""city"",""aggregation"":""count""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +0f4effb7-7f7c-4e39-abc1-7e406504ba41,,USER,Find the names of all person sorted in the descending order using age.,"{""actions"":[{""actionType"":""sorting"",""column"":""age"",""direction"":""desc""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +c58f9106-fa47-4e1a-85e6-0a57a1a08be8,,USER,how many inhabitants does boulder have,"{""actions"":[{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'boulder'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +43cce82d-dd46-4762-9ef7-2906e6d3785b,,USER,Return the founder of Sony.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""="",""value"":""Sony""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +62f95fbd-94f9-4652-a52f-5e7b2d3d5aa3,,USER,Find the highest latitude for the stations in each city.,"{""actions"":[{""actionType"":""aggregations"",""column"":""lat"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""city""}]}","[{""columns"":[""id"",""name"",""lat"",""long"",""dock_count"",""city"",""installation_date""],""name"":""station"",""type"":""grid""}]" +740868f8-3f9d-4742-97f1-d00db195efc3,,USER,List the teams of the players with the top 5 largest ages.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Age"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Player_ID"",""Player"",""Team"",""Age"",""Position"",""School_ID""],""name"":""player"",""type"":""grid""}]" +7ca27707-2194-4acf-a22d-bc35862bc321,,USER,List the names of all distinct races in reversed lexicographic order?,"{""actions"":[{""actionType"":""sorting"",""column"":""name"",""direction"":""desc""}]}","[{""columns"":[""raceId"",""year"",""round"",""circuitId"",""name"",""date"",""time"",""url""],""name"":""races"",""type"":""grid""}]" +64c3a68a-b22e-4eb6-8afb-4176ae333ac2,,USER,What are the songs in volumes with more than 1 week on top?,"{""actions"":[{""actionType"":""condition"",""column"":""Weeks_on_Top"",""operation"":"">"",""value"":1}]}","[{""columns"":[""Volume_ID"",""Volume_Issue"",""Issue_Date"",""Weeks_on_Top"",""Song"",""Artist_ID""],""name"":""volume"",""type"":""grid""}]" +dc173b80-adcd-4891-a5d7-4c1d74ae78a7,,USER,Identify the codes of countries where Spanish is spoken by the largest percentage of people.,"{""actions"":[{""actionType"":""aggregations"",""column"":""stu_hrs"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""dept_code""}]}","[{""columns"":[""STU_NUM"",""STU_LNAME"",""STU_FNAME"",""STU_INIT"",""STU_DOB"",""STU_HRS"",""STU_CLASS"",""STU_GPA"",""STU_TRANSFER"",""DEPT_CODE"",""STU_PHONE"",""PROF_NUM""],""name"":""STUDENT"",""type"":""grid""}]" +7956f2fc-c829-48aa-9573-c50ad7833de5,,USER,Find the last names of students studying in room 111.,"{""actions"":[{""actionType"":""condition"",""column"":""classroom"",""operation"":""="",""value"":111}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +03b075b2-0047-47ff-951e-cc8776cbd355,,USER,Identify template type codes and the count of templates for each code.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Template_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""template_type_code""}]}","[{""columns"":[""Template_ID"",""Version_Number"",""Template_Type_Code"",""Date_Effective_From"",""Date_Effective_To"",""Template_Details""],""name"":""Templates"",""type"":""grid""}]" +15f9655d-f19c-4294-8fe5-f9592d4e129f,,USER,"Give the state corresponding to the line number building ""6862 Kaitlyn Knolls"".","{""actions"":[{""actionType"":""condition"",""column"":""line_1_number_building"",""operation"":""contains"",""value"":""6862 Kaitlyn Knolls""}]}","[{""columns"":[""address_id"",""line_1_number_building"",""town_city"",""zip_postcode"",""state_province_county"",""country""],""name"":""Addresses"",""type"":""grid""}]" +73a06c9a-dc8b-4d25-8b60-9b537b9de80c,,USER,Enumerate document type codes and their corresponding document counts.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Document_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""document_type_code""}]}","[{""columns"":[""Document_ID"",""Document_Type_Code"",""Project_ID"",""Document_Date"",""Document_Name"",""Document_Description"",""Other_Details""],""name"":""Documents"",""type"":""grid""}]" +5e75d0c2-adc7-4afa-b887-8d1ff59cb376,,USER,Show first name for all students with major 600.,"{""actions"":[{""actionType"":""condition"",""column"":""Major"",""operation"":""="",""value"":600}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +55d982f4-6dba-49a4-b1ec-0e88dbe99b11,,USER,What are the percentage of hispanics in cities with the black percentage higher than 10?,"{""actions"":[{""actionType"":""condition"",""column"":""Black"",""operation"":"">"",""value"":10}]}","[{""columns"":[""City_ID"",""County_ID"",""Name"",""White"",""Black"",""Amerindian"",""Asian"",""Multiracial"",""Hispanic""],""name"":""city"",""type"":""grid""}]" +66259e12-3cfa-4593-bfc5-1af636f3adbf,,USER,What are the ids of the problems which are reported before 1978-06-26?,"{""actions"":[{""actionType"":""condition"",""column"":""date_problem_reported"",""operation"":""<"",""value"":""'1978-06-26'""}]}","[{""columns"":[""problem_id"",""product_id"",""closure_authorised_by_staff_id"",""reported_by_staff_id"",""date_problem_reported"",""date_problem_closed"",""problem_description"",""other_problem_details""],""name"":""Problems"",""type"":""grid""}]" +7ea0360b-0f77-4431-ad16-ded820e28513,,USER,Provide a breakdown of the number of devices using each software platform.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Device_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Software_Platform""}]}","[{""columns"":[""Device_ID"",""Device"",""Carrier"",""Package_Version"",""Applications"",""Software_Platform""],""name"":""device"",""type"":""grid""}]" +34b44faf-2d3f-4c7f-be1f-e15db78e2ec4,,USER,Determine the average wine prices across different years.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Price"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""No"",""Grape"",""Winery"",""Appelation"",""State"",""Name"",""Year"",""Price"",""Score"",""Cases"",""Drink""],""name"":""wine"",""type"":""grid""}]" +0e71b934-a6a4-44ab-938d-bf3a3713d3bb,,USER,How many transcripts are listed?,"{""actions"":[{""actionType"":""aggregations"",""column"":""transcript_id"",""aggregation"":""count""}]}","[{""columns"":[""transcript_id"",""transcript_date"",""other_details""],""name"":""Transcripts"",""type"":""grid""}]" +064cc947-b1cf-4abf-9708-64f370443c0e,,USER,Find the forename and surname of drivers whose nationality is German?,"{""actions"":[{""actionType"":""condition"",""column"":""nationality"",""operation"":""="",""value"":""'German'""}]}","[{""columns"":[""driverId"",""driverRef"",""number"",""code"",""forename"",""surname"",""dob"",""nationality"",""url""],""name"":""drivers"",""type"":""grid""}]" +5cfb7648-ec8d-4da7-880d-cce3efc8ad6e,,USER,What is the name of the product with the highest price?,"{""actions"":[{""actionType"":""topFilter"",""column"":""Product_Price"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Product_ID"",""Product_Type_Code"",""Product_Name"",""Product_Price""],""name"":""Products"",""type"":""grid""}]" +7d8dbb24-c154-468b-968a-60b5527f1ead,,USER,Show the flight number of flights with three lowest distances.,"{""actions"":[{""actionType"":""topFilter"",""column"":""distance"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""flno"",""origin"",""destination"",""distance"",""departure_date"",""arrival_date"",""price"",""aid""],""name"":""flight"",""type"":""grid""}]" +3960a201-4317-4804-ae89-aa23f627a372,,USER,"What are the last names of staff with email addressed containing the substring ""wrau""?","{""actions"":[{""actionType"":""condition"",""column"":""email_address"",""operation"":""contains"",""value"":""wrau""}]}","[{""columns"":[""staff_id"",""gender"",""first_name"",""last_name"",""email_address"",""phone_number""],""name"":""Staff"",""type"":""grid""}]" +8fcd5773-b350-4ecf-a4ff-b77294f57f61,,USER,Show all the buildings along with the number of faculty members the buildings have.,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +eaf1f280-9892-4878-9dcc-3fff7355aa02,,USER,What are the names of the all-female dorms?,"{""actions"":[{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""F""}]}","[{""columns"":[""dormid"",""dorm_name"",""student_capacity"",""gender""],""name"":""Dorm"",""type"":""grid""}]" +af495331-31bc-4152-87a3-4b3a90599d2d,,USER,display the job title of jobs which minimum salary is greater than 9000.,"{""actions"":[{""actionType"":""condition"",""column"":""min_salary"",""operation"":"">"",""value"":9000}]}","[{""columns"":[""JOB_ID"",""JOB_TITLE"",""MIN_SALARY"",""MAX_SALARY""],""name"":""jobs"",""type"":""grid""}]" +e3b784fe-1d45-47a0-a3ab-0891338ba428,,USER,display the average salary of employees for each department who gets a commission percentage.,"{""actions"":[{""actionType"":""aggregations"",""column"":""salary"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""commission_pct"",""operation"":""!="",""value"":""'null'""},{""actionType"":""grouping"",""column"":""department_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +83f53eec-2298-418f-a40e-590e98f19ac5,,USER,What are the state and country of all the cities that have post codes starting with 4.\,"{""actions"":[{""actionType"":""condition"",""column"":""zip_postcode"",""operation"":""starts with"",""value"":""4""}]}","[{""columns"":[""address_id"",""address_content"",""city"",""zip_postcode"",""state_province_county"",""country"",""other_address_details""],""name"":""Addresses"",""type"":""grid""}]" +631b51c4-0c61-4cea-bc7b-701c7360fc15,,USER,How many members are not living in Hartford?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Member_ID"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""address"",""operation"":""!="",""value"":""Hartford""}]}","[{""columns"":[""Member_ID"",""Name"",""Membership_card"",""Age"",""Time_of_purchase"",""Level_of_membership"",""Address""],""name"":""member"",""type"":""grid""}]" +fcc793e8-3b98-4724-90b4-b0db3deccd64,,USER,What are the full names and salaries for any employees earning less than 6000?,"{""actions"":[{""actionType"":""condition"",""column"":""salary"",""operation"":""<"",""value"":6000}]}","[{""columns"":[""EMPLOYEE_ID"",""FIRST_NAME"",""LAST_NAME"",""EMAIL"",""PHONE_NUMBER"",""HIRE_DATE"",""JOB_ID"",""SALARY"",""COMMISSION_PCT"",""MANAGER_ID"",""DEPARTMENT_ID""],""name"":""employees"",""type"":""grid""}]" +35878457-7e14-4749-9c18-967c225af582,,USER,Find the number of distinct currency codes used in drama workshop groups.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Currency_Code"",""aggregation"":""count""}]}","[{""columns"":[""Workshop_Group_ID"",""Address_ID"",""Currency_Code"",""Marketing_Region_Code"",""Store_Name"",""Store_Phone"",""Store_Email_Address"",""Other_Details""],""name"":""Drama_Workshop_Groups"",""type"":""grid""}]" +8379744e-31c6-46bf-956e-8f575a421009,,USER,Show me the number of parks the state of NY has.,"{""actions"":[{""actionType"":""aggregations"",""column"":""park_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""NY""}]}","[{""columns"":[""park_id"",""park_name"",""park_alias"",""city"",""state"",""country""],""name"":""park"",""type"":""grid""}]" +3acb2245-96ad-43ed-ab00-3ceaa3afe72a,,USER,List the codes of all courses that take place in room KLR209.,"{""actions"":[{""actionType"":""condition"",""column"":""class_room"",""operation"":""="",""value"":""KLR209""}]}","[{""columns"":[""CLASS_CODE"",""CRS_CODE"",""CLASS_SECTION"",""CLASS_TIME"",""CLASS_ROOM"",""PROF_NUM""],""name"":""CLASS"",""type"":""grid""}]" +98caaded-50c3-4c96-97cd-b78c53b1e1c7,,USER,What are the names of actors who are not 20 years old?,"{""actions"":[{""actionType"":""condition"",""column"":""Age"",""operation"":""!="",""value"":20}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" +6853c526-1578-4e63-be00-4bac78bafe58,,USER,What are the ids of the trips that lasted the longest and how long did they last?,"{""actions"":[{""actionType"":""topFilter"",""column"":""duration"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""id"",""duration"",""start_date"",""start_station_name"",""start_station_id"",""end_date"",""end_station_name"",""end_station_id"",""bike_id"",""subscription_type"",""zip_code""],""name"":""trip"",""type"":""grid""}]" +e66588a2-12ec-4f71-b08c-854c395d7107,,USER,How many rooms in each building have a capacity of over 50?,"{""actions"":[{""actionType"":""aggregations"",""column"":""building"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""capacity"",""operation"":"">"",""value"":50},{""actionType"":""grouping"",""column"":""building""}]}","[{""columns"":[""building"",""room_number"",""capacity""],""name"":""classroom"",""type"":""grid""}]" +df32b8f0-c184-4d97-bd0b-3f0a6661cf79,,USER,Show the average amount of transactions for different investors.,"{""actions"":[{""actionType"":""aggregations"",""column"":""amount_of_transaction"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""investor_id""}]}","[{""columns"":[""transaction_id"",""investor_id"",""transaction_type_code"",""date_of_transaction"",""amount_of_transaction"",""share_count"",""other_details""],""name"":""Transactions"",""type"":""grid""}]" +d3b05965-8cc6-4be5-9e6a-792267a411f2,,USER,what are the major cities in the usa,"{""actions"":[{""actionType"":""condition"",""column"":""population"",""operation"":"">"",""value"":150000}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +10257afe-4a6a-480f-b76b-f9990567bf2d,,USER,Determine the number of locations for each school.,"{""actions"":[{""actionType"":""aggregations"",""column"":""dept_address"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""school_code""}]}","[{""columns"":[""DEPT_CODE"",""DEPT_NAME"",""SCHOOL_CODE"",""EMP_NUM"",""DEPT_ADDRESS"",""DEPT_EXTENSION""],""name"":""DEPARTMENT"",""type"":""grid""}]" +ac5302dc-6ccf-49d0-a830-279705abc518,,USER,Find the total account balance for customers whose credit score is above 100 for each state.,"{""actions"":[{""actionType"":""aggregations"",""column"":""acc_bal"",""aggregation"":""sum""},{""actionType"":""condition"",""column"":""credit_score"",""operation"":"">"",""value"":100},{""actionType"":""grouping"",""column"":""state""}]}","[{""columns"":[""cust_ID"",""cust_name"",""acc_type"",""acc_bal"",""no_of_loans"",""credit_score"",""branch_ID"",""state""],""name"":""customer"",""type"":""grid""}]" +7c827dee-398b-4412-9d3f-09c1599bf858,,USER,List the earnings of poker players in descending order.,"{""actions"":[{""actionType"":""sorting"",""column"":""Earnings"",""direction"":""desc""}]}","[{""columns"":[""Poker_Player_ID"",""People_ID"",""Final_Table_Made"",""Best_Finish"",""Money_Rank"",""Earnings""],""name"":""poker_player"",""type"":""grid""}]" +a3d53ef6-b978-4f0c-baae-77bae4e0447a,,USER,Show the average age for male and female students.,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""sex""}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +b9cfdd3e-6f60-4cd8-9e08-58f74ec82d0f,,USER,What are the first names and last names of the employees who live in Calgary city.,"{""actions"":[{""actionType"":""condition"",""column"":""City"",""operation"":""="",""value"":""'Calgary'""}]}","[{""columns"":[""EmployeeId"",""LastName"",""FirstName"",""Title"",""ReportsTo"",""BirthDate"",""HireDate"",""Address"",""City"",""State"",""Country"",""PostalCode"",""Phone"",""Fax"",""Email""],""name"":""Employee"",""type"":""grid""}]" +2c042e83-847b-46b8-b740-37cae719fa70,,USER,display the employee ID for each employee and the date on which he ended his previous job.,"{""actions"":[{""actionType"":""aggregations"",""column"":""end_date"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""employee_id""}]}","[{""columns"":[""EMPLOYEE_ID"",""START_DATE"",""END_DATE"",""JOB_ID"",""DEPARTMENT_ID""],""name"":""job_history"",""type"":""grid""}]" +6ee3c9f8-e98a-4109-adff-c6f4400df394,,USER,List today 's journals,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":""="",""value"":2011},{""actionType"":""grouping"",""column"":""journalid""}]}","[{""columns"":[""paperId"",""title"",""venueId"",""year"",""numCiting"",""numCitedBy"",""journalId""],""name"":""paper"",""type"":""grid""}]" +85c1dd5b-6605-4bff-b3eb-2e464b9d4e29,,USER,What are the titles and authors or editors that correspond to books made after 1989?,"{""actions"":[{""actionType"":""condition"",""column"":""YEAR"",""operation"":"">"",""value"":1989}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +4befd1f2-860a-4b3f-8979-61a680b74617,,USER,"For each citizenship, determine the number of singers from that country.","{""actions"":[{""actionType"":""aggregations"",""column"":""Singer_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Citizenship""}]}","[{""columns"":[""Singer_ID"",""Name"",""Birth_Year"",""Net_Worth_Millions"",""Citizenship""],""name"":""singer"",""type"":""grid""}]" +c5a08563-1cc9-4b7f-8593-b030352c1f1b,,USER,What is the average age for each gender?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""gender""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +e0b15bbb-d46b-4f9d-8c4e-0da3c69cb819,,USER,Indicate the code for each role and the employee count within each role.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Employee_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""role_code""}]}","[{""columns"":[""Employee_ID"",""Role_Code"",""Employee_Name"",""Gender_MFU"",""Date_of_Birth"",""Other_Details""],""name"":""Employees"",""type"":""grid""}]" +f0b8c64d-4fa2-4cca-aeca-96c5bb726764,,USER,What are the names and revenues of the companies with the highest revenues in each headquarter city?,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""max""},{""actionType"":""grouping"",""column"":""Headquarter""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +0549388c-54c9-4c60-a035-2fb7c48736af,,USER,how many cities named austin are there in the usa,"{""actions"":[{""actionType"":""aggregations"",""column"":""city_name"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""city_name"",""operation"":""="",""value"":""'austin'""}]}","[{""columns"":[""city_name"",""population"",""country_name"",""state_name""],""name"":""city"",""type"":""grid""}]" +1a33db8b-f935-4e4f-b243-552f3ea0a21d,,USER,"Find the department name that is in Building ""Mergenthaler"".","{""actions"":[{""actionType"":""condition"",""column"":""Building"",""operation"":""="",""value"":""'Mergenthaler'""}]}","[{""columns"":[""DNO"",""Division"",""DName"",""Room"",""Building"",""DPhone""],""name"":""Department"",""type"":""grid""}]" +a3997d98-b2d5-4d3f-a96f-105a129d0241,,USER,how many people live in the united states,"{""actions"":[{""actionType"":""aggregations"",""column"":""population"",""aggregation"":""sum""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +d3c3a46c-00e2-4775-acec-be7a4ccc7208,,USER,How many stadiums does each country have?,"{""actions"":[{""actionType"":""aggregations"",""column"":""ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""country""}]}","[{""columns"":[""ID"",""name"",""Capacity"",""City"",""Country"",""Opening_year""],""name"":""stadium"",""type"":""grid""}]" +07478ece-b250-4dee-885e-381cdf80b727,,USER,Find the last names of students with major 50.,"{""actions"":[{""actionType"":""condition"",""column"":""Major"",""operation"":""="",""value"":50}]}","[{""columns"":[""StuID"",""LName"",""Fname"",""Age"",""Sex"",""Major"",""Advisor"",""city_code""],""name"":""Student"",""type"":""grid""}]" +d387a113-ea46-425a-bf4f-ca1394ce8362,,USER,What is the name and description for document type code RV?,"{""actions"":[{""actionType"":""condition"",""column"":""document_type_code"",""operation"":""="",""value"":""'RV'""}]}","[{""columns"":[""Document_Type_Code"",""Document_Type_Name"",""Document_Type_Description""],""name"":""Ref_Document_Types"",""type"":""grid""}]" +41eab5ac-c6f7-416d-a4a8-cce445385792,,USER,How many actors are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Actor_ID"",""aggregation"":""count""}]}","[{""columns"":[""Actor_ID"",""Name"",""Musical_ID"",""Character"",""Duration"",""age""],""name"":""actor"",""type"":""grid""}]" +10971e25-056e-4bf7-b8dd-6af151440935,,USER,How many different kinds of lens brands are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""brand"",""aggregation"":""count""}]}","[{""columns"":[""id"",""brand"",""name"",""focal_length_mm"",""max_aperture""],""name"":""camera_lens"",""type"":""grid""}]" +75fc99a1-121f-4849-81e6-471acf03039b,,USER,List the names and locations of all stations ordered by their yearly entry exit and interchange amounts.,"{""actions"":[{""actionType"":""sorting"",""column"":""Annual_entry_exit"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""Annual_interchanges"",""direction"":""asc""}]}","[{""columns"":[""Station_ID"",""Name"",""Annual_entry_exit"",""Annual_interchanges"",""Total_Passengers"",""Location"",""Main_Services"",""Number_of_Platforms""],""name"":""station"",""type"":""grid""}]" +5858242c-4969-49c1-aa35-817b5c97b136,,USER,how many states are in the united states,"{""actions"":[{""actionType"":""aggregations"",""column"":""state_name"",""aggregation"":""count""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]" +fa4f75c5-29db-4abd-8ba9-0b5bea24eb33,,USER,Display the number of players for each occupation.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Player_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Occupation""}]}","[{""columns"":[""Player_ID"",""Sponsor_name"",""Player_name"",""Gender"",""Residence"",""Occupation"",""Votes"",""Rank""],""name"":""player"",""type"":""grid""}]" +cf200901-66d2-4a92-82bd-f7b2307a2b19,,USER,Show all book categories and the number of books in each category.,"{""actions"":[{""actionType"":""aggregations"",""column"":""book_club_id"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""category""}]}","[{""columns"":[""book_club_id"",""Year"",""Author_or_Editor"",""Book_Title"",""Publisher"",""Category"",""Result""],""name"":""book_club"",""type"":""grid""}]" +bf56d9d6-ef68-4ddd-b270-56aae46f0e24,,USER,Display the number of performances at each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Performance_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Performance_ID"",""Date"",""Host"",""Location"",""Attendance""],""name"":""performance"",""type"":""grid""}]" +f40db2fa-d096-48b6-93e1-242cbe8706f8,,USER,List the names and birth dates of people in ascending alphabetical order of name.,"{""actions"":[{""actionType"":""sorting"",""column"":""Name"",""direction"":""asc""}]}","[{""columns"":[""People_ID"",""Nationality"",""Name"",""Birth_Date"",""Height""],""name"":""people"",""type"":""grid""}]" +1739fe1b-fdda-40bc-843b-58bcae6d304b,,USER,What is the average age of males for each job title?,"{""actions"":[{""actionType"":""aggregations"",""column"":""age"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""gender"",""operation"":""="",""value"":""male""},{""actionType"":""grouping"",""column"":""job""}]}","[{""columns"":[""name"",""age"",""city"",""gender"",""job""],""name"":""Person"",""type"":""grid""}]" +b49b94a2-3627-493b-b9b6-b783602a2b4a,,USER,What are the title and rental rate of the film with the highest rental rate?,"{""actions"":[{""actionType"":""topFilter"",""column"":""rental_rate"",""limit"":1,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""film_id"",""title"",""description"",""release_year"",""language_id"",""original_language_id"",""rental_duration"",""rental_rate"",""length"",""replacement_cost"",""rating"",""special_features"",""last_update""],""name"":""film"",""type"":""grid""}]" +a5588b07-1e32-480f-b6d3-70b5d0a485fe,,USER,How many movie directors are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""director"",""aggregation"":""count""}]}","[{""columns"":[""movie_id"",""Title"",""Year"",""Director"",""Budget_million"",""Gross_worldwide""],""name"":""movie"",""type"":""grid""}]" +eba32446-5b4d-4dc6-98cb-9fa2bf069f9e,,USER,Determine the number of entrepreneurs associated with each investor.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Entrepreneur_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Investor""}]}","[{""columns"":[""Entrepreneur_ID"",""People_ID"",""Company"",""Money_Requested"",""Investor""],""name"":""entrepreneur"",""type"":""grid""}]" +d3cbfc1d-bca3-4973-8907-3d76aa413dd8,,USER,What are the course names for courses taught on MTW?,"{""actions"":[{""actionType"":""condition"",""column"":""Days"",""operation"":""="",""value"":""'MTW'""}]}","[{""columns"":[""CID"",""CName"",""Credits"",""Instructor"",""Days"",""Hours"",""DNO""],""name"":""Course"",""type"":""grid""}]" +14a54398-76bb-4f58-9364-7b5df4662e22,,USER,"Who are the ministers and what parties do they belong to, listed descending by the times they took office?","{""actions"":[{""actionType"":""sorting"",""column"":""took_office"",""direction"":""desc""}]}","[{""columns"":[""Party_ID"",""Minister"",""Took_office"",""Left_office"",""Region_ID"",""Party_name""],""name"":""party"",""type"":""grid""}]" +76c0fb83-dff6-4da0-92de-975bac213be8,,USER,Show the countries and the number of climbers from each country.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Climber_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""Country""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +c0961c43-7b68-4cf3-bde7-26f1f7d8338e,,USER,Show the working years of managers in descending order of their level.,"{""actions"":[{""actionType"":""sorting"",""column"":""LEVEL"",""direction"":""desc""}]}","[{""columns"":[""Manager_ID"",""Name"",""Country"",""Working_year_starts"",""Age"",""Level""],""name"":""manager"",""type"":""grid""}]" +522ad632-1586-4906-8548-8f8b8ca27b8b,,USER,How many faculty members do we have for each faculty rank?,"{""actions"":[{""actionType"":""aggregations"",""column"":""FacID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""rank""}]}","[{""columns"":[""FacID"",""Lname"",""Fname"",""Rank"",""Sex"",""Phone"",""Room"",""Building""],""name"":""Faculty"",""type"":""grid""}]" +f254ab86-c200-4016-8fc6-b9f99c3ccbbe,,USER,What is the number of movies produced in 2013 ?,"{""actions"":[{""actionType"":""aggregations"",""column"":""title"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""release_year"",""operation"":""="",""value"":2013}]}","[{""columns"":[""mid"",""title"",""release_year"",""title_aka"",""budget""],""name"":""movie"",""type"":""grid""}]" +40212eb8-f6b0-40c7-8aa4-8ac74981a31a,,USER,How many employees live in Georgia?,"{""actions"":[{""actionType"":""aggregations"",""column"":""address_id"",""aggregation"":""count""},{""actionType"":""condition"",""column"":""state_province_county"",""operation"":""="",""value"":""'Georgia'""}]}","[{""columns"":[""address_id"",""line_1_number_building"",""city"",""zip_postcode"",""state_province_county"",""country""],""name"":""Addresses"",""type"":""grid""}]" +2c8e61fb-dc65-4bea-93a9-6417c61bbb96,,USER,What are the 3 counties that have the smallest population? Give me the county names.,"{""actions"":[{""actionType"":""topFilter"",""column"":""Population"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""County_Id"",""County_name"",""Population"",""Zip_code""],""name"":""county"",""type"":""grid""}]" +a6a9b8c3-9b37-43a1-abc8-30e33811a330,,USER,Which department has the lowest budget?,"{""actions"":[{""actionType"":""topFilter"",""column"":""budget"",""limit"":1,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""dept_name"",""building"",""budget""],""name"":""department"",""type"":""grid""}]" +da86cf9b-d27a-4052-91c1-8d0f472a04d4,,USER,Show the company name and the main industry for all companies whose headquarters are not from USA.,"{""actions"":[{""actionType"":""condition"",""column"":""headquarters"",""operation"":""!="",""value"":""USA""}]}","[{""columns"":[""Company_ID"",""Rank"",""Company"",""Headquarters"",""Main_Industry"",""Sales_billion"",""Profits_billion"",""Assets_billion"",""Market_Value""],""name"":""company"",""type"":""grid""}]" +a39bdeed-1ce9-4c0d-9d9c-06e7960df553,,USER,How many different kinds of information sources are there for injury accidents?,"{""actions"":[{""actionType"":""aggregations"",""column"":""SOURCE"",""aggregation"":""count""}]}","[{""columns"":[""game_id"",""id"",""Player"",""Injury"",""Number_of_matches"",""Source""],""name"":""injury_accident"",""type"":""grid""}]" +e6e70f6f-0bbb-4891-91ef-3c8e8381fa27,,USER,Show different locations and the number of performances at each location.,"{""actions"":[{""actionType"":""aggregations"",""column"":""Performance_ID"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""LOCATION""}]}","[{""columns"":[""Performance_ID"",""Date"",""Host"",""Location"",""Attendance""],""name"":""performance"",""type"":""grid""}]" +d97e65e4-2e67-41e5-adf9-416d64659202,,USER,Find the average number of customers in all banks of Utah state.,"{""actions"":[{""actionType"":""aggregations"",""column"":""no_of_customers"",""aggregation"":""avg""},{""actionType"":""condition"",""column"":""state"",""operation"":""="",""value"":""Utah""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +77983839-7262-4414-b131-c8941d88d9a7,,USER,how high is guadalupe peak,"{""actions"":[{""actionType"":""condition"",""column"":""highest_point"",""operation"":""="",""value"":""'guadalupe peak'""}]}","[{""columns"":[""state_name"",""highest_elevation"",""lowest_point"",""highest_point"",""lowest_elevation""],""name"":""highlow"",""type"":""grid""}]" +74e552a5-fce9-402c-a155-7421bf36a162,,USER,How many submissions are there?,"{""actions"":[{""actionType"":""aggregations"",""column"":""Submission_ID"",""aggregation"":""count""}]}","[{""columns"":[""Submission_ID"",""Scores"",""Author"",""College""],""name"":""submission"",""type"":""grid""}]" +119f72f2-ffcf-44f9-a52a-71579001ab54,,USER,what states border the ohio river,"{""actions"":[{""actionType"":""condition"",""column"":""river_name"",""operation"":""="",""value"":""'ohio'""}]}","[{""columns"":[""river_name"",""length"",""country_name"",""traverse""],""name"":""river"",""type"":""grid""}]" +7a5f0c5b-dc21-441e-91a9-940e4aa75ed4,,USER,Find the total revenue of companies of each founder.,"{""actions"":[{""actionType"":""aggregations"",""column"":""revenue"",""aggregation"":""sum""},{""actionType"":""grouping"",""column"":""founder""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +679f1073-2a99-456b-a585-ae001c4025ea,,USER,Determine the number of constructors for each nationality.,"{""actions"":[{""actionType"":""aggregations"",""column"":""constructorId"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""nationality""}]}","[{""columns"":[""constructorId"",""constructorRef"",""name"",""nationality"",""url""],""name"":""constructors"",""type"":""grid""}]" +5c18f4ab-ad2c-4c91-a758-6fa94090a7d7,,USER,What are the names and areas of countries with the top 5 largest area?,"{""actions"":[{""actionType"":""topFilter"",""column"":""SurfaceArea"",""limit"":5,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""Code"",""Name"",""Continent"",""Region"",""SurfaceArea"",""IndepYear"",""Population"",""LifeExpectancy"",""GNP"",""GNPOld"",""LocalName"",""GovernmentForm"",""HeadOfState"",""Capital"",""Code2""],""name"":""country"",""type"":""grid""}]" +7dba3968-af17-422c-8e70-ccc8a3f6fae2,,USER,List the names of climbers whose country is not Switzerland.,"{""actions"":[{""actionType"":""condition"",""column"":""Country"",""operation"":""!="",""value"":""'Switzerland'""}]}","[{""columns"":[""Climber_ID"",""Name"",""Country"",""Time"",""Points"",""Mountain_ID""],""name"":""climber"",""type"":""grid""}]" +91c4688d-d9b4-4f32-a2bb-b4fa0dae832c,,USER,Find the founder of the company whose name begins with the letter 'S'.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""starts with"",""value"":""S""}]}","[{""columns"":[""Code"",""Name"",""Headquarter"",""Founder"",""Revenue""],""name"":""Manufacturers"",""type"":""grid""}]" +027c99d4-9541-46a8-bffa-9b0547d960cb,,USER,Which head's name has the substring 'Ha'? List the id and name.,"{""actions"":[{""actionType"":""condition"",""column"":""name"",""operation"":""contains"",""value"":""Ha""}]}","[{""columns"":[""head_ID"",""name"",""born_state"",""age""],""name"":""head"",""type"":""grid""}]" +8960a7ad-f19a-4eda-a4b8-55f6c7fd1acf,,USER,What is the average home game attendance per year?,"{""actions"":[{""actionType"":""aggregations"",""column"":""attendance"",""aggregation"":""avg""},{""actionType"":""grouping"",""column"":""YEAR""}]}","[{""columns"":[""year"",""league_id"",""team_id"",""park_id"",""span_first"",""span_last"",""games"",""openings"",""attendance""],""name"":""home_game"",""type"":""grid""}]" +45991555-9939-4373-9128-9b330eb12e85,,USER,"What are the emails and phone numbers of all customers, sorted by email address and phone number?","{""actions"":[{""actionType"":""sorting"",""column"":""email_address"",""direction"":""asc""},{""actionType"":""sorting"",""column"":""phone_number"",""direction"":""asc""}]}","[{""columns"":[""customer_id"",""customer_type_code"",""address_line_1"",""address_line_2"",""town_city"",""state"",""email_address"",""phone_number""],""name"":""Customers"",""type"":""grid""}]" +3db1a2cf-d227-463d-af61-312441213392,,USER,"List name, dates active, and number of deaths for all storms with at least 1 death.","{""actions"":[{""actionType"":""condition"",""column"":""number_deaths"",""operation"":"">="",""value"":1}]}","[{""columns"":[""Storm_ID"",""Name"",""Dates_active"",""Max_speed"",""Damage_millions_USD"",""Number_Deaths""],""name"":""storm"",""type"":""grid""}]" +1308baf2-6ab6-43b0-8343-fbcb63dfa630,,USER,In how many different states are banks located?,"{""actions"":[{""actionType"":""aggregations"",""column"":""state"",""aggregation"":""count""}]}","[{""columns"":[""branch_ID"",""bname"",""no_of_customers"",""city"",""state""],""name"":""bank"",""type"":""grid""}]" +9c135d12-2c4c-467e-87a2-c15bf3f60d36,,USER,Find the name and id of the top 3 expensive rooms.,"{""actions"":[{""actionType"":""topFilter"",""column"":""basePrice"",""limit"":3,""aggregation"":""avg"",""direction"":""desc""}]}","[{""columns"":[""RoomId"",""roomName"",""beds"",""bedType"",""maxOccupancy"",""basePrice"",""decor""],""name"":""Rooms"",""type"":""grid""}]" +294aa626-6c30-4bd6-a6d4-aa30b88e74e6,,USER,What is the description of the department whose name has the substring the computer?,"{""actions"":[{""actionType"":""condition"",""column"":""department_name"",""operation"":""contains"",""value"":""computer""}]}","[{""columns"":[""department_id"",""department_name"",""department_description"",""other_details""],""name"":""Departments"",""type"":""grid""}]" +ddda8aea-4e9d-41e3-9b2a-5b3342b02ecb,,USER,"For each classroom, provide the classroom number and the number of grade levels using it.","{""actions"":[{""actionType"":""aggregations"",""column"":""grade"",""aggregation"":""count""},{""actionType"":""grouping"",""column"":""classroom""}]}","[{""columns"":[""LastName"",""FirstName"",""Grade"",""Classroom""],""name"":""list"",""type"":""grid""}]" +0b5d1c89-51c7-472c-a6be-25737f72f62f,,USER,What are the three most costly procedures?,"{""actions"":[{""actionType"":""topFilter"",""column"":""cost"",""limit"":3,""aggregation"":""avg"",""direction"":""asc""}]}","[{""columns"":[""Code"",""Name"",""Cost""],""name"":""Procedures"",""type"":""grid""}]" +1b59e9f2-2cc4-4e28-b179-e900c114c273,,USER,Return the names and ids of all products whose price is between 600 and 700.,"{""actions"":[{""actionType"":""condition"",""column"":""product_price"",""operation"":"">="",""value"":600},{""actionType"":""condition"",""column"":""product_price"",""operation"":""<="",""value"":700}]}","[{""columns"":[""product_id"",""product_type_code"",""product_name"",""product_price""],""name"":""Products"",""type"":""grid""}]" +b7ad606a-3ed2-45d6-aa1d-306bf72b3cfc,,USER,salem is the capital of which state,"{""actions"":[{""actionType"":""condition"",""column"":""capital"",""operation"":""="",""value"":""'salem'""}]}","[{""columns"":[""state_name"",""population"",""area"",""country_name"",""capital"",""density""],""name"":""state"",""type"":""grid""}]"