answer
stringlengths 32
484
| context
stringlengths 27
489
| question
stringlengths 12
244
|
---|---|---|
SELECT original_air_date FROM table_19897294_10 WHERE family_families = "The Ririe Family" | CREATE TABLE table_19897294_10 (original_air_date VARCHAR, family_families VARCHAR) | When did the episode with the Ririe family air for the first time? |
SELECT location_s_ FROM table_19897294_10 WHERE no_in_series = "US9" | CREATE TABLE table_19897294_10 (location_s_ VARCHAR, no_in_series VARCHAR) | Where was the episode with series number US9 filmed? |
SELECT MIN(no_in_season) FROM table_19897294_10 WHERE no_in_series = "US6" | CREATE TABLE table_19897294_10 (no_in_season INTEGER, no_in_series VARCHAR) | What's the season number of the episode with series number US6? |
SELECT family_families FROM table_19897294_11 WHERE no_in_series = "US14" | CREATE TABLE table_19897294_11 (family_families VARCHAR, no_in_series VARCHAR) | What family was featured in episode us14 of the series? |
SELECT COUNT(location_s_) FROM table_19897294_11 WHERE family_families = "The Webb Family" | CREATE TABLE table_19897294_11 (location_s_ VARCHAR, family_families VARCHAR) | How many locations featured the Webb Family? |
SELECT COUNT(no_in_season) FROM table_19897294_11 WHERE no_in_series = "US17" | CREATE TABLE table_19897294_11 (no_in_season VARCHAR, no_in_series VARCHAR) | What episode in the season was episode us17 in the series? |
SELECT COUNT(no_in_season) FROM table_19897294_11 WHERE no_in_series = "US18" | CREATE TABLE table_19897294_11 (no_in_season VARCHAR, no_in_series VARCHAR) | What episode in the season was episode us18 in the series? |
SELECT no_in_series FROM table_19897294_11 WHERE family_families = "The Amaral Family" | CREATE TABLE table_19897294_11 (no_in_series VARCHAR, family_families VARCHAR) | What episode in the series was the Amaral family featured? |
SELECT round_winner FROM table_19886463_1 WHERE entrant = "Craven Mild Racing" | CREATE TABLE table_19886463_1 (round_winner VARCHAR, entrant VARCHAR) | Who is the round winner when entrant is craven mild racing? |
SELECT round_winner FROM table_19886463_1 WHERE circuit = "Wanneroo Park" | CREATE TABLE table_19886463_1 (round_winner VARCHAR, circuit VARCHAR) | Who is the round winner of the wanneroo park circuit? |
SELECT circuit FROM table_19886463_1 WHERE format = "Two heats" | CREATE TABLE table_19886463_1 (circuit VARCHAR, format VARCHAR) | Which circuit has two heats as the format? |
SELECT original_air_date FROM table_19897294_16 WHERE family_families = "The Potter Family" | CREATE TABLE table_19897294_16 (original_air_date VARCHAR, family_families VARCHAR) | Name the original air date for the potter family |
SELECT COUNT(original_air_date) FROM table_19897294_9 WHERE family_families = "The Ryder Family and The Schwartz Family" | CREATE TABLE table_19897294_9 (original_air_date VARCHAR, family_families VARCHAR) | how many original air date where family/families is the ryder family and the schwartz family |
SELECT location_s_ FROM table_19897294_9 WHERE family_families = "The Abbas Family and The Pickering Family" | CREATE TABLE table_19897294_9 (location_s_ VARCHAR, family_families VARCHAR) | where was the abbas family and the pickering family located |
SELECT class FROM table_19897896_7 WHERE position = "Forward" | CREATE TABLE table_19897896_7 (class VARCHAR, position VARCHAR) | in which class is the position forward |
SELECT season FROM table_19897896_7 WHERE position = "Center" | CREATE TABLE table_19897896_7 (season VARCHAR, position VARCHAR) | in which season the position was center |
SELECT class FROM table_19897896_7 WHERE university = "Ohio state" | CREATE TABLE table_19897896_7 (class VARCHAR, university VARCHAR) | in which class was the ohio state university |
SELECT COUNT(family_families) FROM table_19897294_8 WHERE no_overall = "UK30" | CREATE TABLE table_19897294_8 (family_families VARCHAR, no_overall VARCHAR) | Name the number of families for uk30 |
SELECT MAX(no_in_series) FROM table_19897294_8 WHERE family_families = "The Ward Family and The Wren Family" | CREATE TABLE table_19897294_8 (no_in_series INTEGER, family_families VARCHAR) | Name the number in series for in the ward family and the wren family |
SELECT family_families FROM table_19897294_8 WHERE no_overall = "UK31" | CREATE TABLE table_19897294_8 (family_families VARCHAR, no_overall VARCHAR) | Name the family for uk31 |
SELECT MIN(no_in_series) FROM table_19897294_8 | CREATE TABLE table_19897294_8 (no_in_series INTEGER) | Name the least number in series |
SELECT COUNT(location_s_) FROM table_19897294_8 WHERE no_overall = "UK32" | CREATE TABLE table_19897294_8 (location_s_ VARCHAR, no_overall VARCHAR) | Name the number of locations for uk32 |
SELECT original_air_date FROM table_19897294_5 WHERE no_overall = "UK17" | CREATE TABLE table_19897294_5 (original_air_date VARCHAR, no_overall VARCHAR) | Name the air date for uk17 |
SELECT family_families FROM table_19897294_5 WHERE no_overall = "UK17" | CREATE TABLE table_19897294_5 (family_families VARCHAR, no_overall VARCHAR) | Name the family/families uk17 |
SELECT MAX(_number) FROM table_19908313_2 WHERE crew_chief = "Billy Wilburn" | CREATE TABLE table_19908313_2 (_number INTEGER, crew_chief VARCHAR) | What is the number of the truck that has the crew chief Billy Wilburn? |
SELECT _number FROM table_19908313_2 WHERE listed_owner_s_ = "Stephen Germain" | CREATE TABLE table_19908313_2 (_number VARCHAR, listed_owner_s_ VARCHAR) | What number truck is owned by Stephen Germain? |
SELECT team FROM table_19908313_2 WHERE primary_sponsor_s_ = "D3 Outdoors" | CREATE TABLE table_19908313_2 (team VARCHAR, primary_sponsor_s_ VARCHAR) | What team is sponsored by d3 Outdoors? |
SELECT COUNT(team) FROM table_19908313_2 WHERE listed_owner_s_ = "Jeff Wyler" | CREATE TABLE table_19908313_2 (team VARCHAR, listed_owner_s_ VARCHAR) | How many teams does Jeff Wyler own? |
SELECT primary_sponsor_s_ FROM table_19908313_2 WHERE crew_chief = "Rick Ren" | CREATE TABLE table_19908313_2 (primary_sponsor_s_ VARCHAR, crew_chief VARCHAR) | Who is the primary sponsor for crew cheif Rick Ren's team? |
SELECT primary_sponsor_s_ FROM table_19908313_2 WHERE listed_owner_s_ = "Bobby Dotter" | CREATE TABLE table_19908313_2 (primary_sponsor_s_ VARCHAR, listed_owner_s_ VARCHAR) | Who sponsors owner Bobby Dotter's team? |
SELECT price FROM table_19905183_1 WHERE captain = "Sanath Jayasuriya" | CREATE TABLE table_19905183_1 (price VARCHAR, captain VARCHAR) | What's the price of the team whose captain is Sanath Jayasuriya? |
SELECT team FROM table_19905183_1 WHERE province = "Eastern" | CREATE TABLE table_19905183_1 (team VARCHAR, province VARCHAR) | What team is from the Eastern province? |
SELECT head_coach FROM table_19905183_1 WHERE price = "$3.22 million" | CREATE TABLE table_19905183_1 (head_coach VARCHAR, price VARCHAR) | Who's the head coach of the team with a price of $3.22 million? |
SELECT COUNT(team) FROM table_19905183_1 WHERE head_coach = "Waqar Younis" | CREATE TABLE table_19905183_1 (team VARCHAR, head_coach VARCHAR) | In how many teams is Waqar Younis the head coach? |
SELECT province FROM table_19905183_1 WHERE team = "Ruhuna Royals" | CREATE TABLE table_19905183_1 (province VARCHAR, team VARCHAR) | What province does the Ruhuna Royals team come from? |
SELECT birth_date FROM table_19900792_1 WHERE player = "Alexey Kuleshov" | CREATE TABLE table_19900792_1 (birth_date VARCHAR, player VARCHAR) | When was Alexey Kuleshov born? |
SELECT trigger_pack FROM table_19901_1 WHERE rear_sight_type = "A1" AND colt_model_no = "602" | CREATE TABLE table_19901_1 (trigger_pack VARCHAR, rear_sight_type VARCHAR, colt_model_no VARCHAR) | What is the trigger pack on the Colt 602 with the a1 rear sight type? |
SELECT rear_sight_type FROM table_19901_1 WHERE muzzle_device = "ACR muzzle brake" | CREATE TABLE table_19901_1 (rear_sight_type VARCHAR, muzzle_device VARCHAR) | What is the rear sight type on the model with the acr muzzle brake device? |
SELECT muzzle_device FROM table_19901_1 WHERE colt_model_no = "603" | CREATE TABLE table_19901_1 (muzzle_device VARCHAR, colt_model_no VARCHAR) | Which muzzle devices are on the Colt 603? |
SELECT us_viewers__millions_ FROM table_19925114_1 WHERE no_in_season = 8 | CREATE TABLE table_19925114_1 (us_viewers__millions_ VARCHAR, no_in_season VARCHAR) | How many millions of people in the US watched the episode with season number 8? |
SELECT COUNT(directed_by) FROM table_19925114_1 WHERE no_in_series = 38 | CREATE TABLE table_19925114_1 (directed_by VARCHAR, no_in_series VARCHAR) | How many episodes had the series number of 38? |
SELECT COUNT(us_viewers__millions_) FROM table_19925114_1 WHERE no_in_season = 8 | CREATE TABLE table_19925114_1 (us_viewers__millions_ VARCHAR, no_in_season VARCHAR) | How many different numbers of people in the US who'd seen the episode with a season number 8 are there? |
SELECT COUNT(rufus_guest) FROM table_19930660_1 WHERE first_broadcast = "15 December 2008" | CREATE TABLE table_19930660_1 (rufus_guest VARCHAR, first_broadcast VARCHAR) | Name the rufus guest for 15 december 2008 |
SELECT winner FROM table_19930660_1 WHERE marcus_guest = "Jason Byrne" | CREATE TABLE table_19930660_1 (winner VARCHAR, marcus_guest VARCHAR) | Name the winner for jason byrne |
SELECT rufus_guest FROM table_19930660_1 WHERE episode = "1x07" | CREATE TABLE table_19930660_1 (rufus_guest VARCHAR, episode VARCHAR) | Name the rufus guest for episode 1x07 |
SELECT winner FROM table_19930660_1 WHERE first_broadcast = "26 January 2009" | CREATE TABLE table_19930660_1 (winner VARCHAR, first_broadcast VARCHAR) | Name the winner for 26 january 2009 |
SELECT first_broadcast FROM table_19930660_2 WHERE episode = "2x11" | CREATE TABLE table_19930660_2 (first_broadcast VARCHAR, episode VARCHAR) | When was episode 2x11 aired for the first time? |
SELECT winner FROM table_19930660_2 WHERE rufus_guest = "Sean Lock" | CREATE TABLE table_19930660_2 (winner VARCHAR, rufus_guest VARCHAR) | Who won the episode in which Sean Lock was Rufus's guest? |
SELECT first_broadcast FROM table_19930660_2 WHERE episode = "2x10" | CREATE TABLE table_19930660_2 (first_broadcast VARCHAR, episode VARCHAR) | When was the episode 2x10 aired for the first time? |
SELECT marcus_guest FROM table_19930660_2 WHERE rufus_guest = "Rory McGrath" | CREATE TABLE table_19930660_2 (marcus_guest VARCHAR, rufus_guest VARCHAR) | Who was Marcus's guest in the episode when Rufus's guest was Rory McGrath? |
SELECT COUNT(ranking_la__2_) FROM table_19948664_2 WHERE world_ranking__1_ = "21st" | CREATE TABLE table_19948664_2 (ranking_la__2_ VARCHAR, world_ranking__1_ VARCHAR) | How many items were under ranking l.a.(2) when the world ranking was 21st? |
SELECT author___editor___source FROM table_19948664_2 WHERE ranking_la__2_ = "1st" | CREATE TABLE table_19948664_2 (author___editor___source VARCHAR, ranking_la__2_ VARCHAR) | What was the author/editor/source when the l.a. ranking was 1st? |
SELECT COUNT(index__year_) FROM table_19948664_2 WHERE countries_sampled = 157 | CREATE TABLE table_19948664_2 (index__year_ VARCHAR, countries_sampled VARCHAR) | How many years were listed under index when there were 157 countries sampled? |
SELECT year_of_publication FROM table_19948664_2 WHERE ranking_la__2_ = "1st" | CREATE TABLE table_19948664_2 (year_of_publication VARCHAR, ranking_la__2_ VARCHAR) | What was the publication year ranking l.a. is 1st? |
SELECT COUNT(index__year_) FROM table_19948664_2 WHERE world_ranking__1_ = "21st" | CREATE TABLE table_19948664_2 (index__year_ VARCHAR, world_ranking__1_ VARCHAR) | How many years were recorded when world ranking was 21st? |
SELECT wireless_lan FROM table_199666_1 WHERE process_technology = "90nm" AND centrino = "Carmel" | CREATE TABLE table_199666_1 (wireless_lan VARCHAR, process_technology VARCHAR, centrino VARCHAR) | What Wireless LAN had a process technology of 90nm and a Carmel centrino? |
SELECT chipset FROM table_199666_1 WHERE codename = "Arrandale" AND wireless_lan = "Intel centrino Ultimate-N 6300" | CREATE TABLE table_199666_1 (chipset VARCHAR, codename VARCHAR, wireless_lan VARCHAR) | How many series had the chipset of the Intel Centrino Ultimate-N 6300 wireless LAN with the codename Arrandale? |
SELECT process_technology FROM table_199666_1 WHERE wireless_lan = "Intel WiFi Link 5100" | CREATE TABLE table_199666_1 (process_technology VARCHAR, wireless_lan VARCHAR) | What's the process technology of the Intel WiFi Link 5100 wireless LAN? |
SELECT processor FROM table_199666_1 WHERE wireless_lan = "Intel centrino Wireless-N 105" | CREATE TABLE table_199666_1 (processor VARCHAR, wireless_lan VARCHAR) | What type of processor does the Intel Centrino Wireless-N 105 wireless LAN have? |
SELECT codename FROM table_199666_1 WHERE centrino = "Chief River" | CREATE TABLE table_199666_1 (codename VARCHAR, centrino VARCHAR) | What's the code name of the wireless LAN with Chief River Centrino? |
SELECT COUNT(number) FROM table_1997759_1 WHERE last_flew = "19 April 1985" | CREATE TABLE table_1997759_1 (number VARCHAR, last_flew VARCHAR) | on 19 april 1985 how many of number last flew |
SELECT registration FROM table_1997759_1 WHERE first_flew = "31 January 1975" | CREATE TABLE table_1997759_1 (registration VARCHAR, first_flew VARCHAR) | what is the registration located on 31 january 1975 where first flew? |
SELECT location FROM table_1997759_1 WHERE last_flew = "11 June 2000" | CREATE TABLE table_1997759_1 (location VARCHAR, last_flew VARCHAR) | at what location is the last flew on 11 june 2000 |
SELECT COUNT(number) FROM table_1997759_1 WHERE registration = "F-BVFF" | CREATE TABLE table_1997759_1 (number VARCHAR, registration VARCHAR) | how many number is located at registration f-bvff? |
SELECT television_commentator FROM table_1998037_9 WHERE radio_commentator = "Galyna Babiy" | CREATE TABLE table_1998037_9 (television_commentator VARCHAR, radio_commentator VARCHAR) | Who is the television commentator when the radio commentator is Galyna Babiy? |
SELECT television_commentator FROM table_1998037_9 WHERE spokesperson = "Kateryna Osadcha" | CREATE TABLE table_1998037_9 (television_commentator VARCHAR, spokesperson VARCHAR) | Who is the television commentator when the spokesperson is Kateryna Osadcha? |
SELECT MIN(year_s_) FROM table_1998037_9 WHERE spokesperson = "Ruslana" | CREATE TABLE table_1998037_9 (year_s_ INTEGER, spokesperson VARCHAR) | What is the year when the spoksperson is Ruslana? |
SELECT television_commentator FROM table_1998037_9 WHERE year_s_ = 2006 | CREATE TABLE table_1998037_9 (television_commentator VARCHAR, year_s_ VARCHAR) | Who is the television commentator for the year 2006? |
SELECT no_in_season FROM table_19995378_1 WHERE us_viewers__millions_ = "10.11" | CREATE TABLE table_19995378_1 (no_in_season VARCHAR, us_viewers__millions_ VARCHAR) | What is the season number of the episode seen by 10.11 million people in the US? |
SELECT COUNT(no_in_season) FROM table_19995378_1 WHERE us_viewers__millions_ = "8.69" | CREATE TABLE table_19995378_1 (no_in_season VARCHAR, us_viewers__millions_ VARCHAR) | How many episodes with different series numbers were seen by 8.69 people in the US? |
SELECT san_antonio_de_lomerío_municipality___percentage_ FROM table_19998428_3 WHERE language = "Only native" | CREATE TABLE table_19998428_3 (san_antonio_de_lomerío_municipality___percentage_ VARCHAR, language VARCHAR) | If the language is only native, what is the percentage of the San Antonio de Lomerio municipality? |
SELECT MAX(san_javier_municipality___percentage_) FROM table_19998428_3 WHERE language = "Aymara simi" | CREATE TABLE table_19998428_3 (san_javier_municipality___percentage_ INTEGER, language VARCHAR) | For language Aymara Simi, what was the maximum San Javier municipality percentage? |
SELECT COUNT(san_julián_municipality___percentage_) FROM table_19998428_3 WHERE san_antonio_de_lomerío_municipality___percentage_ = "5.480" | CREATE TABLE table_19998428_3 (san_julián_municipality___percentage_ VARCHAR, san_antonio_de_lomerío_municipality___percentage_ VARCHAR) | If the San Antonio de Lomerio municipality percentage is 5.480, what is the total percentage for the San Julian municipality? |
SELECT san_antonio_de_lomerío_municipality___percentage_ FROM table_19998428_3 WHERE san_javier_municipality___percentage_ = 31 | CREATE TABLE table_19998428_3 (san_antonio_de_lomerío_municipality___percentage_ VARCHAR, san_javier_municipality___percentage_ VARCHAR) | What is the municipality percentage for San Antonio de Lomerio is San Javier municipality percentage is 31? |
SELECT san_antonio_de_lomerío_municipality___percentage_ FROM table_19998428_3 WHERE cuatro_cañadas_municipality___percentage_ = "252" | CREATE TABLE table_19998428_3 (san_antonio_de_lomerío_municipality___percentage_ VARCHAR, cuatro_cañadas_municipality___percentage_ VARCHAR) | If the Cuatro Cañadas municipality percentage is 252, what are all the San Antonio de Lomerío municipality percentage? |
SELECT san_javier_municipality___percentage_ FROM table_19998428_3 WHERE cuatro_cañadas_municipality___percentage_ = "202" | CREATE TABLE table_19998428_3 (san_javier_municipality___percentage_ VARCHAR, cuatro_cañadas_municipality___percentage_ VARCHAR) | What is the San Javier municipality percentage if the Cuatro Cañadas municipality percentage is 202? |
SELECT COUNT(_number) FROM table_19982699_1 WHERE director = "Robert Young" | CREATE TABLE table_19982699_1 (_number VARCHAR, director VARCHAR) | How many total number have robert young as the director? |
SELECT MIN(_number) FROM table_19982699_1 WHERE producer = "Charles Salmon" AND television_premiere = "January 27, 2007" | CREATE TABLE table_19982699_1 (_number INTEGER, producer VARCHAR, television_premiere VARCHAR) | How many numbers have Charles Salmon as the producer and January 27, 2007 was the television premiere? |
SELECT COUNT(dvd_release) FROM table_19982699_1 WHERE director = "David DeCoteau" | CREATE TABLE table_19982699_1 (dvd_release VARCHAR, director VARCHAR) | How many dvd releases where directed by david decoteau? |
SELECT dvd_release FROM table_19982699_1 WHERE director = "Billy O'Brien" | CREATE TABLE table_19982699_1 (dvd_release VARCHAR, director VARCHAR) | When was the dvd release directed by Billy O'Brien? |
SELECT record FROM table_20010140_9 WHERE game = 20 | CREATE TABLE table_20010140_9 (record VARCHAR, game VARCHAR) | What was the record after game 20? |
SELECT high_assists FROM table_20010140_9 WHERE team = "Iowa" | CREATE TABLE table_20010140_9 (high_assists VARCHAR, team VARCHAR) | For the game against Iowa, who had the most assists? |
SELECT high_assists FROM table_20010140_10 WHERE date = "February 15" | CREATE TABLE table_20010140_10 (high_assists VARCHAR, date VARCHAR) | state high assists on february 15 |
SELECT COUNT(high_points) FROM table_20010140_10 WHERE date = "February 19" | CREATE TABLE table_20010140_10 (high_points VARCHAR, date VARCHAR) | how many high points where date is february 19 |
SELECT COUNT(location_attendance) FROM table_20010140_10 WHERE record = "15–10 (5–7)" | CREATE TABLE table_20010140_10 (location_attendance VARCHAR, record VARCHAR) | state the number of location attendance where record is 15–10 (5–7) |
SELECT COUNT(date) FROM table_20010140_10 WHERE high_assists = "Stu Douglass (5) – 4" | CREATE TABLE table_20010140_10 (date VARCHAR, high_assists VARCHAR) | how many dates where high assists is stu douglass (5) – 4 |
SELECT COUNT(record) FROM table_20010140_10 WHERE date = "February 22" | CREATE TABLE table_20010140_10 (record VARCHAR, date VARCHAR) | how many records were made on february 22 |
SELECT MAX(applications) FROM table_20007413_3 WHERE year = "1986" | CREATE TABLE table_20007413_3 (applications INTEGER, year VARCHAR) | Name the most applications for 1986 |
SELECT torque FROM table_20007413_3 WHERE year = "1986" | CREATE TABLE table_20007413_3 (torque VARCHAR, year VARCHAR) | Name the torque for 1986 |
SELECT network FROM table_20026849_1 WHERE destination = "Australia" | CREATE TABLE table_20026849_1 (network VARCHAR, destination VARCHAR) | What network showed the season with Australia as the destination? |
SELECT MAX(season) FROM table_20026849_1 WHERE contestants = 20 | CREATE TABLE table_20026849_1 (season INTEGER, contestants VARCHAR) | What was the latest season with 20 contestants? |
SELECT MIN(season) FROM table_20026849_1 WHERE winner = "Ashutosh Kaushik" | CREATE TABLE table_20026849_1 (season INTEGER, winner VARCHAR) | What season was won by Ashutosh Kaushik? |
SELECT destination FROM table_20026849_1 WHERE winner = "Anwar Syed" | CREATE TABLE table_20026849_1 (destination VARCHAR, winner VARCHAR) | What was the destination of the season won by Anwar Syed? |
SELECT season FROM table_20026849_1 WHERE winner = "Anthony Yeh" | CREATE TABLE table_20026849_1 (season VARCHAR, winner VARCHAR) | What season was won by Anthony Yeh? |
SELECT winner FROM table_20026849_1 WHERE destination = "Africa" | CREATE TABLE table_20026849_1 (winner VARCHAR, destination VARCHAR) | Who won the season with Africa as its destination? |
SELECT african_spoonbill FROM table_20042805_2 WHERE hadeda_ibis = "Brown Snake Eagle" | CREATE TABLE table_20042805_2 (african_spoonbill VARCHAR, hadeda_ibis VARCHAR) | What is the African Spoonbill when the Hadeda Ibis is the Brown Snake Eagle? |
SELECT hadeda_ibis FROM table_20042805_2 WHERE ostrich = "Dark Chanting Goshawk" | CREATE TABLE table_20042805_2 (hadeda_ibis VARCHAR, ostrich VARCHAR) | What is the Hadeda Ibis when the Ostrich is Dark Chanting Goshawk? |
SELECT african_spoonbill FROM table_20042805_2 WHERE hadeda_ibis = "Flernecked Nightjar" | CREATE TABLE table_20042805_2 (african_spoonbill VARCHAR, hadeda_ibis VARCHAR) | What is the African Spoonbill when the Hadeda Ibis is Flernecked Nightjar? |
SELECT hadeda_ibis FROM table_20042805_2 WHERE knobbilled_duck = "Pied Crow" | CREATE TABLE table_20042805_2 (hadeda_ibis VARCHAR, knobbilled_duck VARCHAR) | What is the Hadeda Ibis when the Knobbilled Duck is Pied Crow? |
SELECT african_spoonbill FROM table_20042805_2 WHERE ostrich = "Brown-hooded Kingfisher" | CREATE TABLE table_20042805_2 (african_spoonbill VARCHAR, ostrich VARCHAR) | What is the African Spoonbill when the Ostrich is Brown-hooded Kingfisher? |
Subsets and Splits