query
stringlengths 24
325
| positive
stringlengths 1
580
| negative_1
stringlengths 6
580
| negative_2
stringlengths 1
576
| negative_3
stringlengths 1
576
| negative_4
stringlengths 1
580
| negative_5
stringlengths 1
580
| negative_6
stringlengths 1
580
| negative_7
stringlengths 5
576
| negative_8
stringlengths 1
576
| negative_9
stringlengths 1
580
| negative_10
stringlengths 1
580
|
---|---|---|---|---|---|---|---|---|---|---|---|
List down the image IDs for menu located at Manhattan Hotel. | located at Manhattan Hotel refers to location = 'Manhattan Hotel'; | first appearance in 1855 refers to first_appeared = 1855; last appearance in 1900 refers to last_appeared = 1900; | menus with over 10 pages refers to page_count > 10; over 20 dishes refers to dish_count > 20; | FALSE; | average number of dishes per menu = DIVIDE(COUNT(dish_id), COUNT(menu_page_id)); Souper de Luxe is a name of menu; dish that appeared the most in all of its menus refers to MAX(COUNT(dish_id)); | image area = MULTIPLY(full_height, full_width); | 4 pages refers to page_count = 4; | total price = SUM(price); | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; | most number of dishes refers to MAX(COUNT(dish_count)); | percent = MULTIPLY(DIVIDE(SUM(xpos BETWEEN 0.25 AND 0.75 and ypos BETWEEN 0.25 AND 0.75), COUNT(id)), 1.0); Bluefish is a sub name of dish; located at the center of the menu page refers to xpos BETWEEN 0.25 AND 0.75 and ypos BETWEEN 0.25 AND 0.75; |
List down the name of dishes that were positioned on the left upper corner. | positioned on the left upper corner refers to xpos < 0.25 AND ypos < 0.25; | mashed potatoes is a name of dish; | 4 pages refers to page_count = 4; | highest number of pages refers to MAX(COUNT(page_number)); | highest price refers to MAX(Price); Zentral Theater Terrace is a name of menu; | appeared at the left upper corner refers to xpos < 0.25 and ypos < 0.25; CHAS.BRADLEY'S OYSTER & DINING ROOM refers to sponsor = 'CHAS.BRADLEY''S OYSTER & DINING ROOM'; | Ritz Carlton is a name of menu; biggest height refers to MAX(full_height); | total price = SUM(price); | total dish count for uuid of '510d47e4-2958-a3d9-e040-e00a18064a99' = SUM(dish_count WHERE uuid = '510d47e4-2958-a3d9-e040-e00a18064a99'); total dish count for uuid of '510d47e4-295a-a3d9-e040-e00a18064a99 = SUM(dish_count WHERE uuid = '510d47e4-295a-a3d9-e040-e00a18064a99'); | first appearance in 1855 refers to first_appeared = 1855; last appearance in 1900 refers to last_appeared = 1900; | FALSE; |
Among the menu pages of "Ritz Carlton", how many of them have a width of over 1000? | Ritz Carlton is a name of menu; width of over 2490 refers to full_width > 1000; | place refers to location; | Paysanne Soup is a name of dish; stable price refers to highest_price is null; | FALSE; | Chicken gumbo is a name of dish; | free refers to lowest_price = 0; | total price = SUM(price); | positioned on the left upper corner refers to xpos < 0.25 AND ypos < 0.25; | shown in the lower right corner refers to xpos > 0.75 AND ypos > 0.75; | FALSE; | Clear Green Turtle is a name of dish; how long a dish appeared on the menu = SUBTRACT(last_appeared, first_appeared); latest update refers to latest updated_at; |
How many dishes appeared on a menu more than once? | appeared on a menu more than once refers to times_appeared > menus_appeared; | page ID of 130 refers MenuPage.id = 130; | first appeared in 1861 refers to first_appeared = 1861; | FALSE; | page 1 refers to page_number = 1; | Clear green turtle is a name of dish; not support taking out or booking in advance refers to call_number is null; | width refers to full_width; El Fuerte Del Palmar is a name of menu; | appeared on the menu in less than 5 years = SUBTRACT(last_appeared, first_appeared) < 5; | steamship refers to venue = 'STEAMSHIP'; | Ritz Carlton is a name of menu; biggest height refers to MAX(full_height); | 4 pages refers to page_count = 4; |
To which menu does the menu page image ID5189412 belong? Please give its name. | FALSE; | appeared at the left upper corner refers to xpos < 0.25 and ypos < 0.25; CHAS.BRADLEY'S OYSTER & DINING ROOM refers to sponsor = 'CHAS.BRADLEY''S OYSTER & DINING ROOM'; | image area = MULTIPLY(full_height, full_width); | menus with over 10 pages refers to page_count > 10; over 20 dishes refers to dish_count > 20; | created on 17th November 1898 refers to date = '1898-11-17'; | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; | if SUM(full_width where page_number = 1 AND menu.name = 'Zentral Theater Terrace') > SUM(full_width where page_number = 1 AND menu.name = 'Young''s Hotel'), it means Zentral Theater Terrace menu page is bigger than Young's Hotel; if SUM(full_width WHERE page_number = 1 AND menu.name = 'Young''s Hotel') < SUM(full_width WHERE page_number = 1 AND menu.name = 'Zentral Theater Terrace'), it means Young's Hotel menu page is bigger than Zentral Theater Terrace; | average number of dishes per menu = DIVIDE(COUNT(dish_id), COUNT(menu_page_id)); Souper de Luxe is a name of menu; dish that appeared the most in all of its menus refers to MAX(COUNT(dish_id)); | Clear green turtle is a name of dish; | highest dish count refers to MAX(dish_count); | Clear green turtle is a name of dish; |
Among the menus with over 10 pages, how many of them have over 20 dishes? | menus with over 10 pages refers to page_count > 10; over 20 dishes refers to dish_count > 20; | total dish count for uuid of '510d47e4-2958-a3d9-e040-e00a18064a99' = SUM(dish_count WHERE uuid = '510d47e4-2958-a3d9-e040-e00a18064a99'); total dish count for uuid of '510d47e4-295a-a3d9-e040-e00a18064a99 = SUM(dish_count WHERE uuid = '510d47e4-295a-a3d9-e040-e00a18064a99'); | free refers to lowest_price = 0; | located at Manhattan Hotel refers to location = 'Manhattan Hotel'; | percent = MULTIPLY(DIVIDE(SUM(xpos BETWEEN 0.25 AND 0.75 and ypos BETWEEN 0.25 AND 0.75), COUNT(id)), 1.0); Bluefish is a sub name of dish; located at the center of the menu page refers to xpos BETWEEN 0.25 AND 0.75 and ypos BETWEEN 0.25 AND 0.75; | highest price refers to MAX(highest_price); | Ritz Carlton is a name of menu; width of over 2490 refers to full_width > 1000; | width refers to full_width; El Fuerte Del Palmar is a name of menu; | FALSE; | do not have correct data refers to first_appeared < 1851 or first_appeared > 2012; | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; |
Write down the top ten menus with the highest dish count. | highest dish count refers to MAX(dish_count); | highest price refers to MAX(highest_price); | located at Manhattan Hotel refers to location = 'Manhattan Hotel'; | if SUM(full_width where page_number = 1 AND menu.name = 'Zentral Theater Terrace') > SUM(full_width where page_number = 1 AND menu.name = 'Young''s Hotel'), it means Zentral Theater Terrace menu page is bigger than Young's Hotel; if SUM(full_width WHERE page_number = 1 AND menu.name = 'Young''s Hotel') < SUM(full_width WHERE page_number = 1 AND menu.name = 'Zentral Theater Terrace'), it means Young's Hotel menu page is bigger than Zentral Theater Terrace; | Ritz Carlton is a name of menu; width of over 2490 refers to full_width > 1000; | cost 180,000 refers to price = 180000; | total price = SUM(price); | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; | on the right upper corner refers to xpos > 0.75 AND ypos < 0.25; | sponsored by Occidental and Oriental Steamship Company refers to sponsor = 'OCCIDENTAL & ORIENTAL STEAMSHIP COMPANY'; highest number of pages refers to MAX(COUNT(page_number)); | longest full height refers to MAX(full_height); |
How many dishes appear in the right upper corner of the menu page? | appear in the right upper corner of the menu page refers to xpos > 0.75 and ypos < 0.25; | highest number of pages refers to MAX(COUNT(page_number)); | free refers to lowest_price = 0; | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; | Chicken gumbo is a name of dish; | Clear green turtle is a name of dish; | FALSE; | positioned on the left upper corner refers to xpos < 0.25 AND ypos < 0.25; | average page number = AVG(page_number); Clear green turtle is a name of dish; | average number of dishes per menu = DIVIDE(COUNT(dish_id), COUNT(menu_page_id)); Souper de Luxe is a name of menu; dish that appeared the most in all of its menus refers to MAX(COUNT(dish_id)); | page 1 refers to page_number = 1; Zentral Theater Terrace is a name of menu; |
How many menus were created for steamship? | steamship refers to venue = 'STEAMSHIP'; | first appeared in 1861 refers to first_appeared = 1861; | menus that are DIYs of the restaurant refers to sponsor is null; | Dutcher House refers to location = 'Dutcher House'; | if SUM(full_width where page_number = 1 AND menu.name = 'Zentral Theater Terrace') > SUM(full_width where page_number = 1 AND menu.name = 'Young''s Hotel'), it means Zentral Theater Terrace menu page is bigger than Young's Hotel; if SUM(full_width WHERE page_number = 1 AND menu.name = 'Young''s Hotel') < SUM(full_width WHERE page_number = 1 AND menu.name = 'Zentral Theater Terrace'), it means Young's Hotel menu page is bigger than Zentral Theater Terrace; | FALSE; | FALSE; | highest dish count refers to MAX(dish_count); | appear in the right upper corner of the menu page refers to xpos > 0.75 and ypos < 0.25; | Clear Green Turtle is a name of dish; how long a dish appeared on the menu = SUBTRACT(last_appeared, first_appeared); latest update refers to latest updated_at; | page 1 refers to page_number = 1; Zentral Theater Terrace is a name of menu; |
What is the image ID of page 1 of the menu "Zentral Theater Terrace"? | page 1 refers to page_number = 1; Zentral Theater Terrace is a name of menu; | on the right upper corner refers to xpos > 0.75 AND ypos < 0.25; | appeared on the menu in less than 5 years = SUBTRACT(last_appeared, first_appeared) < 5; | average number of dishes per menu = DIVIDE(COUNT(dish_id), COUNT(page_count)); | do not have correct data refers to first_appeared < 1851 or first_appeared > 2012; | appeared on the menu for more than 100 years = SUBTRACT(last_appeared, first_appeared) > 100; | appear in the right upper corner of the menu page refers to xpos > 0.75 and ypos < 0.25; | appeared on a menu more than once refers to times_appeared > menus_appeared; | image area = MULTIPLY(full_height, full_width); | Ritz Carlton is a name of menu; width of over 2490 refers to full_width > 1000; | page 1 refers to page_number = 1; |
What is the name of the dish that appeared on the upper left corner on menu page no. 1389? | appeared on the upper left corner on menu refers to xpos < 0.25 AND ypos < 0.25; menu page no. refers to menu_page_id; menu_page_id = 1389; | highest price refers to MAX(highest_price); | average number of dishes per menu = DIVIDE(COUNT(dish_id), COUNT(page_count)); | Fresh lobsters in every style' is a name of dish; location where the dish was used on a menu = (xpos, ypos); | 4 pages refers to page_count = 4; | menus that are DIYs of the restaurant refers to sponsor is null; | sponsored by Occidental and Oriental Steamship Company refers to sponsor = 'OCCIDENTAL & ORIENTAL STEAMSHIP COMPANY'; highest number of pages refers to MAX(COUNT(page_number)); | first appearance in 1855 refers to first_appeared = 1855; last appearance in 1900 refers to last_appeared = 1900; | located at Manhattan Hotel refers to location = 'Manhattan Hotel'; | average page number = AVG(page_number); Clear green turtle is a name of dish; | on the right upper corner refers to xpos > 0.75 AND ypos < 0.25; |
Name the dishes that cost 180,000. | cost 180,000 refers to price = 180000; | average number of dishes per menu = DIVIDE(COUNT(dish_id), COUNT(menu_page_id)); Souper de Luxe is a name of menu; dish that appeared the most in all of its menus refers to MAX(COUNT(dish_id)); | highest number of pages refers to MAX(COUNT(page_number)); | appear in the right upper corner of the menu page refers to xpos > 0.75 and ypos < 0.25; | free refers to lowest_price = 0; | page 2 refers to page_number = 2; | FALSE; | mashed potatoes is a name of dish; | appeared on a menu more than once refers to times_appeared > menus_appeared; | FALSE; | first appearance in 1855 refers to first_appeared = 1855; last appearance in 1900 refers to last_appeared = 1900; |
Calculate the image area of the page menu for the dish named "Baked Stuffed Mullet & Sauce Pomard". Please include the page number and image ID. | image area = MULTIPLY(full_height, full_width); | page 1 refers to page_number = 1; Zentral Theater Terrace is a name of menu; | FALSE; | located at Manhattan Hotel refers to location = 'Manhattan Hotel'; | Clear green turtle is a name of dish; stable price refers to highest_price is null; | Clear Green Turtle is a name of dish; how long a dish appeared on the menu = SUBTRACT(last_appeared, first_appeared); latest update refers to latest updated_at; | FALSE; | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; | Fresh lobsters in every style' is a name of dish; location where the dish was used on a menu = (xpos, ypos); | average page number = AVG(page_number); Clear green turtle is a name of dish; | highest price refers to MAX(Price); Clear green turtle is a name of dish; |
What are the names of the dishes shown in the lower right corner of menu page 48706? | shown in the lower right corner refers to xpos > 0.75 AND ypos > 0.75; | first appeared in 1861 refers to first_appeared = 1861; | FALSE; | FALSE; | 4 pages refers to page_count = 4; | appeared at the left upper corner refers to xpos < 0.25 and ypos < 0.25; CHAS.BRADLEY'S OYSTER & DINING ROOM refers to sponsor = 'CHAS.BRADLEY''S OYSTER & DINING ROOM'; | mashed potatoes is a name of dish; | page 1 refers to page_number = 1; Zentral Theater Terrace is a name of menu; | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; | steamship refers to venue = 'STEAMSHIP'; | Clear green turtle is a name of dish; not support taking out or booking in advance refers to call_number is null; |
Who is the sponsor of menu with ID 12463? | FALSE; | if 'c02c9a3b-6881-7080-e040-e00a180631aa' can be found in uuid, it means the 'c02c9a3b-6881-7080-e040-e00a180631aa' is the uuid for the menu called The Biltmore; if 'c02c9a3b-6881-7080-e040-e00a180631aa' can not be found in uuid, it means the 'c02c9a3b-6881-7080-e040-e00a180631aa' is not the uuid for the menu called The Biltmore; The Biltmore is a name of menu; | Clear green turtle is a name of dish; | Clear green turtle is a name of dish; not support taking out or booking in advance refers to call_number is null; | Zentral Theater Terrace is a name of menu; | page 1 refers to page_number = 1; Zentral Theater Terrace is a name of menu; | Paysanne Soup is a name of dish; stable price refers to highest_price is null; | shown in the lower right corner refers to xpos > 0.75 AND ypos > 0.75; | Ritz Carlton is a name of menu; biggest height refers to MAX(full_height); | image area = MULTIPLY(full_height, full_width); | dishes with a stable price refers to highest_price is null; created in April of 2011 refers to SUBSTR(created_at,1,4) = '2011' and SUBSTR(created_at, 7, 1) = '4'; |
Calculate the total price of items for menu with ID 12882. | total price = SUM(price); | appeared on the menu in less than 5 years = SUBTRACT(last_appeared, first_appeared) < 5; | appeared on a menu more than once refers to times_appeared > menus_appeared; | dishes with a stable price refers to highest_price is null; created in April of 2011 refers to SUBSTR(created_at,1,4) = '2011' and SUBSTR(created_at, 7, 1) = '4'; | steamship refers to venue = 'STEAMSHIP'; | created for lunch refers to event = 'LUNCH'; | Clear green turtle is a name of dish; | appeared on the upper left corner on menu refers to xpos < 0.25 AND ypos < 0.25; menu page no. refers to menu_page_id; menu_page_id = 1389; | Zentral Theater Terrace is a name of menu; | Dutcher House refers to location = 'Dutcher House'; | width refers to full_width; El Fuerte Del Palmar is a name of menu; |
What dishes made their first and last appearances in 1855 and 1900, respectively? | first appearance in 1855 refers to first_appeared = 1855; last appearance in 1900 refers to last_appeared = 1900; | Clear green turtle is a name of dish; | average page number = AVG(page_number); Clear green turtle is a name of dish; | place refers to location; | image area = MULTIPLY(full_height, full_width); | appeared on the upper left corner on menu refers to xpos < 0.25 AND ypos < 0.25; menu page no. refers to menu_page_id; menu_page_id = 1389; | total price = SUM(price); | most number of dishes refers to MAX(COUNT(dish_count)); | FALSE; | Zentral Theater Terrace is a name of menu; | cost 180,000 refers to price = 180000; |
List down the page numbers for menu with dishes on the right upper corner. | on the right upper corner refers to xpos > 0.75 AND ypos < 0.25; | image area = MULTIPLY(full_height, full_width); | created for lunch refers to event = 'LUNCH'; | width refers to full_width; El Fuerte Del Palmar is a name of menu; | sponsored by Occidental and Oriental Steamship Company refers to sponsor = 'OCCIDENTAL & ORIENTAL STEAMSHIP COMPANY'; highest number of pages refers to MAX(COUNT(page_number)); | Ritz Carlton is a name of menu; biggest height refers to MAX(full_height); | highest price refers to MAX(Price); Zentral Theater Terrace is a name of menu; | most number of dishes refers to MAX(COUNT(dish_count)); | Clear green turtle is a name of dish; | located at Manhattan Hotel refers to location = 'Manhattan Hotel'; | if 'c02c9a3b-6881-7080-e040-e00a180631aa' can be found in uuid, it means the 'c02c9a3b-6881-7080-e040-e00a180631aa' is the uuid for the menu called The Biltmore; if 'c02c9a3b-6881-7080-e040-e00a180631aa' can not be found in uuid, it means the 'c02c9a3b-6881-7080-e040-e00a180631aa' is not the uuid for the menu called The Biltmore; The Biltmore is a name of menu; |
How many dishes do not have correct data for the year in which it appeared first? | do not have correct data refers to first_appeared < 1851 or first_appeared > 2012; | Clear Green Turtle is a name of dish; how long a dish appeared on the menu = SUBTRACT(last_appeared, first_appeared); latest update refers to latest updated_at; | FALSE; | Ritz Carlton is a name of menu; width of over 2490 refers to full_width > 1000; | FALSE; | shown in the lower right corner refers to xpos > 0.75 AND ypos > 0.75; | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; | if SUM(full_width where page_number = 1 AND menu.name = 'Zentral Theater Terrace') > SUM(full_width where page_number = 1 AND menu.name = 'Young''s Hotel'), it means Zentral Theater Terrace menu page is bigger than Young's Hotel; if SUM(full_width WHERE page_number = 1 AND menu.name = 'Young''s Hotel') < SUM(full_width WHERE page_number = 1 AND menu.name = 'Zentral Theater Terrace'), it means Young's Hotel menu page is bigger than Zentral Theater Terrace; | appeared on the menu for more than 100 years = SUBTRACT(last_appeared, first_appeared) > 100; | image area = MULTIPLY(full_height, full_width); | steamship refers to venue = 'STEAMSHIP'; |
Where is the place that menu with ID 12472 was created for? | place refers to location; | percent = MULTIPLY(DIVIDE(SUM(xpos BETWEEN 0.25 AND 0.75 and ypos BETWEEN 0.25 AND 0.75), COUNT(id)), 1.0); Bluefish is a sub name of dish; located at the center of the menu page refers to xpos BETWEEN 0.25 AND 0.75 and ypos BETWEEN 0.25 AND 0.75; | Clear green turtle is a name of dish; stable price refers to highest_price is null; | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; | average number of dishes per menu = DIVIDE(COUNT(dish_id), COUNT(page_count)); | page ID of 130 refers MenuPage.id = 130; | width refers to full_width; El Fuerte Del Palmar is a name of menu; | Clear Green Turtle is a name of dish; how long a dish appeared on the menu = SUBTRACT(last_appeared, first_appeared); latest update refers to latest updated_at; | Ritz Carlton is a name of menu; width of over 2490 refers to full_width > 1000; | FALSE; | menus with over 10 pages refers to page_count > 10; over 20 dishes refers to dish_count > 20; |
How many menus with the name "Waldorf Astoria" have 4 pages? | 4 pages refers to page_count = 4; | located at Manhattan Hotel refers to location = 'Manhattan Hotel'; | average number of dishes per menu = DIVIDE(COUNT(dish_id), COUNT(menu_page_id)); Souper de Luxe is a name of menu; dish that appeared the most in all of its menus refers to MAX(COUNT(dish_id)); | highest price refers to MAX(highest_price); | FALSE; | FALSE; | do not have correct data refers to first_appeared < 1851 or first_appeared > 2012; | Clear green turtle is a name of dish; not support taking out or booking in advance refers to call_number is null; | menus with over 10 pages refers to page_count > 10; over 20 dishes refers to dish_count > 20; | total price = SUM(price); | created on 17th November 1898 refers to date = '1898-11-17'; |
Please list the names of all the dishes on page 1 of menu ID12882. | page 1 refers to page_number = 1; | appeared on the menu in less than 5 years = SUBTRACT(last_appeared, first_appeared) < 5; | first appeared in 1861 refers to first_appeared = 1861; | free refers to lowest_price = 0; | width refers to full_width; El Fuerte Del Palmar is a name of menu; | 4 pages refers to page_count = 4; | if SUM(full_width where page_number = 1 AND menu.name = 'Zentral Theater Terrace') > SUM(full_width where page_number = 1 AND menu.name = 'Young''s Hotel'), it means Zentral Theater Terrace menu page is bigger than Young's Hotel; if SUM(full_width WHERE page_number = 1 AND menu.name = 'Young''s Hotel') < SUM(full_width WHERE page_number = 1 AND menu.name = 'Zentral Theater Terrace'), it means Young's Hotel menu page is bigger than Zentral Theater Terrace; | place refers to location; | if 'c02c9a3b-6881-7080-e040-e00a180631aa' can be found in uuid, it means the 'c02c9a3b-6881-7080-e040-e00a180631aa' is the uuid for the menu called The Biltmore; if 'c02c9a3b-6881-7080-e040-e00a180631aa' can not be found in uuid, it means the 'c02c9a3b-6881-7080-e040-e00a180631aa' is not the uuid for the menu called The Biltmore; The Biltmore is a name of menu; | do not have correct data refers to first_appeared < 1851 or first_appeared > 2012; | mashed potatoes is a name of dish; |
Provide the menu page ids of all the menu that includes mashed potatoes. | mashed potatoes is a name of dish; | menus with over 10 pages refers to page_count > 10; over 20 dishes refers to dish_count > 20; | Ritz Carlton is a name of menu; width of over 2490 refers to full_width > 1000; | width refers to full_width; El Fuerte Del Palmar is a name of menu; | image area = MULTIPLY(full_height, full_width); | appeared on the upper left corner on menu refers to xpos < 0.25 AND ypos < 0.25; menu page no. refers to menu_page_id; menu_page_id = 1389; | shown in the lower right corner refers to xpos > 0.75 AND ypos > 0.75; | steamship refers to venue = 'STEAMSHIP'; | do not have correct data refers to first_appeared < 1851 or first_appeared > 2012; | FALSE; | highest dish count refers to MAX(dish_count); |
How long has the "Clear Green Turtle" dish appeared on the menu, and tell me when its latest update was? | Clear Green Turtle is a name of dish; how long a dish appeared on the menu = SUBTRACT(last_appeared, first_appeared); latest update refers to latest updated_at; | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; | appeared on the menu in less than 5 years = SUBTRACT(last_appeared, first_appeared) < 5; | Fresh lobsters in every style' is a name of dish; location where the dish was used on a menu = (xpos, ypos); | steamship refers to venue = 'STEAMSHIP'; | Clear green turtle is a name of dish; not support taking out or booking in advance refers to call_number is null; | percent = MULTIPLY(DIVIDE(SUM(xpos BETWEEN 0.25 AND 0.75 and ypos BETWEEN 0.25 AND 0.75), COUNT(id)), 1.0); Bluefish is a sub name of dish; located at the center of the menu page refers to xpos BETWEEN 0.25 AND 0.75 and ypos BETWEEN 0.25 AND 0.75; | appear in the right upper corner of the menu page refers to xpos > 0.75 and ypos < 0.25; | appeared on the upper left corner on menu refers to xpos < 0.25 AND ypos < 0.25; menu page no. refers to menu_page_id; menu_page_id = 1389; | Paysanne Soup is a name of dish; stable price refers to highest_price is null; | average page number = AVG(page_number); Clear green turtle is a name of dish; |
Write down the image ID, full height, and full width of the menu that were used in the "100TH ANNIVERSARY OF BIRTH OF DANIEL WEBSTER" event. | FALSE; | FALSE; | Chicken gumbo is a name of dish; | shown in the lower right corner refers to xpos > 0.75 AND ypos > 0.75; | FALSE; | appear in the right upper corner of the menu page refers to xpos > 0.75 and ypos < 0.25; | image area = MULTIPLY(full_height, full_width); | steamship refers to venue = 'STEAMSHIP'; | page 2 refers to page_number = 2; | FALSE; | highest price refers to MAX(Price); Clear green turtle is a name of dish; |
How many pages were there on the menu created on 17th November 1898? | created on 17th November 1898 refers to date = '1898-11-17'; | sponsored by Occidental and Oriental Steamship Company refers to sponsor = 'OCCIDENTAL & ORIENTAL STEAMSHIP COMPANY'; highest number of pages refers to MAX(COUNT(page_number)); | located at Manhattan Hotel refers to location = 'Manhattan Hotel'; | page 1 refers to page_number = 1; | FALSE; | Zentral Theater Terrace is a name of menu; | appeared at the left upper corner refers to xpos < 0.25 and ypos < 0.25; CHAS.BRADLEY'S OYSTER & DINING ROOM refers to sponsor = 'CHAS.BRADLEY''S OYSTER & DINING ROOM'; | longest full height refers to MAX(full_height); | positioned on the left upper corner refers to xpos < 0.25 AND ypos < 0.25; | average number of dishes per menu = DIVIDE(COUNT(dish_id), COUNT(page_count)); | if SUM(full_width where page_number = 1 AND menu.name = 'Zentral Theater Terrace') > SUM(full_width where page_number = 1 AND menu.name = 'Young''s Hotel'), it means Zentral Theater Terrace menu page is bigger than Young's Hotel; if SUM(full_width WHERE page_number = 1 AND menu.name = 'Young''s Hotel') < SUM(full_width WHERE page_number = 1 AND menu.name = 'Zentral Theater Terrace'), it means Young's Hotel menu page is bigger than Zentral Theater Terrace; |
Among the dishes, how many of them were created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC. | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; | Ritz Carlton is a name of menu; width of over 2490 refers to full_width > 1000; | Clear green turtle is a name of dish; stable price refers to highest_price is null; | sponsored by Occidental and Oriental Steamship Company refers to sponsor = 'OCCIDENTAL & ORIENTAL STEAMSHIP COMPANY'; highest number of pages refers to MAX(COUNT(page_number)); | steamship refers to venue = 'STEAMSHIP'; | mashed potatoes is a name of dish; | Paysanne Soup is a name of dish; stable price refers to highest_price is null; | highest price refers to MAX(highest_price); | if SUM(full_width where page_number = 1 AND menu.name = 'Zentral Theater Terrace') > SUM(full_width where page_number = 1 AND menu.name = 'Young''s Hotel'), it means Zentral Theater Terrace menu page is bigger than Young's Hotel; if SUM(full_width WHERE page_number = 1 AND menu.name = 'Young''s Hotel') < SUM(full_width WHERE page_number = 1 AND menu.name = 'Zentral Theater Terrace'), it means Young's Hotel menu page is bigger than Zentral Theater Terrace; | Clear green turtle is a name of dish; | shown in the lower right corner refers to xpos > 0.75 AND ypos > 0.75; |
What is the ID of the menu with the most number of dishes? | most number of dishes refers to MAX(COUNT(dish_count)); | Fresh lobsters in every style' is a name of dish; location where the dish was used on a menu = (xpos, ypos); | average page number = AVG(page_number); Clear green turtle is a name of dish; | menus with over 10 pages refers to page_count > 10; over 20 dishes refers to dish_count > 20; | appeared on the menu in less than 5 years = SUBTRACT(last_appeared, first_appeared) < 5; | average number of dishes per menu = DIVIDE(COUNT(dish_id), COUNT(page_count)); | page ID of 130 refers MenuPage.id = 130; | created on 17th November 1898 refers to date = '1898-11-17'; | menus that are DIYs of the restaurant refers to sponsor is null; | FALSE; | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; |
How many menus were used in Dutcher House? | Dutcher House refers to location = 'Dutcher House'; | Chicken gumbo is a name of dish; | steamship refers to venue = 'STEAMSHIP'; | page 1 refers to page_number = 1; | free refers to lowest_price = 0; | longest full height refers to MAX(full_height); | Ritz Carlton is a name of menu; biggest height refers to MAX(full_height); | created for lunch refers to event = 'LUNCH'; | page 2 refers to page_number = 2; | width refers to full_width; El Fuerte Del Palmar is a name of menu; | highest price refers to MAX(highest_price); |
What is the highest price of the dish "Clear green turtle" on a menu page? | highest price refers to MAX(Price); Clear green turtle is a name of dish; | total dish count for uuid of '510d47e4-2958-a3d9-e040-e00a18064a99' = SUM(dish_count WHERE uuid = '510d47e4-2958-a3d9-e040-e00a18064a99'); total dish count for uuid of '510d47e4-295a-a3d9-e040-e00a18064a99 = SUM(dish_count WHERE uuid = '510d47e4-295a-a3d9-e040-e00a18064a99'); | Clear green turtle is a name of dish; | appeared at the left upper corner refers to xpos < 0.25 and ypos < 0.25; CHAS.BRADLEY'S OYSTER & DINING ROOM refers to sponsor = 'CHAS.BRADLEY''S OYSTER & DINING ROOM'; | highest number of pages refers to MAX(COUNT(page_number)); | average number of dishes per menu = DIVIDE(COUNT(dish_id), COUNT(menu_page_id)); Souper de Luxe is a name of menu; dish that appeared the most in all of its menus refers to MAX(COUNT(dish_id)); | Ritz Carlton is a name of menu; biggest height refers to MAX(full_height); | highest dish count refers to MAX(dish_count); | total price = SUM(price); | on the right upper corner refers to xpos > 0.75 AND ypos < 0.25; | appear in the right upper corner of the menu page refers to xpos > 0.75 and ypos < 0.25; |
List the top five dishes, by descending order, in terms of highest price. | highest price refers to MAX(highest_price); | total price = SUM(price); | menus that are DIYs of the restaurant refers to sponsor is null; | appeared at the left upper corner refers to xpos < 0.25 and ypos < 0.25; CHAS.BRADLEY'S OYSTER & DINING ROOM refers to sponsor = 'CHAS.BRADLEY''S OYSTER & DINING ROOM'; | average number of dishes per menu = DIVIDE(COUNT(dish_id), COUNT(page_count)); | most number of dishes refers to MAX(COUNT(dish_count)); | first appeared in 1861 refers to first_appeared = 1861; | created on 17th November 1898 refers to date = '1898-11-17'; | located at Manhattan Hotel refers to location = 'Manhattan Hotel'; | place refers to location; | appeared on the menu for more than 100 years = SUBTRACT(last_appeared, first_appeared) > 100; |
How many percent of Bluefish dishes are located at the center of the menu page? | percent = MULTIPLY(DIVIDE(SUM(xpos BETWEEN 0.25 AND 0.75 and ypos BETWEEN 0.25 AND 0.75), COUNT(id)), 1.0); Bluefish is a sub name of dish; located at the center of the menu page refers to xpos BETWEEN 0.25 AND 0.75 and ypos BETWEEN 0.25 AND 0.75; | Zentral Theater Terrace is a name of menu; | Chicken gumbo is a name of dish; | if 'c02c9a3b-6881-7080-e040-e00a180631aa' can be found in uuid, it means the 'c02c9a3b-6881-7080-e040-e00a180631aa' is the uuid for the menu called The Biltmore; if 'c02c9a3b-6881-7080-e040-e00a180631aa' can not be found in uuid, it means the 'c02c9a3b-6881-7080-e040-e00a180631aa' is not the uuid for the menu called The Biltmore; The Biltmore is a name of menu; | page 1 refers to page_number = 1; | FALSE; | Ritz Carlton is a name of menu; width of over 2490 refers to full_width > 1000; | FALSE; | FALSE; | menus with over 10 pages refers to page_count > 10; over 20 dishes refers to dish_count > 20; | menus that are DIYs of the restaurant refers to sponsor is null; |
List down name of dishes from menu with menu page ID 1389. | FALSE; | average number of dishes per menu = DIVIDE(COUNT(dish_id), COUNT(page_count)); | Clear green turtle is a name of dish; not support taking out or booking in advance refers to call_number is null; | page 2 refers to page_number = 2; | highest price refers to MAX(Price); Zentral Theater Terrace is a name of menu; | created on 17th November 1898 refers to date = '1898-11-17'; | Chicken gumbo is a name of dish; | menus that are DIYs of the restaurant refers to sponsor is null; | if 'c02c9a3b-6881-7080-e040-e00a180631aa' can be found in uuid, it means the 'c02c9a3b-6881-7080-e040-e00a180631aa' is the uuid for the menu called The Biltmore; if 'c02c9a3b-6881-7080-e040-e00a180631aa' can not be found in uuid, it means the 'c02c9a3b-6881-7080-e040-e00a180631aa' is not the uuid for the menu called The Biltmore; The Biltmore is a name of menu; | average number of dishes per menu = DIVIDE(COUNT(dish_id), COUNT(menu_page_id)); Souper de Luxe is a name of menu; dish that appeared the most in all of its menus refers to MAX(COUNT(dish_id)); | on the right upper corner refers to xpos > 0.75 AND ypos < 0.25; |
Name the dishes that were on the menu page ID 174. | FALSE; | Paysanne Soup is a name of dish; stable price refers to highest_price is null; | created on 17th November 1898 refers to date = '1898-11-17'; | longest full height refers to MAX(full_height); | percent = MULTIPLY(DIVIDE(SUM(xpos BETWEEN 0.25 AND 0.75 and ypos BETWEEN 0.25 AND 0.75), COUNT(id)), 1.0); Bluefish is a sub name of dish; located at the center of the menu page refers to xpos BETWEEN 0.25 AND 0.75 and ypos BETWEEN 0.25 AND 0.75; | located at Manhattan Hotel refers to location = 'Manhattan Hotel'; | positioned on the left upper corner refers to xpos < 0.25 AND ypos < 0.25; | appeared at the left upper corner refers to xpos < 0.25 and ypos < 0.25; CHAS.BRADLEY'S OYSTER & DINING ROOM refers to sponsor = 'CHAS.BRADLEY''S OYSTER & DINING ROOM'; | highest price refers to MAX(Price); Clear green turtle is a name of dish; | FALSE; | most number of dishes refers to MAX(COUNT(dish_count)); |
State the full height and width for menu called "El Fuerte Del Palmar". | width refers to full_width; El Fuerte Del Palmar is a name of menu; | image area = MULTIPLY(full_height, full_width); | first appeared in 1861 refers to first_appeared = 1861; | Zentral Theater Terrace is a name of menu; | sponsored by Occidental and Oriental Steamship Company refers to sponsor = 'OCCIDENTAL & ORIENTAL STEAMSHIP COMPANY'; highest number of pages refers to MAX(COUNT(page_number)); | appeared on the upper left corner on menu refers to xpos < 0.25 AND ypos < 0.25; menu page no. refers to menu_page_id; menu_page_id = 1389; | on the right upper corner refers to xpos > 0.75 AND ypos < 0.25; | highest price refers to MAX(Price); Clear green turtle is a name of dish; | cost 180,000 refers to price = 180000; | FALSE; | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; |
Is "c02c9a3b-6881-7080-e040-e00a180631aa" the uuid for menu called "The Biltmore"? | if 'c02c9a3b-6881-7080-e040-e00a180631aa' can be found in uuid, it means the 'c02c9a3b-6881-7080-e040-e00a180631aa' is the uuid for the menu called The Biltmore; if 'c02c9a3b-6881-7080-e040-e00a180631aa' can not be found in uuid, it means the 'c02c9a3b-6881-7080-e040-e00a180631aa' is not the uuid for the menu called The Biltmore; The Biltmore is a name of menu; | mashed potatoes is a name of dish; | appear in the right upper corner of the menu page refers to xpos > 0.75 and ypos < 0.25; | Clear green turtle is a name of dish; | menus with over 10 pages refers to page_count > 10; over 20 dishes refers to dish_count > 20; | do not have correct data refers to first_appeared < 1851 or first_appeared > 2012; | 4 pages refers to page_count = 4; | appeared at the left upper corner refers to xpos < 0.25 and ypos < 0.25; CHAS.BRADLEY'S OYSTER & DINING ROOM refers to sponsor = 'CHAS.BRADLEY''S OYSTER & DINING ROOM'; | most number of dishes refers to MAX(COUNT(dish_count)); | FALSE; | cost 180,000 refers to price = 180000; |
What is the page count for menu with page ID of 130? | page ID of 130 refers MenuPage.id = 130; | Dutcher House refers to location = 'Dutcher House'; | Clear green turtle is a name of dish; | page 2 refers to page_number = 2; | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; | average page number = AVG(page_number); Clear green turtle is a name of dish; | width refers to full_width; El Fuerte Del Palmar is a name of menu; | first appeared in 1861 refers to first_appeared = 1861; | highest dish count refers to MAX(dish_count); | sponsored by Occidental and Oriental Steamship Company refers to sponsor = 'OCCIDENTAL & ORIENTAL STEAMSHIP COMPANY'; highest number of pages refers to MAX(COUNT(page_number)); | Zentral Theater Terrace is a name of menu; |
What is the name of the menu with the highest number of pages? | highest number of pages refers to MAX(COUNT(page_number)); | created between 2011-03-31 at 20:24:46 UTC and 2011-04-15 at 23:09:51 UTC refers to created_at between '2011-03-31 20:24:46 UTC' AND '2011-04-15 23:09:51 UTC'; | steamship refers to venue = 'STEAMSHIP'; | located at Manhattan Hotel refers to location = 'Manhattan Hotel'; | average page number = AVG(page_number); Clear green turtle is a name of dish; | most number of dishes refers to MAX(COUNT(dish_count)); | appeared on a menu more than once refers to times_appeared > menus_appeared; | do not have correct data refers to first_appeared < 1851 or first_appeared > 2012; | created for lunch refers to event = 'LUNCH'; | total price = SUM(price); | positioned on the left upper corner refers to xpos < 0.25 AND ypos < 0.25; |
Which menu page of "Ritz Carlton" has the biggest height? | Ritz Carlton is a name of menu; biggest height refers to MAX(full_height); | dishes with a stable price refers to highest_price is null; created in April of 2011 refers to SUBSTR(created_at,1,4) = '2011' and SUBSTR(created_at, 7, 1) = '4'; | page 1 refers to page_number = 1; Zentral Theater Terrace is a name of menu; | FALSE; | free refers to lowest_price = 0; | average page number = AVG(page_number); Clear green turtle is a name of dish; | if SUM(full_width where page_number = 1 AND menu.name = 'Zentral Theater Terrace') > SUM(full_width where page_number = 1 AND menu.name = 'Young''s Hotel'), it means Zentral Theater Terrace menu page is bigger than Young's Hotel; if SUM(full_width WHERE page_number = 1 AND menu.name = 'Young''s Hotel') < SUM(full_width WHERE page_number = 1 AND menu.name = 'Zentral Theater Terrace'), it means Young's Hotel menu page is bigger than Zentral Theater Terrace; | page 1 refers to page_number = 1; | total price = SUM(price); | mashed potatoes is a name of dish; | Zentral Theater Terrace is a name of menu; |
What is the name and length of rivers located at 'Orleans' city? | Orleans is a city in north-central France | Percentage of country > 90% refers to percentage > 90; America is one of country names | Amazonas flow is a river | Nation refers to country | Uganda is one of country names | Republic is on of government forms; Percentage of Services of the GDP was mentioned in economy.Service; Population Density = Population / Area | TJ is an abbreviated country code of Tajikistan | ratio of people per square meter of surface = Population / Area | English and Scottish are two languages; United Kingdom is a country | Coverage refers to mergesWith | Dutch is one of language |
Which federal republic country in Europe has the most provinces, and what proportion of GDP is devoted to services?
Calculate the population density as well. | Republic is on of government forms; Percentage of Services of the GDP was mentioned in economy.Service; Population Density = Population / Area | Uganda is one of country names | Communist is a government form | Population gap = Total population of the United Kingdom - Total population of Italy | English and Scottish are two languages; United Kingdom is a country | Nation refers to country; Information of growth appears in the column Established | GDP refers to gross domestic product | population density = Population / Area | Singapore is one of country names; GDP refers to gross domestic products; GDP to the industry sector = GDP * Industry | Asia is a continent | Japan is a country |
How big is Africa, and how many nations make up the continent? | Area can measure the size of countries; Country and nation share the same meaning | Political system refers to government form | Percentage = 90 means 90% of the population | GDP refers to gross domestic product | population density = Population / Area | Area * Depth can represents the metric in terms of both surface area and depth | Moldoveanu is a mountain | Nation refers to country | Singapore is one of country names; GDP refers to gross domestic products; GDP to the industry sector = GDP * Industry | Population gap = Total population of the United Kingdom - Total population of Italy | Percentage = 100 means 100% of the population |
What is the name of the country with the smallest population, and what is its gross domestic product? | GDP refers to gross domestic product | Coverage refers to mergesWith | London is a city | Arab is the name of enthic groups in the country; Population of (Arab in each country) = (percentage of Arab) * (population of each country) | Atlantic Ocean is the second-largest ocean on Earth, after the Pacific Ocean; Ocean and sea share the same meaning | Nation and country are synonyms | Asia is a continent | Bosnian is one of language | Total Number of People = Percentage * Population | Japan is one of country names | Bermuda is one of countries |
How many mountains are there in Indonesia? | Indonesia refers to one of countries | Republic is on of government forms; Percentage of Services of the GDP was mentioned in economy.Service; Population Density = Population / Area | USA is a country | Uganda is one of country names | Orleans is a city in north-central France | Japan is one of country names | Average population ratio = Population / Area | Moldoveanu is a mountain | Nation refers to country | Nation refers to country; Information of growth appears in the column Established | Warwickshire is a province |
What other country does the most populated nation in the world share a border with and how long is the border between the two nations? | Nation and country are synonyms | percentage can be computed by [count(City = 'Washington') / count(all cities)] * 100% | Japan is a country | Arabic-speaking country = country that speaks 100% Arabic | Most prevalent religion refers to the religion with the most population percentage | ation and country are synonyms; Gross domestic product = GDP; Portion of GDP devoted to industries appears in economy.Industry; Population Density = Population / Area | Warwickshire is a province | Asia is a continent | GDP refers to gross domestic product | Anguilla is a country | Percentage of country > 90% refers to percentage > 90; America is one of country names |
Which lake is the largest in terms of both surface area and depth? | Area * Depth can represents the metric in terms of both surface area and depth | Moldoveanu is a mountain | Total Number of People = Percentage * Population | Area can measure the size of countries; Country and nation share the same meaning | Arab is the name of enthic groups in the country; Population of (Arab in each country) = (percentage of Arab) * (population of each country) | Indonesia refers to one of countries | coordinates consists of Latitude, Longitude | Bermuda is one of countries | Most prevalent religion refers to the religion with the most population percentage | Bosnian is one of language | Political system refers to government form |
What is the infant mortality rate for Ethiopia? | Ethiopia is one of country names | GDP refers to gross domestic product | Amazonas flow is a river | Japan is a country | percentage can be computed by [count(City = 'Washington') / count(all cities)] * 100% | Nation refers to country | Communist is a government form | Total Number of People = Percentage * Population | Bolivia is the country | Republic is on of government forms; Percentage of Services of the GDP was mentioned in economy.Service; Population Density = Population / Area | Nation and country are synonyms |
Among the organizations where headquarters are in the 'USA', what is the percentage of the them are in 'Washington'? | percentage can be computed by [count(City = 'Washington') / count(all cities)] * 100% | Asia is a continent | ratio of people per square meter of surface = Population / Area | GDP refers to gross domestic product | Percentage of population in each city = population(city) / population(province) * 100% | English and Scottish are two languages; United Kingdom is a country | GDP per capita = GDP / Population | population growth rate of over 3% means population_growth > 3 | Organization refers to corporation | Warwickshire is a province | Area can measure the size of countries; Country and nation share the same meaning |
How many businesses were founded after 1960 in a nation that wasn't independent? | Established means founded; Country means nation; Organization means businesses | Orleans is a city in north-central France | Nation refers to country | Coverage refers to mergesWith | Longitude, Latitude = coordinates of the location | coordinates consists of Latitude, Longitude | GDP refers to gross domestic product | Average population ratio = Population / Area | GDP refers to gross domestic product | Uganda is one of country names | ation and country are synonyms; Gross domestic product = GDP; Portion of GDP devoted to industries appears in economy.Industry; Population Density = Population / Area |
How many Italian regions are bordered by the Mediterranean Sea? How deep is the Mediterranean Sea? | Reigion refers to province | Bolivia is the country | Nation and country are synonyms | coordinates consists of Latitude, Longitude | Moldoveanu is a mountain | Population gap = Total population of the United Kingdom - Total population of Italy | Warwickshire is a province | Republic is on of government forms; Percentage of Services of the GDP was mentioned in economy.Service; Population Density = Population / Area | Lake area coverage = [sum(area of the lakes in the country) / (area of the country)] * 100% | Nation refers to country | Established means founded; Country means nation; Organization means businesses |
What kind of government does Iran have? | Uganda is one of country names | Percent of non-volcanic mountains = count(mountains = 'Andes' & type ! = 'volcano') / count(mountains = 'Andes') * 100% | Moldoveanu is a mountain | coordinates consists of Latitude, Longitude | GDP per capita = GDP / Population | Nation refers to country | Percentage of population in each city = population(city) / population(province) * 100% | Percentage of country > 90% refers to percentage > 90; America is one of country names | billion = 1000000000 | Amazonas flow is a river | Area can measure the size of countries; Country and nation share the same meaning |
List all islands that are greater than the island on which Warwickshire is located. | Warwickshire is a province | Gross domestic product = GDP; Largest share of GDP in agricultural sector was mentioned in economy.Agriculture | Nation refers to country | Republic is on of government forms; Percentage of Services of the GDP was mentioned in economy.Service; Population Density = Population / Area | Population gap = Total population of the United Kingdom - Total population of Italy | billion = 1000000000 | population growth rate of over 3% means population_growth > 3 | Area * Depth can represents the metric in terms of both surface area and depth | Political system refers to government form | GDP refers to gross domestic product | Moldoveanu is a mountain |
What percent of the non volcanic islands in the Lesser Antilles group of islands have an area of no more than 300 square kilometers? | Percent = [count(non volcanic islands Lesser Antilles area 300 or less) / count(non volcanic islands Lesser Antilles)] * 100% | population growth rate of over 3% means population_growth > 3 | Nation and country are synonyms; Form of governance was mentioned in politics.Government; Least prosperous means lowest GDP | coordinates consists of Latitude, Longitude | Japan is a country | Organization refers to corporation | Bosnian is one of language | London is a city | Percentage = 90 means 90% of the population | Percent of non-volcanic mountains = count(mountains = 'Andes' & type ! = 'volcano') / count(mountains = 'Andes') * 100% | Negative growth in population means population_growth < 0 |
Provide all rivers name and length in USA. | USA is a country | Percentage = 90 means 90% of the population | Uganda is one of country names | GDP refers to gross domestic product | percentage can be computed by [count(City = 'Washington') / count(all cities)] * 100% | Bermuda is one of countries | Coverage refers to mergesWith | Political system refers to government form | Lake area coverage = [sum(area of the lakes in the country) / (area of the country)] * 100% | Nation refers to country; Information of growth appears in the column Established | Japan is a country |
Which countries have more than 90% of African? List the name of the country in full. | Percentage = 90 means 90% of the population | Arabic-speaking country = country that speaks 100% Arabic | Negative growth in population means population_growth < 0 | Nation refers to country | Established means founded; Country means nation; Organization means businesses | Nation and country are synonyms | GDP refers to gross domestic product; Nation and country are synonyms | Uganda is one of country names | Singapore is one of country names; GDP refers to gross domestic products; GDP to the industry sector = GDP * Industry | Longitude, Latitude = coordinates of the location | Organization refers to corporation |
Of all the lakes in Bolivia, which is the deepest? | Bolivia is the country | Ethiopia is one of country names | Percentage of country > 90% refers to percentage > 90; America is one of country names | Singapore is one of country names; GDP refers to gross domestic products; GDP to the industry sector = GDP * Industry | Average population ratio = Population / Area | Total Number of People = Percentage * Population | Cayman Islands is a country | Lake area coverage = [sum(area of the lakes in the country) / (area of the country)] * 100% | Dutch is one of language | Percentage of rivers with lengths greater than 3,000 miles = [(Total number of rivers with lengths greater than 3,000 miles) / (Total number of rivers)] * 100% | Area * Depth can represents the metric in terms of both surface area and depth |
Calculate the population of Arab in each country? | Arab is the name of enthic groups in the country; Population of (Arab in each country) = (percentage of Arab) * (population of each country) | Percentage of population in each city = population(city) / population(province) * 100% | GDP refers to gross domestic product | Ethiopia is one of country names | Area can measure the size of countries; Country and nation share the same meaning | Total Number of People = Percentage * Population | Uganda is one of country names | population density = Population / Area | Nation refers to country | English and Scottish are two languages; United Kingdom is a country | Uganda is one of country names |
What is the full name of the country with 100% Africans? | Percentage = 100 means 100% of the population | Communist is a government form | Established means founded; Country means nation; Organization means businesses | Nation refers to country | Anguilla is a country | Average population ratio = Population / Area | most people refers to largest population | population growth rate of over 3% means population_growth > 3 | Percent of non-volcanic mountains = count(mountains = 'Andes' & type ! = 'volcano') / count(mountains = 'Andes') * 100% | Area * Depth can represents the metric in terms of both surface area and depth | Bermuda is one of countries |
What is the name of Anguilla's capital, and where is it located? | Anguilla is a country | Atlantic Ocean is the second-largest ocean on Earth, after the Pacific Ocean; Ocean and sea share the same meaning | Moldoveanu is a mountain | Arabic-speaking country = country that speaks 100% Arabic | Reigion refers to province | USA is a country | GDP per capita = GDP / Population | Uganda is one of country names | GDP refers to gross domestic product | Nation refers to country | Bolivia is the country |
What is the average area of Asian countries? | Asia is a continent | Nation and country are synonyms | Most prevalent religion refers to the religion with the most population percentage | Atlantic Ocean is the second-largest ocean on Earth, after the Pacific Ocean; Ocean and sea share the same meaning | London is a city | Organization refers to corporation | Nation refers to country | most people refers to largest population | Negative growth in population means population_growth < 0 | Dutch is one of language | Moldoveanu is a mountain |
Which nation's GDP is the lowest among those that are communist states? | Communist is a government form | Average population ratio = Population / Area | Average population per area = population / area | Bosnian is one of language | Bolivia is the country | Singapore is one of country names; GDP refers to gross domestic products; GDP to the industry sector = GDP * Industry | Area * Depth can represents the metric in terms of both surface area and depth | Nation and country share the same meaning. Proportion refers to percentage | Gross domestic product = GDP; Largest share of GDP in agricultural sector was mentioned in economy.Agriculture | Political system refers to government form | GDP refers to gross domestic product |
Which nation, with a population ranging from 60,000,000 to 99,000,000, has the greatest gross domestic product? | GDP refers to gross domestic product; Nation and country are synonyms | Percentage = 100 means 100% of the population | coordinates consists of Latitude, Longitude | population density = Population / Area | Negative growth in population means population_growth < 0 | percentage can be computed by [count(City = 'Washington') / count(all cities)] * 100% | GDP refers to gross domestic product | Political system refers to government form | Percentage of country > 90% refers to percentage > 90; America is one of country names | Saudi Arabia is a country | ation and country are synonyms; Gross domestic product = GDP; Portion of GDP devoted to industries appears in economy.Industry; Population Density = Population / Area |
Where does Bermuda belong to? Give the full name of the country. | Bermuda is one of countries | Gross domestic product = GDP; Largest share of GDP in agricultural sector was mentioned in economy.Agriculture | GDP refers to gross domestic product | Most prevalent religion refers to the religion with the most population percentage | Anguilla is a country | 'South Yorkshire' is a province | Average population ratio = Population / Area | Bolivia is the country | Orleans is a city in north-central France | Established means founded; Country means nation; Organization means businesses | Nation and country are synonyms; Form of governance was mentioned in politics.Government; Least prosperous means lowest GDP |
What is the population density of Hanoi's home country? | population density = Population / Area | Total Number of People = Percentage * Population | GDP per capita = GDP / Population | Moldoveanu is a mountain | Lake area coverage = [sum(area of the lakes in the country) / (area of the country)] * 100% | Established means founded; Country means nation; Organization means businesses | Percentage of country > 90% refers to percentage > 90; America is one of country names | Singapore is one of country names; GDP refers to gross domestic products; GDP to the industry sector = GDP * Industry | Reigion refers to province | Average population per area = population / area | coordinates consists of Latitude, Longitude |
Which constitutional monarchy nations saw the greatest growth in the number of organizations after 1907? | Nation refers to country; Information of growth appears in the column Established | Bolivia is the country | Arabic-speaking country = country that speaks 100% Arabic | Dutch is one of language | Uganda is one of country names | Bermuda is one of countries | population growth rate of over 3% means population_growth > 3 | English and Scottish are two languages; United Kingdom is a country | Negative growth in population means population_growth < 0 | Japan is one of country names | Moldoveanu is a mountain |
Which Arabic-speaking country has the smallest population? | Arabic-speaking country = country that speaks 100% Arabic | Dutch is one of language | Arab is the name of enthic groups in the country; Population of (Arab in each country) = (percentage of Arab) * (population of each country) | Bosnian is one of language | coordinates consists of Latitude, Longitude | Growth population = population_growth * population | GDP per capita = GDP / Population | Reigion refers to province | Cayman Islands is a country | Political system refers to government form | Nation refers to country |
What is the average population ratio of the countries in which organizations were established in 1947? | Average population ratio = Population / Area | Japan is a country | Indonesia refers to one of countries | Amazonas flow is a river | Japan is one of country names | Nation refers to country | Coverage refers to mergesWith | London is a city | Longitude, Latitude = coordinates of the location | Lake area coverage = [sum(area of the lakes in the country) / (area of the country)] * 100% | Percentage of country > 90% refers to percentage > 90; America is one of country names |
Which nation has the lowest proportion of people who speak an African language? Please state the nation's full name. | Nation and country share the same meaning. Proportion refers to percentage | GDP refers to gross domestic product | Most prevalent religion refers to the religion with the most population percentage | Singapore is one of country names; GDP refers to gross domestic products; GDP to the industry sector = GDP * Industry | Established means founded; Country means nation; Organization means businesses | Orleans is a city in north-central France | coordinates consists of Latitude, Longitude | Population gap = Total population of the United Kingdom - Total population of Italy | Japan is one of country names | Percent of non-volcanic mountains = count(mountains = 'Andes' & type ! = 'volcano') / count(mountains = 'Andes') * 100% | Anguilla is a country |
What is the GDP per capita in Switzerland? | GDP per capita = GDP / Population | Anguilla is a country | London is a city | Nation and country are synonyms; Form of governance was mentioned in politics.Government; Least prosperous means lowest GDP | Area * Depth can represents the metric in terms of both surface area and depth | Lake area coverage = [sum(area of the lakes in the country) / (area of the country)] * 100% | Average population per area = population / area | Amazonas flow is a river | Coverage refers to mergesWith | Bolivia is the country | Uganda is one of country names |
How many times longer is the longest river in Tajikistan than the shortest river? | TJ is an abbreviated country code of Tajikistan | ratio of people per square meter of surface = Population / Area | most people refers to largest population | Coverage refers to mergesWith | Nation refers to country; Information of growth appears in the column Established | population density = Population / Area | Growth population = population_growth * population | Total Number of People = Percentage * Population | Dutch is one of language | GDP refers to gross domestic product | Republic is on of government forms; Percentage of Services of the GDP was mentioned in economy.Service; Population Density = Population / Area |
What is the geographic location of Aarhus city? Please provide the answer with the coordinates of the location. | Longitude, Latitude = coordinates of the location | ratio of people per square meter of surface = Population / Area | Bermuda is one of countries | Japan is one of country names | Bolivia is the country | Asia is a continent | Warwickshire is a province | Orleans is a city in north-central France | Percent = [count(non volcanic islands Lesser Antilles area 300 or less) / count(non volcanic islands Lesser Antilles)] * 100% | Anguilla is a country | Atlantic Ocean is the second-largest ocean on Earth, after the Pacific Ocean; Ocean and sea share the same meaning |
Which religion has the majority of the people in Japan? | Japan is a country | Bosnian is one of language | Japan is a country | English and Scottish are two languages; United Kingdom is a country | Japan is one of country names | Average population per area = population / area | most people refers to largest population | Percentage = 90 means 90% of the population | Coverage refers to mergesWith | Asia is a continent | coordinates consists of Latitude, Longitude |
What percentage of nations have achieved independence since 1993 and practice parliamentary democracy? Please include any three parliament-based democracies that attained independence after 1993. | Percentage of rivers with lengths greater than 3,000 miles = [(Total number of rivers with lengths greater than 3,000 miles) / (Total number of rivers)] * 100% | Nation and country share the same meaning. Proportion refers to percentage | coordinates consists of Latitude, Longitude | Average population per area = population / area | Total Number of People = Percentage * Population | USA is a country | Amazonas flow is a river | Singapore is one of country names; GDP refers to gross domestic products; GDP to the industry sector = GDP * Industry | Area * Depth can represents the metric in terms of both surface area and depth | Established means founded; Country means nation; Organization means businesses | Uganda is one of country names |
What is the quantity of the mountains does Japan have? | Japan is one of country names | Negative growth in population means population_growth < 0 | Percent of non-volcanic mountains = count(mountains = 'Andes' & type ! = 'volcano') / count(mountains = 'Andes') * 100% | TJ is an abbreviated country code of Tajikistan | ation and country are synonyms; Gross domestic product = GDP; Portion of GDP devoted to industries appears in economy.Industry; Population Density = Population / Area | Indonesia refers to one of countries | Nation refers to country | Nation and country are synonyms | GDP per capita = GDP / Population | Percentage = 90 means 90% of the population | Coverage refers to mergesWith |
Which three countries does the Amazonas flow through? Give the full name of the countries. | Amazonas flow is a river | Percent of non-volcanic mountains = count(mountains = 'Andes' & type ! = 'volcano') / count(mountains = 'Andes') * 100% | Bolivia is the country | Orleans is a city in north-central France | Most prevalent religion refers to the religion with the most population percentage | Area can measure the size of countries; Country and nation share the same meaning | Nation refers to country | Percentage = 90 means 90% of the population | coordinates consists of Latitude, Longitude | GDP refers to gross domestic product | Negative growth in population means population_growth < 0 |
Please list the organization names established in the countries where Dutch is spoken. | Dutch is one of language | Growth population = population_growth * population | Nation refers to country | Indonesia refers to one of countries | GDP per capita = GDP / Population | Percentage of rivers with lengths greater than 3,000 miles = [(Total number of rivers with lengths greater than 3,000 miles) / (Total number of rivers)] * 100% | Bermuda is one of countries | Nation and country are synonyms | Most prevalent religion refers to the religion with the most population percentage | most people refers to largest population | Average population per area = population / area |
When did Uganda declare independence? | Uganda is one of country names | Nation and country are synonyms; Form of governance was mentioned in politics.Government; Least prosperous means lowest GDP | Indonesia refers to one of countries | USA is a country | Bermuda is one of countries | GDP per capita = GDP / Population | Percentage = 90 means 90% of the population | Cayman Islands is a country | Warwickshire is a province | Percentage of rivers with lengths greater than 3,000 miles = [(Total number of rivers with lengths greater than 3,000 miles) / (Total number of rivers)] * 100% | GDP refers to gross domestic product |
What is the capital city of the country that has the percentage of Armenian speakers over 90%? | Percentage of country > 90% refers to percentage > 90; America is one of country names | Area * Depth can represents the metric in terms of both surface area and depth | population growth rate of over 3% means population_growth > 3 | GDP refers to gross domestic product | Asia is a continent | Nation and country are synonyms | Nation refers to country; Information of growth appears in the column Established | Amazonas flow is a river | GDP refers to gross domestic product | Percentage = 90 means 90% of the population | Japan is one of country names |
How much does the gross domestic products goes to the industry sector for Singapore? | Singapore is one of country names; GDP refers to gross domestic products; GDP to the industry sector = GDP * Industry | Nation refers to country | GDP refers to gross domestic product; Nation and country are synonyms | Republic is on of government forms; Percentage of Services of the GDP was mentioned in economy.Service; Population Density = Population / Area | Nation and country share the same meaning. Proportion refers to percentage | Uganda is one of country names | 'South Yorkshire' is a province | GDP per capita = GDP / Population | ratio of people per square meter of surface = Population / Area | Arab is the name of enthic groups in the country; Population of (Arab in each country) = (percentage of Arab) * (population of each country) | Nation refers to country; Information of growth appears in the column Established |
What is the total number of cities that Japan have? | Japan is a country | Moldoveanu is a mountain | Nation and country share the same meaning. Proportion refers to percentage | Republic is on of government forms; Percentage of Services of the GDP was mentioned in economy.Service; Population Density = Population / Area | Atlantic Ocean is the second-largest ocean on Earth, after the Pacific Ocean; Ocean and sea share the same meaning | Percentage = 90 means 90% of the population | Saudi Arabia is a country | Japan is a country | Uganda is one of country names | Percent of non-volcanic mountains = count(mountains = 'Andes' & type ! = 'volcano') / count(mountains = 'Andes') * 100% | Percentage of country > 90% refers to percentage > 90; America is one of country names |
Which religion is most prevalent in Asia? | Most prevalent religion refers to the religion with the most population percentage | Percent of non-volcanic mountains = count(mountains = 'Andes' & type ! = 'volcano') / count(mountains = 'Andes') * 100% | GDP refers to gross domestic product | Lake area coverage = [sum(area of the lakes in the country) / (area of the country)] * 100% | Cayman Islands is a country | USA is a country | London is a city | Bolivia is the country | Nation and country are synonyms; Form of governance was mentioned in politics.Government; Least prosperous means lowest GDP | Arab is the name of enthic groups in the country; Population of (Arab in each country) = (percentage of Arab) * (population of each country) | Percentage of country > 90% refers to percentage > 90; America is one of country names |
On what date did the country have a gross domestic product 400% higher than Saint Kitts and Nevis become independent? | GDP refers to gross domestic product | Established means founded; Country means nation; Organization means businesses | Uganda is one of country names | Singapore is one of country names; GDP refers to gross domestic products; GDP to the industry sector = GDP * Industry | Area can measure the size of countries; Country and nation share the same meaning | Coverage refers to mergesWith | Gross domestic product = GDP; Largest share of GDP in agricultural sector was mentioned in economy.Agriculture | Amazonas flow is a river | Bosnian is one of language | Organization refers to corporation | Uganda is one of country names |
For the countries have the population north of a billion, which one has the lowest GDP? Give the full name of the country. | billion = 1000000000 | Area can measure the size of countries; Country and nation share the same meaning | Uganda is one of country names | Cayman Islands is a country | Population gap = Total population of the United Kingdom - Total population of Italy | Dutch is one of language | Percent of non-volcanic mountains = count(mountains = 'Andes' & type ! = 'volcano') / count(mountains = 'Andes') * 100% | Nation refers to country; Information of growth appears in the column Established | Communist is a government form | population density = Population / Area | Arabic-speaking country = country that speaks 100% Arabic |
How many more people speak English than speak Scottish in United Kingdom? | English and Scottish are two languages; United Kingdom is a country | Singapore is one of country names; GDP refers to gross domestic products; GDP to the industry sector = GDP * Industry | Arabic-speaking country = country that speaks 100% Arabic | Percentage = 100 means 100% of the population | coordinates consists of Latitude, Longitude | GDP refers to gross domestic product | Total Number of People = Percentage * Population | population growth rate of over 3% means population_growth > 3 | Percentage = 90 means 90% of the population | Negative growth in population means population_growth < 0 | Political system refers to government form |
Which city in Japan has the most people in the country? | most people refers to largest population | Reigion refers to province | Anguilla is a country | ation and country are synonyms; Gross domestic product = GDP; Portion of GDP devoted to industries appears in economy.Industry; Population Density = Population / Area | Nation and country are synonyms | Coverage refers to mergesWith | Arab is the name of enthic groups in the country; Population of (Arab in each country) = (percentage of Arab) * (population of each country) | GDP per capita = GDP / Population | English and Scottish are two languages; United Kingdom is a country | London is a city | GDP refers to gross domestic product |
How many organizations are established in countries where people speak Bosnian? | Bosnian is one of language | Percentage = 90 means 90% of the population | TJ is an abbreviated country code of Tajikistan | Average population ratio = Population / Area | Uganda is one of country names | Japan is a country | Nation refers to country | Growth population = population_growth * population | Saudi Arabia is a country | USA is a country | Nation refers to country |
List all countries with negative growth in population. State the country, population and growth. | Negative growth in population means population_growth < 0 | percentage can be computed by [count(City = 'Washington') / count(all cities)] * 100% | coordinates consists of Latitude, Longitude | Total Number of People = Percentage * Population | Nation and country are synonyms | ratio of people per square meter of surface = Population / Area | Anguilla is a country | 'South Yorkshire' is a province | Bermuda is one of countries | Arabic-speaking country = country that speaks 100% Arabic | Japan is one of country names |
Of all the countries of the Hindu religion, which has the lowest ratio of people per square meter of surface? | ratio of people per square meter of surface = Population / Area | GDP refers to gross domestic product; Nation and country are synonyms | Uganda is one of country names | Area can measure the size of countries; Country and nation share the same meaning | Nation and country are synonyms | Nation refers to country; Information of growth appears in the column Established | GDP refers to gross domestic product | 'South Yorkshire' is a province | Nation refers to country | Indonesia refers to one of countries | Nation refers to country |
What is the population density of the nation whose capital city is in the Distrito Federal province, and what portion of its gross domestic product is devoted to its industries? | ation and country are synonyms; Gross domestic product = GDP; Portion of GDP devoted to industries appears in economy.Industry; Population Density = Population / Area | Republic is on of government forms; Percentage of Services of the GDP was mentioned in economy.Service; Population Density = Population / Area | Uganda is one of country names | GDP per capita = GDP / Population | Indonesia refers to one of countries | Nation refers to country | Moldoveanu is a mountain | Communist is a government form | Uganda is one of country names | GDP refers to gross domestic product | Atlantic Ocean is the second-largest ocean on Earth, after the Pacific Ocean; Ocean and sea share the same meaning |
Provide a list of all organisations with headquarters in London? | London is a city | Organization refers to corporation | Nation refers to country | Ethiopia is one of country names | ratio of people per square meter of surface = Population / Area | Atlantic Ocean is the second-largest ocean on Earth, after the Pacific Ocean; Ocean and sea share the same meaning | ation and country are synonyms; Gross domestic product = GDP; Portion of GDP devoted to industries appears in economy.Industry; Population Density = Population / Area | Japan is a country | Longitude, Latitude = coordinates of the location | Gross domestic product = GDP; Largest share of GDP in agricultural sector was mentioned in economy.Agriculture | Growth population = population_growth * population |
What is the number of growth population for country with the lowest infant mortality? | Growth population = population_growth * population | Percent of non-volcanic mountains = count(mountains = 'Andes' & type ! = 'volcano') / count(mountains = 'Andes') * 100% | coordinates consists of Latitude, Longitude | Negative growth in population means population_growth < 0 | Amazonas flow is a river | GDP refers to gross domestic product; Nation and country are synonyms | Uganda is one of country names | Percentage of rivers with lengths greater than 3,000 miles = [(Total number of rivers with lengths greater than 3,000 miles) / (Total number of rivers)] * 100% | Saudi Arabia is a country | Reigion refers to province | Atlantic Ocean is the second-largest ocean on Earth, after the Pacific Ocean; Ocean and sea share the same meaning |
What sea does the Baltic Sea converge with, and how deep is the Baltic Sea? | Coverage refers to mergesWith | Nation and country are synonyms | Nation refers to country | Gross domestic product = GDP; Largest share of GDP in agricultural sector was mentioned in economy.Agriculture | Average population ratio = Population / Area | coordinates consists of Latitude, Longitude | English and Scottish are two languages; United Kingdom is a country | Most prevalent religion refers to the religion with the most population percentage | population density = Population / Area | population growth rate of over 3% means population_growth > 3 | ation and country are synonyms; Gross domestic product = GDP; Portion of GDP devoted to industries appears in economy.Industry; Population Density = Population / Area |
List all the cities and provinces located at the rivers that flows to Atlantic Ocean. | Atlantic Ocean is the second-largest ocean on Earth, after the Pacific Ocean; Ocean and sea share the same meaning | Moldoveanu is a mountain | Negative growth in population means population_growth < 0 | Orleans is a city in north-central France | Warwickshire is a province | Nation and country share the same meaning. Proportion refers to percentage | English and Scottish are two languages; United Kingdom is a country | Bolivia is the country | GDP refers to gross domestic product; Nation and country are synonyms | Longitude, Latitude = coordinates of the location | Percent of non-volcanic mountains = count(mountains = 'Andes' & type ! = 'volcano') / count(mountains = 'Andes') * 100% |
What form of governance does the least prosperous nation in the world have? | Nation and country are synonyms; Form of governance was mentioned in politics.Government; Least prosperous means lowest GDP | Nation refers to country | GDP refers to gross domestic product | Growth population = population_growth * population | Nation and country share the same meaning. Proportion refers to percentage | percentage can be computed by [count(City = 'Washington') / count(all cities)] * 100% | English and Scottish are two languages; United Kingdom is a country | Singapore is one of country names; GDP refers to gross domestic products; GDP to the industry sector = GDP * Industry | Amazonas flow is a river | Uganda is one of country names | Japan is a country |
What is the total number of Afro-Asian people in the most populous Asian country governed by a monarchy? | Total Number of People = Percentage * Population | Percent of non-volcanic mountains = count(mountains = 'Andes' & type ! = 'volcano') / count(mountains = 'Andes') * 100% | Lake area coverage = [sum(area of the lakes in the country) / (area of the country)] * 100% | Percentage of country > 90% refers to percentage > 90; America is one of country names | Percentage = 100 means 100% of the population | Bolivia is the country | Dutch is one of language | Political system refers to government form | Nation and country share the same meaning. Proportion refers to percentage | Percentage of rivers with lengths greater than 3,000 miles = [(Total number of rivers with lengths greater than 3,000 miles) / (Total number of rivers)] * 100% | Nation and country are synonyms; Form of governance was mentioned in politics.Government; Least prosperous means lowest GDP |
In which province and country does Moldoveanu located? State its height. | Moldoveanu is a mountain | coordinates consists of Latitude, Longitude | Most prevalent religion refers to the religion with the most population percentage | ratio of people per square meter of surface = Population / Area | USA is a country | ation and country are synonyms; Gross domestic product = GDP; Portion of GDP devoted to industries appears in economy.Industry; Population Density = Population / Area | Warwickshire is a province | Lake area coverage = [sum(area of the lakes in the country) / (area of the country)] * 100% | Republic is on of government forms; Percentage of Services of the GDP was mentioned in economy.Service; Population Density = Population / Area | Nation and country share the same meaning. Proportion refers to percentage | Arabic-speaking country = country that speaks 100% Arabic |
What's the percentage of people in Cayman Islands speak English? | Cayman Islands is a country | Average population ratio = Population / Area | Area can measure the size of countries; Country and nation share the same meaning | most people refers to largest population | Area * Depth can represents the metric in terms of both surface area and depth | 'South Yorkshire' is a province | Bermuda is one of countries | GDP refers to gross domestic product | population growth rate of over 3% means population_growth > 3 | Bosnian is one of language | Amazonas flow is a river |
What kind of mountain is Ampato? Which province and nation does this mountain belong to? | Nation refers to country | Bolivia is the country | Orleans is a city in north-central France | Saudi Arabia is a country | Bosnian is one of language | GDP refers to gross domestic product; Nation and country are synonyms | Singapore is one of country names; GDP refers to gross domestic products; GDP to the industry sector = GDP * Industry | most people refers to largest population | Communist is a government form | 'South Yorkshire' is a province | London is a city |
Calculate the percentage of population in Edmonton city to the population of its province. | Percentage of population in each city = population(city) / population(province) * 100% | Anguilla is a country | Arab is the name of enthic groups in the country; Population of (Arab in each country) = (percentage of Arab) * (population of each country) | GDP refers to gross domestic product | Communist is a government form | GDP refers to gross domestic product | Average population ratio = Population / Area | Orleans is a city in north-central France | Arabic-speaking country = country that speaks 100% Arabic | Coverage refers to mergesWith | billion = 1000000000 |
On which island does South Yorkshire situated? State it's longtitude and latitude. | 'South Yorkshire' is a province | Percentage of population in each city = population(city) / population(province) * 100% | Warwickshire is a province | Organization refers to corporation | Moldoveanu is a mountain | Japan is one of country names | English and Scottish are two languages; United Kingdom is a country | Bolivia is the country | Japan is a country | USA is a country | Established means founded; Country means nation; Organization means businesses |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.