db_id
stringclasses 140
values | question
stringlengths 16
224
| schema
stringclasses 140
values | summarized-schema
stringlengths 18
304
| shrink-score
float64 0
1
|
---|---|---|---|---|
insurance_fnol | Find the policy types more than 4 customers use. Show their type code. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | available_policies : policy_type_code (text) , policy_id (number) | 0.909091 |
insurance_fnol | Find the total and average amount of settlements. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | settlements : settlement_amount (number) | 0.954545 |
insurance_fnol | Return the sum and average of all settlement amounts. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | settlements : settlement_amount (number) | 0.954545 |
insurance_fnol | Find the name of services that have been used for more than 2 times in first notification of loss. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | services : service_name (text) , service_id (number) | first_notification_of_loss : service_id (number) , fnol_id (number) | 0.818182 |
insurance_fnol | Which services have been used more than twice in first notification of loss? Return the service name. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | services : service_name (text) , service_id (number) | first_notification_of_loss : service_id (number) , fnol_id (number) | 0.818182 |
insurance_fnol | What is the effective date of the claim that has the largest amount of total settlement? | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | claims : effective_date (time) , claim_id (number) | settlements : effective_date (time) , claim_id (number) , settlement_amount (number) | 0.772727 |
insurance_fnol | Find the claim that has the largest total settlement amount. Return the effective date of the claim. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | claims : effective_date (time) , claim_id (number) | settlements : effective_date (time) , claim_id (number) , settlement_amount (number) | 0.772727 |
insurance_fnol | How many policies are listed for the customer named "Dayana Robel"? | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers : customer_id (number) , customer_name (text) | customers_policies : customer_id (number) | 0.863636 |
insurance_fnol | Count the total number of policies used by the customer named "Dayana Robel". | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers : customer_id (number) , customer_name (text) | customers_policies : customer_id (number) | 0.863636 |
insurance_fnol | What is the name of the customer who has the most policies listed? | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers : customer_name (text) , customer_id (number) | customers_policies : customer_id (number) | 0.863636 |
insurance_fnol | Which customer uses the most policies? Give me the customer name. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers : customer_name (text) , customer_id (number) | customers_policies : customer_id (number) | 0.863636 |
insurance_fnol | What are all the policy types of the customer named "Dayana Robel"? | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | available_policies : policy_type_code (text) , policy_id (number) | customers : customer_id (number) , customer_name (text) | customers_policies : customer_id (number) , policy_id (number) | 0.727273 |
insurance_fnol | Tell me the types of the policy used by the customer named "Dayana Robel". | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | available_policies : policy_type_code (text) , policy_id (number) | customers : customer_id (number) , customer_name (text) | customers_policies : customer_id (number) , policy_id (number) | 0.727273 |
insurance_fnol | What are all the policy types of the customer that has the most policies listed? | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | available_policies : policy_type_code (text) , policy_id (number) | customers : customer_id (number) , customer_name (text) | customers_policies : customer_id (number) , policy_id (number) | 0.727273 |
insurance_fnol | List all the policy types used by the customer enrolled in the most policies. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | available_policies : policy_type_code (text) , policy_id (number) | customers : customer_id (number) , customer_name (text) | customers_policies : customer_id (number) , policy_id (number) | 0.727273 |
insurance_fnol | List all the services in the alphabetical order. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | services : service_name (text) | 0.954545 |
insurance_fnol | Give me a list of all the service names sorted alphabetically. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | services : service_name (text) | 0.954545 |
insurance_fnol | How many services are there? | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | services : service_id (number) | 0.954545 |
insurance_fnol | Count the total number of available services. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | services : service_id (number) | 0.954545 |
insurance_fnol | Find the names of users who do not have a first notification of loss record. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers : customer_name (text) , customer_id (number) | first_notification_of_loss : customer_id (number) | 0.863636 |
insurance_fnol | Which customers do not have a first notification of loss record? Give me the customer names. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers : customer_name (text) , customer_id (number) | first_notification_of_loss : customer_id (number) | 0.863636 |
insurance_fnol | Find the names of customers who have used either the service "Close a policy" or the service "Upgrade a policy". | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers : customer_name (text) , customer_id (number) | first_notification_of_loss : customer_id (number) , service_id (number) | services : service_id (number) , service_name (text) | 0.727273 |
insurance_fnol | Which customers have used the service named "Close a policy" or "Upgrade a policy"? Give me the customer names. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers : customer_name (text) , customer_id (number) | first_notification_of_loss : customer_id (number) , service_id (number) | services : service_id (number) , service_name (text) | 0.727273 |
insurance_fnol | Find the names of customers who have used both the service "Close a policy" and the service "New policy application". | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers : customer_name (text) , customer_id (number) | first_notification_of_loss : customer_id (number) , service_id (number) | services : service_id (number) , service_name (text) | 0.727273 |
insurance_fnol | Which customers have used both the service named "Close a policy" and the service named "Upgrade a policy"? Give me the customer names. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers : customer_name (text) , customer_id (number) | first_notification_of_loss : customer_id (number) , service_id (number) | services : service_id (number) , service_name (text) | 0.727273 |
insurance_fnol | Find the IDs of customers whose name contains "Diana". | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers : customer_id (number) , customer_name (text) | 0.909091 |
insurance_fnol | What are the IDs of customers who have "Diana" in part of their names? | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers : customer_id (number) , customer_name (text) | 0.909091 |
insurance_fnol | What are the maximum and minimum settlement amount on record? | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | settlements : settlement_amount (number) | 0.954545 |
insurance_fnol | Find the maximum and minimum settlement amount. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | settlements : settlement_amount (number) | 0.954545 |
insurance_fnol | List all the customers in increasing order of IDs. | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers : customer_id (number) , customer_name (text) | 0.909091 |
insurance_fnol | What is the ordered list of customer ids? | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers : customer_id (number) , customer_name (text) | 0.909091 |
insurance_fnol | Retrieve the open and close dates of all the policies associated with the customer whose name contains "Diana" | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers_policies : date_opened (time) , date_closed (time) , customer_id (number) | customers : customer_id (number) , customer_name (text) | 0.772727 |
insurance_fnol | What are the open and close dates of all the policies used by the customer who have "Diana" in part of their names? | customers : customer_id (number) , customer_name (text) | services : service_id (number) , service_name (text) | available_policies : policy_id (number) , policy_type_code (text) , customer_phone (text) | customers_policies : customer_id (number) , policy_id (number) , date_opened (time) , date_closed (time) | first_notification_of_loss : fnol_id (number) , customer_id (number) , policy_id (number) , service_id (number) | claims : claim_id (number) , fnol_id (number) , effective_date (time) | settlements : settlement_id (number) , claim_id (number) , effective_date (time) , settlement_amount (number) | customers_policies : date_opened (time) , date_closed (time) , customer_id (number) | customers : customer_id (number) , customer_name (text) | 0.772727 |
medicine_enzyme_interaction | How many kinds of enzymes are there? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : id (number) | 0.928571 |
medicine_enzyme_interaction | What is the total count of enzymes? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : id (number) | 0.928571 |
medicine_enzyme_interaction | List the name of enzymes in descending lexicographical order. | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : name (text) | 0.928571 |
medicine_enzyme_interaction | What are the names of enzymes in descending order? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : name (text) | 0.928571 |
medicine_enzyme_interaction | List the names and the locations that the enzymes can make an effect. | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : name (text) , location (text) | 0.857143 |
medicine_enzyme_interaction | What are the names and locations of all enzymes listed? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : name (text) , location (text) | 0.857143 |
medicine_enzyme_interaction | What is the maximum Online Mendelian Inheritance in Man (OMIM) value of the enzymes? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : omim (number) | 0.928571 |
medicine_enzyme_interaction | What is the maximum OMIM value in the database? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : omim (number) | 0.928571 |
medicine_enzyme_interaction | What is the product, chromosome and porphyria related to the enzymes which take effect at the location 'Cytosol'? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : product (text) , chromosome (text) , porphyria (text) , location (text) | 0.714286 |
medicine_enzyme_interaction | What is the product, chromosome, and porphyria of the enzymes located at 'Cytosol'? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : product (text) , chromosome (text) , porphyria (text) , location (text) | 0.714286 |
medicine_enzyme_interaction | What are the names of enzymes who does not produce 'Heme'? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : name (text) , product (text) | 0.857143 |
medicine_enzyme_interaction | What are the names of enzymes whose product is not 'Heme'? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : name (text) , product (text) | 0.857143 |
medicine_enzyme_interaction | What are the names and trade names of the medicines which has 'Yes' value in the FDA record? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : name (text) , trade_name (text) , fda_approved (text) | 0.785714 |
medicine_enzyme_interaction | What are the names and trade names of the medcines that are FDA approved? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : name (text) , trade_name (text) , fda_approved (text) | 0.785714 |
medicine_enzyme_interaction | What are the names of enzymes in the medicine named 'Amisulpride' that can serve as an 'inhibitor'? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : name (text) , id (number) | enzyme : name (text) , id (number) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | 0.5 |
medicine_enzyme_interaction | What are the names of the enzymes used in the medicine Amisulpride that acts as inhibitors? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : name (text) , id (number) | enzyme : name (text) , id (number) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | 0.5 |
medicine_enzyme_interaction | What are the ids and names of the medicine that can interact with two or more enzymes? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : id (number) , name (text) | medicine_enzyme_interaction : medicine_id (number) , enzyme_id (number) | 0.714286 |
medicine_enzyme_interaction | For every medicine id, what are the names of the medicines that can interact with more than one enzyme? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : id (number) , name (text) | medicine_enzyme_interaction : medicine_id (number) , enzyme_id (number) | 0.714286 |
medicine_enzyme_interaction | What are the ids, names and FDA approval status of medicines in descending order of the number of enzymes that it can interact with. | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : id (number) , name (text) , fda_approved (text) | medicine_enzyme_interaction : medicine_id (number) , enzyme_id (number) | 0.642857 |
medicine_enzyme_interaction | What are the ids, names, and FDA approval status for medicines ordered by descending number of possible enzyme interactions? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : id (number) , name (text) , fda_approved (text) | medicine_enzyme_interaction : medicine_id (number) , enzyme_id (number) | 0.642857 |
medicine_enzyme_interaction | What is the id and name of the enzyme with most number of medicines that can interact as 'activator'? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : id (number) , name (text) | medicine_enzyme_interaction : enzyme_id (number) , interaction_type (text) | 0.714286 |
medicine_enzyme_interaction | What is the id and name of the enzyme that can interact with the most medicines as an activator? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : id (number) , name (text) | medicine_enzyme_interaction : enzyme_id (number) , interaction_type (text) | 0.714286 |
medicine_enzyme_interaction | What is the interaction type of the enzyme named 'ALA synthase' and the medicine named 'Aripiprazole'? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine_enzyme_interaction : interaction_type (text) , medicine_id (number) , enzyme_id (number) | medicine : id (number) , name (text) | enzyme : id (number) , name (text) | 0.5 |
medicine_enzyme_interaction | What is the type of interaction for the enzyme named 'ALA synthase' and the medicine named 'Aripiprazole'? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine_enzyme_interaction : interaction_type (text) , medicine_id (number) , enzyme_id (number) | medicine : id (number) , name (text) | enzyme : id (number) , name (text) | 0.5 |
medicine_enzyme_interaction | What is the most common interaction type between enzymes and medicine? And how many are there? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine_enzyme_interaction : interaction_type (text) , enzyme_id (number) | 0.857143 |
medicine_enzyme_interaction | What are the most common types of interactions between enzymes and medicine, and how many types are there? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine_enzyme_interaction : interaction_type (text) , enzyme_id (number) | 0.857143 |
medicine_enzyme_interaction | How many medicines have the FDA approval status 'No' ? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : fda_approved (text) , id (number) | 0.857143 |
medicine_enzyme_interaction | How many medicines were not approved by the FDA? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : fda_approved (text) , id (number) | 0.857143 |
medicine_enzyme_interaction | How many enzymes do not have any interactions? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : id (number) | medicine_enzyme_interaction : enzyme_id (number) | 0.857143 |
medicine_enzyme_interaction | What is the count of enzymes without any interactions? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : id (number) | medicine_enzyme_interaction : enzyme_id (number) | 0.857143 |
medicine_enzyme_interaction | What is the id and trade name of the medicines can interact with at least 3 enzymes? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : id (number) , trade_name (text) | medicine_enzyme_interaction : medicine_id (number) , enzyme_id (number) | 0.714286 |
medicine_enzyme_interaction | What are the ids and trade names of the medicine that can interact with at least 3 enzymes? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : id (number) , trade_name (text) | medicine_enzyme_interaction : medicine_id (number) , enzyme_id (number) | 0.714286 |
medicine_enzyme_interaction | What are the distinct name, location and products of the enzymes which has any 'inhibitor' interaction? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : name (text) , location (text) , product (text) , id (number) | medicine_enzyme_interaction : enzyme_id (number) , interaction_type (text) | 0.571429 |
medicine_enzyme_interaction | What are the different names, locations, and products of the enzymes that are capable inhibitor interactions? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : name (text) , location (text) , product (text) , id (number) | medicine_enzyme_interaction : enzyme_id (number) , interaction_type (text) | 0.571429 |
medicine_enzyme_interaction | List the medicine name and trade name which can both interact as 'inhibitor' and 'activitor' with enzymes. | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : name (text) , trade_name (text) , id (number) | medicine_enzyme_interaction : medicine_id (number) , interaction_type (text) | 0.642857 |
medicine_enzyme_interaction | What are the medicine and trade names that can interact as an inhibitor and activitor with enzymes? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : name (text) , trade_name (text) , id (number) | medicine_enzyme_interaction : medicine_id (number) , interaction_type (text) | 0.642857 |
medicine_enzyme_interaction | Show the medicine names and trade names that cannot interact with the enzyme with product 'Heme'. | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : name (text) , trade_name (text) , id (number) | enzyme : name (text) , id (number) , product (text) | medicine_enzyme_interaction : medicine_id (number) , enzyme_id (number) | 0.428571 |
medicine_enzyme_interaction | What are the medicine and trade names that cannot interact with the enzyme with the product 'Heme'? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : name (text) , trade_name (text) , id (number) | enzyme : name (text) , id (number) , product (text) | medicine_enzyme_interaction : medicine_id (number) , enzyme_id (number) | 0.428571 |
medicine_enzyme_interaction | How many distinct FDA approval statuses are there for the medicines? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : fda_approved (text) | 0.928571 |
medicine_enzyme_interaction | How many different FDA approval statuses exist for medicines? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : fda_approved (text) | 0.928571 |
medicine_enzyme_interaction | Which enzyme names have the substring "ALA"? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : name (text) | 0.928571 |
medicine_enzyme_interaction | What are the names of enzymes that include the string 'ALA'? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | enzyme : name (text) | 0.928571 |
medicine_enzyme_interaction | find the number of medicines offered by each trade. | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : trade_name (text) , id (number) | 0.857143 |
medicine_enzyme_interaction | How many medicines are offered by each trade name? | medicine : id (number) , name (text) , trade_name (text) , fda_approved (text) | enzyme : id (number) , name (text) , location (text) , product (text) , chromosome (text) , omim (number) , porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) , medicine_id (number) , interaction_type (text) | medicine : trade_name (text) , id (number) | 0.857143 |
university_basketball | List all schools and their nicknames in the order of founded year. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : school (text) , nickname (text) , founded (number) | 0.85 |
university_basketball | What are the different schools and their nicknames, ordered by their founding years? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : school (text) , nickname (text) , founded (number) | 0.85 |
university_basketball | List all public schools and their locations. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : school (text) , location (text) , affiliation (text) | 0.85 |
university_basketball | What are the public schools and what are their locations? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : school (text) , location (text) , affiliation (text) | 0.85 |
university_basketball | When was the school with the largest enrollment founded? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : founded (number) , enrollment (number) | 0.9 |
university_basketball | Return the founded year for the school with the largest enrollment. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : founded (number) , enrollment (number) | 0.9 |
university_basketball | Find the founded year of the newest non public school. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : founded (number) , affiliation (text) | 0.9 |
university_basketball | What is the founded year of the non public school that was founded most recently? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : founded (number) , affiliation (text) | 0.9 |
university_basketball | How many schools are in the basketball match? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : school_id (number) | 0.95 |
university_basketball | Count the number of schools that have had basketball matches. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : school_id (number) | 0.95 |
university_basketball | What is the highest acc percent score in the competition? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : acc_percent (text) | 0.95 |
university_basketball | Return the highest acc percent across all basketball matches. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : acc_percent (text) | 0.95 |
university_basketball | What is the primary conference of the school that has the lowest acc percent score in the competition? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : primary_conference (text) , school_id (number) | basketball_match : school_id (number) , acc_percent (text) | 0.8 |
university_basketball | Return the primary conference of the school with the lowest acc percentage score. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : primary_conference (text) , school_id (number) | basketball_match : school_id (number) , acc_percent (text) | 0.8 |
university_basketball | What is the team name and acc regular season score of the school that was founded for the longest time? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : team_name (text) , acc_regular_season (text) , school_id (number) | university : school_id (number) , founded (number) | 0.75 |
university_basketball | Return the name of the team and the acc during the regular season for the school that was founded the earliest. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : team_name (text) , acc_regular_season (text) , school_id (number) | university : school_id (number) , founded (number) | 0.75 |
university_basketball | Find the location and all games score of the school that has Clemson as its team name. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : all_games (text) , school_id (number) , team_name (text) | university : location (text) , school_id (number) | 0.75 |
university_basketball | What are the all games score and location of the school called Clemson? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | basketball_match : all_games (text) , school_id (number) , team_name (text) | university : location (text) , school_id (number) | 0.75 |
university_basketball | What are the average enrollment size of the universities that are founded before 1850? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : enrollment (number) , founded (number) | 0.9 |
university_basketball | Return the average enrollment of universities founded before 1850. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : enrollment (number) , founded (number) | 0.9 |
university_basketball | Show the enrollment and primary_conference of the oldest college. | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : enrollment (number) , primary_conference (text) , founded (number) | 0.85 |
university_basketball | What are the enrollment and primary conference for the university which was founded the earliest? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : enrollment (number) , primary_conference (text) , founded (number) | 0.85 |
university_basketball | What is the total and minimum enrollment of all schools? | basketball_match : team_id (number) , school_id (number) , team_name (text) , acc_regular_season (text) , acc_percent (text) , acc_home (text) , acc_road (text) , all_games (text) , all_games_percent (number) , all_home (text) , all_road (text) , all_neutral (text) | university : school_id (number) , school (text) , location (text) , founded (number) , affiliation (text) , enrollment (number) , nickname (text) , primary_conference (text) | university : enrollment (number) | 0.95 |