db_id
stringclasses 140
values | question
stringlengths 16
224
| schema
stringclasses 140
values | summarized-schema
stringlengths 18
304
| shrink-score
float64 0
1
|
---|---|---|---|---|
small_bank_1 | Find the name and checking balance of the account with the lowest savings balance. | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | accounts : name (text) , custid (number) | savings : balance (number) , custid (number) | checking : balance (number) , custid (number) | 0 |
small_bank_1 | What are the names and balances of checking accounts belonging to the customer with the lowest savings balance? | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | accounts : name (text) , custid (number) | savings : balance (number) , custid (number) | checking : balance (number) , custid (number) | 0 |
small_bank_1 | Find the number of checking accounts for each account name. | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | accounts : name (text) , custid (number) | checking : custid (number) | 0.5 |
small_bank_1 | What are the names of customers with accounts, and how many checking accounts do each of them have? | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | accounts : name (text) , custid (number) | checking : custid (number) | 0.5 |
small_bank_1 | Find the total saving balance for each account name. | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | savings : balance (number) , custid (number) | accounts : name (text) , custid (number) | 0.333333 |
small_bank_1 | What are the names of customers with accounts, and what are the total savings balances for each? | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | savings : balance (number) , custid (number) | accounts : name (text) , custid (number) | 0.333333 |
small_bank_1 | Find the name of accounts whose checking balance is below the average checking balance. | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | accounts : name (text) , custid (number) | checking : custid (number) , balance (number) | 0.333333 |
small_bank_1 | What are the names of customers with checking balances lower than the average checking balance? | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | accounts : name (text) , custid (number) | checking : custid (number) , balance (number) | 0.333333 |
small_bank_1 | Find the saving balance of the account with the highest checking balance. | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | savings : balance (number) , custid (number) | checking : balance (number) , custid (number) | accounts : custid (number) | 0.166667 |
small_bank_1 | What is the savings balance of the account belonging to the customer with the highest checking balance? | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | savings : balance (number) , custid (number) | checking : balance (number) , custid (number) | accounts : custid (number) | 0.166667 |
small_bank_1 | Find the total checking and saving balance of all accounts sorted by the total balance in ascending order. | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | savings : balance (number) , custid (number) | checking : balance (number) , custid (number) | 0.333333 |
small_bank_1 | What is the sum of checking and savings balances for all customers, ordered by the total balance? | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | savings : balance (number) , custid (number) | checking : balance (number) , custid (number) | 0.333333 |
small_bank_1 | Find the name and checking balance of the account with the lowest saving balance. | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | savings : balance (number) , custid (number) | checking : balance (number) , custid (number) | accounts : name (text) , custid (number) | 0 |
small_bank_1 | What is the name and checking balance of the account which has the lowest savings balance? | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | savings : balance (number) , custid (number) | checking : balance (number) , custid (number) | accounts : name (text) , custid (number) | 0 |
small_bank_1 | Find the name, checking balance and saving balance of all accounts in the bank. | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | savings : balance (number) , custid (number) | checking : balance (number) , custid (number) | accounts : name (text) , custid (number) | 0 |
small_bank_1 | What are the names, checking balances, and savings balances for all customers? | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | savings : balance (number) , custid (number) | checking : balance (number) , custid (number) | accounts : name (text) , custid (number) | 0 |
small_bank_1 | Find the name, checking balance and savings balance of all accounts in the bank sorted by their total checking and savings balance in descending order. | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | savings : balance (number) , custid (number) | checking : balance (number) , custid (number) | accounts : name (text) , custid (number) | 0 |
small_bank_1 | What are the names, checking balances, and savings balances of customers, ordered by the total of checking and savings balances descending? | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | savings : balance (number) , custid (number) | checking : balance (number) , custid (number) | accounts : name (text) , custid (number) | 0 |
small_bank_1 | Find the name of accounts whose checking balance is higher than corresponding saving balance. | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | accounts : name (text) , custid (number) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | 0 |
small_bank_1 | What are the names of customers with a higher checking balance than savings balance? | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | accounts : name (text) , custid (number) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | 0 |
small_bank_1 | Find the name and total checking and savings balance of the accounts whose savings balance is lower than corresponding checking balance. | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | accounts : name (text) , custid (number) | savings : balance (number) , custid (number) | checking : balance (number) , custid (number) | 0 |
small_bank_1 | What are the names of customers who have a savings balance lower than their checking balance, and what is the total of their checking and savings balances? | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | accounts : name (text) , custid (number) | savings : balance (number) , custid (number) | checking : balance (number) , custid (number) | 0 |
small_bank_1 | Find the name and savings balance of the top 3 accounts with the highest saving balance sorted by savings balance in descending order. | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | accounts : name (text) , custid (number) | savings : balance (number) , custid (number) | 0.333333 |
small_bank_1 | What are names and savings balances of the three accounts with the highest savings balances? | accounts : custid (number) , name (text) | savings : custid (number) , balance (number) | checking : custid (number) , balance (number) | accounts : name (text) , custid (number) | savings : balance (number) , custid (number) | 0.333333 |
browser_web | How many main stream browsers whose market share is at least 5 exist? | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | browser : market_share (number) , id (number) | 0.818182 |
browser_web | List the name of browsers in descending order by market share. | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | browser : name (text) , market_share (number) | 0.818182 |
browser_web | List the ids, names and market shares of all browsers. | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | browser : id (number) , name (text) , market_share (number) | 0.727273 |
browser_web | What is the maximum, minimum and average market share of the listed browsers? | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | browser : market_share (number) | 0.909091 |
browser_web | What is the id and market share of the browser Safari? | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | browser : id (number) , market_share (number) , name (text) | 0.727273 |
browser_web | What are the name and os of web client accelerators that do not work with only a 'Broadband' type connection? | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | web_client_accelerator : name (text) , operating_system (text) , connection (text) | 0.727273 |
browser_web | What is the name of the browser that became compatible with the accelerator 'CProxy' after year 1998 ? | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | web_client_accelerator : name (text) , id (number) | browser : name (text) , id (number) | accelerator_compatible_browser : browser_id (number) , accelerator_id (number) , compatible_since_year (number) | 0.363636 |
browser_web | What are the ids and names of the web accelerators that are compatible with two or more browsers? | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | web_client_accelerator : id (number) , name (text) | accelerator_compatible_browser : accelerator_id (number) | 0.727273 |
browser_web | What is the id and name of the browser that is compatible with the most web accelerators? | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | browser : id (number) , name (text) | accelerator_compatible_browser : browser_id (number) , accelerator_id (number) | 0.636364 |
browser_web | When did the web accelerator 'CACHEbox' and browser 'Internet Explorer' become compatible? | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | accelerator_compatible_browser : compatible_since_year (number) , browser_id (number) , accelerator_id (number) | web_client_accelerator : id (number) , name (text) | browser : id (number) , name (text) | 0.363636 |
browser_web | How many different kinds of clients are supported by the web clients accelerators? | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | web_client_accelerator : client (text) | 0.909091 |
browser_web | How many accelerators are not compatible with the browsers listed ? | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | web_client_accelerator : id (number) | accelerator_compatible_browser : accelerator_id (number) | 0.818182 |
browser_web | What distinct accelerator names are compatible with the browswers that have market share higher than 15? | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | web_client_accelerator : name (text) , id (number) | browser : name (text) , id (number) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) | 0.363636 |
browser_web | List the names of the browser that are compatible with both 'CACHEbox' and 'Fasterfox'. | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | web_client_accelerator : name (text) , id (number) | browser : name (text) , id (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) | 0.454545 |
browser_web | Show the accelerator names and supporting operating systems that are not compatible with the browser named 'Opera'. | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | web_client_accelerator : name (text) , operating_system (text) , id (number) | browser : name (text) , id (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) | 0.363636 |
browser_web | Which accelerator name contains substring "Opera"? | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | web_client_accelerator : name (text) | 0.909091 |
browser_web | Find the number of web accelerators used for each Operating system. | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | web_client_accelerator : operating_system (text) , id (number) | 0.818182 |
browser_web | give me names of all compatible browsers and accelerators in the descending order of compatible year | web_client_accelerator : id (number) , name (text) , operating_system (text) , client (text) , connection (text) | browser : id (number) , name (text) , market_share (number) | accelerator_compatible_browser : accelerator_id (number) , browser_id (number) , compatible_since_year (number) | web_client_accelerator : name (text) , id (number) | browser : name (text) , id (number) | accelerator_compatible_browser : browser_id (number) , accelerator_id (number) , compatible_since_year (number) | 0.363636 |
wrestler | How many wrestlers are there? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : wrestler_id (number) | 0.916667 |
wrestler | Count the number of wrestlers. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : wrestler_id (number) | 0.916667 |
wrestler | List the names of wrestlers in descending order of days held. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : name (text) , days_held (text) | 0.833333 |
wrestler | What are the names of the wrestlers, ordered descending by days held? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : name (text) , days_held (text) | 0.833333 |
wrestler | What is the name of the wrestler with the fewest days held? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : name (text) , days_held (text) | 0.833333 |
wrestler | Return the name of the wrestler who had the lowest number of days held. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : name (text) , days_held (text) | 0.833333 |
wrestler | What are the distinct reigns of wrestlers whose location is not "Tokyo,Japan" ? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : reign (text) , location (text) | 0.833333 |
wrestler | Give the different reigns of wrestlers who are not located in Tokyo, Japan. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : reign (text) , location (text) | 0.833333 |
wrestler | What are the names and location of the wrestlers? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : name (text) , location (text) | 0.833333 |
wrestler | Give the names and locations of all wrestlers. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : name (text) , location (text) | 0.833333 |
wrestler | What are the elimination moves of wrestlers whose team is "Team Orton"? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : elimination_move (text) , team (text) | 0.833333 |
wrestler | Return the elimination movies of wrestlers on Team Orton. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : elimination_move (text) , team (text) | 0.833333 |
wrestler | What are the names of wrestlers and the elimination moves? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : name (text) , wrestler_id (number) | elimination : elimination_move (text) , wrestler_id (text) | 0.666667 |
wrestler | Give the names of wrestlers and their elimination moves. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : name (text) , wrestler_id (number) | elimination : elimination_move (text) , wrestler_id (text) | 0.666667 |
wrestler | List the names of wrestlers and the teams in elimination in descending order of days held. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : name (text) , wrestler_id (number) , days_held (text) | elimination : team (text) , wrestler_id (text) | 0.583333 |
wrestler | What are the names of wrestlers and their teams in elimination, ordered descending by days held? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : name (text) , wrestler_id (number) , days_held (text) | elimination : team (text) , wrestler_id (text) | 0.583333 |
wrestler | List the time of elimination of the wrestlers with largest days held. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : time (text) , wrestler_id (text) | wrestler : wrestler_id (number) , days_held (text) | 0.666667 |
wrestler | What is the time of elimination for the wrestler with the most days held? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : time (text) , wrestler_id (text) | wrestler : wrestler_id (number) , days_held (text) | 0.666667 |
wrestler | Show times of elimination of wrestlers with days held more than 50. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : time (text) , wrestler_id (text) | wrestler : wrestler_id (number) , days_held (text) | 0.666667 |
wrestler | What are the times of elimination for wrestlers with over 50 days held? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : time (text) , wrestler_id (text) | wrestler : wrestler_id (number) , days_held (text) | 0.666667 |
wrestler | Show different teams in eliminations and the number of eliminations from each team. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : team (text) , elimination_id (text) | 0.833333 |
wrestler | How many eliminations did each team have? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : team (text) , elimination_id (text) | 0.833333 |
wrestler | Show teams that have suffered more than three eliminations. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : team (text) , elimination_id (text) | 0.833333 |
wrestler | Which teams had more than 3 eliminations? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : team (text) , elimination_id (text) | 0.833333 |
wrestler | Show the reign and days held of wrestlers. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : reign (text) , days_held (text) | 0.833333 |
wrestler | What are the reigns and days held of all wrestlers? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : reign (text) , days_held (text) | 0.833333 |
wrestler | What are the names of wrestlers days held less than 100? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : name (text) , days_held (text) | 0.833333 |
wrestler | Return the names of wrestlers with fewer than 100 days held. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : name (text) , days_held (text) | 0.833333 |
wrestler | Please show the most common reigns of wrestlers. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : reign (text) , wrestler_id (number) | 0.833333 |
wrestler | Which reign is the most common among wrestlers? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : reign (text) , wrestler_id (number) | 0.833333 |
wrestler | List the locations that are shared by more than two wrestlers. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : location (text) , wrestler_id (number) | 0.833333 |
wrestler | Which locations are shared by more than two wrestlers? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : location (text) , wrestler_id (number) | 0.833333 |
wrestler | List the names of wrestlers that have not been eliminated. | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : name (text) , wrestler_id (number) | elimination : wrestler_id (text) | 0.75 |
wrestler | What are the names of wrestlers who have never been eliminated? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | wrestler : name (text) , wrestler_id (number) | elimination : wrestler_id (text) | 0.75 |
wrestler | Show the teams that have both wrestlers eliminated by "Orton" and wrestlers eliminated by "Benjamin". | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : team (text) , eliminated_by (text) | 0.833333 |
wrestler | What are the teams that have both wrestlers eliminated by Orton and wrestlers eliminated by Benjamin? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : team (text) , eliminated_by (text) | 0.833333 |
wrestler | What is the number of distinct teams that suffer elimination? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : team (text) | 0.916667 |
wrestler | How many different teams have had eliminated wrestlers? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : team (text) | 0.916667 |
wrestler | Show the times of elimination by "Punk" or "Orton". | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : time (text) , eliminated_by (text) | 0.833333 |
wrestler | What are the times of elimination for any instances in which the elimination was done by Punk or Orton? | wrestler : wrestler_id (number) , name (text) , reign (text) , days_held (text) , location (text) , event (text) | elimination : elimination_id (text) , wrestler_id (text) , team (text) , eliminated_by (text) , elimination_move (text) , time (text) | elimination : time (text) , eliminated_by (text) | 0.833333 |
school_finance | How many schools are there? | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | school : school_id (text) | 0.947368 |
school_finance | Count the number of schools. | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | school : school_id (text) | 0.947368 |
school_finance | Show all school names in alphabetical order. | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | school : school_name (text) | 0.947368 |
school_finance | List the name, location, mascot for all schools. | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | school : school_name (text) , location (text) , mascot (text) | 0.842105 |
school_finance | What are the total and average enrollment of all schools? | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | school : enrollment (number) | 0.947368 |
school_finance | What are the mascots for schools with enrollments above the average? | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | school : mascot (text) , enrollment (number) | 0.894737 |
school_finance | List the name of the school with the smallest enrollment. | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | school : school_name (text) , enrollment (number) | 0.894737 |
school_finance | Show the average, maximum, minimum enrollment of all schools. | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | school : enrollment (number) | 0.947368 |
school_finance | Show each county along with the number of schools and total enrollment in each county. | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | school : county (text) , enrollment (number) , school_id (text) | 0.842105 |
school_finance | How many donors have endowment for school named "Glenn"? | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | endowment : donator_name (text) , school_id (number) | school : school_id (text) , school_name (text) | 0.789474 |
school_finance | List each donator name and the amount of endowment in descending order of the amount of endowment. | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | endowment : donator_name (text) , amount (number) | 0.894737 |
school_finance | List the names of the schools without any endowment. | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | school : school_name (text) , school_id (text) | endowment : school_id (number) | 0.842105 |
school_finance | List all the names of schools with an endowment amount smaller than or equal to 10. | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | school : school_name (text) , school_id (text) | endowment : school_id (number) , amount (number) | 0.789474 |
school_finance | Show the names of donors who donated to both school "Glenn" and "Triton." | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | endowment : donator_name (text) , school_id (number) | school : school_id (text) , school_name (text) | 0.789474 |
school_finance | Show the names of all the donors except those whose donation amount less than 9. | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | endowment : donator_name (text) , amount (number) | 0.894737 |
school_finance | List the amount and donor name for the largest amount of donation. | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | endowment : amount (number) , donator_name (text) | 0.894737 |
school_finance | How many budgets are above 3000 in year 2001 or before? | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | budget : budgeted (number) , year (number) , school_id (text) | 0.842105 |
school_finance | Count the number of budgets in year 2001 or before whose budgeted amount is greater than 3000 | school : school_id (text) , school_name (text) , location (text) , mascot (text) , enrollment (number) , ihsaa_class (text) , ihsaa_football_class (text) , county (text) | budget : school_id (number) , year (number) , budgeted (number) , total_budget_percent_budgeted (number) , invested (number) , total_budget_percent_invested (number) , budget_invested_percent (text) | endowment : endowment_id (number) , school_id (number) , donator_name (text) , amount (number) | budget : budgeted (number) , year (number) , school_id (text) | 0.842105 |