question
stringlengths 14
216
| context
stringlengths 45
458
| answer
stringlengths 18
463
|
---|---|---|
Who is the director of the film with the title лепа села лепо горе? | create table table_22265716_1 (director varchar, original_title varchar, PRIMARY KEY (director)) | select director from table_22265716_1 where original_title = "лепа села лепо горе" |
What is the Friday 4 June if the Wednesday 2 June is 20' 50.62 108.608mph? | create table table_25220821_3 (fri_4_june varchar, wed_2_june varchar, PRIMARY KEY (fri_4_june)) | select fri_4_june from table_25220821_3 where wed_2_june = "20' 50.62 108.608mph" |
What shows for sat 20 aug when fri 26 aug is 19' 30.70 116.023mph? | create table table_30058355_2 (sat_20_aug varchar, fri_26_aug varchar, PRIMARY KEY (sat_20_aug)) | select sat_20_aug from table_30058355_2 where fri_26_aug = "19' 30.70 116.023mph" |
what is the name of the coloneo of the 35th regiment | create table table_29458735_5 (colonel varchar, regiment varchar, PRIMARY KEY (colonel)) | select colonel from table_29458735_5 where regiment = "35th regiment" |
How many flights do we have? | create table flight (id varchar, PRIMARY KEY (id)) | select count(*) from flight |
Who is the second runner up when Janina San Miguel won binibining pilipinas-world? | create table table_1825751_4 (second_runner_up varchar, binibining_pilipinas_world varchar, PRIMARY KEY (second_runner_up)) | select count(second_runner_up) from table_1825751_4 where binibining_pilipinas_world = "janina san miguel" |
Nusa Ina only played once while group 7 played. | create table table_19523142_5 (group_7 varchar, group_12 varchar, PRIMARY KEY (group_7)) | select count(group_7) from table_19523142_5 where group_12 = "nusa ina" |
What is the air force cross when you recieve the Aerial achievement medal? | create table table_2104176_1 (air_force_cross varchar, homeland_security_distinguished_service_medal varchar, PRIMARY KEY (air_force_cross)) | select air_force_cross from table_2104176_1 where homeland_security_distinguished_service_medal = "aerial achievement medal" |
What was the team's record against philadelphia? | create table table_27882867_8 (record varchar, team varchar, PRIMARY KEY (record)) | select record from table_27882867_8 where team = "philadelphia" |
What is the Japanese orthography for National Fisheries University? | create table table_11390711_4 (japanese_orthography varchar, english_name varchar, PRIMARY KEY (japanese_orthography)) | select japanese_orthography from table_11390711_4 where english_name = "national fisheries university" |
When Alberto Contador Kanstantsin Sivtsov was the general classification and Alessandro Petacchi was the points classification at the same time while Mark Cavendish is the winner, who was the mountain classification? | create table table_28538368_2 (mountains_classification varchar, winner varchar, general_classification varchar, points_classification varchar, PRIMARY KEY (mountains_classification)) | select mountains_classification from table_28538368_2 where general_classification = "alberto contador kanstantsin sivtsov" and points_classification = "alessandro petacchi" and winner = "mark cavendish" |
List the clubs having "Davis Steven" as a member. | create table student (stuid varchar, fname varchar, lname varchar, PRIMARY KEY (stuid)); create table member_of_club (clubid varchar, stuid varchar, PRIMARY KEY (clubid)); create table club (clubname varchar, clubid varchar, PRIMARY KEY (clubname)) | select distinct t1.clubname from club as t1 join member_of_club as t2 on t1.clubid = t2.clubid join student as t3 on t2.stuid = t3.stuid where t3.fname = "davis" and t3.lname = "steven" |
what's the country with health being 91.4 | create table table_145439_1 (country varchar, health varchar, PRIMARY KEY (country)) | select country from table_145439_1 where health = "91.4" |
Who was the jockey with opening odds of 4-1? | create table table_22517564_3 (jockey varchar, opening_odds varchar, PRIMARY KEY (jockey)) | select jockey from table_22517564_3 where opening_odds = "4-1" |
What are flight numbers of Airline "United Airlines"? | create table airlines (uid varchar, airline varchar, PRIMARY KEY (uid)); create table flights (flightno varchar, airline varchar, PRIMARY KEY (flightno)) | select t1.flightno from flights as t1 join airlines as t2 on t2.uid = t1.airline where t2.airline = "united airlines" |
who was the winner of uci rating cn? | create table table_27887723_1 (winner varchar, uci_rating varchar, PRIMARY KEY (winner)) | select winner from table_27887723_1 where uci_rating = "cn" |
What is the hometown of trinity high school? | create table table_11677691_7 (hometown varchar, school varchar, PRIMARY KEY (hometown)) | select hometown from table_11677691_7 where school = "trinity high school" |
Who directed the episode that had 6.76 million U.S. viewers? | create table table_23242968_1 (directed_by varchar, us_viewers__millions_ varchar, PRIMARY KEY (directed_by)) | select directed_by from table_23242968_1 where us_viewers__millions_ = "6.76" |
When dizzee rascal is 5th, who was the winner? | create table table_17111812_1 (winner varchar, fifth varchar, PRIMARY KEY (winner)) | select winner from table_17111812_1 where fifth = "dizzee rascal" |
how many times has Aaron Ogden (f), been a successor and has had a formal installation? | create table table_224840_3 (date_of_successors_formal_installation varchar, successor varchar, PRIMARY KEY (date_of_successors_formal_installation)) | select count(date_of_successors_formal_installation) from table_224840_3 where successor = "aaron ogden (f)" |
Find the first names of all the teachers that teach in classroom 110. | create table teachers (firstname varchar, classroom varchar, PRIMARY KEY (firstname)) | select firstname from teachers where classroom = 110 |
Which gender makes up the majority of the staff? | create table staff (gender varchar, PRIMARY KEY (gender)) | select gender from staff group by gender order by count(*) desc limit 1 |
Whats the name of segment D in the episode where segment A is tequila | create table table_15187735_16 (segment_d varchar, segment_a varchar, PRIMARY KEY (segment_d)) | select segment_d from table_15187735_16 where segment_a = "tequila" |
What was the team where Darren Collison (7) scored high assists? | create table table_27756164_11 (team varchar, high_assists varchar, PRIMARY KEY (team)) | select team from table_27756164_11 where high_assists = "darren collison (7)" |
What party is John McHugh a member of? | create table table_1341453_34 (party varchar, incumbent varchar, PRIMARY KEY (party)) | select party from table_1341453_34 where incumbent = "john mchugh" |
If extremely adventures is the category what is the height from sea level in meters? | create table table_1430913_1 (height_from_sea_level_in_meters varchar, category varchar, PRIMARY KEY (height_from_sea_level_in_meters)) | select height_from_sea_level_in_meters from table_1430913_1 where category = "extremely adventures" |
Find the names of all patients who have an undergoing treatment and are staying in room 111. | create table undergoes (patient varchar, stay varchar, PRIMARY KEY (patient)); create table stay (stayid varchar, room varchar, PRIMARY KEY (stayid)); create table patient (name varchar, ssn varchar, PRIMARY KEY (name)) | select distinct t2.name from undergoes as t1 join patient as t2 on t1.patient = t2.ssn join stay as t3 on t1.stay = t3.stayid where t3.room = 111 |
What consoles was Shenmue released on? | create table table_12887260_1 (console varchar, franchise_or_game varchar, PRIMARY KEY (console)) | select console from table_12887260_1 where franchise_or_game = "shenmue" |
List the name of physicians who never took any appointment. | create table physician (name varchar, PRIMARY KEY (name)); create table appointment (physician varchar, PRIMARY KEY (physician)); create table physician (name varchar, employeeid varchar, PRIMARY KEY (name)) | select name from physician except select t2.name from appointment as t1 join physician as t2 on t1.physician = t2.employeeid |
What is the party when the incumbent is samuel smith? | create table table_2668416_7 (party varchar, incumbent varchar, PRIMARY KEY (party)) | select party from table_2668416_7 where incumbent = "samuel smith" |
Name the mountains classification for bradley white | create table table_23944514_15 (mountains_classification varchar, aggressive_rider varchar, PRIMARY KEY (mountains_classification)) | select mountains_classification from table_23944514_15 where aggressive_rider = "bradley white" |
How many Arabic forms are there for the 1st. plur. perfect category? | create table table_2784232_1 (arabic_form varchar, morphological_category varchar, PRIMARY KEY (arabic_form)) | select count(arabic_form) from table_2784232_1 where morphological_category = "1st. plur. perfect" |
Name the number of ratings for bruce forsyth | create table table_29135051_2 (ratings varchar, guest_s_ varchar, PRIMARY KEY (ratings)) | select count(ratings) from table_29135051_2 where guest_s_ = "bruce forsyth" |
On the Circuit Zolder who was the winning team? | create table table_25213146_2 (winning_team varchar, circuit varchar, PRIMARY KEY (winning_team)) | select winning_team from table_25213146_2 where circuit = "circuit zolder" |
Name the centennial for 1992 akimel | create table table_15977768_1 (centennial varchar, akimel_a_al_the_name_is_tohono_oodham_for_children_of_the_river varchar, PRIMARY KEY (centennial)) | select centennial from table_15977768_1 where akimel_a_al_the_name_is_tohono_oodham_for_children_of_the_river = "1992" |
How many instrument does the musician with last name "Heilo" use? | create table instruments (bandmateid varchar, PRIMARY KEY (bandmateid)); create table band (id varchar, lastname varchar, PRIMARY KEY (id)) | select count(distinct instrument) from instruments as t1 join band as t2 on t1.bandmateid = t2.id where t2.lastname = "heilo" |
wich spokesperson talked on luxembourg | create table table_184803_4 (spokespersons varchar, country varchar, PRIMARY KEY (spokespersons)) | select spokespersons from table_184803_4 where country = "luxembourg" |
Find the number of employees hired in each shop; show the shop name as well. | create table shop (name varchar, shop_id varchar, PRIMARY KEY (name)); create table hiring (shop_id varchar, PRIMARY KEY (shop_id)) | select count(*), t2.name from hiring as t1 join shop as t2 on t1.shop_id = t2.shop_id group by t2.name |
What party did incumbent Albert Wynn belong to? | create table table_1341423_20 (party varchar, incumbent varchar, PRIMARY KEY (party)) | select party from table_1341423_20 where incumbent = "albert wynn" |
Which institutions primary conference is merged into the university of Massachusetts boston? | create table table_261927_2 (institution varchar, primary_conference varchar, PRIMARY KEY (institution)) | select institution from table_261927_2 where primary_conference = "merged into the university of massachusetts boston" |
Find the last names of teachers who are not involved in any detention. | create table teachers (last_name varchar, PRIMARY KEY (last_name)); create table teachers (last_name varchar, teacher_id varchar, PRIMARY KEY (last_name)); create table detention (teacher_id varchar, PRIMARY KEY (teacher_id)) | select last_name from teachers except select t1.last_name from teachers as t1 join detention as t2 on t1.teacher_id = t2.teacher_id |
How many teams eliminated when 11 teams started? | create table table_23995075_2 (teams_that_have_been_eliminated varchar, teams_started varchar, PRIMARY KEY (teams_that_have_been_eliminated)) | select teams_that_have_been_eliminated from table_23995075_2 where teams_started = "11" |
When the winners votes were 50.54% who were the members of parliment? | create table table_18106841_1 (members_of_parliament varchar, winners__percentage_votes varchar, PRIMARY KEY (members_of_parliament)) | select members_of_parliament from table_18106841_1 where winners__percentage_votes = "50.54%" |
What country do the Winnipeg Jets come from? | create table table_2679061_7 (nationality varchar, nhl_team varchar, PRIMARY KEY (nationality)) | select nationality from table_2679061_7 where nhl_team = "winnipeg jets" |
Find the names of the swimmers who have both "win" and "loss" results in the record. | create table record (swimmer_id varchar, PRIMARY KEY (swimmer_id)); create table swimmer (name varchar, id varchar, PRIMARY KEY (name)) | select t1.name from swimmer as t1 join record as t2 on t1.id = t2.swimmer_id where result = 'win' intersect select t1.name from swimmer as t1 join record as t2 on t1.id = t2.swimmer_id where result = 'loss' |
How is the math course described? | create table courses (course_description varchar, course_name varchar, PRIMARY KEY (course_description)) | select course_description from courses where course_name = 'math' |
What are the name and os of web client accelerators that do not work with only a 'Broadband' type connection? | create table web_client_accelerator (name varchar, operating_system varchar, connection varchar, PRIMARY KEY (name)) | select name, operating_system from web_client_accelerator where connection <> 'broadband' |
In what year and location did Wang Liqin win the Mens Singles? | create table table_28138035_35 (year_location varchar, mens_singles varchar, PRIMARY KEY (year_location)) | select year_location from table_28138035_35 where mens_singles = "wang liqin" |
What is the description of role code ED? | create table roles (role_description varchar, role_code varchar, PRIMARY KEY (role_description)) | select role_description from roles where role_code = "ed" |
How many security forces? | create table table_21636599_1 (security_forces integer, PRIMARY KEY (security_forces)) | select max(security_forces) from table_21636599_1 |
Name the total number of grounds for essendon | create table table_16388047_1 (ground varchar, home_team varchar, PRIMARY KEY (ground)) | select count(ground) from table_16388047_1 where home_team = "essendon" |
What is the chapter for Illinois Wesleyan? | create table table_21821014_1 (chapter varchar, institution varchar, PRIMARY KEY (chapter)) | select chapter from table_21821014_1 where institution = "illinois wesleyan" |
Find the names of schools that have some players in the mid position but not in the goalie position. | create table tryout (cname varchar, ppos varchar, PRIMARY KEY (cname)) | select cname from tryout where ppos = 'mid' except select cname from tryout where ppos = 'goalie' |
If the race time is 2:00:33, what is the average speed? | create table table_2260452_1 (average_speed__mph_ varchar, race_time varchar, PRIMARY KEY (average_speed__mph_)) | select average_speed__mph_ from table_2260452_1 where race_time = "2:00:33" |
Who was the winning team of the game that was contested on February 1, 2009? | create table table_10548224_1 (winning_team varchar, date_contested varchar, PRIMARY KEY (winning_team)) | select winning_team from table_10548224_1 where date_contested = "february 1, 2009" |
What are the titles of papers published by "Jeremy Gibbons"? | create table authorship (authid varchar, paperid varchar, PRIMARY KEY (authid)); create table papers (title varchar, paperid varchar, PRIMARY KEY (title)); create table authors (authid varchar, fname varchar, lname varchar, PRIMARY KEY (authid)) | select t3.title from authors as t1 join authorship as t2 on t1.authid = t2.authid join papers as t3 on t2.paperid = t3.paperid where t1.fname = "jeremy" and t1.lname = "gibbons" |
Name the parent unit for ludwig franzisket | create table table_28342423_1 (parent_unit varchar, commanding_officer varchar, PRIMARY KEY (parent_unit)) | select parent_unit from table_28342423_1 where commanding_officer = "ludwig franzisket" |
What is the largest laps led with the lotus-ford 34/3 chassis? | create table table_181892_4 (laps_led integer, chassis varchar, PRIMARY KEY (laps_led)) | select max(laps_led) from table_181892_4 where chassis = "lotus-ford 34/3" |
What was the name of the show that had 10.47 million total viewers? | create table table_23793770_2 (title varchar, total_viewers__in_millions_ varchar, PRIMARY KEY (title)) | select title from table_23793770_2 where total_viewers__in_millions_ = "10.47" |
Name the most number of pyewipe | create table table_15608800_2 (number_at_pyewipe integer, PRIMARY KEY (number_at_pyewipe)) | select max(number_at_pyewipe) from table_15608800_2 |
How many pre-race analysis occur when Allen Bestwick does the lap-by-lap? | create table table_10716893_3 (pre_race_analyst varchar, lap_by_lap varchar, PRIMARY KEY (pre_race_analyst)) | select count(pre_race_analyst) from table_10716893_3 where lap_by_lap = "allen bestwick" |
How many total reason for change are listed corresponding to the successor Leonard B. Jordan (r)? | create table table_1802522_3 (reason_for_change varchar, successor varchar, PRIMARY KEY (reason_for_change)) | select count(reason_for_change) from table_1802522_3 where successor = "leonard b. jordan (r)" |
What is the number of local sources for state and federal 12,929,489 | create table table_11608735_3 (other_local_sources varchar, state_ varchar, _federal varchar, PRIMARY KEY (other_local_sources)) | select other_local_sources from table_11608735_3 where state_ & _federal = "12,929,489" |
what is the arabic capital name where the english capital name is beirut? | create table table_15694696_1 (arabic_capital_name varchar, english_capital_name varchar, PRIMARY KEY (arabic_capital_name)) | select arabic_capital_name from table_15694696_1 where english_capital_name = "beirut" |
What is the gdp per capita in 2008 for the region that had a combined gross enrollment ration of 89.0? | create table table_25042332_33 (gdp__ppp__per_capita__2008_ integer, combined_gross_enrollment_ratio__2009_ varchar, PRIMARY KEY (gdp__ppp__per_capita__2008_)) | select min(gdp__ppp__per_capita__2008_) from table_25042332_33 where combined_gross_enrollment_ratio__2009_ = "89.0" |
How many different transcriptions are there for the Thai name พฤษภาคม? | create table table_20354_5 (transcription varchar, thai_name varchar, PRIMARY KEY (transcription)) | select count(transcription) from table_20354_5 where thai_name = "พฤษภาคม" |
Name the number one singles for desvarieux, jacob | create table table_27441210_5 (number_one_single_s_ varchar, artist varchar, PRIMARY KEY (number_one_single_s_)) | select number_one_single_s_ from table_27441210_5 where artist = "desvarieux, jacob" |
The cylinder layout v8 is produced in what years? | create table table_26352332_4 (years_produced varchar, cylinder_layout varchar, PRIMARY KEY (years_produced)) | select years_produced from table_26352332_4 where cylinder_layout = "v8" |
Name the originl title for no stars in the jungle | create table table_20963074_1 (original_title varchar, film_title_used_in_nomination varchar, PRIMARY KEY (original_title)) | select original_title from table_20963074_1 where film_title_used_in_nomination = "no stars in the jungle" |
Return the lot details of lots that belong to investors with details "l"? | create table lots (lot_details varchar, investor_id varchar, PRIMARY KEY (lot_details)); create table investors (investor_id varchar, investor_details varchar, PRIMARY KEY (investor_id)) | select t2.lot_details from investors as t1 join lots as t2 on t1.investor_id = t2.investor_id where t1.investor_details = "l" |
What is the name of the episode that was written by Michael Rauch? | create table table_23117208_5 (title varchar, written_by varchar, PRIMARY KEY (title)) | select title from table_23117208_5 where written_by = "michael rauch" |
How many segment C are there in the episode where segment D is bicycle tires? | create table table_15187735_20 (segment_c varchar, segment_d varchar, PRIMARY KEY (segment_c)) | select count(segment_c) from table_15187735_20 where segment_d = "bicycle tires" |
Who won the game where the Challenge Leader is ACC (2-1)? | create table table_1672976_6 (winner varchar, challenge_leader varchar, PRIMARY KEY (winner)) | select winner from table_1672976_6 where challenge_leader = "acc (2-1)" |
List the software platform shared by the greatest number of devices. | create table device (software_platform varchar, PRIMARY KEY (software_platform)) | select software_platform from device group by software_platform order by count(*) desc limit 1 |
When धनुष is the sankrit how many western names are there? | create table table_186462_1 (western_name varchar, sanskrit varchar, PRIMARY KEY (western_name)) | select count(western_name) from table_186462_1 where sanskrit = "धनुष" |
how many times was the episode directed by maury geraghty originally aired? | create table table_2626495_1 (originalairdate varchar, directed_by varchar, PRIMARY KEY (originalairdate)) | select count(originalairdate) from table_2626495_1 where directed_by = "maury geraghty" |
How many distinct companies are there? | create table entrepreneur (company varchar, PRIMARY KEY (company)) | select count(distinct company) from entrepreneur |
Is wireless combo keyboard and mouse support part of the hub base class? | create table table_1153898_1 (hub_base_class varchar, comparisons varchar, PRIMARY KEY (hub_base_class)) | select hub_base_class from table_1153898_1 where comparisons = "wireless combo keyboard and mouse support" |
What is the state rank of the company with 6.8 billion in revenue? | create table table_21926985_2 (state_rank_by_revenue varchar, revenue__$billions__2012_estimate varchar, PRIMARY KEY (state_rank_by_revenue)) | select state_rank_by_revenue from table_21926985_2 where revenue__$billions__2012_estimate = "6.8" |
When by80607002907ahbx80607i7720qm is the part number what is the socket? | create table table_18823880_10 (socket varchar, part_number_s_ varchar, PRIMARY KEY (socket)) | select socket from table_18823880_10 where part_number_s_ = "by80607002907ahbx80607i7720qm" |
What was the word for the episode that aired February 11? | create table table_25691838_2 (the_wørd varchar, original_airdate varchar, PRIMARY KEY (the_wørd)) | select the_wørd from table_25691838_2 where original_airdate = "february 11" |
How many premio are there when "Artist of the Year" was the categoria? | create table table_27501971_2 (premio varchar, categoría varchar, PRIMARY KEY (premio)) | select count(premio) from table_27501971_2 where categoría = "artist of the year" |
What category was the the participant/recipient otōto? | create table table_26282750_1 (category varchar, participants_recipients varchar, PRIMARY KEY (category)) | select category from table_26282750_1 where participants_recipients = "otōto" |
What caused the collapse of the Mausoleum at Halicarnassus? | create table table_19342760_1 (cause_of_destruction varchar, name varchar, PRIMARY KEY (cause_of_destruction)) | select cause_of_destruction from table_19342760_1 where name = "mausoleum at halicarnassus" |
What is the protein name when aa length is 202 aa? | create table table_26708105_5 (protein_name varchar, aa_length varchar, PRIMARY KEY (protein_name)) | select protein_name from table_26708105_5 where aa_length = "202 aa" |
What is the minimum laid down? | create table table_12592074_1 (laid_down integer, PRIMARY KEY (laid_down)) | select min(laid_down) from table_12592074_1 |
Find the types of documents with more than 4 documents. | create table documents (document_type_code varchar, PRIMARY KEY (document_type_code)) | select document_type_code from documents group by document_type_code having count(*) > 4 |
What was segment A when segment B was snowboards? | create table table_15187735_1 (segment_a varchar, segment_b varchar, PRIMARY KEY (segment_a)) | select segment_a from table_15187735_1 where segment_b = "snowboards" |
How many restaurant is the Sandwich type restaurant? | create table type_of_restaurant (id varchar, PRIMARY KEY (id)); create table restaurant (id varchar, PRIMARY KEY (id)); create table restaurant_type (id varchar, PRIMARY KEY (id)) | select count(*) from restaurant join type_of_restaurant on restaurant.resid = type_of_restaurant.resid join restaurant_type on type_of_restaurant.restypeid = restaurant_type.restypeid group by type_of_restaurant.restypeid having restaurant_type.restypename = 'sandwich' |
What is the Chinese name of the episode with 1.97 million Hong Kong viewers? | create table table_24856090_1 (chinese_title varchar, hk_viewers varchar, PRIMARY KEY (chinese_title)) | select chinese_title from table_24856090_1 where hk_viewers = "1.97 million" |
Name the further cities for slovakia and west direction | create table table_197286_4 (further_cities varchar, country varchar, direction varchar, PRIMARY KEY (further_cities)) | select further_cities from table_197286_4 where country = "slovakia" and direction = "west" |
What is the region 4 (Aus) date associated with a region 1 (US) date of January 16, 2007? | create table table_240936_2 (region_4__australia_ varchar, region_1__us_ varchar, PRIMARY KEY (region_4__australia_)) | select region_4__australia_ from table_240936_2 where region_1__us_ = "january 16, 2007" |
Who did the high rebounds in the game in which Brandon Jennings (8) did the high assists? | create table table_22871316_6 (high_rebounds varchar, high_assists varchar, PRIMARY KEY (high_rebounds)) | select high_rebounds from table_22871316_6 where high_assists = "brandon jennings (8)" |
If Crazy In Love is the song choice, what is the theme? | create table table_22736523_1 (theme varchar, song_choice varchar, PRIMARY KEY (theme)) | select theme from table_22736523_1 where song_choice = "crazy in love" |
What is the number of land areas that have a place name of Ballplay? | create table table_249512_2 (land_area__2010_ varchar, place_name varchar, PRIMARY KEY (land_area__2010_)) | select count(land_area__2010_) from table_249512_2 where place_name = "ballplay" |
How many settlements are there in total? | create table settlements (id varchar, PRIMARY KEY (id)) | select count(*) from settlements |
Show all transaction types. | create table financial_transactions (transaction_type varchar, PRIMARY KEY (transaction_type)) | select distinct transaction_type from financial_transactions |
What is the language total number if the Tacachi Municipality is 3? | create table table_2509112_3 (language varchar, tacachi_municipality varchar, PRIMARY KEY (language)) | select count(language) from table_2509112_3 where tacachi_municipality = 3 |
What's the 1st leg result in the round where team #1 is Iraklis? | create table table_19130829_4 (team__number1 varchar, PRIMARY KEY (team__number1)) | select 1 as st_leg from table_19130829_4 where team__number1 = "iraklis" |
What's the price (in USD) of the model whose L3 is 18 mb? | create table table_12740151_8 (price___usd__ varchar, l3 varchar, PRIMARY KEY (price___usd__)) | select price___usd__ from table_12740151_8 where l3 = "18 mb" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.