db_id
stringclasses
140 values
question
stringlengths
16
224
schema
stringclasses
140 values
summarized-schema
stringlengths
18
304
shrink-score
float64
0
1
entertainment_awards
Show the names of artworks in ascending order of the year they are nominated in.
festival_detail : festival_id (number) , festival_name (text) , chair_name (text) , location (text) , year (number) , num_of_audience (number) | artwork : artwork_id (number) , type (text) , name (text) | nomination : artwork_id (number) , festival_id (number) , result (text)
artwork : name (text) , artwork_id (number) | nomination : artwork_id (number) , festival_id (number) | festival_detail : festival_id (number) , year (number)
0.5
entertainment_awards
Show the names of festivals that have nominated artworks of type "Program Talent Show".
festival_detail : festival_id (number) , festival_name (text) , chair_name (text) , location (text) , year (number) , num_of_audience (number) | artwork : artwork_id (number) , type (text) , name (text) | nomination : artwork_id (number) , festival_id (number) , result (text)
festival_detail : festival_name (text) , festival_id (number) | artwork : artwork_id (number) , type (text) | nomination : artwork_id (number) , festival_id (number)
0.5
entertainment_awards
Show the ids and names of festivals that have at least two nominations for artworks.
festival_detail : festival_id (number) , festival_name (text) , chair_name (text) , location (text) , year (number) , num_of_audience (number) | artwork : artwork_id (number) , type (text) , name (text) | nomination : artwork_id (number) , festival_id (number) , result (text)
festival_detail : festival_id (number) , festival_name (text) | nomination : festival_id (number) , artwork_id (number) | artwork : artwork_id (number)
0.583333
entertainment_awards
Show the id, name of each festival and the number of artworks it has nominated.
festival_detail : festival_id (number) , festival_name (text) , chair_name (text) , location (text) , year (number) , num_of_audience (number) | artwork : artwork_id (number) , type (text) , name (text) | nomination : artwork_id (number) , festival_id (number) , result (text)
festival_detail : festival_id (number) , festival_name (text) | nomination : festival_id (number) , artwork_id (number) | artwork : artwork_id (number)
0.583333
entertainment_awards
Please show different types of artworks with the corresponding number of artworks of each type.
festival_detail : festival_id (number) , festival_name (text) , chair_name (text) , location (text) , year (number) , num_of_audience (number) | artwork : artwork_id (number) , type (text) , name (text) | nomination : artwork_id (number) , festival_id (number) , result (text)
artwork : type (text) , artwork_id (number)
0.833333
entertainment_awards
List the most common type of artworks.
festival_detail : festival_id (number) , festival_name (text) , chair_name (text) , location (text) , year (number) , num_of_audience (number) | artwork : artwork_id (number) , type (text) , name (text) | nomination : artwork_id (number) , festival_id (number) , result (text)
artwork : type (text) , artwork_id (number)
0.833333
entertainment_awards
List the year in which there are more than one festivals.
festival_detail : festival_id (number) , festival_name (text) , chair_name (text) , location (text) , year (number) , num_of_audience (number) | artwork : artwork_id (number) , type (text) , name (text) | nomination : artwork_id (number) , festival_id (number) , result (text)
festival_detail : year (number) , festival_id (number)
0.833333
entertainment_awards
List the name of artworks that are not nominated.
festival_detail : festival_id (number) , festival_name (text) , chair_name (text) , location (text) , year (number) , num_of_audience (number) | artwork : artwork_id (number) , type (text) , name (text) | nomination : artwork_id (number) , festival_id (number) , result (text)
artwork : name (text) , artwork_id (number) | nomination : artwork_id (number)
0.75
entertainment_awards
Show the number of audience in year 2008 or 2010.
festival_detail : festival_id (number) , festival_name (text) , chair_name (text) , location (text) , year (number) , num_of_audience (number) | artwork : artwork_id (number) , type (text) , name (text) | nomination : artwork_id (number) , festival_id (number) , result (text)
festival_detail : num_of_audience (number) , year (number)
0.833333
entertainment_awards
What are the total number of the audiences who visited any of the festivals?
festival_detail : festival_id (number) , festival_name (text) , chair_name (text) , location (text) , year (number) , num_of_audience (number) | artwork : artwork_id (number) , type (text) , name (text) | nomination : artwork_id (number) , festival_id (number) , result (text)
festival_detail : num_of_audience (number)
0.916667
entertainment_awards
In which year are there festivals both inside the 'United States' and outside the 'United States'?
festival_detail : festival_id (number) , festival_name (text) , chair_name (text) , location (text) , year (number) , num_of_audience (number) | artwork : artwork_id (number) , type (text) , name (text) | nomination : artwork_id (number) , festival_id (number) , result (text)
festival_detail : year (number) , location (text)
0.833333
customers_campaigns_ecommerce
How many premises are there?
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
premises : premise_id (number)
0.97619
customers_campaigns_ecommerce
What are all the distinct premise types?
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
premises : premises_type (text)
0.97619
customers_campaigns_ecommerce
Find the types and details for all premises and order by the premise type.
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
premises : premises_type (text) , premise_details (text)
0.952381
customers_campaigns_ecommerce
Show each premise type and the number of premises in that type.
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
premises : premises_type (text) , premise_id (number)
0.952381
customers_campaigns_ecommerce
Show all distinct product categories along with the number of mailshots in each category.
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
mailshot_campaigns : product_category (text) , mailshot_id (number)
0.952381
customers_campaigns_ecommerce
Show the name and phone of the customer without any mailshot.
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
customers : customer_name (text) , customer_phone (text) , customer_id (number) | mailshot_customers : customer_id (number)
0.904762
customers_campaigns_ecommerce
Show the name and phone for customers with a mailshot with outcome code 'No Response'.
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
customers : customer_name (text) , customer_phone (text) , customer_id (number) | mailshot_customers : customer_id (number) , outcome_code (text)
0.880952
customers_campaigns_ecommerce
Show the outcome code of mailshots along with the number of mailshots in each outcome code.
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
mailshot_customers : outcome_code (text)
0.97619
customers_campaigns_ecommerce
Show the names of customers who have at least 2 mailshots with outcome code 'Order'.
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
customers : customer_name (text) , customer_id (number) | mailshot_customers : customer_id (number) , outcome_code (text)
0.904762
customers_campaigns_ecommerce
Show the names of customers who have the most mailshots.
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
customers : customer_name (text) , customer_id (number) | mailshot_customers : customer_id (number)
0.928571
customers_campaigns_ecommerce
What are the name and payment method of customers who have both mailshots in 'Order' outcome and mailshots in 'No Response' outcome.
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
customers : customer_name (text) , payment_method (text) , customer_id (number) | mailshot_customers : customer_id (number) , outcome_code (text)
0.880952
customers_campaigns_ecommerce
Show the premise type and address type code for all customer addresses.
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
premises : premises_type (text) , premise_id (number) | customer_addresses : address_type_code (text) , premise_id (number)
0.904762
customers_campaigns_ecommerce
What are the distinct address type codes for all customer addresses?
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
customer_addresses : address_type_code (text)
0.97619
customers_campaigns_ecommerce
Show the shipping charge and customer id for customer orders with order status Cancelled or Paid.
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
customer_orders : order_shipping_charges (text) , customer_id (number) , order_status_code (text)
0.928571
customers_campaigns_ecommerce
Show the names of customers having an order with shipping method FedEx and order status Paid.
premises : premise_id (number) , premises_type (text) , premise_details (text) | products : product_id (number) , product_category (text) , product_name (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , customer_phone (text) , customer_email (text) , customer_address (text) , customer_login (text) , customer_password (text) | mailshot_campaigns : mailshot_id (number) , product_category (text) , mailshot_name (text) , mailshot_start_date (time) , mailshot_end_date (time) | customer_addresses : customer_id (number) , premise_id (number) , date_address_from (time) , address_type_code (text) , date_address_to (time) | customer_orders : order_id (number) , customer_id (number) , order_status_code (text) , shipping_method_code (text) , order_placed_datetime (time) , order_delivered_datetime (time) , order_shipping_charges (text) | mailshot_customers : mailshot_id (number) , customer_id (number) , outcome_code (text) , mailshot_customer_date (time) | order_items : item_id (number) , order_item_status_code (text) , order_id (number) , product_id (number) , item_status_code (text) , item_delivered_datetime (time) , item_order_quantity (text)
customers : customer_name (text) , customer_id (number) | customer_orders : customer_id (number) , shipping_method_code (text) , order_status_code (text)
0.880952
college_3
How many courses are there in total?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : cid (text)
0.974359
college_3
Count the number of courses.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : cid (text)
0.974359
college_3
How many courses have more than 2 credits?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : credits (number) , cid (text)
0.948718
college_3
Count the number of courses with more than 2 credits.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : credits (number) , cid (text)
0.948718
college_3
List all names of courses with 1 credit?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : cname (text) , credits (number)
0.948718
college_3
What are the names of courses with 1 credit?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : cname (text) , credits (number)
0.948718
college_3
Which courses are taught on days MTW?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : cname (text) , days (text)
0.948718
college_3
What are the course names for courses taught on MTW?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : cname (text) , days (text)
0.948718
college_3
What is the number of departments in Division "AS"?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : division (text) , dno (number)
0.948718
college_3
How many departments are in the division AS?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : division (text) , dno (number)
0.948718
college_3
What are the phones of departments in Room 268?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : dphone (number) , room (text)
0.948718
college_3
Give the phones for departments in room 268.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : dphone (number) , room (text)
0.948718
college_3
Find the number of students that have at least one grade "B".
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
enrolled_in : stuid (number) , grade (text)
0.948718
college_3
How many students have had at least one "B" grade?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
enrolled_in : stuid (number) , grade (text)
0.948718
college_3
Find the max and min grade point for all letter grade.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
gradeconversion : gradepoint (number)
0.974359
college_3
What are the maximum and minumum grade points?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
gradeconversion : gradepoint (number)
0.974359
college_3
Find the first names of students whose first names contain letter "a".
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
student : fname (text)
0.974359
college_3
What are the first names for students who have an "a" in their first name?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
student : fname (text)
0.974359
college_3
Find the first names and last names of male (sex is M) faculties who live in building NEB.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : fname (text) , lname (text) , sex (text) , building (text)
0.897436
college_3
What are the full names of faculties with sex M and who live in building NEB?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : fname (text) , lname (text) , sex (text) , building (text)
0.897436
college_3
Find the rooms of faculties with rank professor who live in building NEB.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : room (text) , rank (text) , building (text)
0.923077
college_3
What are the rooms for members of the faculty who are professors and who live in building NEB?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : room (text) , rank (text) , building (text)
0.923077
college_3
Find the department name that is in Building "Mergenthaler".
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : dname (text) , building (text)
0.948718
college_3
What is the name of the department in the Building Mergenthaler?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : dname (text) , building (text)
0.948718
college_3
List all information about courses sorted by credits in the ascending order.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : credits (number) , cid (text)
0.948718
college_3
What is all the information about courses, ordered by credits ascending?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : credits (number) , cid (text)
0.948718
college_3
List the course name of courses sorted by credits.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : cname (text) , credits (number)
0.948718
college_3
What are the course names, ordered by credits?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : cname (text) , credits (number)
0.948718
college_3
Find the first name of students in the descending order of age.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
student : fname (text) , age (number)
0.948718
college_3
What are the first names of students, ordered by age from greatest to least?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
student : fname (text) , age (number)
0.948718
college_3
Find the last name of female (sex is F) students in the descending order of age.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
student : lname (text) , sex (text) , age (number)
0.923077
college_3
What are the last names of female students, ordered by age descending?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
student : lname (text) , sex (text) , age (number)
0.923077
college_3
Find the last names of faculties in building Barton in alphabetic order.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : lname (text) , building (text)
0.948718
college_3
What are the last names of faculty in building Barton, sorted by last name?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : lname (text) , building (text)
0.948718
college_3
Find the first names of faculties of rank Professor in alphabetic order.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : fname (text) , rank (text)
0.948718
college_3
What are the first names for all faculty professors, ordered by first name?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : fname (text) , rank (text)
0.948718
college_3
Find the name of the department that has the biggest number of students minored in?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : dname (text) , dno (number) | minor_in : dno (number)
0.923077
college_3
What is the name of the department with the most students minoring in it?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : dname (text) , dno (number) | minor_in : dno (number)
0.923077
college_3
Find the name of the department that has no students minored in?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : dname (text) , dno (number) | minor_in : dno (number)
0.923077
college_3
What is the name of the department htat has no students minoring in it?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : dname (text) , dno (number) | minor_in : dno (number)
0.923077
college_3
Find the name of the department that has the fewest members.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : dname (text) , dno (number) | member_of : dno (number)
0.923077
college_3
What is the name of the department with the fewest members?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : dname (text) , dno (number) | member_of : dno (number)
0.923077
college_3
Find the rank of the faculty that the fewest faculties belong to.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : rank (text) , facid (number)
0.948718
college_3
What is the least common faculty rank?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : rank (text) , facid (number)
0.948718
college_3
What are the first and last names of the instructors who teach the top 3 number of courses?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : fname (text) , lname (text) , facid (number) | course : instructor (number) , cid (text)
0.871795
college_3
What are the full names of the 3 instructors who teach the most courses?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : fname (text) , lname (text) , facid (number) | course : instructor (number) , cid (text)
0.871795
college_3
Which building does the instructor who teaches the most number of courses live in?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : building (text) , facid (number) | course : instructor (number) , cid (text)
0.897436
college_3
Give the building that the instructor who teaches the greatest number of courses lives in.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : building (text) , facid (number) | course : instructor (number) , cid (text)
0.897436
college_3
What are the name of courses that have at least five enrollments?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : cname (text) , cid (text) | enrolled_in : cid (text)
0.923077
college_3
Give the names of the courses with at least five enrollments.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : cname (text) , cid (text) | enrolled_in : cid (text)
0.923077
college_3
Find the first name and last name of the instructor of course that has course name
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : fname (text) , lname (text) , facid (number) | course : instructor (number) , cname (text)
0.871795
college_3
What is the full name of the instructor who has a course named COMPUTER LITERACY?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : fname (text) , lname (text) , facid (number) | course : instructor (number) , cname (text)
0.871795
college_3
Find the department name and room of the course INTRODUCTION TO COMPUTER SCIENCE.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : dname (text) , room (text) , dno (number) | course : dno (number) , cname (text)
0.871795
college_3
What are the department name and room for the course INTRODUCTION TO COMPUTER SCIENCE?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : dname (text) , room (text) , dno (number) | course : dno (number) , cname (text)
0.871795
college_3
Find the student first and last names and grade points of all enrollments.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
student : fname (text) , lname (text) , stuid (number) | gradeconversion : gradepoint (number) , lettergrade (text) | enrolled_in : grade (text) , stuid (number)
0.820513
college_3
What are the full names and gradepoints for all enrollments?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
student : fname (text) , lname (text) , stuid (number) | gradeconversion : gradepoint (number) , lettergrade (text) | enrolled_in : grade (text) , stuid (number)
0.820513
college_3
Find the distinct student first names of all students that have grade point at least 3.8 in one course.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
student : fname (text) , stuid (number) | enrolled_in : grade (text) , stuid (number) | gradeconversion : lettergrade (text) , gradepoint (number)
0.846154
college_3
What are the distinct first names for students with a grade point of 3.8 or above in at least one course?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
student : fname (text) , stuid (number) | enrolled_in : grade (text) , stuid (number) | gradeconversion : lettergrade (text) , gradepoint (number)
0.846154
college_3
Find the full names of faculties who are members of department with department number 520.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : fname (text) , lname (text) , facid (number) | member_of : facid (number) , dno (number)
0.871795
college_3
What are the full names of faculty members who are a part of department 520?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : fname (text) , lname (text) , facid (number) | member_of : facid (number) , dno (number)
0.871795
college_3
What are the first names and last names of the students that minor in the department with DNO 140.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
student : fname (text) , lname (text) , stuid (number) | minor_in : stuid (number) , dno (number)
0.871795
college_3
What are the full names of students minoring in department 140?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
student : fname (text) , lname (text) , stuid (number) | minor_in : stuid (number) , dno (number)
0.871795
college_3
Find the last names of faculties who are members of computer science department.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : lname (text) , facid (number) | department : dno (number) , dname (text) | member_of : dno (number) , facid (number)
0.846154
college_3
What are the last names of faculty who are part of the computer science department?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
faculty : lname (text) , facid (number) | department : dno (number) , dname (text) | member_of : dno (number) , facid (number)
0.846154
college_3
Find the average grade point of student whose last name is Smith.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
gradeconversion : gradepoint (number) , lettergrade (text) | enrolled_in : grade (text) , stuid (number) | student : stuid (number) , lname (text)
0.846154
college_3
What is the average gradepoint for students with the last name Smith?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
gradeconversion : gradepoint (number) , lettergrade (text) | enrolled_in : grade (text) , stuid (number) | student : stuid (number) , lname (text)
0.846154
college_3
What is the maximum and minimum grade point of students who live in NYC?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
gradeconversion : gradepoint (number) , lettergrade (text) | enrolled_in : grade (text) , stuid (number) | student : stuid (number) , city_code (text)
0.846154
college_3
Give the maximum and minimum gradepoints for students living in NYC?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
gradeconversion : gradepoint (number) , lettergrade (text) | enrolled_in : grade (text) , stuid (number) | student : stuid (number) , city_code (text)
0.846154
college_3
Find the names of courses that have either 3 credits or 1 credit but 4 hours.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : cname (text) , credits (number) , hours (text)
0.923077
college_3
What are the names of courses that give either 3 credits, or 1 credit and 4 hours?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
course : cname (text) , credits (number) , hours (text)
0.923077
college_3
Find the names of departments that are either in division AS or in division EN and in Building NEB.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : dname (text) , division (text) , building (text)
0.923077
college_3
What are the names of departments either in division AS, or in division EN and in building NEB?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
department : dname (text) , division (text) , building (text)
0.923077
college_3
Find the first name of students not enrolled in any course.
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
student : fname (text) , stuid (number) | enrolled_in : stuid (number)
0.923077
college_3
What are the first names of all students that are not enrolled in courses?
student : stuid (number) , lname (text) , fname (text) , age (number) , sex (text) , major (number) , advisor (number) , city_code (text) | faculty : facid (number) , lname (text) , fname (text) , rank (text) , sex (text) , phone (number) , room (text) , building (text) | department : dno (number) , division (text) , dname (text) , room (text) , building (text) , dphone (number) | member_of : facid (number) , dno (number) , appt_type (text) | course : cid (text) , cname (text) , credits (number) , instructor (number) , days (text) , hours (text) , dno (number) | minor_in : stuid (number) , dno (number) | enrolled_in : stuid (number) , cid (text) , grade (text) | gradeconversion : lettergrade (text) , gradepoint (number)
student : fname (text) , stuid (number) | enrolled_in : stuid (number)
0.923077