question stringlengths 12 244 | context stringlengths 27 489 | answer stringlengths 18 557 |
|---|---|---|
what is the season when the third is shawn rojeski? | CREATE TABLE table_name_96 (season VARCHAR, third VARCHAR) | SELECT season FROM table_name_96 WHERE third = "shawn rojeski" |
What is the total number of Rank for 1996–2007, when there are more than 108 goals? | CREATE TABLE table_name_51 (rank VARCHAR, years VARCHAR, goals VARCHAR) | SELECT COUNT(rank) FROM table_name_51 WHERE years = "1996–2007" AND goals > 108 |
Who was the home team on January 4? | CREATE TABLE table_name_85 (home VARCHAR, date VARCHAR) | SELECT home FROM table_name_85 WHERE date = "january 4" |
What is the Date of the Competition with a Score of 4-0 and 5-0 Result? | CREATE TABLE table_name_47 (date VARCHAR, result VARCHAR, score VARCHAR) | SELECT date FROM table_name_47 WHERE result = "5-0" AND score = "4-0" |
What Nominating Festival took place in Germany? | CREATE TABLE table_name_35 (nominating_festival VARCHAR, country VARCHAR) | SELECT nominating_festival FROM table_name_35 WHERE country = "germany" |
Name the total number of pick number being henry ellard | CREATE TABLE table_2508633_2 (pick__number VARCHAR, player VARCHAR) | SELECT COUNT(pick__number) FROM table_2508633_2 WHERE player = "Henry Ellard" |
When yidu 宜都 is the commandery what is the lowest number of countries? | CREATE TABLE table_278229_1 (no_of_counties INTEGER, commandery VARCHAR) | SELECT MIN(no_of_counties) FROM table_278229_1 WHERE commandery = "Yidu 宜都" |
What is the 1995 value with of the 1993 ATP Masters Series? | CREATE TABLE table_name_15 (Id VARCHAR) | SELECT 1995 FROM table_name_15 WHERE 1993 = "atp masters series" |
What is the average number of bronze medals for total of all nations? | CREATE TABLE table_name_85 (bronze INTEGER, nation VARCHAR) | SELECT AVG(bronze) FROM table_name_85 WHERE nation = "total" |
which vehicles got best time of day 1:17.17 | CREATE TABLE table_20090682_4 (vehicle VARCHAR, best_time_of_day VARCHAR) | SELECT vehicle FROM table_20090682_4 WHERE best_time_of_day = "1:17.17" |
What was kumar sangakkara's average? | CREATE TABLE table_26041144_11 (average VARCHAR, player VARCHAR) | SELECT average FROM table_26041144_11 WHERE player = "Kumar Sangakkara" |
What is the to par number with a score of 67-66-71-71=275? | CREATE TABLE table_name_51 (to_par VARCHAR, score VARCHAR) | SELECT to_par FROM table_name_51 WHERE score = 67 - 66 - 71 - 71 = 275 |
When 4.5 is the percentage of change how many population counts were made for 2011? | CREATE TABLE table_189598_7 (population__2011_ VARCHAR, change___percentage_ VARCHAR) | SELECT COUNT(population__2011_) FROM table_189598_7 WHERE change___percentage_ = "4.5" |
What was the aggregate score for Montauban? | CREATE TABLE table_27986200_3 (aggregate_score VARCHAR, proceed_to_quarter_final VARCHAR) | SELECT aggregate_score FROM table_27986200_3 WHERE proceed_to_quarter_final = "Montauban" |
Tell me the model for total production of 1347 | CREATE TABLE table_name_30 (model VARCHAR, total_production VARCHAR) | SELECT model FROM table_name_30 WHERE total_production = 1347 |
What position did the player play in the european cross country championships in 2008? | CREATE TABLE table_name_90 (position VARCHAR, competition VARCHAR, year VARCHAR) | SELECT position FROM table_name_90 WHERE competition = "european cross country championships" AND year = 2008 |
Which Location has a Previous Conference of independents, and a Mascot of hilltoppers? | CREATE TABLE table_name_95 (location VARCHAR, previous_conference VARCHAR, mascot VARCHAR) | SELECT location FROM table_name_95 WHERE previous_conference = "independents" AND mascot = "hilltoppers" |
Riggs of e, and a Buechel & Manhart spelling (pronunciation) of e had what ullrich? | CREATE TABLE table_name_92 (ullrich VARCHAR, riggs VARCHAR, buechel_ VARCHAR, _manhart_spelling__pronunciation_ VARCHAR) | SELECT ullrich FROM table_name_92 WHERE riggs = "e" AND buechel_ & _manhart_spelling__pronunciation_ = "e" |
Where was the game with record 20–23 and how many people attended it | CREATE TABLE table_17058116_7 (location_attendance VARCHAR, record VARCHAR) | SELECT location_attendance FROM table_17058116_7 WHERE record = "20–23" |
What is the brightest star of the constellation that means archer? | CREATE TABLE table_287159_1 (brightest_star VARCHAR, meaning VARCHAR) | SELECT brightest_star FROM table_287159_1 WHERE meaning = "archer" |
Which rounds do Arciero Wines sponsor a March 85c chassis? | CREATE TABLE table_name_7 (rounds VARCHAR, sponsor_s_ VARCHAR, chassis VARCHAR) | SELECT rounds FROM table_name_7 WHERE sponsor_s_ = "arciero wines" AND chassis = "march 85c" |
Which Away team is associated with the Richmond Home team? | CREATE TABLE table_name_13 (away_team VARCHAR, home_team VARCHAR) | SELECT away_team FROM table_name_13 WHERE home_team = "richmond" |
What is the total number of Silver when Bronze was smaller than 1 with a total smaller than 2 in Bulgaria? | CREATE TABLE table_name_6 (silver VARCHAR, nation VARCHAR, bronze VARCHAR, total VARCHAR) | SELECT COUNT(silver) FROM table_name_6 WHERE bronze < 1 AND total < 2 AND nation = "bulgaria" |
Show the players and the years played. | CREATE TABLE player (Player VARCHAR, Years_Played VARCHAR) | SELECT Player, Years_Played FROM player |
Which competition has 4-0 as the score? | CREATE TABLE table_name_88 (competition VARCHAR, score VARCHAR) | SELECT competition FROM table_name_88 WHERE score = "4-0" |
What is thr type in Aut country? | CREATE TABLE table_name_81 (type VARCHAR, country VARCHAR) | SELECT type FROM table_name_81 WHERE country = "aut" |
What was the race for the world championship formula 1 at a venue of hungaroring? | CREATE TABLE table_name_4 (race VARCHAR, notes VARCHAR, venue VARCHAR) | SELECT race FROM table_name_4 WHERE notes = "world championship formula 1" AND venue = "hungaroring" |
What place did Keith Clearwater get? | CREATE TABLE table_name_99 (place VARCHAR, player VARCHAR) | SELECT place FROM table_name_99 WHERE player = "keith clearwater" |
What is the silver when the Total is 1, and Gold is 1? | CREATE TABLE table_name_64 (silver INTEGER, total VARCHAR, gold VARCHAR) | SELECT AVG(silver) FROM table_name_64 WHERE total = 1 AND gold = 1 |
What is the total medals in 1964? | CREATE TABLE table_name_24 (total INTEGER, year_s__won VARCHAR) | SELECT MIN(total) FROM table_name_24 WHERE year_s__won = "1964" |
What is the max memory of the t5120 model? | CREATE TABLE table_10818465_1 (max_memory VARCHAR, model VARCHAR) | SELECT max_memory FROM table_10818465_1 WHERE model = "T5120" |
What is the average MHz Frequency of radio rezonans? | CREATE TABLE table_name_9 (frequency_mhz INTEGER, program VARCHAR) | SELECT AVG(frequency_mhz) FROM table_name_9 WHERE program = "radio rezonans" |
What is the drafted year when the FCSL Team was Winter Park, in the 4th round? | CREATE TABLE table_name_9 (year_drafted INTEGER, fcsl_team VARCHAR, round VARCHAR) | SELECT MAX(year_drafted) FROM table_name_9 WHERE fcsl_team = "winter park" AND round = "4th" |
Find the name of the product that has the smallest capacity. | CREATE TABLE catalog_contents (catalog_entry_name VARCHAR, capacity VARCHAR) | SELECT catalog_entry_name FROM catalog_contents ORDER BY capacity LIMIT 1 |
What was the amount of grain in 2001? | CREATE TABLE table_name_4 (product VARCHAR) | SELECT 2001 FROM table_name_4 WHERE product = "grain" |
How many games were won by a margin of 131 runs? | CREATE TABLE table_22384475_1 (team__a_ VARCHAR, margin VARCHAR) | SELECT COUNT(team__a_) FROM table_22384475_1 WHERE margin = "131 runs" |
Rockets height was 6-6 in feet, list the time frame where this was true? | CREATE TABLE table_11734041_10 (years_for_rockets VARCHAR, height_in_ft VARCHAR) | SELECT years_for_rockets FROM table_11734041_10 WHERE height_in_ft = "6-6" |
Game smaller than 70, and a Record of 43–16–8 is what opponent? | CREATE TABLE table_name_39 (opponent VARCHAR, game VARCHAR, record VARCHAR) | SELECT opponent FROM table_name_39 WHERE game < 70 AND record = "43–16–8" |
What is the score of the game attended by 25,034? | CREATE TABLE table_name_85 (score VARCHAR, attendance VARCHAR) | SELECT score FROM table_name_85 WHERE attendance = "25,034" |
When did Pharaoh Seth's reign end? | CREATE TABLE table_name_17 (reign_ended VARCHAR, name VARCHAR) | SELECT reign_ended FROM table_name_17 WHERE name = "pharaoh seth" |
What is the sum of all totals with a rank greater than 6, gold greater than 0, and silver greater than 2? | CREATE TABLE table_name_11 (total INTEGER, silver VARCHAR, rank VARCHAR, gold VARCHAR) | SELECT SUM(total) FROM table_name_11 WHERE rank > 6 AND gold > 0 AND silver = 2 |
How many scorecards are there for the match on October 28? | CREATE TABLE table_19576091_1 (scorecard VARCHAR, date VARCHAR) | SELECT COUNT(scorecard) FROM table_19576091_1 WHERE date = "October 28" |
What is the highest number of draws with 6 losses and less than 15 points? | CREATE TABLE table_name_94 (draw INTEGER, lost VARCHAR, points VARCHAR) | SELECT MAX(draw) FROM table_name_94 WHERE lost = 6 AND points < 15 |
What are the Lyrics (l) / Music (m) when the draw was 5? | CREATE TABLE table_name_60 (lyrics__l____music__m_ VARCHAR, draw VARCHAR) | SELECT lyrics__l____music__m_ FROM table_name_60 WHERE draw = 5 |
What is the 1995 value with a Jiangxi year and a 2008 value bigger than 67? | CREATE TABLE table_name_7 (year VARCHAR) | SELECT SUM(1995) FROM table_name_7 WHERE year = "jiangxi" AND 2008 > 67 |
What is the report corresponding to the game that had the Townsville Crocodiles as home team? | CREATE TABLE table_name_59 (report VARCHAR, home_team VARCHAR) | SELECT report FROM table_name_59 WHERE home_team = "townsville crocodiles" |
What format is the Catalogue 9362486152 from the region of Australia in? | CREATE TABLE table_name_79 (format VARCHAR, catalogue VARCHAR, region VARCHAR) | SELECT format FROM table_name_79 WHERE catalogue = "9362486152" AND region = "australia" |
What place did jacky cupit take when his To par was under 13? | CREATE TABLE table_name_67 (place VARCHAR, to_par VARCHAR, player VARCHAR) | SELECT place FROM table_name_67 WHERE to_par < 13 AND player = "jacky cupit" |
Who has a term that expires on December 31, 2020 and Terry Branstad for an appointing governor? | CREATE TABLE table_name_33 (name VARCHAR, term_expires VARCHAR, appointing_governor VARCHAR) | SELECT name FROM table_name_33 WHERE term_expires = "december 31, 2020" AND appointing_governor = "terry branstad" |
What is the average Percentage when there are more than 0 wins, Points Against is more than 481, Losses of 8, and a Points For larger than 826? | CREATE TABLE table_name_80 (percentage INTEGER, points_for VARCHAR, losses VARCHAR, wins VARCHAR, points_against VARCHAR) | SELECT AVG(percentage) FROM table_name_80 WHERE wins > 0 AND points_against > 481 AND losses = 8 AND points_for > 826 |
what is the lifespan when the imperial height is 7ft 8 in and the nationality is fiji? | CREATE TABLE table_name_56 (lifespan VARCHAR, imperial VARCHAR, nationality VARCHAR) | SELECT lifespan FROM table_name_56 WHERE imperial = "7ft 8 in" AND nationality = "fiji" |
Name the total number for % popular vote for # of seats won for 83 | CREATE TABLE table_19769687_3 (_percentage_of_popular_vote VARCHAR, _number_of_seats_won VARCHAR) | SELECT COUNT(_percentage_of_popular_vote) FROM table_19769687_3 WHERE _number_of_seats_won = 83 |
What is the maximum fps HDRx with a height larger than 1080 with a compression at 24 fps of 6:1 with a compression at maximum fps of at least 7:1? | CREATE TABLE table_name_47 (maximum_fps VARCHAR, least_compression_at_maximum_fps VARCHAR, height VARCHAR, least_compression_at_24_fps VARCHAR) | SELECT maximum_fps AS HDRx FROM table_name_47 WHERE height > 1080 AND least_compression_at_24_fps = "6:1" AND least_compression_at_maximum_fps = "7:1" |
What is the name of the racer that had a first qualification time of 1:22.085? | CREATE TABLE table_name_5 (name VARCHAR, qual_1 VARCHAR) | SELECT name FROM table_name_5 WHERE qual_1 = "1:22.085" |
What's the Ikavian translation of the Ijekavian word lijep? | CREATE TABLE table_27730_9 (ikavian VARCHAR, ijekavian VARCHAR) | SELECT ikavian FROM table_27730_9 WHERE ijekavian = "lijep" |
On what date was South Melbourne the away team? | CREATE TABLE table_name_61 (date VARCHAR, away_team VARCHAR) | SELECT date FROM table_name_61 WHERE away_team = "south melbourne" |
How many breadth entries are there when the vessel is marianarray? | CREATE TABLE table_28132970_5 (breadth VARCHAR, vessel VARCHAR) | SELECT COUNT(breadth) FROM table_28132970_5 WHERE vessel = "Marianarray" |
What is Median Family Income, when Median Household Income is "$50,717"? | CREATE TABLE table_name_76 (median_family_income VARCHAR, median_household_income VARCHAR) | SELECT median_family_income FROM table_name_76 WHERE median_household_income = "$50,717" |
Where was the game on November 20? | CREATE TABLE table_10812293_3 (location_attendance VARCHAR, date VARCHAR) | SELECT location_attendance FROM table_10812293_3 WHERE date = "November 20" |
Which conference held at School of whiting? | CREATE TABLE table_name_49 (previous_conference VARCHAR, school VARCHAR) | SELECT previous_conference FROM table_name_49 WHERE school = "whiting" |
What was the highest number of students in attendance for the university of north texas? | CREATE TABLE table_28243691_1 (enrollment INTEGER, institution VARCHAR) | SELECT MAX(enrollment) FROM table_28243691_1 WHERE institution = "University of North Texas" |
When 7.08 is the amount of viewers what is the air date? | CREATE TABLE table_24781886_3 (air_date VARCHAR, viewers VARCHAR) | SELECT air_date FROM table_24781886_3 WHERE viewers = "7.08" |
What is the smallest top 10 figure? | CREATE TABLE table_26609690_1 (top_10 INTEGER) | SELECT MIN(top_10) FROM table_26609690_1 |
What is the most silver medals won among nations that won more than 40 medals total, less than 25 of them being gold, and more than 15 of them being bronze? | CREATE TABLE table_name_78 (silver INTEGER, bronze VARCHAR, total VARCHAR, gold VARCHAR) | SELECT MAX(silver) FROM table_name_78 WHERE total > 40 AND gold < 25 AND bronze > 15 |
Who was appointed on October 24, 1997? | CREATE TABLE table_name_63 (name VARCHAR, appointment VARCHAR) | SELECT name FROM table_name_63 WHERE appointment = "october 24, 1997" |
In what series did Charles Barkley (34) did most high points? | CREATE TABLE table_30087032_5 (series VARCHAR, high_points VARCHAR) | SELECT series FROM table_30087032_5 WHERE high_points = "Charles Barkley (34)" |
What was the total number of Top-25 values, for which Cuts made was 62, and for which Wins were less than 1? | CREATE TABLE table_name_37 (top_25 VARCHAR, cuts_made VARCHAR, wins VARCHAR) | SELECT COUNT(top_25) FROM table_name_37 WHERE cuts_made = 62 AND wins < 1 |
What is the locomotive class that has a wheel arrangement of 2-8-2 and a quantity made of 25? | CREATE TABLE table_name_48 (class VARCHAR, wheel_arrangement VARCHAR, quantity_made VARCHAR) | SELECT class FROM table_name_48 WHERE wheel_arrangement = "2-8-2" AND quantity_made = "25" |
Which Visa 5 has a Visa 1 of emile heskey? | CREATE TABLE table_name_4 (visa_5 VARCHAR, visa_1 VARCHAR) | SELECT visa_5 FROM table_name_4 WHERE visa_1 = "emile heskey" |
What is the highest Population, when Per Capita Income is "$17,168", and when Number of Households is greater than 3,287? | CREATE TABLE table_name_86 (population INTEGER, per_capita_income VARCHAR, number_of_households VARCHAR) | SELECT MAX(population) FROM table_name_86 WHERE per_capita_income = "$17,168" AND number_of_households > 3 OFFSET 287 |
On what date was Paulo Sousa appointed? | CREATE TABLE table_name_17 (date_of_appointment VARCHAR, replacement VARCHAR) | SELECT date_of_appointment FROM table_name_17 WHERE replacement = "paulo sousa" |
Count the number of likes for each student id. | CREATE TABLE Likes (student_id VARCHAR) | SELECT student_id, COUNT(*) FROM Likes GROUP BY student_id |
Who has a Result of 54.67? | CREATE TABLE table_name_12 (name VARCHAR, result VARCHAR) | SELECT name FROM table_name_12 WHERE result = 54.67 |
What is the place when the performance is 60.73m? | CREATE TABLE table_name_65 (place VARCHAR, performance VARCHAR) | SELECT place FROM table_name_65 WHERE performance = "60.73m" |
What is the 2006 censusn population when is the administrative capital is Eleme? | CREATE TABLE table_28891101_3 (census_2006_population VARCHAR, administrative_capital VARCHAR) | SELECT COUNT(census_2006_population) FROM table_28891101_3 WHERE administrative_capital = "Eleme" |
Show all allergies with number of students affected. | CREATE TABLE Has_allergy (Allergy VARCHAR) | SELECT Allergy, COUNT(*) FROM Has_allergy GROUP BY Allergy |
What is the lowest December, when Score is "4 - 4"? | CREATE TABLE table_name_66 (december INTEGER, score VARCHAR) | SELECT MIN(december) FROM table_name_66 WHERE score = "4 - 4" |
Name the country for 6-month loan and moving from of lens | CREATE TABLE table_name_90 (country VARCHAR, type VARCHAR, moving_from VARCHAR) | SELECT country FROM table_name_90 WHERE type = "6-month loan" AND moving_from = "lens" |
For Tie #2, who was the home team? | CREATE TABLE table_name_33 (home_team VARCHAR, tie_no VARCHAR) | SELECT home_team FROM table_name_33 WHERE tie_no = "2" |
What is the total average for Rank entries where the Lane listed is smaller than 4 and the Nationality listed is San Marino? | CREATE TABLE table_name_7 (rank INTEGER, lane VARCHAR, nationality VARCHAR) | SELECT AVG(rank) FROM table_name_7 WHERE lane < 4 AND nationality = "san marino" |
What is the launched date of the destroyer completed 25 February 1936? | CREATE TABLE table_name_13 (launched VARCHAR, completed VARCHAR) | SELECT launched FROM table_name_13 WHERE completed = "25 february 1936" |
What is Series, when Days is greater than 99, and when Prize is €50,000? | CREATE TABLE table_name_15 (series VARCHAR, days VARCHAR, prize VARCHAR) | SELECT series FROM table_name_15 WHERE days > 99 AND prize = "€50,000" |
What is the frequency of the Classic Country Krki-fm booster station? | CREATE TABLE table_134987_3 (frequency VARCHAR, format VARCHAR) | SELECT frequency FROM table_134987_3 WHERE format = "Classic Country KRKI-FM booster" |
What is the to par of player Tim Herron from the United States with a t3 place? | CREATE TABLE table_name_47 (to_par VARCHAR, player VARCHAR, country VARCHAR, place VARCHAR) | SELECT to_par FROM table_name_47 WHERE country = "united states" AND place = "t3" AND player = "tim herron" |
What is the Date for the Home team West Ham United | CREATE TABLE table_name_70 (date VARCHAR, home_team VARCHAR) | SELECT date FROM table_name_70 WHERE home_team = "west ham united" |
While Duncan Thompson played, how many points did he have where there were 0 field goals, 0 extra points, and more than 9 touchdowns? | CREATE TABLE table_name_86 (points INTEGER, player VARCHAR, extra_points VARCHAR, field_goals VARCHAR, touchdowns VARCHAR) | SELECT AVG(points) FROM table_name_86 WHERE field_goals = 0 AND touchdowns > 9 AND extra_points = 0 AND player = "duncan thompson" |
Who was the incumbent when Arthur Osborne won the election? | CREATE TABLE table_name_55 (incumbent VARCHAR, winner VARCHAR) | SELECT incumbent FROM table_name_55 WHERE winner = "arthur osborne" |
Which Time/Retired has less than 77 laps, and a Grid of 16? | CREATE TABLE table_name_68 (time_retired VARCHAR, laps VARCHAR, grid VARCHAR) | SELECT time_retired FROM table_name_68 WHERE laps < 77 AND grid = 16 |
What's the name of MKD? | CREATE TABLE table_name_20 (name VARCHAR, nat VARCHAR) | SELECT name FROM table_name_20 WHERE nat = "mkd" |
What game was the final score 82-79? | CREATE TABLE table_name_60 (game VARCHAR, score VARCHAR) | SELECT game FROM table_name_60 WHERE score = "82-79" |
What is the total number of Total, when Silver is 1, and when Bronze is 7? | CREATE TABLE table_name_5 (total VARCHAR, silver VARCHAR, bronze VARCHAR) | SELECT COUNT(total) FROM table_name_5 WHERE silver = "1" AND bronze = "7" |
How many totals have brazil as the nation, and a bronze less than 2? | CREATE TABLE table_name_89 (total INTEGER, nation VARCHAR, bronze VARCHAR) | SELECT SUM(total) FROM table_name_89 WHERE nation = "brazil" AND bronze < 2 |
What player was place of t1 in To Par and had a score of 70-73-69=212? | CREATE TABLE table_name_81 (to_par VARCHAR, place VARCHAR, score VARCHAR) | SELECT to_par FROM table_name_81 WHERE place = "t1" AND score = 70 - 73 - 69 = 212 |
What is the highest Apps, when Goals are greater than 5? | CREATE TABLE table_name_58 (apps INTEGER, goals INTEGER) | SELECT MAX(apps) FROM table_name_58 WHERE goals > 5 |
What NCBI Accession Number (mRNA/Protein) has a Protein Identity of 69%? | CREATE TABLE table_name_99 (ncbi_accession_number__mrna_protein_ VARCHAR, protein_identity VARCHAR) | SELECT ncbi_accession_number__mrna_protein_ FROM table_name_99 WHERE protein_identity = "69%" |
Who is the head linesman of the game on 1 February 2009? | CREATE TABLE table_name_46 (head_linesman VARCHAR, date VARCHAR) | SELECT head_linesman FROM table_name_46 WHERE date = "1 february 2009" |
What is the lowest Opponents, when Raiders Poinsts is greater than 38, and when Attendance is greater than 51,267? | CREATE TABLE table_name_79 (opponents INTEGER, raiders_points VARCHAR, attendance VARCHAR) | SELECT MIN(opponents) FROM table_name_79 WHERE raiders_points > 38 AND attendance > 51 OFFSET 267 |
What is Player, when Score is "68-71=139"? | CREATE TABLE table_name_80 (player VARCHAR, score VARCHAR) | SELECT player FROM table_name_80 WHERE score = 68 - 71 = 139 |
What is the prize money for the player ranked 1? | CREATE TABLE table_name_16 (prize_money__ INTEGER, rank VARCHAR) | SELECT MAX(prize_money__) AS $__ FROM table_name_16 WHERE rank = 1 |
Who was the driver, when the constructor was Renault, and when the Time/Retired was +38.600? | CREATE TABLE table_name_1 (driver VARCHAR, constructor VARCHAR, time_retired VARCHAR) | SELECT driver FROM table_name_1 WHERE constructor = "renault" AND time_retired = "+38.600" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.