answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 484 |
|---|---|---|
SELECT name FROM table_name_83 WHERE nat = "sco" AND transfer_window = "summer" AND moving_to = "greenock morton" | What is the name of the player who is Sco and moving to greenock morton in the summer? | CREATE TABLE table_name_83 (name VARCHAR, moving_to VARCHAR, nat VARCHAR, transfer_window VARCHAR) |
SELECT res FROM table_name_88 WHERE event = "ifl: los angeles" | What was the Result of IFL: Los Angeles? | CREATE TABLE table_name_88 (res VARCHAR, event VARCHAR) |
SELECT race FROM table_name_74 WHERE date = "15 june" | What race occurred on the date of 15 June? | CREATE TABLE table_name_74 (race VARCHAR, date VARCHAR) |
SELECT MAX(total__number) FROM table_27155243_4 WHERE written_by = "Sheri Elwood" | What is largest total number that was written by Sheri Elwood? | CREATE TABLE table_27155243_4 (total__number INTEGER, written_by VARCHAR) |
SELECT village__german_ FROM table_10798421_1 WHERE village__slovenian_ = "Sele Borovnica" | Provide me with the name of all the village (German) that are part of the village (Slovenian) with sele borovnica. | CREATE TABLE table_10798421_1 (village__german_ VARCHAR, village__slovenian_ VARCHAR) |
SELECT webkit FROM table_name_71 WHERE prince_xml = "font" | For the item with a Prince XML value of 'font', what is the WebKit value? | CREATE TABLE table_name_71 (webkit VARCHAR, prince_xml VARCHAR) |
SELECT date FROM table_name_77 WHERE opponent = "motherwell" AND venue = "fir park" | On what date was Motherwell the opponent at Fir Park? | CREATE TABLE table_name_77 (date VARCHAR, opponent VARCHAR, venue VARCHAR) |
SELECT results¹ FROM table_name_82 WHERE type_of_game = "friendly" AND city = "belgrade" AND date = "november 2" | With the Type is game of friendly and the City Belgrade and November 2 as the Date what were the Results¹? | CREATE TABLE table_name_82 (results¹ VARCHAR, date VARCHAR, type_of_game VARCHAR, city VARCHAR) |
SELECT MIN(bronze) FROM table_name_47 WHERE sport = "short track" AND gold = 0 | What is the lowest number of bronze a short track athlete with 0 gold medals has? | CREATE TABLE table_name_47 (bronze INTEGER, sport VARCHAR, gold VARCHAR) |
SELECT apps FROM table_name_81 WHERE ratio = 0.52 AND goals = 150 | What is the Apps for the player with 150 Goals and a Ratio of 0.52? | CREATE TABLE table_name_81 (apps VARCHAR, ratio VARCHAR, goals VARCHAR) |
SELECT COUNT(tournament) FROM table_14903081_1 WHERE current_venue = "Lindner Family Tennis Center" | How many tournaments have their current venue as the Lindner Family Tennis Center? | CREATE TABLE table_14903081_1 (tournament VARCHAR, current_venue VARCHAR) |
SELECT government FROM table_name_56 WHERE seats = 57 | Which Government has 57 seats? | CREATE TABLE table_name_56 (government VARCHAR, seats VARCHAR) |
SELECT major_town FROM table_23685890_2 WHERE local_government_area = "Outback Areas Community Development Trust" | Which major town is located within the Outback Areas Community Development Trust? | CREATE TABLE table_23685890_2 (major_town VARCHAR, local_government_area VARCHAR) |
SELECT fcc_info FROM table_name_48 WHERE frequency_mhz > 95.3 AND erp_w < 27 AND city_of_license = "ocala, florida" | What is the FCC info of the station with a frequency above 95.3 and an ERP W smaller than 27 in Ocala, Florida? | CREATE TABLE table_name_48 (fcc_info VARCHAR, city_of_license VARCHAR, frequency_mhz VARCHAR, erp_w VARCHAR) |
SELECT SUM(week) FROM table_name_27 WHERE attendance = 47 OFFSET 218 | In which week was the attendance 47,218? | CREATE TABLE table_name_27 (week INTEGER, attendance VARCHAR) |
SELECT SUM(attendance) FROM table_name_59 WHERE home = "philadelphia" AND points < 23 | Which Attendance has a Home of philadelphia, and Points smaller than 23? | CREATE TABLE table_name_59 (attendance INTEGER, home VARCHAR, points VARCHAR) |
SELECT COUNT(chapters) FROM table_name_86 WHERE director = "elmer clifton" | How many chapters did Elmer Clifton direct? | CREATE TABLE table_name_86 (chapters VARCHAR, director VARCHAR) |
SELECT production_code FROM table_27713890_1 WHERE us_viewers__millions_ = "23.9" | What is the production code for the episode that had 23.9 million u.s. viewers? | CREATE TABLE table_27713890_1 (production_code VARCHAR, us_viewers__millions_ VARCHAR) |
SELECT ends FROM table_name_34 WHERE name = "donaldson" | When does Donaldson's move end? | CREATE TABLE table_name_34 (ends VARCHAR, name VARCHAR) |
SELECT year__ceremony_ FROM table_21904740_1 WHERE spanish_title = "Viva Cuba" | When was Viva Cuba submitted? | CREATE TABLE table_21904740_1 (year__ceremony_ VARCHAR, spanish_title VARCHAR) |
SELECT COUNT(score_in_final) FROM table_22858557_1 WHERE championship = "US Open" AND outcome = "Runner-up" | What is the amount of US open runner-up score? | CREATE TABLE table_22858557_1 (score_in_final VARCHAR, championship VARCHAR, outcome VARCHAR) |
SELECT venue FROM table_name_78 WHERE home_team = "fitzroy" | Where does the home team fitzroy play? | CREATE TABLE table_name_78 (venue VARCHAR, home_team VARCHAR) |
SELECT result FROM table_25374338_1 WHERE original_artist = "Prince and The Revolution" | What is the result where the original artist is Prince and the Revolution? | CREATE TABLE table_25374338_1 (result VARCHAR, original_artist VARCHAR) |
SELECT player FROM table_name_78 WHERE country = "united states" AND total = 286 AND year_s__won = "2003" | What player in the United States had a total of 286 and won in 2003? | CREATE TABLE table_name_78 (player VARCHAR, year_s__won VARCHAR, country VARCHAR, total VARCHAR) |
SELECT MAX(Reset) AS points FROM table_13282157_1 WHERE events = 23 | What is the highest reset points where the events is 23? | CREATE TABLE table_13282157_1 (Reset INTEGER, events VARCHAR) |
SELECT COUNT(grid) FROM table_name_60 WHERE laps = 52 | Tell me the total number of grid for laps of 52 | CREATE TABLE table_name_60 (grid VARCHAR, laps VARCHAR) |
SELECT team FROM table_name_6 WHERE date = "august 17" | What is the name of the team leading on August 17? | CREATE TABLE table_name_6 (team VARCHAR, date VARCHAR) |
SELECT batting_partners FROM table_1670921_2 WHERE venue = "Sydney" | What batting partners played in sydney? | CREATE TABLE table_1670921_2 (batting_partners VARCHAR, venue VARCHAR) |
SELECT release_date FROM table_name_59 WHERE required_os = "windows" AND type = "2d" AND developer_s_ = "zeonix" | Which Release date has a Required OS of windows, a Type of 2d, and a Developer(s) of zeonix? | CREATE TABLE table_name_59 (release_date VARCHAR, developer_s_ VARCHAR, required_os VARCHAR, type VARCHAR) |
SELECT college_junior_club_team__league_ FROM table_name_27 WHERE round > 1 AND nationality = "canada" AND position = "(d)" | what is the college/junior/club team (league) when the round is higher than 1, the nationality is canada and the position is (d)? | CREATE TABLE table_name_27 (college_junior_club_team__league_ VARCHAR, position VARCHAR, round VARCHAR, nationality VARCHAR) |
SELECT 2007 FROM table_name_36 WHERE 2009 = "1r" AND 2011 = "2r" AND tournament = "wimbledon" | What is the 2007 value with 1r in 2009 and 2r in 2011 at the Tournament of Wimbledon? | CREATE TABLE table_name_36 (tournament VARCHAR) |
SELECT outgoing_manager FROM table_26593762_3 WHERE incoming_manager = "Dougie Freedman" | Who was the outgoing manager of the team whose incoming manager was Dougie Freedman? | CREATE TABLE table_26593762_3 (outgoing_manager VARCHAR, incoming_manager VARCHAR) |
SELECT COUNT(rank) FROM table_name_59 WHERE name = "dejuan collins" AND assists > 69 | With more than 69 Assists, what is Dejuan Collins' Rank? | CREATE TABLE table_name_59 (rank VARCHAR, name VARCHAR, assists VARCHAR) |
SELECT uk_total_viewers FROM table_30139175_3 WHERE episode_no = 50 | How many viewers in the UK did episode 50 have? | CREATE TABLE table_30139175_3 (uk_total_viewers VARCHAR, episode_no VARCHAR) |
SELECT AVG(founded) FROM table_name_96 WHERE team = "baton rouge blaze" | What is the mean Founded number when the team is the Baton Rouge Blaze? | CREATE TABLE table_name_96 (founded INTEGER, team VARCHAR) |
SELECT COUNT(DISTINCT customer_id) FROM customer_orders WHERE order_status = "Cancelled" | How many customers have at least one order with status "Cancelled"? | CREATE TABLE customer_orders (customer_id VARCHAR, order_status VARCHAR) |
SELECT MIN(year) FROM table_1529260_2 | What is the lowest year listed? | CREATE TABLE table_1529260_2 (year INTEGER) |
SELECT COUNT(game) FROM table_27700375_8 WHERE date = "January 5" | How many games were held on January 5? | CREATE TABLE table_27700375_8 (game VARCHAR, date VARCHAR) |
SELECT title FROM table_name_67 WHERE share = "19,9%" | Which title has a share of 19,9% | CREATE TABLE table_name_67 (title VARCHAR, share VARCHAR) |
SELECT score FROM table_name_39 WHERE result = "4-0" | What is the score of the match with a 4-0 result? | CREATE TABLE table_name_39 (score VARCHAR, result VARCHAR) |
SELECT points_for FROM table_13564637_4 WHERE points = "53" | How many points for when the points was 53? | CREATE TABLE table_13564637_4 (points_for VARCHAR, points VARCHAR) |
SELECT destination FROM table_1569516_1 WHERE service_pattern = "Sydenham then fast to Norwood Junction" | Where is the service pattern sydenham then fast to norwood junction? | CREATE TABLE table_1569516_1 (destination VARCHAR, service_pattern VARCHAR) |
SELECT Date_Claim_Made FROM Claims WHERE Amount_Settled <= (SELECT AVG(Amount_Settled) FROM Claims) | Among all the claims, which settlements have a claimed amount that is no more than the average? List the claim start date. | CREATE TABLE Claims (Date_Claim_Made VARCHAR, Amount_Settled INTEGER) |
SELECT MIN(wildcats_points) FROM table_20850527_1 WHERE record = "5-1" | What is the lowest points scored by the Wildcats when the record was 5-1? | CREATE TABLE table_20850527_1 (wildcats_points INTEGER, record VARCHAR) |
SELECT * FROM departments WHERE department_name = 'Marketing' | Display all the information about the department Marketing. | CREATE TABLE departments (department_name VARCHAR) |
SELECT COUNT(valid_poll) FROM table_name_67 WHERE seats > 4 AND candidates > 9 | Name the total number of valid poll with seats more than 4 and candidates more than 9 | CREATE TABLE table_name_67 (valid_poll VARCHAR, seats VARCHAR, candidates VARCHAR) |
SELECT SUM(took_office) FROM table_name_9 WHERE deputy_prime_minister = "mariano rajoy brey" | What year did deputy prime minister Mariano Rajoy Brey take office? | CREATE TABLE table_name_9 (took_office INTEGER, deputy_prime_minister VARCHAR) |
SELECT attendance FROM table_name_37 WHERE away_team = "oadby town" | What is the attendance when oadby town is away? | CREATE TABLE table_name_37 (attendance VARCHAR, away_team VARCHAR) |
SELECT population_in_1000__1931_ FROM table_name_14 WHERE car_plates__since_1937_ = "80-84" | between car plates of 80-84 what is the population in 1000 in year 1931? | CREATE TABLE table_name_14 (population_in_1000__1931_ VARCHAR, car_plates__since_1937_ VARCHAR) |
SELECT total FROM table_11542215_3 WHERE floor_exercise = "9.287" | What is the total score when the score for floor exercise was 9.287? | CREATE TABLE table_11542215_3 (total VARCHAR, floor_exercise VARCHAR) |
SELECT T2.balance, T3.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid WHERE T1.name = 'Brown' | Find the checking balance and saving balance in the Brown’s account. | CREATE TABLE checking (balance VARCHAR, custid VARCHAR); CREATE TABLE accounts (custid VARCHAR, name VARCHAR); CREATE TABLE savings (balance VARCHAR, custid VARCHAR) |
SELECT AVG(rank) FROM table_name_34 WHERE name = "viktors dobrecovs" AND matches < 325 | What is the Rank for Viktors Dobrecovs with less than 325 Matches? | CREATE TABLE table_name_34 (rank INTEGER, name VARCHAR, matches VARCHAR) |
SELECT COUNT(frequency_mhz) FROM table_name_95 WHERE call_sign = "w264bg" | How much Frequency MHz has a Call sign of w264bg? | CREATE TABLE table_name_95 (frequency_mhz VARCHAR, call_sign VARCHAR) |
SELECT date FROM table_name_89 WHERE attendance = "73,529" | What was the date when the attendance was 73,529? | CREATE TABLE table_name_89 (date VARCHAR, attendance VARCHAR) |
SELECT engine_s_ FROM table_name_71 WHERE chassis = "ensign n177" AND year < 1978 | What is the engine(s) on the car before 1978 with ensign n177 chassis? | CREATE TABLE table_name_71 (engine_s_ VARCHAR, chassis VARCHAR, year VARCHAR) |
SELECT t1.name FROM driver AS t1 JOIN school_bus AS t2 ON t1.driver_id = t2.driver_id ORDER BY years_working DESC LIMIT 1 | find the name of driver who is driving the school bus with the longest working history. | CREATE TABLE school_bus (driver_id VARCHAR); CREATE TABLE driver (name VARCHAR, driver_id VARCHAR) |
SELECT pictorials FROM table_name_84 WHERE interview_subject = "jesse jackson" | In the issue in which the Interview subject was Jesse Jackson, who were there Pictorials of? | CREATE TABLE table_name_84 (pictorials VARCHAR, interview_subject VARCHAR) |
SELECT district FROM table_1341930_10 WHERE incumbent = "James A. Haley" | Which district is James A. Haley from? | CREATE TABLE table_1341930_10 (district VARCHAR, incumbent VARCHAR) |
SELECT population_density__per_km²_ FROM table_name_31 WHERE gdp__ppp__$m_usd = "$188,112" | How much is the population density with a GDP at $188,112? | CREATE TABLE table_name_31 (population_density__per_km²_ VARCHAR, gdp__ppp__$m_usd VARCHAR) |
SELECT SUM(bronze) FROM table_name_58 WHERE nation = "mexico" AND total > 1 | How much Bronze has a Nation of mexico, and a Total larger than 1? | CREATE TABLE table_name_58 (bronze INTEGER, nation VARCHAR, total VARCHAR) |
SELECT COUNT(car_s_) FROM table_2182170_1 WHERE listed_owner_s_ = "Gregg Mixon" | How many cars does Gregg Mixon own? | CREATE TABLE table_2182170_1 (car_s_ VARCHAR, listed_owner_s_ VARCHAR) |
SELECT power_hp__kw_ FROM table_name_60 WHERE first_year > 1965 AND distribution = "international" AND engine = "v6 biturbo" AND model = "425" | What is Power HP (kW), when First Year is greater than 1965, when Distribution is "International", when Engine is V6 Biturbo, and when Model is "425"? | CREATE TABLE table_name_60 (power_hp__kw_ VARCHAR, model VARCHAR, engine VARCHAR, first_year VARCHAR, distribution VARCHAR) |
SELECT year_s__won FROM table_name_17 WHERE to_par = "+14" | The To par of +14 was won in what year(s)? | CREATE TABLE table_name_17 (year_s__won VARCHAR, to_par VARCHAR) |
SELECT place FROM table_name_41 WHERE country = "united states" AND player = "lee trevino" | What is Place, when Country is "United States", and when Player is "Lee Trevino"? | CREATE TABLE table_name_41 (place VARCHAR, country VARCHAR, player VARCHAR) |
SELECT MIN(gold) FROM table_name_47 WHERE bronze = 14 AND total > 42 | Which Gold is the lowest one that has a Bronze of 14, and a Total larger than 42? | CREATE TABLE table_name_47 (gold INTEGER, bronze VARCHAR, total VARCHAR) |
SELECT MIN(ranking) FROM table_217785_2 WHERE viewers__in_millions_of_households_ = "11.2" | What's the lowest rating with 11.2 million viewers? | CREATE TABLE table_217785_2 (ranking INTEGER, viewers__in_millions_of_households_ VARCHAR) |
SELECT home_team AS score FROM table_name_42 WHERE venue = "victoria park" | Which home team score occurred at Victoria Park? | CREATE TABLE table_name_42 (home_team VARCHAR, venue VARCHAR) |
SELECT turbines FROM table_26387382_1 WHERE location__county_ = "Somerset" AND capacity__mw_ = "30" | What all turbines have a capacity of 30 and have a Somerset location? | CREATE TABLE table_26387382_1 (turbines VARCHAR, location__county_ VARCHAR, capacity__mw_ VARCHAR) |
SELECT score FROM table_name_97 WHERE player = "peter lonard" | What was the score for Peter Lonard? | CREATE TABLE table_name_97 (score VARCHAR, player VARCHAR) |
SELECT interface FROM table_name_58 WHERE product = "xerox travel scanner 100" | What is the interface of the product xerox travel scanner 100? | CREATE TABLE table_name_58 (interface VARCHAR, product VARCHAR) |
SELECT skip FROM table_name_31 WHERE nation = "wales" | What is the skip in Wales? | CREATE TABLE table_name_31 (skip VARCHAR, nation VARCHAR) |
SELECT COUNT(crowd) FROM table_name_2 WHERE home_team = "fitzroy" | What was the attendance when Fitzroy played as home team? | CREATE TABLE table_name_2 (crowd VARCHAR, home_team VARCHAR) |
SELECT conference FROM table_26423157_2 WHERE school = "Tennessee" | What conference is Tennessee? | CREATE TABLE table_26423157_2 (conference VARCHAR, school VARCHAR) |
SELECT COUNT(overall) FROM table_13758243_1 WHERE player = "Jerry Hill" | What numer pick in the draft for jerry hill? | CREATE TABLE table_13758243_1 (overall VARCHAR, player VARCHAR) |
SELECT location FROM table_name_97 WHERE event = "the national" | What's the location of the National event? | CREATE TABLE table_name_97 (location VARCHAR, event VARCHAR) |
SELECT score FROM table_name_85 WHERE home = "detroit" AND record = "33-18-9" | Name the score for detroit home and record of 33-18-9 | CREATE TABLE table_name_85 (score VARCHAR, home VARCHAR, record VARCHAR) |
SELECT AVG(game) FROM table_name_49 WHERE opponent = "toronto maple leafs" AND february < 17 | What is the game number when the Toronto Maple Leafs were the opponent, and the February was less than 17? | CREATE TABLE table_name_49 (game INTEGER, opponent VARCHAR, february VARCHAR) |
SELECT bubbles FROM table_1507852_5 WHERE attribute = "onpopuphidden" | what's the bubbles with attribute being onpopuphidden | CREATE TABLE table_1507852_5 (bubbles VARCHAR, attribute VARCHAR) |
SELECT segment_c FROM table_15187735_3 WHERE segment_b = "Couscous" | Name the segment c for couscous | CREATE TABLE table_15187735_3 (segment_c VARCHAR, segment_b VARCHAR) |
SELECT T2.customer_name, COUNT(*) FROM orders AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T2.customer_id HAVING COUNT(*) >= 2 | For each customer who has at least two orders, find the customer name and number of orders made. | CREATE TABLE orders (customer_id VARCHAR); CREATE TABLE customers (customer_name VARCHAR, customer_id VARCHAR) |
SELECT television_service FROM table_15887683_6 WHERE content = "Primafila Hot Club" | Name the television service when primafila hot club | CREATE TABLE table_15887683_6 (television_service VARCHAR, content VARCHAR) |
SELECT status FROM table_name_55 WHERE unit = "daohugou beds" | Which Status has a Unit of daohugou beds? | CREATE TABLE table_name_55 (status VARCHAR, unit VARCHAR) |
SELECT 2001 AS __percentage FROM table_273617_6 WHERE status = "Widowed or surviving partner" | what is the 2001 % for the status widowed or surviving partner? | CREATE TABLE table_273617_6 (status VARCHAR) |
SELECT COUNT(total) FROM table_name_71 WHERE silver < 2 AND nation = "ukraine" AND gold < 3 | How many Totals have a Silver smaller than 2, and a Nation of ukraine, and a Gold smaller than 3? | CREATE TABLE table_name_71 (total VARCHAR, gold VARCHAR, silver VARCHAR, nation VARCHAR) |
SELECT score FROM table_name_65 WHERE opponent = "at los angeles rams" | For the game where the opponent is listed as At Los Angeles Rams, what was the final score? | CREATE TABLE table_name_65 (score VARCHAR, opponent VARCHAR) |
SELECT COUNT(male_rank) FROM table_2701625_1 WHERE country = "Fiji" | Name the total number of male rank for fiji | CREATE TABLE table_2701625_1 (male_rank VARCHAR, country VARCHAR) |
SELECT country FROM table_name_57 WHERE rank = "24" | Which country is ranked 24? | CREATE TABLE table_name_57 (country VARCHAR, rank VARCHAR) |
SELECT nominee FROM table_name_30 WHERE category = "outstanding director of a musical" | Who was nominated for outstanding director of a musical? | CREATE TABLE table_name_30 (nominee VARCHAR, category VARCHAR) |
SELECT title FROM table_name_2 WHERE season < 1.8 AND first_broadcast = "march 6, 1981" | What is Title, when Season is less than 1.8, and when First Broadcast is March 6, 1981? | CREATE TABLE table_name_2 (title VARCHAR, season VARCHAR, first_broadcast VARCHAR) |
SELECT measurement FROM table_name_21 WHERE estimated_function__percentage < 20 | What is the measurement where the estimated function % is less than 20? | CREATE TABLE table_name_21 (measurement VARCHAR, estimated_function__percentage INTEGER) |
SELECT T1.staff_name, T2.job_title_code FROM staff AS T1 JOIN staff_department_assignments AS T2 ON T1.staff_id = T2.staff_id ORDER BY T2.date_assigned_to DESC LIMIT 1 | What is the name and job title of the staff who was assigned the latest? | CREATE TABLE staff (staff_name VARCHAR, staff_id VARCHAR); CREATE TABLE staff_department_assignments (job_title_code VARCHAR, staff_id VARCHAR, date_assigned_to VARCHAR) |
SELECT SUM(game) FROM table_name_50 WHERE record = "14–10–4" AND points < 32 | Which Game has a Record of 14–10–4, and Points smaller than 32? | CREATE TABLE table_name_50 (game INTEGER, record VARCHAR, points VARCHAR) |
SELECT partnerships FROM table_name_70 WHERE runs = "27" | Which partnership has a run number of 27? | CREATE TABLE table_name_70 (partnerships VARCHAR, runs VARCHAR) |
SELECT home_team FROM table_name_58 WHERE date = "april 10" | What is Home Team, when Date is "April 10"? | CREATE TABLE table_name_58 (home_team VARCHAR, date VARCHAR) |
SELECT SUM(gross_tonnage) FROM table_name_94 WHERE ship = "isis" AND date_commissioned < 1842 | Tell me the sum of Gross Tonnage for isis ship on date commisioned less than 1842 | CREATE TABLE table_name_94 (gross_tonnage INTEGER, ship VARCHAR, date_commissioned VARCHAR) |
SELECT record FROM table_name_83 WHERE leading_scorer = "glenn robinson (16)" | What record has Glenn Robinson (16) as the leading scorer? | CREATE TABLE table_name_83 (record VARCHAR, leading_scorer VARCHAR) |
SELECT MAX(wins) FROM table_name_67 WHERE percent = "0.000" AND school = "oklahoma state" AND appearances < 1 | What is the highest Wins, when Percent is 0.000, when School is Oklahoma State, and when Appearances is less than 1? | CREATE TABLE table_name_67 (wins INTEGER, appearances VARCHAR, percent VARCHAR, school VARCHAR) |
SELECT COUNT(fastest_lap) FROM table_13512105_3 WHERE rnd = 6 | how many have times of 6 | CREATE TABLE table_13512105_3 (fastest_lap VARCHAR, rnd VARCHAR) |
SELECT top_10s FROM table_22838521_3 WHERE year = 2007 | If the year is 2007, what is the top ten? | CREATE TABLE table_22838521_3 (top_10s VARCHAR, year VARCHAR) |
SELECT q1 + q2_time FROM table_1924975_1 WHERE q1_pos = 8 | when q1 pos is 8 what is the q1+q2 time? | CREATE TABLE table_1924975_1 (q1 VARCHAR, q2_time VARCHAR, q1_pos VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.