db_id
stringclasses
140 values
question
stringlengths
16
224
schema
stringclasses
140 values
summarized-schema
stringlengths
18
304
shrink-score
float64
0
1
store_product
What is the name of the district with the most residents?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : district_name (text) , city_population (number)
0.909091
store_product
Which district has the least area?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : district_name (text) , city_area (number)
0.909091
store_product
What is the name of the district with the smallest area?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : district_name (text) , city_area (number)
0.909091
store_product
Find the total population of the top 3 districts with the largest area.
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : city_population (number) , city_area (number)
0.909091
store_product
What is the total number of residents for the districts with the 3 largest areas?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : city_population (number) , city_area (number)
0.909091
store_product
Find all types of store and number of them.
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
store : type (text) , store_id (number)
0.909091
store_product
For each type of store, how many of them are there?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
store : type (text) , store_id (number)
0.909091
store_product
Find the names of all stores in Khanewal District.
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
store : store_name (text) , store_id (number) | store_district : store_id (number) , district_id (number) | district : district_id (number) , district_name (text)
0.727273
store_product
What are the names of all the stores located in Khanewal District?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
store : store_name (text) , store_id (number) | store_district : store_id (number) , district_id (number) | district : district_id (number) , district_name (text)
0.727273
store_product
Find all the stores in the district with the most population.
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
store : store_name (text) , store_id (number) | store_district : store_id (number) , district_id (number) | district : district_id (number) , city_population (number)
0.727273
store_product
What are the names of all the stores in the largest district by population?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
store : store_name (text) , store_id (number) | store_district : store_id (number) , district_id (number) | district : district_id (number) , city_population (number)
0.727273
store_product
Which city is the headquarter of the store named "Blackville" in?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : headquartered_city (text) , district_id (number) | store : store_id (number) , store_name (text) | store_district : store_id (number) , district_id (number)
0.727273
store_product
What city is the headquarter of the store Blackville?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : headquartered_city (text) , district_id (number) | store : store_id (number) , store_name (text) | store_district : store_id (number) , district_id (number)
0.727273
store_product
Find the number of stores in each city.
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : headquartered_city (text) , district_id (number) | store : store_id (number) | store_district : store_id (number) , district_id (number)
0.772727
store_product
How many stores are headquarted in each city?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : headquartered_city (text) , district_id (number) | store : store_id (number) | store_district : store_id (number) , district_id (number)
0.772727
store_product
Find the city with the most number of stores.
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : headquartered_city (text) , district_id (number) | store : store_id (number) | store_district : store_id (number) , district_id (number)
0.772727
store_product
What is the city with the most number of flagship stores?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : headquartered_city (text) , district_id (number) | store : store_id (number) | store_district : store_id (number) , district_id (number)
0.772727
store_product
What is the average pages per minute color?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
product : pages_per_minute_color (number) , product (text)
0.909091
store_product
What is the average number of pages per minute color?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
product : pages_per_minute_color (number) , product (text)
0.909091
store_product
What products are available at store named "Miramichi"?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
product : product (text) , product_id (number) | store_product : product_id (number) , store_id (number) | store : store_id (number) , store_name (text)
0.727273
store_product
What products are sold at the store named Miramichi?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
product : product (text) , product_id (number) | store_product : product_id (number) , store_id (number) | store : store_id (number) , store_name (text)
0.727273
store_product
Find products with max page size as "A4" and pages per minute color smaller than 5.
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
product : product (text) , max_page_size (text) , pages_per_minute_color (number)
0.863636
store_product
What are the products with the maximum page size A4 that also have a pages per minute color smaller than 5?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
product : product (text) , max_page_size (text) , pages_per_minute_color (number)
0.863636
store_product
Find products with max page size as "A4" or pages per minute color smaller than 5.
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
product : product (text) , max_page_size (text) , pages_per_minute_color (number)
0.863636
store_product
What are the products with the maximum page size eqal to A4 or a pages per minute color less than 5?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
product : product (text) , max_page_size (text) , pages_per_minute_color (number)
0.863636
store_product
Find all the product whose name contains the word "Scanner".
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
product : product (text)
0.954545
store_product
What are all of the products whose name includes the substring "Scanner"?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
product : product (text)
0.954545
store_product
Find the most prominent max page size among all the products.
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
product : max_page_size (text) , product (text) , product_id (number)
0.863636
store_product
What is the most common maximum page size?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
product : max_page_size (text) , product (text) , product_id (number)
0.863636
store_product
Find the name of the products that are not using the most frequently-used max page size.
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
product : product (text) , max_page_size (text) , product_id (number)
0.863636
store_product
What are the names of all products that are not the most frequently-used maximum page size?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
product : product (text) , max_page_size (text) , product_id (number)
0.863636
store_product
Find the total population of the districts where the area is bigger than the average city area.
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : city_population (number) , city_area (number)
0.909091
store_product
What is the total population for all the districts that have an area larger tahn the average city area?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : city_population (number) , city_area (number)
0.909091
store_product
Find the names of districts where have both city mall and village store type stores.
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : district_name (text) , district_id (number) | store : store_id (number) , type (text) | store_district : store_id (number) , district_id (number)
0.727273
store_product
What are the names of the districts that have both mall and village store style shops?
product : product_id (number) , product (text) , dimensions (text) , dpi (number) , pages_per_minute_color (number) , max_page_size (text) , interface (text) | store : store_id (number) , store_name (text) , type (text) , area_size (number) , number_of_product_category (number) , ranking (number) | district : district_id (number) , district_name (text) , headquartered_city (text) , city_population (number) , city_area (number) | store_product : store_id (number) , product_id (number) | store_district : store_id (number) , district_id (number)
district : district_name (text) , district_id (number) | store : store_id (number) , type (text) | store_district : store_id (number) , district_id (number)
0.727273
soccer_2
What is the total enrollment number of all colleges?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : enr (number)
0.909091
soccer_2
How many students are enrolled in college?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : enr (number)
0.909091
soccer_2
What is the average enrollment number?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : enr (number)
0.909091
soccer_2
How many students, on average, does each college have enrolled?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : enr (number)
0.909091
soccer_2
How many colleges in total?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : cname (text)
0.909091
soccer_2
How many different colleges are there?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : cname (text)
0.909091
soccer_2
How many players have more than 1000 hours of training?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : hs (number) , pid (number)
0.818182
soccer_2
How many different players trained for more than 1000 hours?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : hs (number) , pid (number)
0.818182
soccer_2
How many colleges has more than 15000 students?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : enr (number) , cname (text)
0.818182
soccer_2
What is the number of colleges with a student population greater than 15000?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : enr (number) , cname (text)
0.818182
soccer_2
What is the average training hours of all players?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : hs (number)
0.909091
soccer_2
How many hours do the players train on average?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : hs (number)
0.909091
soccer_2
Find the name and training hours of players whose hours are below 1500.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text) , hs (number)
0.818182
soccer_2
What are the names and number of hours spent training for each player who trains for less than 1500 hours?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text) , hs (number)
0.818182
soccer_2
How many different colleges do attend the tryout test?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
tryout : cname (text)
0.909091
soccer_2
How many different colleges were represented at tryouts?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
tryout : cname (text)
0.909091
soccer_2
What are the unique types of player positions in the tryout?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
tryout : ppos (text)
0.909091
soccer_2
What are the different types of player positions?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
tryout : ppos (text)
0.909091
soccer_2
How many students got accepted after the tryout?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
tryout : decision (text) , pid (number)
0.818182
soccer_2
How many students received a yes from tryouts?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
tryout : decision (text) , pid (number)
0.818182
soccer_2
How many students whose are playing the role of goalie?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
tryout : ppos (text) , pid (number)
0.818182
soccer_2
What is the number of students playing as a goalie?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
tryout : ppos (text) , pid (number)
0.818182
soccer_2
Find the max, average and min training hours of all players.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : hs (number)
0.909091
soccer_2
What is the average, maximum, and minimum for the number of hours spent training?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : hs (number)
0.909091
soccer_2
What is average enrollment of colleges in the state FL?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : enr (number) , state (text)
0.818182
soccer_2
What is average number of students enrolled in Florida colleges?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : enr (number) , state (text)
0.818182
soccer_2
What are the names of players whose training hours is between 500 and 1500?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text) , hs (number)
0.818182
soccer_2
What are the names of players who train between 500 and 1500 hours?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text) , hs (number)
0.818182
soccer_2
Find the players whose names contain letter 'a'.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text)
0.909091
soccer_2
Who are the players that have names containing the letter a?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text)
0.909091
soccer_2
Find the name, enrollment of the colleges whose size is bigger than 10000 and location is in state LA.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : cname (text) , enr (number) , state (text)
0.727273
soccer_2
What are the names and enrollment numbers for colleges that have more than 10000 enrolled and are located in Louisiana?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : cname (text) , enr (number) , state (text)
0.727273
soccer_2
List all information about college sorted by enrollment number in the ascending order.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : enr (number) , cname (text)
0.818182
soccer_2
What information do you have on colleges sorted by increasing enrollment numbers?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : enr (number) , cname (text)
0.818182
soccer_2
List the name of the colleges whose enrollment is greater 18000 sorted by the college's name.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : cname (text) , enr (number)
0.818182
soccer_2
What is the name of every college in alphabetical order that has more than 18000 students enrolled?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : cname (text) , enr (number)
0.818182
soccer_2
Find the name of players whose card is yes in the descending order of training hours.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text) , ycard (text) , hs (number)
0.727273
soccer_2
What are the name of the players who received a card in descending order of the hours of training?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text) , ycard (text) , hs (number)
0.727273
soccer_2
Find the name of different colleges involved in the tryout in alphabetical order.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
tryout : cname (text)
0.909091
soccer_2
What are the different names of the colleges involved in the tryout in alphabetical order?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
tryout : cname (text)
0.909091
soccer_2
Which position is most popular among players in the tryout?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
tryout : ppos (text) , pid (number)
0.818182
soccer_2
What was the most popular position at tryouts?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
tryout : ppos (text) , pid (number)
0.818182
soccer_2
Find the number of students who participate in the tryout for each college ordered by descending count.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
tryout : cname (text) , pid (number)
0.818182
soccer_2
How many students participated in tryouts for each college by descennding count?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
tryout : cname (text) , pid (number)
0.818182
soccer_2
What is minimum hours of the students playing in different position?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : hs (number) , pid (number) | tryout : ppos (text) , pid (number)
0.636364
soccer_2
For each position, what is the minimum time students spent practicing?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : hs (number) , pid (number) | tryout : ppos (text) , pid (number)
0.636364
soccer_2
What are the names of schools with the top 3 largest size?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : cname (text) , enr (number)
0.818182
soccer_2
What are the names of the schools with the top 3 largest class sizes?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : cname (text) , enr (number)
0.818182
soccer_2
What is the name of school that has the smallest enrollment in each state?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : cname (text) , state (text) , enr (number)
0.727273
soccer_2
What is the name of the school with smallest enrollment size per state?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : cname (text) , state (text) , enr (number)
0.727273
soccer_2
Find the states where have some college students in tryout.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : state (text) , cname (text) | tryout : cname (text)
0.727273
soccer_2
What are the different states that have students trying out?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : state (text) , cname (text) | tryout : cname (text)
0.727273
soccer_2
Find the states where have some college students in tryout and their decisions are yes.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : state (text) , cname (text) | tryout : cname (text) , decision (text)
0.636364
soccer_2
What are the different states that had students successfully try out?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : state (text) , cname (text) | tryout : cname (text) , decision (text)
0.636364
soccer_2
Find the name and college of students whose decisions are yes in the tryout.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text) , pid (number) | tryout : cname (text) , pid (number) , decision (text)
0.545455
soccer_2
What are the names of all the players who received a yes during tryouts, and also what are the names of their colleges?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text) , pid (number) | tryout : cname (text) , pid (number) , decision (text)
0.545455
soccer_2
Find the name of all students who were in the tryout sorted in alphabetic order.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text) , pid (number) | tryout : pid (number)
0.727273
soccer_2
What are the names of all students who tried out in alphabetical order?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text) , pid (number) | tryout : pid (number)
0.727273
soccer_2
Find the name and hours of the students whose tryout decision is yes.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text) , hs (number) , pid (number) | tryout : pid (number) , decision (text)
0.545455
soccer_2
What are the names and hours spent practicing of every student who received a yes at tryouts?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text) , hs (number) , pid (number) | tryout : pid (number) , decision (text)
0.545455
soccer_2
Find the states of the colleges that have students in the tryout who played in striker position.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : state (text) , cname (text) | tryout : cname (text) , ppos (text)
0.636364
soccer_2
What are the states of the colleges where students who tried out for the striker position attend?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : state (text) , cname (text) | tryout : cname (text) , ppos (text)
0.636364
soccer_2
Find the names of the students who are in the position of striker and got a yes tryout decision.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text) , pid (number) | tryout : pid (number) , decision (text) , ppos (text)
0.545455
soccer_2
What are the names of all students who successfully tried out for the position of striker?
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
player : pname (text) , pid (number) | tryout : pid (number) , decision (text) , ppos (text)
0.545455
soccer_2
Find the state of the college which player Charles is attending.
college : cname (text) , state (text) , enr (number) | player : pid (number) , pname (text) , ycard (text) , hs (number) | tryout : pid (number) , cname (text) , ppos (text) , decision (text)
college : state (text) , cname (text) | tryout : cname (text) , pid (number) | player : pid (number) , pname (text)
0.454545