db_id
stringclasses 140
values | question
stringlengths 16
224
| schema
stringclasses 140
values | summarized-schema
stringlengths 18
304
| shrink-score
float64 0
1
|
---|---|---|---|---|
cre_Drama_Workshop_Groups
|
What are the distinct names of the products that cost more than the average?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
products : product_name (text) , product_price (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
What is the name of the most expensive product?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
products : product_name (text) , product_price (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
Tell me the name of the most pricy product.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
products : product_name (text) , product_price (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
List all product names in ascending order of price.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
products : product_name (text) , product_price (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
Sort the names of products in ascending order of their price.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
products : product_name (text) , product_price (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
What is the phone number of the performer Ashley?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
performers : customer_phone (text) , customer_name (text)
| 0.979798 |
cre_Drama_Workshop_Groups
|
Find the phone number of performer "Ashley".
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
performers : customer_phone (text) , customer_name (text)
| 0.979798 |
cre_Drama_Workshop_Groups
|
Show all payment method codes and the number of orders for each code.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
invoices : payment_method_code (text) , invoice_id (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
List the distinct payment method codes with the number of orders made
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
invoices : payment_method_code (text) , invoice_id (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
What is the payment method code used by the most orders?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
invoices : payment_method_code (text) , invoice_id (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
Find the payment method that is used the most often in all the invoices. Give me its code.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
invoices : payment_method_code (text) , invoice_id (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
Which city is the address of the store named "FJA Filming" located in?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
addresses : city_town (text) , address_id (text) | stores : address_id (number) , store_name (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
Find the city the store named "FJA Filming" is in.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
addresses : city_town (text) , address_id (text) | stores : address_id (number) , store_name (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
What are the states or counties of the address of the stores with marketing region code "CA"?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
addresses : state_county (text) , address_id (text) | stores : address_id (number) , marketing_region_code (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
Find the states or counties where the stores with marketing region code "CA" are located.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
addresses : state_county (text) , address_id (text) | stores : address_id (number) , marketing_region_code (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
What is the name of the marketing region that the store Rob Dinning belongs to?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
marketing_regions : marketing_region_name (text) , marketing_region_code (text) | stores : marketing_region_code (text) , store_name (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
Return the name of the marketing region the store Rob Dinning is located in.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
marketing_regions : marketing_region_name (text) , marketing_region_code (text) | stores : marketing_region_code (text) , store_name (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
What are the descriptions of the service types with product price above 100?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
ref_service_types : service_type_description (text) , service_type_code (text) | services : service_type_code (text) , product_price (number)
| 0.959596 |
cre_Drama_Workshop_Groups
|
Give me the descriptions of the service types that cost more than 100.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
ref_service_types : service_type_description (text) , service_type_code (text) | services : service_type_code (text) , product_price (number)
| 0.959596 |
cre_Drama_Workshop_Groups
|
What is the description, code and the corresponding count of each service type?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
ref_service_types : service_type_description (text) , service_type_code (text) | services : service_type_code (text) , service_id (number)
| 0.959596 |
cre_Drama_Workshop_Groups
|
List the description, code and the number of services for each service type.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
ref_service_types : service_type_description (text) , service_type_code (text) | services : service_type_code (text) , service_id (number)
| 0.959596 |
cre_Drama_Workshop_Groups
|
What is the description and code of the type of service that is performed the most often?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
ref_service_types : service_type_description (text) , service_type_code (text) | services : service_type_code (text) , service_id (number)
| 0.959596 |
cre_Drama_Workshop_Groups
|
Find the description and code of the service type that is performed the most times.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
ref_service_types : service_type_description (text) , service_type_code (text) | services : service_type_code (text) , service_id (number)
| 0.959596 |
cre_Drama_Workshop_Groups
|
What are the phones and emails of workshop groups in which services are performed?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
drama_workshop_groups : store_phone (text) , store_email_address (text) , workshop_group_id (number) | services : workshop_group_id (number)
| 0.959596 |
cre_Drama_Workshop_Groups
|
Give me all the phone numbers and email addresses of the workshop groups where services are performed.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
drama_workshop_groups : store_phone (text) , store_email_address (text) , workshop_group_id (number) | services : workshop_group_id (number)
| 0.959596 |
cre_Drama_Workshop_Groups
|
What are the names of workshop groups in which services with product name "film" are performed?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
drama_workshop_groups : store_phone (text) , store_email_address (text) , workshop_group_id (number) | services : workshop_group_id (number) , product_name (text)
| 0.949495 |
cre_Drama_Workshop_Groups
|
Find the names of the workshop groups where services with product name "film" are performed.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
drama_workshop_groups : store_phone (text) , store_email_address (text) , workshop_group_id (number) | services : workshop_group_id (number) , product_name (text)
| 0.949495 |
cre_Drama_Workshop_Groups
|
What are the different product names? What is the average product price for each of them?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
products : product_name (text) , product_price (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
For each distinct product name, show its average product price.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
products : product_name (text) , product_price (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
What are the product names with average product price smaller than 1000000?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
products : product_name (text) , product_price (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
Find the product names whose average product price is below 1000000.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
products : product_name (text) , product_price (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
What are the total order quantities of photo products?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
order_items : order_quantity (text) , product_id (number) | products : product_id (text) , product_name (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
Compute the total order quantities of the product "photo".
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
order_items : order_quantity (text) , product_id (number) | products : product_id (text) , product_name (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
What are the order details of the products with price higher than 2000?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
order_items : other_item_details (text) , product_id (number) | products : product_id (text) , product_price (number)
| 0.959596 |
cre_Drama_Workshop_Groups
|
Find the order detail for the products with price above 2000.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
order_items : other_item_details (text) , product_id (number) | products : product_id (text) , product_price (number)
| 0.959596 |
cre_Drama_Workshop_Groups
|
What are the actual delivery dates of orders with quantity 1?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
customer_orders : actual_delivery_date (time) , order_id (number) | order_items : order_id (number) , order_quantity (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
List the actual delivery date for all the orders with quantity 1
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
customer_orders : actual_delivery_date (time) , order_id (number) | order_items : order_id (number) , order_quantity (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
What are the order dates of orders with price higher than 1000?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
customer_orders : order_date (time) , order_id (number) | order_items : order_id (number) , product_id (number) | products : product_id (text) , product_price (number)
| 0.939394 |
cre_Drama_Workshop_Groups
|
Find the order dates of the orders with price above 1000.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
customer_orders : order_date (time) , order_id (number) | order_items : order_id (number) , product_id (number) | products : product_id (text) , product_price (number)
| 0.939394 |
cre_Drama_Workshop_Groups
|
How many distinct currency codes are there for all drama workshop groups?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
drama_workshop_groups : currency_code (text)
| 0.989899 |
cre_Drama_Workshop_Groups
|
Find the number of distinct currency codes used in drama workshop groups.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
drama_workshop_groups : currency_code (text)
| 0.989899 |
cre_Drama_Workshop_Groups
|
What are the names of the drama workshop groups with address in Feliciaberg city?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
drama_workshop_groups : store_name (text) , address_id (number) | addresses : address_id (text) , city_town (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
Return the the names of the drama workshop groups that are located in Feliciaberg city.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
drama_workshop_groups : store_name (text) , address_id (number) | addresses : address_id (text) , city_town (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
What are the email addresses of the drama workshop groups with address in Alaska state?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
drama_workshop_groups : store_email_address (text) , address_id (number) | addresses : address_id (text) , state_county (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
List the email addresses of the drama workshop groups located in Alaska state.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
drama_workshop_groups : store_email_address (text) , address_id (number) | addresses : address_id (text) , state_county (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
Show all cities along with the number of drama workshop groups in each city.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
addresses : city_town (text) , address_id (text) | drama_workshop_groups : address_id (number) , workshop_group_id (number)
| 0.959596 |
cre_Drama_Workshop_Groups
|
How many drama workshop groups are there in each city? Return both the city and the count.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
addresses : city_town (text) , address_id (text) | drama_workshop_groups : address_id (number) , workshop_group_id (number)
| 0.959596 |
cre_Drama_Workshop_Groups
|
What is the marketing region code that has the most drama workshop groups?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
drama_workshop_groups : marketing_region_code (text) , workshop_group_id (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
Which marketing region has the most drama workshop groups? Give me the region code.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
drama_workshop_groups : marketing_region_code (text) , workshop_group_id (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
Show all cities where at least one customer lives in but no performer lives in.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
addresses : city_town (text) , address_id (text) | performers : address_id (number) | customers : address_id (number)
| 0.959596 |
cre_Drama_Workshop_Groups
|
Which cities have at least one customer but no performer?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
addresses : city_town (text) , address_id (text) | performers : address_id (number) | customers : address_id (number)
| 0.959596 |
cre_Drama_Workshop_Groups
|
What is the most frequent status of bookings?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
bookings : status_code (text) , booking_id (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
Which status code is the most common of all the bookings?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
bookings : status_code (text) , booking_id (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
What are the names of the workshop groups that have bookings with status code "stop"?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
drama_workshop_groups : store_name (text) , workshop_group_id (number) | bookings : workshop_group_id (text) , status_code (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
Which workshop groups have bookings with status code "stop"? Give me the names.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
drama_workshop_groups : store_name (text) , workshop_group_id (number) | bookings : workshop_group_id (text) , status_code (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
Show the names of all the clients with no booking.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
clients : customer_name (text) , client_id (number) | bookings : customer_id (number)
| 0.969697 |
cre_Drama_Workshop_Groups
|
What are the names of the clients who do not have any booking?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
clients : customer_name (text) , client_id (number) | bookings : customer_id (number)
| 0.969697 |
cre_Drama_Workshop_Groups
|
What is the average quantities ordered with payment method code "MasterCard" on invoices?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
invoices : order_quantity (text) , payment_method_code (text)
| 0.979798 |
cre_Drama_Workshop_Groups
|
Check the invoices record and compute the average quantities ordered with the payment method "MasterCard".
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
invoices : order_quantity (text) , payment_method_code (text)
| 0.979798 |
cre_Drama_Workshop_Groups
|
What is the product ID of the most frequently ordered item on invoices?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
invoices : product_id (number) , invoice_id (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
Find the id of the product ordered the most often on invoices.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
invoices : product_id (number) , invoice_id (number)
| 0.979798 |
cre_Drama_Workshop_Groups
|
What is the description of the service type which offers both the photo product and the film product?
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
ref_service_types : service_type_description (text) , service_type_code (text) | services : service_type_code (text) , product_name (text)
| 0.959596 |
cre_Drama_Workshop_Groups
|
Give me the description of the service type that offers not only the photo product but also the film product.
|
ref_payment_methods : payment_method_code (text) , payment_method_description (text) | ref_service_types : service_type_code (text) , parent_service_type_code (text) , service_type_description (text) | addresses : address_id (text) , line_1 (text) , line_2 (text) , city_town (text) , state_county (text) , other_details (text) | products : product_id (text) , product_name (text) , product_price (number) , product_description (text) , other_product_service_details (text) | marketing_regions : marketing_region_code (text) , marketing_region_name (text) , marketing_region_descriptrion (text) , other_details (text) | clients : client_id (number) , address_id (number) , customer_email_address (text) , customer_name (text) , customer_phone (text) , other_details (text) | drama_workshop_groups : workshop_group_id (number) , address_id (number) , currency_code (text) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | performers : performer_id (number) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | customers : customer_id (text) , address_id (number) , customer_name (text) , customer_phone (text) , customer_email_address (text) , other_details (text) | stores : store_id (text) , address_id (number) , marketing_region_code (text) , store_name (text) , store_phone (text) , store_email_address (text) , other_details (text) | bookings : booking_id (number) , customer_id (number) , workshop_group_id (text) , status_code (text) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | performers_in_bookings : order_id (number) , performer_id (number) | customer_orders : order_id (number) , customer_id (number) , store_id (number) , order_date (time) , planned_delivery_date (time) , actual_delivery_date (time) , other_order_details (text) | order_items : order_item_id (number) , order_id (number) , product_id (number) , order_quantity (text) , other_item_details (text) | invoices : invoice_id (number) , order_id (number) , payment_method_code (text) , product_id (number) , order_quantity (text) , other_item_details (text) , order_item_id (number) | services : service_id (number) , service_type_code (text) , workshop_group_id (number) , product_description (text) , product_name (text) , product_price (number) , other_product_service_details (text) | bookings_services : order_id (number) , product_id (number) | invoice_items : invoice_item_id (number) , invoice_id (number) , order_id (number) , order_item_id (number) , product_id (number) , order_quantity (number) , other_item_details (text)
|
ref_service_types : service_type_description (text) , service_type_code (text) | services : service_type_code (text) , product_name (text)
| 0.959596 |
music_2
|
How many bands are there?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
band : id (number)
| 0.954545 |
music_2
|
Find the number of bands.
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
band : id (number)
| 0.954545 |
music_2
|
What are all the labels?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
albums : label (text)
| 0.954545 |
music_2
|
What are the different album labels listed?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
albums : label (text)
| 0.954545 |
music_2
|
Find all the albums in 2012.
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
albums : year (number) , aid (number)
| 0.909091 |
music_2
|
return all columns of the albums created in the year of 2012.
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
albums : year (number) , aid (number)
| 0.909091 |
music_2
|
Find all the stage positions of the musicians with first name "Solveig"
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
performance : stageposition (text) , bandmate (number) | band : id (number) , firstname (text)
| 0.818182 |
music_2
|
What are the different stage positions for all musicians whose first name is "Solveig"?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
performance : stageposition (text) , bandmate (number) | band : id (number) , firstname (text)
| 0.818182 |
music_2
|
How many songs are there?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
songs : songid (number)
| 0.954545 |
music_2
|
Count the number of songs.
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
songs : songid (number)
| 0.954545 |
music_2
|
Find all the songs performed by artist with last name "Heilo"
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
songs : title (text) , songid (number) | performance : bandmate (number) , songid (number) | band : id (number) , lastname (text)
| 0.727273 |
music_2
|
What are the names of the songs by the artist whose last name is "Heilo"?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
songs : title (text) , songid (number) | performance : bandmate (number) , songid (number) | band : id (number) , lastname (text)
| 0.727273 |
music_2
|
Hom many musicians performed in the song "Flash"?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
performance : bandmate (number) , songid (number) | band : id (number) | songs : songid (number) , title (text)
| 0.772727 |
music_2
|
How many musicians play in the song "Flash"?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
performance : bandmate (number) , songid (number) | band : id (number) | songs : songid (number) , title (text)
| 0.772727 |
music_2
|
Find all the songs produced by artists with first name "Marianne".
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
songs : title (text) , songid (number) | performance : bandmate (number) , songid (number) | band : id (number) , firstname (text)
| 0.727273 |
music_2
|
What are the names of all songs produced by the artist with the first name "Marianne"?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
songs : title (text) , songid (number) | performance : bandmate (number) , songid (number) | band : id (number) , firstname (text)
| 0.727273 |
music_2
|
Who performed the song named "Badlands"? Show the first name and the last name.
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
band : firstname (text) , lastname (text) , id (number) | performance : bandmate (number) , songid (number) | songs : songid (number) , title (text)
| 0.681818 |
music_2
|
What are the first and last names of the artist who perfomed the song "Badlands"?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
band : firstname (text) , lastname (text) , id (number) | performance : bandmate (number) , songid (number) | songs : songid (number) , title (text)
| 0.681818 |
music_2
|
Who is performing in the back stage position for the song "Badlands"? Show the first name and the last name.
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
band : firstname (text) , lastname (text) , id (number) | performance : bandmate (number) , songid (number) , stageposition (text) | songs : songid (number) , title (text)
| 0.636364 |
music_2
|
What are the first and last names of the performer who was in the back stage position for the song "Badlands"?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
band : firstname (text) , lastname (text) , id (number) | performance : bandmate (number) , songid (number) , stageposition (text) | songs : songid (number) , title (text)
| 0.636364 |
music_2
|
How many unique labels are there for albums?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
albums : label (text)
| 0.954545 |
music_2
|
What are the unique labels for the albums?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
albums : label (text)
| 0.954545 |
music_2
|
What is the label that has the most albums?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
albums : label (text) , aid (number)
| 0.909091 |
music_2
|
What is the label with the most albums?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
albums : label (text) , aid (number)
| 0.909091 |
music_2
|
What is the last name of the musician that have produced the most number of songs?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
band : lastname (text) , id (number) | performance : bandmate (number) , songid (number) | songs : songid (number)
| 0.772727 |
music_2
|
What is the last name of the musician who was in the most songs?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
band : lastname (text) , id (number) | performance : bandmate (number) , songid (number) | songs : songid (number)
| 0.772727 |
music_2
|
What is the last name of the musician that has been at the back position the most?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
band : lastname (text) , id (number) | performance : bandmate (number) , stageposition (text) , songid (number)
| 0.772727 |
music_2
|
What is the last name of the musicians who has played back position the most?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
band : lastname (text) , id (number) | performance : bandmate (number) , stageposition (text) , songid (number)
| 0.772727 |
music_2
|
Find all the songs whose name contains the word "the".
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
songs : title (text)
| 0.954545 |
music_2
|
What are the names of the songs whose title has the word "the"?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
songs : title (text)
| 0.954545 |
music_2
|
What are all the instruments used?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
instruments : instrument (text)
| 0.954545 |
music_2
|
What are the different instruments listed in the database?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
instruments : instrument (text)
| 0.954545 |
music_2
|
What instrument did the musician with last name "Heilo" use in the song "Le Pop"?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
instruments : instrument (text) , songid (number) , bandmateid (number) | performance : bandmate (number) , songid (number) | band : id (number) , lastname (text) | songs : songid (number) , title (text)
| 0.590909 |
music_2
|
What instruments did the musician with the last name "Heilo" play in the song "Le Pop"?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
instruments : instrument (text) , songid (number) , bandmateid (number) | performance : bandmate (number) , songid (number) | band : id (number) , lastname (text) | songs : songid (number) , title (text)
| 0.590909 |
music_2
|
What is the most used instrument?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
instruments : instrument (text) , songid (number)
| 0.909091 |
music_2
|
What instrument is used the most?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
instruments : instrument (text) , songid (number)
| 0.909091 |
music_2
|
How many songs have used the instrument "drums"?
|
songs : songid (number) , title (text) | albums : aid (number) , title (text) , year (number) , label (text) , type (text) | band : id (number) , firstname (text) , lastname (text) | instruments : songid (number) , bandmateid (number) , instrument (text) | performance : songid (number) , bandmate (number) , stageposition (text) | tracklists : albumid (number) , position (number) , songid (number) | vocals : songid (number) , bandmate (number) , type (text)
|
instruments : instrument (text) , songid (number)
| 0.909091 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.