question
stringlengths 14
216
| context
stringlengths 45
458
| answer
stringlengths 18
463
|
---|---|---|
Which state has 5179 (gw×h) of renewable energy without hydrogen power?wha | create table table_25244412_1 (state varchar, renewable_electricity_w_o_hydro__gw•h_ varchar, PRIMARY KEY (state)) | select state from table_25244412_1 where renewable_electricity_w_o_hydro__gw•h_ = 5179 |
What is the name of the shipping agent of the document with id 2? | create table documents (id varchar, PRIMARY KEY (id)); create table ref_shipping_agents (id varchar, PRIMARY KEY (id)) | select ref_shipping_agents.shipping_agent_name from ref_shipping_agents join documents on documents.shipping_agent_code = ref_shipping_agents.shipping_agent_code where documents.document_id = 2 |
What is friday day six when monday day two is isnin? | create table table_1277350_7 (friday_day_six varchar, monday_day_two varchar, PRIMARY KEY (friday_day_six)) | select friday_day_six from table_1277350_7 where monday_day_two = "isnin" |
Which head's name has the substring 'Ha'? List the id and name. | create table head (head_id varchar, name varchar, PRIMARY KEY (head_id)) | select head_id, name from head where name like '%ha%' |
What won best pc demo when tower power (camelot) won best c64 demo? | create table table_2490289_1 (pc_demo varchar, c64_demo varchar, PRIMARY KEY (pc_demo)) | select pc_demo from table_2490289_1 where c64_demo = "tower power (camelot)" |
What was the original title of the film submitted with the title A Woman in Flames? | create table table_10874596_1 (original_title varchar, film_title_used_in_nomination varchar, PRIMARY KEY (original_title)) | select original_title from table_10874596_1 where film_title_used_in_nomination = "a woman in flames" |
What is the air date when the U.S. viewers was 5.50 million? | create table table_17467447_1 (original_airdate varchar, us_viewers__million_ varchar, PRIMARY KEY (original_airdate)) | select original_airdate from table_17467447_1 where us_viewers__million_ = "5.50" |
What was the partner count when the opponents in the final was forget leconte? | create table table_22597626_17 (partner varchar, opponents_in_the_final varchar, PRIMARY KEY (partner)) | select count(partner) from table_22597626_17 where opponents_in_the_final = "forget leconte" |
what country was the player drafted by the toronto maple leafs | create table table_1473672_7 (nationality varchar, nhl_team varchar, PRIMARY KEY (nationality)) | select nationality from table_1473672_7 where nhl_team = "toronto maple leafs" |
How much do the tickets cost for August 7, 1987? | create table table_18277458_2 (ticket_price_s_ varchar, date_s_ varchar, PRIMARY KEY (ticket_price_s_)) | select ticket_price_s_ from table_18277458_2 where date_s_ = "august 7, 1987" |
What denominations are the stamps with themes opera, léopold simoneau and pierrette alarie? | create table table_11900773_4 (denomination varchar, theme varchar, PRIMARY KEY (denomination)) | select denomination from table_11900773_4 where theme = "opera, léopold simoneau and pierrette alarie" |
how many mean elevation with lowest point being gulf of mexico and state being texas | create table table_1416612_1 (mean_elevation varchar, lowest_point varchar, state varchar, PRIMARY KEY (mean_elevation)) | select count(mean_elevation) from table_1416612_1 where lowest_point = "gulf of mexico" and state = "texas" |
What is the regulated retail price for the tariff code ff0 prs? | create table table_10408617_5 (bts_retail_price__regulated_ varchar, tariff_code varchar, PRIMARY KEY (bts_retail_price__regulated_)) | select bts_retail_price__regulated_ from table_10408617_5 where tariff_code = "ff0 prs" |
Show the station name with greatest number of trains. | create table station (name varchar, station_id varchar, PRIMARY KEY (name)); create table train_station (station_id varchar, PRIMARY KEY (station_id)) | select t2.name from train_station as t1 join station as t2 on t1.station_id = t2.station_id group by t1.station_id order by count(*) desc limit 1 |
Name the number of coverage for 106.7 energy fm | create table table_27914076_1 (coverage varchar, branding varchar, PRIMARY KEY (coverage)) | select count(coverage) from table_27914076_1 where branding = "106.7 energy fm" |
Who wrote an episode watched by 19.01 million US viewers? | create table table_11411026_2 (written_by varchar, us_viewers__millions_ varchar, PRIMARY KEY (written_by)) | select written_by from table_11411026_2 where us_viewers__millions_ = "19.01" |
Name the drivers for superchips | create table table_2187178_1 (driver_s_ varchar, primary_sponsor_s_ varchar, PRIMARY KEY (driver_s_)) | select driver_s_ from table_2187178_1 where primary_sponsor_s_ = "superchips" |
Who won the Men's Doubles when Karina de Wit won the Women's Singles? | create table table_12164707_1 (mens_doubles varchar, womens_singles varchar, PRIMARY KEY (mens_doubles)) | select mens_doubles from table_12164707_1 where womens_singles = "karina de wit" |
WHat is the program where duration (years) is 1.5 and teaching language is german/english? | create table table_12591022_2 (program varchar, duration__years_ varchar, teaching_language varchar, PRIMARY KEY (program)) | select program from table_12591022_2 where duration__years_ = "1.5" and teaching_language = "german/english" |
Name the number of class aaaaa for 1988-89 | create table table_14601528_2 (class_aaaaa varchar, school_year varchar, PRIMARY KEY (class_aaaaa)) | select count(class_aaaaa) from table_14601528_2 where school_year = "1988-89" |
what's the shigella with yersinia being yscp | create table table_10321124_1 (shigella varchar, yersinia varchar, PRIMARY KEY (shigella)) | select shigella from table_10321124_1 where yersinia = "yscp" |
What's the type of muzzle devices on the models with round hand guards? | create table table_12834315_1 (muzzle_device varchar, hand_guards varchar, PRIMARY KEY (muzzle_device)) | select muzzle_device from table_12834315_1 where hand_guards = "round" |
Who had 2 WSOP cashes and was 6th in final place? | create table table_23696862_6 (name varchar, wsop_cashes varchar, final_place varchar, PRIMARY KEY (name)) | select name from table_23696862_6 where wsop_cashes = 2 and final_place = "6th" |
Find the number of scientists who are not assigned to any project. | create table assignedto (ssn varchar, scientist varchar, PRIMARY KEY (ssn)); create table scientists (ssn varchar, scientist varchar, PRIMARY KEY (ssn)) | select count(*) from scientists where not ssn in (select scientist from assignedto) |
Which team has the outgoing manager John Meyler? | create table table_11190568_7 (team varchar, outgoing_manager varchar, PRIMARY KEY (team)) | select team from table_11190568_7 where outgoing_manager = "john meyler" |
Name the nato/ us dod code for sabbot | create table table_211791_1 (nato_us_dod_code varchar, nato_reporting_name varchar, PRIMARY KEY (nato_us_dod_code)) | select nato_us_dod_code from table_211791_1 where nato_reporting_name = "sabbot" |
What is the name of the episode directed by Miguel Arteta? | create table table_2182654_3 (title varchar, directed_by varchar, PRIMARY KEY (title)) | select title from table_2182654_3 where directed_by = "miguel arteta" |
Name the officing running for for carol marsh | create table table_1855841_1 (office_running_for varchar, candidate varchar, PRIMARY KEY (office_running_for)) | select office_running_for from table_1855841_1 where candidate = "carol marsh" |
Who had the fastest lap at the brazilian grand prix? | create table table_1137695_3 (fastest_lap varchar, grand_prix varchar, PRIMARY KEY (fastest_lap)) | select fastest_lap from table_1137695_3 where grand_prix = "brazilian grand_prix" |
What country submitted miehen työ? | create table table_12842068_1 (submitting_country varchar, original_title varchar, PRIMARY KEY (submitting_country)) | select submitting_country from table_12842068_1 where original_title = "miehen työ" |
Name the airdate for the episode written by howard ostroff | create table table_2342078_6 (original_airdate varchar, written_by varchar, PRIMARY KEY (original_airdate)) | select original_airdate from table_2342078_6 where written_by = "howard ostroff" |
List the asset id, details, make and model for every asset. | create table assets (asset_id varchar, asset_details varchar, asset_make varchar, asset_model varchar, PRIMARY KEY (asset_id)) | select asset_id, asset_details, asset_make, asset_model from assets |
How many compound names list a chemical class of depsipeptide and a clinical trials β value of 1/7? | create table table_12715053_1 (compound_name varchar, chemical_class varchar, clinical_trials_β varchar, PRIMARY KEY (compound_name)) | select count(compound_name) from table_12715053_1 where chemical_class = "depsipeptide" and clinical_trials_β = "1/7" |
How many times is the ethnic group other: total? | create table table_282413_3 (ethnic_group varchar, PRIMARY KEY (ethnic_group)) | select count(2001 as __percentage) from table_282413_3 where ethnic_group = "other: total" |
List the name of the pilots who have flied for both a company that mainly provide 'Cargo' services and a company that runs 'Catering services' activities. | create table operate_company (id varchar, principal_activities varchar, PRIMARY KEY (id)); create table flight (id varchar, PRIMARY KEY (id)) | select t2.pilot from operate_company as t1 join flight as t2 on t1.id = t2.company_id where t1.principal_activities = 'cargo' intersect select t2.pilot from operate_company as t1 join flight as t2 on t1.id = t2.company_id where t1.principal_activities = 'catering services' |
What's the model of the processor with BGA479 socket and a 5.5 w TDP? | create table table_24099916_1 (model__list_ varchar, socket varchar, tdp varchar, PRIMARY KEY (model__list_)) | select model__list_ from table_24099916_1 where socket = "bga479" and tdp = "5.5 w" |
What is the name with the builder of Kerr Stuart | create table table_142159_1 (name varchar, builder varchar, PRIMARY KEY (name)) | select name from table_142159_1 where builder = "kerr stuart" |
What was the score when the away team was norwich city? | create table table_24887326_8 (score_1 varchar, away_team varchar, PRIMARY KEY (score_1)) | select score_1 from table_24887326_8 where away_team = "norwich city" |
Who wrote the episode that had 6.05 million U.s. viewers? | create table table_28037619_2 (written_by varchar, us_viewers__million_ varchar, PRIMARY KEY (written_by)) | select written_by from table_28037619_2 where us_viewers__million_ = "6.05" |
What was the result when incumbent gil gutknecht ran? | create table table_1341423_23 (results varchar, incumbent varchar, PRIMARY KEY (results)) | select results from table_1341423_23 where incumbent = "gil gutknecht" |
Who directed the episode with UK viewership of 6.09 million? | create table table_29063233_1 (directed_by varchar, uk_viewers__million_ varchar, PRIMARY KEY (directed_by)) | select directed_by from table_29063233_1 where uk_viewers__million_ = "6.09" |
Who is the captain of Cardiff City? | create table table_26593762_2 (team varchar, PRIMARY KEY (team)) | select team as captain from table_26593762_2 where team = "cardiff city" |
Which membership card has more than 5 members? | create table member (membership_card varchar, PRIMARY KEY (membership_card)) | select membership_card from member group by membership_card having count(*) > 5 |
What is th title of the episode written by Nick Thiel? | create table table_2828803_1 (title varchar, written_by varchar, PRIMARY KEY (title)) | select title from table_2828803_1 where written_by = "nick thiel" |
Where the displacement(s) is 10.5L is, what is the engine family? | create table table_26352332_4 (engine_family varchar, displacement_s_ varchar, PRIMARY KEY (engine_family)) | select engine_family from table_26352332_4 where displacement_s_ = "10.5l" |
Who was the class AAAA when class AAAAA was Weslaco in 1994-95 | create table table_14747043_1 (class_aaaa varchar, class_aaaaa varchar, weslaco varchar, school_year varchar, PRIMARY KEY (class_aaaa)) | select class_aaaa from table_14747043_1 where class_aaaaa = weslaco and school_year = "1994-95" |
What are the daily hire costs for the products with substring 'Book' in its name? | create table products_for_hire (daily_hire_cost varchar, product_name varchar, PRIMARY KEY (daily_hire_cost)) | select daily_hire_cost from products_for_hire where product_name like '%book%' |
Name the total number for period of validity for upper volta | create table table_222666_1 (period_of_validity varchar, former_country_name varchar, PRIMARY KEY (period_of_validity)) | select count(period_of_validity) from table_222666_1 where former_country_name = "upper volta" |
what's the first appearance where character(s) is iron man | create table table_1217448_1 (first_appearance varchar, character_s_ varchar, PRIMARY KEY (first_appearance)) | select first_appearance from table_1217448_1 where character_s_ = "iron man" |
what are all the registrations where station number is c26 | create table table_11934032_1 (registrations varchar, station_number varchar, PRIMARY KEY (registrations)) | select registrations from table_11934032_1 where station_number = "c26" |
What is the first name and job id for all employees in the Finance department? | create table departments (department_id varchar, department_name varchar, PRIMARY KEY (department_id)); create table employees (first_name varchar, job_id varchar, department_id varchar, PRIMARY KEY (first_name)) | select t1.first_name, t1.job_id from employees as t1 join departments as t2 on t1.department_id = t2.department_id where t2.department_name = 'finance' |
What is the document id with 1 to 2 paragraphs? | create table paragraphs (document_id varchar, PRIMARY KEY (document_id)) | select document_id from paragraphs group by document_id having count(*) between 1 and 2 |
What are the ids of documents with letter 's' in the name with any expense budgets. | create table documents_with_expenses (document_id varchar, PRIMARY KEY (document_id)); create table documents (document_id varchar, document_name varchar, PRIMARY KEY (document_id)) | select t1.document_id from documents as t1 join documents_with_expenses as t2 on t1.document_id = t2.document_id where t1.document_name like '%s%' |
Who coached the team in the season with a 6-1 conference record? | create table table_20319085_2 (coach varchar, conference_record varchar, PRIMARY KEY (coach)) | select coach from table_20319085_2 where conference_record = "6-1" |
What address was the document with id 4 mailed to? | create table addresses (document_id varchar, PRIMARY KEY (document_id)); create table documents_mailed (document_id varchar, PRIMARY KEY (document_id)) | select addresses.address_details from addresses join documents_mailed on documents_mailed.mailed_to_address_id = addresses.address_id where document_id = 4 |
Name the date successor seated for successor being vacant | create table table_2417330_4 (date_successor_seated varchar, successor varchar, PRIMARY KEY (date_successor_seated)) | select date_successor_seated from table_2417330_4 where successor = "vacant" |
What are the maximum and minimum sales of the companies whose industries are not "Banking". | create table companies (sales_billion integer, industry varchar, PRIMARY KEY (sales_billion)) | select max(sales_billion), min(sales_billion) from companies where industry <> "banking" |
What is the inclination when the alt name is OPS-1584? | create table table_12141496_1 (inclination varchar, alt_name varchar, PRIMARY KEY (inclination)) | select inclination from table_12141496_1 where alt_name = "ops-1584" |
What was the world rank by QS in 2013 for the University of Otago? | create table table_27484208_1 (world_rank_by_qs_ varchar, _2013 varchar, members varchar, PRIMARY KEY (world_rank_by_qs_)) | select world_rank_by_qs_, _2013 from table_27484208_1 where members = "university of otago" |
What's the name of the episode seen by 9.63 millions of people in the US, whose director is Laura Innes? | create table table_23799653_1 (title varchar, directed_by varchar, us_viewers__millions_ varchar, PRIMARY KEY (title)) | select title from table_23799653_1 where directed_by = "laura innes" and us_viewers__millions_ = "9.63" |
What's the total number of crew chiefs of the Fas Lane Racing team? | create table table_1266602_1 (crew_chief varchar, team varchar, PRIMARY KEY (crew_chief)) | select count(crew_chief) from table_1266602_1 where team = "fas lane racing" |
what is the percentage of male voters where the level of maturity is 123726 | create table table_25042332_30 (e_vap_ratio_total varchar, men_of_voting_age varchar, PRIMARY KEY (e_vap_ratio_total)) | select e_vap_ratio_total from table_25042332_30 where men_of_voting_age = 123726 |
Name the directed by for 15.15 viewers | create table table_16617011_1 (directed_by varchar, us_viewers__millions_ varchar, PRIMARY KEY (directed_by)) | select directed_by from table_16617011_1 where us_viewers__millions_ = "15.15" |
how many studios have the catalog number "cal03 / 0091037137333"? | create table table_11222744_3 (studio varchar, catalog_number varchar, PRIMARY KEY (studio)) | select count(studio) from table_11222744_3 where catalog_number = "cal03 / 0091037137333" |
What team does Al Unser drive for? | create table table_1405704_1 (team varchar, winning_driver varchar, PRIMARY KEY (team)) | select team from table_1405704_1 where winning_driver = "al unser" |
Who won the womens singles event the year that Jonas Lyduch won? | create table table_12163387_1 (womens_singles varchar, mens_singles varchar, PRIMARY KEY (womens_singles)) | select womens_singles from table_12163387_1 where mens_singles = "jonas lyduch" |
What are the names of customers who use payment method "Cash"? | create table customers (customer_name varchar, payment_method varchar, PRIMARY KEY (customer_name)) | select customer_name from customers where payment_method = "cash" |
Who did the high assists in the game where Charles Barkley (21) did the high points? | create table table_30087032_5 (high_assists varchar, high_points varchar, PRIMARY KEY (high_assists)) | select high_assists from table_30087032_5 where high_points = "charles barkley (21)" |
How many percentages (2006) are there for the population whose mother tongue is French? | create table table_2328113_1 (percentage__2006_ varchar, mother_tongue varchar, PRIMARY KEY (percentage__2006_)) | select count(percentage__2006_) from table_2328113_1 where mother_tongue = "french" |
WHAT WAS THE AVERAGE EMISSION PER KM 2 IN INDIA? | create table table_11251601_2 (avg_emission_per_km_2_of_its_land__tons_ integer, country varchar, PRIMARY KEY (avg_emission_per_km_2_of_its_land__tons_)) | select max(avg_emission_per_km_2_of_its_land__tons_) from table_11251601_2 where country = "india" |
When salt of this sea is the english title who is the director? | create table table_26555737_1 (director varchar, english_title varchar, PRIMARY KEY (director)) | select director from table_26555737_1 where english_title = "salt of this sea" |
What is the gender of senior high school 26mm? | create table table_13555999_1 (gender varchar, senior_high_school__15_18_yrs_ varchar, PRIMARY KEY (gender)) | select gender from table_13555999_1 where senior_high_school__15_18_yrs_ = "26mm" |
What are the climatic conditions for the trance- n himalaya zone? | create table table_10638523_1 (trance__n_himalaya_zone varchar, particulars_and_characteristics varchar, PRIMARY KEY (trance__n_himalaya_zone)) | select trance__n_himalaya_zone from table_10638523_1 where particulars_and_characteristics = "climatic conditions" |
What is the toll for heavy vehicles with 3/4 axles at Verkeerdevlei toll plaza? | create table table_1211545_2 (heavy_vehicle__3_4_axles_ varchar, name varchar, PRIMARY KEY (heavy_vehicle__3_4_axles_)) | select heavy_vehicle__3_4_axles_ from table_1211545_2 where name = "verkeerdevlei toll plaza" |
What's Salem State University's primary conference? | create table table_1974545_2 (primary_conference varchar, institution varchar, PRIMARY KEY (primary_conference)) | select primary_conference from table_1974545_2 where institution = "salem state university" |
The Dijon-prenois had how many fastest laps? | create table table_1140083_2 (fastest_lap varchar, location varchar, PRIMARY KEY (fastest_lap)) | select count(fastest_lap) from table_1140083_2 where location = "dijon-prenois" |
What is the Telugu word for хонгорцог in Mongolian? | create table table_1408397_3 (telugu_తెలుగు varchar, mongolian varchar, PRIMARY KEY (telugu_తెలుగు)) | select telugu_తెలుగు from table_1408397_3 where mongolian = "хонгорцог" |
Show the addresses and phones of all the buildings managed by "Brenden". | create table apartment_buildings (building_address varchar, building_phone varchar, building_manager varchar, PRIMARY KEY (building_address)) | select building_address, building_phone from apartment_buildings where building_manager = "brenden" |
How many years have a film that uses the title "Nagabonar" in the nomination? | create table table_13719788_1 (year__ceremony_ varchar, film_title_used_in_nomination varchar, PRIMARY KEY (year__ceremony_)) | select count(year__ceremony_) from table_13719788_1 where film_title_used_in_nomination = "nagabonar" |
How many users are there? | create table useracct (id varchar, PRIMARY KEY (id)) | select count(*) from useracct |
What is the hometown of the players for placer, california | create table table_11677691_12 (school varchar, hometown varchar, PRIMARY KEY (school)) | select school from table_11677691_12 where hometown = "placer, california" |
In which country are there 1,278.13 exports? | create table table_26160007_1 (country varchar, exports varchar, PRIMARY KEY (country)) | select country from table_26160007_1 where exports = "1,278.13" |
What are the distinct types of mills that are built by American or Canadian architects? | create table architect (id varchar, PRIMARY KEY (id)); create table mill (type varchar, architect_id varchar, PRIMARY KEY (type)) | select distinct t1.type from mill as t1 join architect as t2 on t1.architect_id = t2.id where t2.nationality = 'american' or t2.nationality = 'canadian' |
Show ids of all students who do not have any friends. | create table highschooler (id varchar, student_id varchar, PRIMARY KEY (id)); create table friend (id varchar, student_id varchar, PRIMARY KEY (id)) | select id from highschooler except select student_id from friend |
Whose is the manufacturer for team Ranier-Lundy? | create table table_2268216_1 (manufacturer varchar, team varchar, PRIMARY KEY (manufacturer)) | select manufacturer from table_2268216_1 where team = "ranier-lundy" |
How many breadth entries are there when the vessel is marianarray? | create table table_28132970_5 (breadth varchar, vessel varchar, PRIMARY KEY (breadth)) | select count(breadth) from table_28132970_5 where vessel = "marianarray" |
What circuit has a race called ii cape south easter trophy. | create table table_1140099_6 (circuit varchar, race_name varchar, PRIMARY KEY (circuit)) | select circuit from table_1140099_6 where race_name = "ii cape south easter trophy" |
What percentage of voters voted for a third party in the county that had 802 third party voters? | create table table_20278716_2 (others__percentage varchar, others__number varchar, PRIMARY KEY (others__percentage)) | select others__percentage from table_20278716_2 where others__number = 802 |
What is the name of the couple if the total points earned is 161? | create table table_23662272_4 (couple varchar, total_points_earned varchar, PRIMARY KEY (couple)) | select couple from table_23662272_4 where total_points_earned = 161 |
Show different publishers together with the number of publications they have. | create table publication (publisher varchar, PRIMARY KEY (publisher)) | select publisher, count(*) from publication group by publisher |
Name the language for kunar | create table table_16278349_1 (language varchar, province varchar, PRIMARY KEY (language)) | select language from table_16278349_1 where province = "kunar" |
What is the document name and template id for document with description with the letter 'w' in it? | create table documents (document_name varchar, template_id varchar, document_description varchar, PRIMARY KEY (document_name)) | select document_name, template_id from documents where document_description like "%w%" |
Find the abbreviation and country of the airline that has fewest number of flights? | create table flights (airline varchar, PRIMARY KEY (airline)); create table airlines (abbreviation varchar, country varchar, airline varchar, uid varchar, PRIMARY KEY (abbreviation)) | select t1.abbreviation, t1.country from airlines as t1 join flights as t2 on t1.uid = t2.airline group by t1.airline order by count(*) limit 1 |
How many car numbers were recorded when the time/retired is +4.0019? | create table table_17319931_1 (car_no varchar, time_retired varchar, PRIMARY KEY (car_no)) | select count(car_no) from table_17319931_1 where time_retired = "+4.0019" |
What are the original air date(s) for episodes with 8.63 million viewers? | create table table_2501754_2 (original_airdate varchar, viewing_figures_millions varchar, PRIMARY KEY (original_airdate)) | select original_airdate from table_2501754_2 where viewing_figures_millions = "8.63" |
What was the rainfall by volume in Huetar Atlantico where the rainfall depth (mm/year) was 3527? | create table table_25983027_1 (rainfall_by_volume__km_3__year_ varchar, rainfall_by_depth__mm_year_ varchar, PRIMARY KEY (rainfall_by_volume__km_3__year_)) | select rainfall_by_volume__km_3__year_ from table_25983027_1 where rainfall_by_depth__mm_year_ = 3527 |
Which trip started from the station with the largest dock count? Give me the trip id. | create table trip (id varchar, start_station_id varchar, PRIMARY KEY (id)); create table station (id varchar, dock_count varchar, PRIMARY KEY (id)) | select t1.id from trip as t1 join station as t2 on t1.start_station_id = t2.id order by t2.dock_count desc limit 1 |
Did Flamengo play in the Recopa Sudamericana in 1998 | create table table_14962316_9 (recopa_sudamericana_1998 varchar, team varchar, PRIMARY KEY (recopa_sudamericana_1998)) | select recopa_sudamericana_1998 from table_14962316_9 where team = "flamengo" |
What record has c. j. miles (20) in the high points? | create table table_27734286_1 (record varchar, high_points varchar, PRIMARY KEY (record)) | select record from table_27734286_1 where high_points = "c. j. miles (20)" |
What are the average start(s) when he had $1,663,868? | create table table_1637041_2 (avg_start varchar, winnings varchar, PRIMARY KEY (avg_start)) | select avg_start from table_1637041_2 where winnings = "$1,663,868" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.