db_id
stringclasses
140 values
question
stringlengths
16
224
schema
stringclasses
140 values
summarized-schema
stringlengths
18
304
shrink-score
float64
0
1
customers_and_addresses
What is the total quantity of products purchased by "Rodrick Heaney"?
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
order_items : order_quantity (text) , order_id (number) | customers : customer_id (number) , customer_name (text) | customer_orders : customer_id (number) , order_id (number)
0.8125
customers_and_addresses
Tell me the total quantity of products bought by the customer called "Rodrick Heaney".
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
order_items : order_quantity (text) , order_id (number) | customers : customer_id (number) , customer_name (text) | customer_orders : customer_id (number) , order_id (number)
0.8125
customers_and_addresses
How many customers have at least one order with status "Cancelled"?
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customer_orders : customer_id (number) , order_status (text)
0.9375
customers_and_addresses
Return the number of customers who have at least one order with "Cancelled" status.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customer_orders : customer_id (number) , order_status (text)
0.9375
customers_and_addresses
How many orders have detail "Second time"?
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customer_orders : order_details (text) , order_id (number)
0.9375
customers_and_addresses
Tell me the number of orders with "Second time" as order detail.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customer_orders : order_details (text) , order_id (number)
0.9375
customers_and_addresses
Find the customer name and date of the orders that have the status "Delivered".
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customers : customer_name (text) , customer_id (number) | customer_orders : order_date (time) , customer_id (number) , order_status (text)
0.84375
customers_and_addresses
What are the customer name and date of the orders whose status is "Delivered".
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customers : customer_name (text) , customer_id (number) | customer_orders : order_date (time) , customer_id (number) , order_status (text)
0.84375
customers_and_addresses
What is the total number of products that are in orders with status "Cancelled"?
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
order_items : order_quantity (text) , order_id (number) | customer_orders : order_id (number) , order_status (text)
0.875
customers_and_addresses
Find the total quantity of products associated with the orders in the "Cancelled" status.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
order_items : order_quantity (text) , order_id (number) | customer_orders : order_id (number) , order_status (text)
0.875
customers_and_addresses
Find the total amount of products ordered before 2018-03-17 07:13:53.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
order_items : order_quantity (text) , order_id (number) | customer_orders : order_id (number) , order_date (time)
0.875
customers_and_addresses
What is the total amount of products purchased before 2018-03-17 07:13:53?
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
order_items : order_quantity (text) , order_id (number) | customer_orders : order_id (number) , order_date (time)
0.875
customers_and_addresses
Who made the latest order?
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customers : customer_name (text) , customer_id (number) | customer_orders : customer_id (number) , order_date (time)
0.875
customers_and_addresses
Find the name of the customer who made an order most recently.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customers : customer_name (text) , customer_id (number) | customer_orders : customer_id (number) , order_date (time)
0.875
customers_and_addresses
Which product has been ordered most number of times?
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
products : product_details (text) , product_id (number) | order_items : product_id (number)
0.90625
customers_and_addresses
What is the most frequently ordered product? Tell me the detail of the product
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
products : product_details (text) , product_id (number) | order_items : product_id (number)
0.90625
customers_and_addresses
Find the name and ID of the product whose total order quantity is the largest.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
products : product_details (text) , product_id (number) | order_items : product_id (number) , order_quantity (text)
0.875
customers_and_addresses
What are the name and ID of the product bought the most.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
products : product_details (text) , product_id (number) | order_items : product_id (number) , order_quantity (text)
0.875
customers_and_addresses
Find all the addresses in East Julianaside, Texas or in Gleasonmouth, Arizona.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
addresses : address_content (text) , city (text) , state_province_county (text)
0.90625
customers_and_addresses
What are all the addresses in East Julianaside, Texas or in Gleasonmouth, Arizona.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
addresses : address_content (text) , city (text) , state_province_county (text)
0.90625
customers_and_addresses
Find the name of customers who did not pay with Cash.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customers : customer_name (text) , payment_method (text)
0.9375
customers_and_addresses
What is the name of customers who do not use Cash as payment method.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customers : customer_name (text) , payment_method (text)
0.9375
customers_and_addresses
Find the names of customers who never ordered product Latte.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customers : customer_name (text) , customer_id (number) | customer_orders : customer_id (number) , order_id (number) | order_items : order_id (number) , product_id (number) | products : product_id (number) , product_details (text)
0.75
customers_and_addresses
What are names of customers who never ordered product Latte.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customers : customer_name (text) , customer_id (number) | customer_orders : customer_id (number) , order_id (number) | order_items : order_id (number) , product_id (number) | products : product_id (number) , product_details (text)
0.75
customers_and_addresses
Find the names of customers who never placed an order.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customers : customer_name (text) , customer_id (number) | customer_orders : customer_id (number)
0.90625
customers_and_addresses
What are the names of customers who never made an order.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customers : customer_name (text) , customer_id (number) | customer_orders : customer_id (number)
0.90625
customers_and_addresses
Find the names of customers who ordered both products Latte and Americano.
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customers : customer_name (text) , customer_id (number) | customer_orders : customer_id (number) , order_id (number) | order_items : order_id (number) , product_id (number) | products : product_id (number) , product_details (text)
0.75
customers_and_addresses
What are the names of customers who have purchased both products Latte and Americano?
addresses : address_id (number) , address_content (text) , city (text) , zip_postcode (text) , state_province_county (text) , country (text) , other_address_details (text) | products : product_id (number) , product_details (text) | customers : customer_id (number) , payment_method (text) , customer_name (text) , date_became_customer (time) , other_customer_details (text) | customer_addresses : customer_id (number) , address_id (number) , date_address_from (time) , address_type (text) , date_address_to (time) | customer_contact_channels : customer_id (number) , channel_code (text) , active_from_date (time) , active_to_date (time) , contact_number (text) | customer_orders : order_id (number) , customer_id (number) , order_status (text) , order_date (time) , order_details (text) | order_items : order_id (number) , product_id (number) , order_quantity (text)
customers : customer_name (text) , customer_id (number) | customer_orders : customer_id (number) , order_id (number) | order_items : order_id (number) , product_id (number) | products : product_id (number) , product_details (text)
0.75
music_4
How many artists are there?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : artist (text) , artist_id (number)
0.882353
music_4
Count the number of artists.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : artist (text) , artist_id (number)
0.882353
music_4
List the age of all music artists.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : age (number) , artist (text)
0.882353
music_4
What are the ages of all music artists?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : age (number) , artist (text)
0.882353
music_4
What is the average age of all artists?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : age (number) , artist (text)
0.882353
music_4
Return the average age across all artists.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : age (number) , artist (text)
0.882353
music_4
What are the famous titles of the artist "Triumfall"?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : famous_title (text) , artist (text)
0.882353
music_4
Return the famous titles of the artist called "Triumfall".
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : famous_title (text) , artist (text)
0.882353
music_4
What are the distinct Famous release dates?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : famous_release_date (text) , artist (text)
0.882353
music_4
Give the distinct famous release dates for all artists.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : famous_release_date (text) , artist (text)
0.882353
music_4
Return the dates of ceremony and the results of all music festivals
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : date_of_ceremony (text) , result (text) , music_festival (text)
0.823529
music_4
What are the dates of ceremony and results for each music festival?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : date_of_ceremony (text) , result (text) , music_festival (text)
0.823529
music_4
What are the category of music festivals with result "Awarded"?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : category (text) , music_festival (text) , result (text)
0.823529
music_4
Return the categories of music festivals that have the result "Awarded".
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : category (text) , music_festival (text) , result (text)
0.823529
music_4
What are the maximum and minimum week on top of all volumes?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : weeks_on_top (number)
0.941176
music_4
Give the maximum and minimum weeks on top across all volumes.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : weeks_on_top (number)
0.941176
music_4
What are the songs in volumes with more than 1 week on top?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : song (text) , weeks_on_top (number)
0.882353
music_4
Give the songs included in volumes that have more than 1 week on top.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : song (text) , weeks_on_top (number)
0.882353
music_4
Please list all songs in volumes in ascending alphabetical order.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : song (text)
0.941176
music_4
What are the the songs in volumes, listed in ascending order?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : song (text)
0.941176
music_4
How many distinct artists do the volumes associate to?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : artist_id (number)
0.941176
music_4
Count the number of distinct artists who have volumes.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : artist_id (number)
0.941176
music_4
Please show the date of ceremony of the volumes that last more than 2 weeks on top.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : date_of_ceremony (text) , music_festival (text) , volume (number) | volume : volume_id (number) , weeks_on_top (number)
0.705882
music_4
What are the dates of ceremony at music festivals corresponding to volumes that lasted more than 2 weeks on top?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : date_of_ceremony (text) , music_festival (text) , volume (number) | volume : volume_id (number) , weeks_on_top (number)
0.705882
music_4
Please show the songs that have result "nominated" at music festivals.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : song (text) , volume_id (number) | music_festival : music_festival (text) , volume (number) , result (text)
0.705882
music_4
What are the songs in volumes that have resulted in a nomination at music festivals?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : song (text) , volume_id (number) | music_festival : music_festival (text) , volume (number) , result (text)
0.705882
music_4
What are the issue dates of volumes associated with the artist "Gorgoroth"?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : issue_date (text) , artist_id (number) | artist : artist (text) , artist_id (number)
0.764706
music_4
Return the issue dates of volumes that are by the artist named Gorgoroth.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : issue_date (text) , artist_id (number) | artist : artist (text) , artist_id (number)
0.764706
music_4
What are the songs in volumes associated with the artist aged 32 or older?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : song (text) , artist_id (number) | artist : artist (text) , artist_id (number) , age (number)
0.705882
music_4
Return names of songs in volumes that are by artists that are at least 32 years old.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : song (text) , artist_id (number) | artist : artist (text) , artist_id (number) , age (number)
0.705882
music_4
What is the average weeks on top of volumes associated with the artist aged 25 or younger?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : weeks_on_top (number) , artist_id (number) | artist : artist (text) , artist_id (number) , age (number)
0.705882
music_4
Return the average number of weeks on top for volumes by artists that are at most 25 years old.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : weeks_on_top (number) , artist_id (number) | artist : artist (text) , artist_id (number) , age (number)
0.705882
music_4
What are the famous title of the artists associated with volumes with more than 2 weeks on top?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : famous_title (text) , artist (text) , artist_id (number) | volume : artist_id (number) , weeks_on_top (number)
0.705882
music_4
Return the famous titles for artists that have volumes that lasted more than 2 weeks on top.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : famous_title (text) , artist (text) , artist_id (number) | volume : artist_id (number) , weeks_on_top (number)
0.705882
music_4
Please list the age and famous title of artists in descending order of age.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : famous_title (text) , age (number) , artist (text)
0.823529
music_4
What are the famous titles and ages of each artist, listed in descending order by age?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : famous_title (text) , age (number) , artist (text)
0.823529
music_4
What is the famous release date of the artist with the oldest age?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : famous_release_date (text) , artist (text) , age (number)
0.823529
music_4
Return the famous release date for the oldest artist.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : famous_release_date (text) , artist (text) , age (number)
0.823529
music_4
Please show the categories of the music festivals and the count.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : category (text) , music_festival (text) , id (number)
0.823529
music_4
Return the number of music festivals of each category.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : category (text) , music_festival (text) , id (number)
0.823529
music_4
What is the most common result of the music festival?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : result (text) , music_festival (text) , id (number)
0.823529
music_4
Return the result that is most frequent at music festivals.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : result (text) , music_festival (text) , id (number)
0.823529
music_4
Please show the categories of the music festivals with count more than 1.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : category (text) , music_festival (text) , id (number)
0.823529
music_4
What are the categories of music festivals for which there have been more than 1 music festival?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : category (text) , music_festival (text) , id (number)
0.823529
music_4
What is the song in the volume with the maximum weeks on top?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : song (text) , weeks_on_top (number)
0.882353
music_4
Return the song in the volume that has spent the most weeks on top?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : song (text) , weeks_on_top (number)
0.882353
music_4
Find the famous titles of artists that do not have any volume.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : famous_title (text) , artist (text) , artist_id (number) | volume : artist_id (number)
0.764706
music_4
What are the famous titles of artists who do not have any volumes?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : famous_title (text) , artist (text) , artist_id (number) | volume : artist_id (number)
0.764706
music_4
Show the famous titles of the artists with both volumes that lasted more than 2 weeks on top and volumes that lasted less than 2 weeks on top.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : famous_title (text) , artist (text) , artist_id (number) | volume : artist_id (number) , weeks_on_top (number)
0.705882
music_4
What are the famous titles of artists who have not only had volumes that spent more than 2 weeks on top but also volumes that spent less than 2 weeks on top?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
artist : famous_title (text) , artist (text) , artist_id (number) | volume : artist_id (number) , weeks_on_top (number)
0.705882
music_4
What are the date of ceremony of music festivals with category "Best Song" and result "Awarded"?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : date_of_ceremony (text) , music_festival (text) , category (text) , result (text)
0.764706
music_4
Return the dates of ceremony corresponding to music festivals that had the category "Best Song" and result "Awarded".
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : date_of_ceremony (text) , music_festival (text) , category (text) , result (text)
0.764706
music_4
What is the issue date of the volume with the minimum weeks on top?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : issue_date (text) , weeks_on_top (number)
0.882353
music_4
Return the issue date of the volume that has spent the fewest weeks on top.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : issue_date (text) , weeks_on_top (number)
0.882353
music_4
How many distinct artists have volumes?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : artist_id (number)
0.941176
music_4
Count the number of artists who have had volumes.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : artist_id (number)
0.941176
music_4
Please show the results of music festivals and the number of music festivals that have had each, ordered by this count.
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : result (text) , music_festival (text) , id (number)
0.823529
music_4
How many music festivals have had each kind of result, ordered descending by count?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
music_festival : result (text) , music_festival (text) , id (number)
0.823529
music_4
What are the issue dates of volumes associated with the artist aged 23 or younger?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : issue_date (text) , artist_id (number) | artist : artist (text) , artist_id (number) , age (number)
0.705882
music_4
Return the issue dates of volumes by artists who are at most 23 years old?
artist : artist_id (number) , artist (text) , age (number) , famous_title (text) , famous_release_date (text) | volume : volume_id (number) , volume_issue (text) , issue_date (text) , weeks_on_top (number) , song (text) , artist_id (number) | music_festival : id (number) , music_festival (text) , date_of_ceremony (text) , category (text) , volume (number) , result (text)
volume : issue_date (text) , artist_id (number) | artist : artist (text) , artist_id (number) , age (number)
0.705882
roller_coaster
How many roller coasters are there?
roller_coaster : roller_coaster_id (number) , name (text) , park (text) , country_id (number) , length (number) , height (number) , speed (text) , opened (text) , status (text) | country : country_id (number) , name (text) , population (number) , area (number) , languages (text)
roller_coaster : roller_coaster_id (number)
0.928571
roller_coaster
List the names of roller coasters by ascending order of length.
roller_coaster : roller_coaster_id (number) , name (text) , park (text) , country_id (number) , length (number) , height (number) , speed (text) , opened (text) , status (text) | country : country_id (number) , name (text) , population (number) , area (number) , languages (text)
roller_coaster : name (text) , length (number)
0.857143
roller_coaster
What are the lengths and heights of roller coasters?
roller_coaster : roller_coaster_id (number) , name (text) , park (text) , country_id (number) , length (number) , height (number) , speed (text) , opened (text) , status (text) | country : country_id (number) , name (text) , population (number) , area (number) , languages (text)
roller_coaster : length (number) , height (number)
0.857143
roller_coaster
List the names of countries whose language is not "German".
roller_coaster : roller_coaster_id (number) , name (text) , park (text) , country_id (number) , length (number) , height (number) , speed (text) , opened (text) , status (text) | country : country_id (number) , name (text) , population (number) , area (number) , languages (text)
country : name (text) , languages (text)
0.857143
roller_coaster
Show the statuses of roller coasters longer than 3300 or higher than 100.
roller_coaster : roller_coaster_id (number) , name (text) , park (text) , country_id (number) , length (number) , height (number) , speed (text) , opened (text) , status (text) | country : country_id (number) , name (text) , population (number) , area (number) , languages (text)
roller_coaster : status (text) , length (number) , height (number)
0.785714
roller_coaster
What are the speeds of the longest roller coaster?
roller_coaster : roller_coaster_id (number) , name (text) , park (text) , country_id (number) , length (number) , height (number) , speed (text) , opened (text) , status (text) | country : country_id (number) , name (text) , population (number) , area (number) , languages (text)
roller_coaster : speed (text) , length (number)
0.857143
roller_coaster
What is the average speed of roller coasters?
roller_coaster : roller_coaster_id (number) , name (text) , park (text) , country_id (number) , length (number) , height (number) , speed (text) , opened (text) , status (text) | country : country_id (number) , name (text) , population (number) , area (number) , languages (text)
roller_coaster : speed (text)
0.928571
roller_coaster
Show the different statuses and the numbers of roller coasters for each status.
roller_coaster : roller_coaster_id (number) , name (text) , park (text) , country_id (number) , length (number) , height (number) , speed (text) , opened (text) , status (text) | country : country_id (number) , name (text) , population (number) , area (number) , languages (text)
roller_coaster : status (text) , roller_coaster_id (number)
0.857143
roller_coaster
Please show the most common status of roller coasters.
roller_coaster : roller_coaster_id (number) , name (text) , park (text) , country_id (number) , length (number) , height (number) , speed (text) , opened (text) , status (text) | country : country_id (number) , name (text) , population (number) , area (number) , languages (text)
roller_coaster : status (text) , roller_coaster_id (number)
0.857143
roller_coaster
List the status shared by more than two roller coaster.
roller_coaster : roller_coaster_id (number) , name (text) , park (text) , country_id (number) , length (number) , height (number) , speed (text) , opened (text) , status (text) | country : country_id (number) , name (text) , population (number) , area (number) , languages (text)
roller_coaster : status (text) , roller_coaster_id (number)
0.857143
roller_coaster
Show the park of the roller coaster with the highest speed.
roller_coaster : roller_coaster_id (number) , name (text) , park (text) , country_id (number) , length (number) , height (number) , speed (text) , opened (text) , status (text) | country : country_id (number) , name (text) , population (number) , area (number) , languages (text)
roller_coaster : park (text) , speed (text)
0.857143
roller_coaster
Show the names of roller coasters and names of country they are in.
roller_coaster : roller_coaster_id (number) , name (text) , park (text) , country_id (number) , length (number) , height (number) , speed (text) , opened (text) , status (text) | country : country_id (number) , name (text) , population (number) , area (number) , languages (text)
roller_coaster : name (text) , country_id (number) | country : name (text) , country_id (number)
0.714286