answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 484 |
|---|---|---|
SELECT spokespersons FROM table_name_7 WHERE commentator = "pierre tchernia" AND voting_order = 11 | During the voting order 11, when the commentator was pierre tchernia, who was the spokesperson? | CREATE TABLE table_name_7 (spokespersons VARCHAR, commentator VARCHAR, voting_order VARCHAR) |
SELECT name, capacity FROM stadium ORDER BY average DESC LIMIT 1 | What is the name and capacity for the stadium with highest average attendance? | CREATE TABLE stadium (name VARCHAR, capacity VARCHAR, average VARCHAR) |
SELECT artist FROM table_name_43 WHERE issue_date_s_ = "23 february" | What is the name of the artist that issued the single on 23 February? | CREATE TABLE table_name_43 (artist VARCHAR, issue_date_s_ VARCHAR) |
SELECT MAX(game) FROM table_27713030_3 WHERE date = "October 13" | Which game was played on October 13? | CREATE TABLE table_27713030_3 (game INTEGER, date VARCHAR) |
SELECT COUNT(successor) FROM table_225200_3 WHERE date_of_successors_formal_installation = "Elected January 26, 1837" | Name the successor for elected january 26, 1837 | CREATE TABLE table_225200_3 (successor VARCHAR, date_of_successors_formal_installation VARCHAR) |
SELECT salary_range FROM table_27257896_2 WHERE indians = "8.2%" | If the Indians are 8.2%, what is the salary range? | CREATE TABLE table_27257896_2 (salary_range VARCHAR, indians VARCHAR) |
SELECT young_rider_classification FROM table_name_16 WHERE general_classification = "giuseppe saronni" AND stage = "6" | Name the young rider classification for giuseppe saronni at stage 6 | CREATE TABLE table_name_16 (young_rider_classification VARCHAR, general_classification VARCHAR, stage VARCHAR) |
SELECT original_air_date FROM table_12030612_3 WHERE written_by = "Michael Poryes" | What is the date of the episode written by Michael Poryes? | CREATE TABLE table_12030612_3 (original_air_date VARCHAR, written_by VARCHAR) |
SELECT SUM(total) FROM table_name_34 WHERE gold > 97 AND silver < 332 | What nation had more than 97 Gold Medals and fewer than 332 Silver Medals? | CREATE TABLE table_name_34 (total INTEGER, gold VARCHAR, silver VARCHAR) |
SELECT COUNT(crest_length__meters_) FROM table_name_87 WHERE year_of_construction > 1957 AND name = "mattmark" | Tell me the total number of crest length for year construction larger than 1957 for mattmark | CREATE TABLE table_name_87 (crest_length__meters_ VARCHAR, year_of_construction VARCHAR, name VARCHAR) |
SELECT memory FROM table_name_68 WHERE clock = "2.26ghz" AND number = 32 | What is the Memory for a Number 32 with a Clock of 2.26ghz? | CREATE TABLE table_name_68 (memory VARCHAR, clock VARCHAR, number VARCHAR) |
SELECT val_de_marne FROM table_name_52 WHERE seine_saint_denis = "4.0%" | WHAT IS Val-de-Marne WITH Seine-Saint-Denis of 4.0%? | CREATE TABLE table_name_52 (val_de_marne VARCHAR, seine_saint_denis VARCHAR) |
SELECT original_airdate FROM table_27547668_2 WHERE _number = 6 | What is the original air date of # 6? | CREATE TABLE table_27547668_2 (original_airdate VARCHAR, _number VARCHAR) |
SELECT T1.date_of_notes FROM Assessment_Notes AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id WHERE T2.first_name = "Fanny" | Find the dates of assessment notes for students with first name "Fanny". | CREATE TABLE Students (student_id VARCHAR, first_name VARCHAR); CREATE TABLE Assessment_Notes (date_of_notes VARCHAR, student_id VARCHAR) |
SELECT record FROM table_name_39 WHERE opponent = "toronto huskies" | What is the record of the game with the toronto huskies as the opponent? | CREATE TABLE table_name_39 (record VARCHAR, opponent VARCHAR) |
SELECT outcome FROM table_27877656_8 WHERE edition = "2010 Europe/Africa Group IIB" | What was the outcome in the 2010 Europe/Africa Group IIB edition? | CREATE TABLE table_27877656_8 (outcome VARCHAR, edition VARCHAR) |
SELECT T2.customer_first_name, T2.customer_last_name, T2.customer_phone FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T1.account_name = "162" | What is the first name, last name, and phone of the customer with account name 162? | CREATE TABLE Customers (customer_first_name VARCHAR, customer_last_name VARCHAR, customer_phone VARCHAR, customer_id VARCHAR); CREATE TABLE Accounts (customer_id VARCHAR, account_name VARCHAR) |
SELECT manner_of_departure FROM table_24231638_3 WHERE team = "Racing Santander" | What is the manner of departure for the team racing santander? | CREATE TABLE table_24231638_3 (manner_of_departure VARCHAR, team VARCHAR) |
SELECT date FROM table_name_91 WHERE tyre = "d" AND circuit = "monaco" | On what date is there a Tryre of d at the Circuit of monaco? | CREATE TABLE table_name_91 (date VARCHAR, tyre VARCHAR, circuit VARCHAR) |
SELECT MIN(points) FROM table_name_53 WHERE player = "stuart" AND extra_points < 0 | How many points did Stuart have when he had 0 extra points? | CREATE TABLE table_name_53 (points INTEGER, player VARCHAR, extra_points VARCHAR) |
SELECT year_made FROM table_name_63 WHERE quantity_made = "4" | What year made has a Quantity made of 4? | CREATE TABLE table_name_63 (year_made VARCHAR, quantity_made VARCHAR) |
SELECT COUNT(player) FROM table_15621965_7 WHERE school_club_team = "Notre Dame" | How many players belong to Notre Dame? | CREATE TABLE table_15621965_7 (player VARCHAR, school_club_team VARCHAR) |
SELECT MAX(1950) FROM table_name_13 WHERE 1960 > 196 AND 1996[2] < 726 AND 1980 > 125 AND 1990 > 848 | 1960 larger than 196, and a 1996[2] smaller than 726, and a 1980 larger than 125, and a 1990 larger than 848, what is the highest 1950? | CREATE TABLE table_name_13 (Id VARCHAR) |
SELECT method FROM table_name_83 WHERE opponent = "dale hartt" | What was the method of resolution for the fight against dale hartt? | CREATE TABLE table_name_83 (method VARCHAR, opponent VARCHAR) |
SELECT MIN(events) FROM table_name_14 WHERE cuts_made = 17 AND top_25 < 8 | What is the lowest events that have 17 as the cuts made, with a top-25 less than 8? | CREATE TABLE table_name_14 (events INTEGER, cuts_made VARCHAR, top_25 VARCHAR) |
SELECT song FROM table_10848177_1 WHERE length = "3:05" | What song has a length of 3:05? | CREATE TABLE table_10848177_1 (song VARCHAR, length VARCHAR) |
SELECT MIN(lost) FROM table_name_8 WHERE drawn > 1 AND games < 7 | Which Lost has a Drawn larger than 1, and Games smaller than 7? | CREATE TABLE table_name_8 (lost INTEGER, drawn VARCHAR, games VARCHAR) |
SELECT matches FROM table_name_95 WHERE result = "first group stage" AND year = "1998" | What were the matches where the teams finished in the first group stage, in 1998? | CREATE TABLE table_name_95 (matches VARCHAR, result VARCHAR, year VARCHAR) |
SELECT MAX(weeks_on_top) FROM table_name_74 WHERE artist = "bruce hornsby and the range" | What is the longest weeks on top when the Artist was Bruce Hornsby and the Range? | CREATE TABLE table_name_74 (weeks_on_top INTEGER, artist VARCHAR) |
SELECT format FROM table_name_31 WHERE frequency = "1290 khz" | Say the frequency of 1290 khz | CREATE TABLE table_name_31 (format VARCHAR, frequency VARCHAR) |
SELECT COUNT(area_km_2) FROM table_170969_2 WHERE official_name = "West Isles" | How many areas are named West Isles? | CREATE TABLE table_170969_2 (area_km_2 VARCHAR, official_name VARCHAR) |
SELECT away_team FROM table_name_17 WHERE home_team = "north melbourne" | Who was the away team when North Melbourne was the home team? | CREATE TABLE table_name_17 (away_team VARCHAR, home_team VARCHAR) |
SELECT field FROM table_name_88 WHERE opponent = "cannons" AND result = "w 16-11" | What field is an opponent of cannons and resulted with w 16-11? | CREATE TABLE table_name_88 (field VARCHAR, opponent VARCHAR, result VARCHAR) |
SELECT date FROM table_name_18 WHERE singapore_gross = "1999" | What date was the Singapore Gross 1999? | CREATE TABLE table_name_18 (date VARCHAR, singapore_gross VARCHAR) |
SELECT team_record FROM table_27893892_2 WHERE opponent = "at Scottish Claymores" | what was the achievement for the rival at scottish claymores | CREATE TABLE table_27893892_2 (team_record VARCHAR, opponent VARCHAR) |
SELECT ht FROM table_name_54 WHERE venue = "zagreb" AND score = "0-2" | What was the HT for the game at Zagreb, with a full-time score of 0-2? | CREATE TABLE table_name_54 (ht VARCHAR, venue VARCHAR, score VARCHAR) |
SELECT method FROM table_name_19 WHERE race = "native american" AND name = "wau-bau-ne-me-mee" | How was the native american, Wau-Bau-Ne-Me-Mee, executed? | CREATE TABLE table_name_19 (method VARCHAR, race VARCHAR, name VARCHAR) |
SELECT MAX(assists) FROM table_name_71 WHERE rank = 2 AND games < 2 | What is the largest number of assists for the second rank when there were less than 2 games? | CREATE TABLE table_name_71 (assists INTEGER, rank VARCHAR, games VARCHAR) |
SELECT place FROM table_name_86 WHERE score = 72 - 70 - 72 = 214 | What is the Place of the Player with a Score of 72-70-72=214? | CREATE TABLE table_name_86 (place VARCHAR, score VARCHAR) |
SELECT unformatted_capacity_per_side FROM table_name_42 WHERE size = "8in" | What is the unformatted capacity per side if the size is 8in? | CREATE TABLE table_name_42 (unformatted_capacity_per_side VARCHAR, size VARCHAR) |
SELECT MAX(_number) FROM table_19229713_4 WHERE us_viewers__million_ = "1.87" | Name the number for viewers being 1.87 | CREATE TABLE table_19229713_4 (_number INTEGER, us_viewers__million_ VARCHAR) |
SELECT weight FROM table_name_91 WHERE name_v_t_e = "živko gocić category:articles with hcards" | What is the weight for the v t e of živko gocić category:articles with hcards? | CREATE TABLE table_name_91 (weight VARCHAR, name_v_t_e VARCHAR) |
SELECT margin_of_victory FROM table_name_7 WHERE winner = "nikki garrett" | What is the margin of victory for nikki garrett? | CREATE TABLE table_name_7 (margin_of_victory VARCHAR, winner VARCHAR) |
SELECT tie_no FROM table_name_92 WHERE date = "watford" | What tie no has Watford as the date? | CREATE TABLE table_name_92 (tie_no VARCHAR, date VARCHAR) |
SELECT score FROM table_name_32 WHERE winners = "sligo rovers f.c." | What was the score in the game that was won by Sligo Rovers F.C.? | CREATE TABLE table_name_32 (score VARCHAR, winners VARCHAR) |
SELECT MAX(grid) FROM table_name_4 WHERE driver = "giancarlo fisichella" AND laps < 52 | When Giancarlo Fisichella was the Driver and there were less than 52 Laps, what was the highest Grid? | CREATE TABLE table_name_4 (grid INTEGER, driver VARCHAR, laps VARCHAR) |
SELECT winning_driver FROM table_name_11 WHERE circuit = "saint-raphaël" | What kind of the Winning driver has a Circuit of saint-raphaël? | CREATE TABLE table_name_11 (winning_driver VARCHAR, circuit VARCHAR) |
SELECT date FROM table_name_27 WHERE goal = 7 | What was the date of the game with a goal of 7? | CREATE TABLE table_name_27 (date VARCHAR, goal VARCHAR) |
SELECT res FROM table_name_16 WHERE round < 3 AND opponent = "gil rael" | What was the result when there were less than 3 rounds against Gil Rael? | CREATE TABLE table_name_16 (res VARCHAR, round VARCHAR, opponent VARCHAR) |
SELECT LOCATION FROM gas_station ORDER BY open_year | order all gas station locations by the opening year. | CREATE TABLE gas_station (LOCATION VARCHAR, open_year VARCHAR) |
SELECT MIN(score_final) FROM table_name_7 WHERE score_qualifying = 74.075 | What was her lowest final score with a qualifying score of 74.075? | CREATE TABLE table_name_7 (score_final INTEGER, score_qualifying VARCHAR) |
SELECT COUNT(crowd) FROM table_name_83 WHERE away_team = "fitzroy" | What was the attendance of the game where fitzroy was the away team? | CREATE TABLE table_name_83 (crowd VARCHAR, away_team VARCHAR) |
SELECT animal FROM table_name_11 WHERE ap_duration__ms_ = "1.0" AND conduction_speed__m_s_ = "7–30" | Which animal has an AP duration of 1.0 and a conduction speed of 7–30? | CREATE TABLE table_name_11 (animal VARCHAR, ap_duration__ms_ VARCHAR, conduction_speed__m_s_ VARCHAR) |
SELECT to_par FROM table_name_43 WHERE score = 71 | How many strokes under par was the player who scored 71? | CREATE TABLE table_name_43 (to_par VARCHAR, score VARCHAR) |
SELECT tournament FROM table_name_38 WHERE runner_s__up = "kirk triplett" | What tournament was Kirk Triplett a runner-up in? | CREATE TABLE table_name_38 (tournament VARCHAR, runner_s__up VARCHAR) |
SELECT MAX(attendance) FROM table_27537518_4 WHERE score = "6-4" | What was the 6-4 score's maximum attendance? | CREATE TABLE table_27537518_4 (attendance INTEGER, score VARCHAR) |
SELECT novelty FROM table_name_46 WHERE authors = "zhiming" AND notes = "carcharodontosaurid" | What is the Novelty of the dinosaur that was named by the Author, Zhiming, and whose Notes are, "carcharodontosaurid"? | CREATE TABLE table_name_46 (novelty VARCHAR, authors VARCHAR, notes VARCHAR) |
SELECT AVG(january) FROM table_name_74 WHERE opponent = "@ detroit red wings" | Which January has an Opponent of @ detroit red wings? | CREATE TABLE table_name_74 (january INTEGER, opponent VARCHAR) |
SELECT name FROM table_name_19 WHERE location = "brazil" AND unit = "caturrita formation" | What is the name of the non-mammal from brazil of the unit of caturrita formation? | CREATE TABLE table_name_19 (name VARCHAR, location VARCHAR, unit VARCHAR) |
SELECT original_air_date FROM table_20704243_6 WHERE season__number = 11 | What was the original air date for season 11? | CREATE TABLE table_20704243_6 (original_air_date VARCHAR, season__number VARCHAR) |
SELECT first_elected FROM table_1341453_44 WHERE district = "Tennessee 4" | When was the incumbent in the Tennessee 4 district first elected? | CREATE TABLE table_1341453_44 (first_elected VARCHAR, district VARCHAR) |
SELECT tournament FROM table_name_42 WHERE 1996 = "qf" | Which one of the tournaments had a QF in 1996? | CREATE TABLE table_name_42 (tournament VARCHAR) |
SELECT MIN(grid) FROM table_name_67 WHERE name = "paul tracy" AND points > 4 | What is the lowest grid that Paul Tracy had when he had over 4 points? | CREATE TABLE table_name_67 (grid INTEGER, name VARCHAR, points VARCHAR) |
SELECT AVG(position) FROM table_name_18 WHERE pilot = "erwin sommer" | What is Erwin Sommer's average position? | CREATE TABLE table_name_18 (position INTEGER, pilot VARCHAR) |
SELECT round FROM table_name_64 WHERE player = "bryan berard" | What round does Bryan Berard do? | CREATE TABLE table_name_64 (round VARCHAR, player VARCHAR) |
SELECT COUNT(tasmania) FROM table_1057262_2 WHERE new_south_wales = 190 | what's the total number of tasmania with new south wales crop of 190 kilotonnes | CREATE TABLE table_1057262_2 (tasmania VARCHAR, new_south_wales VARCHAR) |
SELECT elevated FROM table_name_77 WHERE cardinalatial_title = "priest of ss. xii apostoli" | What's listed for Elevatated that has Cardinalatial title of Priest of SS. XII Apostoli? | CREATE TABLE table_name_77 (elevated VARCHAR, cardinalatial_title VARCHAR) |
SELECT venue FROM table_name_58 WHERE state = "california" AND city = "santa barbara" | What venue is in Santa Barbara, California? | CREATE TABLE table_name_58 (venue VARCHAR, state VARCHAR, city VARCHAR) |
SELECT score FROM table_name_53 WHERE record = "12-57" | What is Score, when Record is 12-57? | CREATE TABLE table_name_53 (score VARCHAR, record VARCHAR) |
SELECT MAX(population) FROM table_name_17 WHERE location = "scalloway islands" AND island = "trondra" | What is the highest population of Trondra Island in the Scalloway Islands? | CREATE TABLE table_name_17 (population INTEGER, location VARCHAR, island VARCHAR) |
SELECT points FROM table_10160447_1 WHERE driver = "Rusty Wallace" | what's the points with driver rusty wallace | CREATE TABLE table_10160447_1 (points VARCHAR, driver VARCHAR) |
SELECT 3 AS rd_place FROM table_11577996_1 WHERE year = 2007 | What school took 3rd place in 2007? | CREATE TABLE table_11577996_1 (year VARCHAR) |
SELECT SUM(fa_cup) FROM table_name_13 WHERE championship < 5 AND league_cup = 0 AND total > 3 | How many FA cups for the player with under 5 champs, 0 league cups, and over 3 total? | CREATE TABLE table_name_13 (fa_cup INTEGER, total VARCHAR, championship VARCHAR, league_cup VARCHAR) |
SELECT 2005 FROM table_name_39 WHERE 2006 = "126,511" | Which 2005 has a 2006 of 126,511? | CREATE TABLE table_name_39 (Id VARCHAR) |
SELECT AVG(against) FROM table_name_52 WHERE status = "five nations" AND opposing_teams = "wales" | What is the against for the opposing team of Wales with the status of Five Nations? | CREATE TABLE table_name_52 (against INTEGER, status VARCHAR, opposing_teams VARCHAR) |
SELECT screening_started FROM table_name_40 WHERE screening_completed = "3 may 2006" | Name the screening started when it was completed 3 may 2006 | CREATE TABLE table_name_40 (screening_started VARCHAR, screening_completed VARCHAR) |
SELECT mascot FROM table_name_21 WHERE size < 154 AND county = "49 marion" | What is the mascot for the team smaller than 154 from 49 Marion? | CREATE TABLE table_name_21 (mascot VARCHAR, size VARCHAR, county VARCHAR) |
SELECT capacity FROM table_name_36 WHERE code = "d4f bi-fuel 732" | what is the capacity when the code is d4f bi-fuel 732? | CREATE TABLE table_name_36 (capacity VARCHAR, code VARCHAR) |
SELECT MAX(T1.stars), T2.year FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T2.year = (SELECT MAX(YEAR) FROM Movie) | What is the maximum stars and year for the most recent movie? | CREATE TABLE Rating (stars INTEGER, mID VARCHAR); CREATE TABLE Movie (YEAR INTEGER); CREATE TABLE Movie (year VARCHAR, mID VARCHAR) |
SELECT replaced_by FROM table_24231638_3 WHERE date_of_appointment = "2 November 2010" | Who replaced on the date of appointment 2 november 2010? | CREATE TABLE table_24231638_3 (replaced_by VARCHAR, date_of_appointment VARCHAR) |
SELECT official_name FROM table_name_63 WHERE census_ranking = "1,229 of 5,008" | What is the name of the place that has a census ranking of 1,229 of 5,008? | CREATE TABLE table_name_63 (official_name VARCHAR, census_ranking VARCHAR) |
SELECT interview FROM table_16268026_3 WHERE preliminary_average = "8.662 (3)" | What is the interview when preliminary average is 8.662 (3) ? | CREATE TABLE table_16268026_3 (interview VARCHAR, preliminary_average VARCHAR) |
SELECT record FROM table_name_14 WHERE location = "montreal, qc" AND visitor = "boston bruins" | What record has montreal, qc as the location, with boston bruins as the visitor? | CREATE TABLE table_name_14 (record VARCHAR, location VARCHAR, visitor VARCHAR) |
SELECT nationality FROM table_2850912_3 WHERE player = "Robert Dirk" | What is Robert Dirk's nationality? | CREATE TABLE table_2850912_3 (nationality VARCHAR, player VARCHAR) |
SELECT time FROM table_26842217_6 WHERE home_team = "Kentucky" | List all times with Kentucky as the home team. | CREATE TABLE table_26842217_6 (time VARCHAR, home_team VARCHAR) |
SELECT target_city__market FROM table_134729_3 WHERE city_of_license = "Wessington Springs" | What market is Wessington Springs in | CREATE TABLE table_134729_3 (target_city__market VARCHAR, city_of_license VARCHAR) |
SELECT MIN(total) FROM table_name_41 WHERE institution = "higher secondary school" AND aided > 14 | Which higher secondary school listing has the lowest total and an Aided amount larger than 14? | CREATE TABLE table_name_41 (total INTEGER, institution VARCHAR, aided VARCHAR) |
SELECT screen_size, pixels FROM table_name_28 WHERE dimensions_w×h×d__mm_ = "98×64.5×41" AND model = "p5000" | What is the screen size and pixel amount of model p5000 when the dimensions are 98×64.5×41? | CREATE TABLE table_name_28 (screen_size VARCHAR, pixels VARCHAR, dimensions_w×h×d__mm_ VARCHAR, model VARCHAR) |
SELECT COUNT(bronze) FROM table_name_44 WHERE nation = "netherlands" | What is the total number of bronzes from the Netherlands? | CREATE TABLE table_name_44 (bronze VARCHAR, nation VARCHAR) |
SELECT religion FROM table_name_43 WHERE scheduled_tribe = "0.90%" | WHAT IS THE RELIGION WITH A SCHEDULED TRIBE OF 0.90%? | CREATE TABLE table_name_43 (religion VARCHAR, scheduled_tribe VARCHAR) |
SELECT gender FROM table_13555999_1 WHERE senior_high_school__15_18_yrs_ = "26mm" | What is the gender of senior high school 26mm? | CREATE TABLE table_13555999_1 (gender VARCHAR, senior_high_school__15_18_yrs_ VARCHAR) |
SELECT condition FROM table_name_41 WHERE partial_thromboplastin_time = "prolonged" AND bleeding_time = "unaffected" | I want the condition that has a partial thromboplastin time of prolonged and unaffected bleeding time | CREATE TABLE table_name_41 (condition VARCHAR, partial_thromboplastin_time VARCHAR, bleeding_time VARCHAR) |
SELECT muzzle_energy FROM table_name_24 WHERE cartridge = ".375 remington ultra magnum" | What is Muzzle energy, when Cartridge is .375 remington ultra magnum? | CREATE TABLE table_name_24 (muzzle_energy VARCHAR, cartridge VARCHAR) |
SELECT duration FROM table_name_34 WHERE stage > 13 AND difficulty = "middle" AND start = "son bou" | How long does the one that stars with son bou of middle difficulty, and on a stage number larger than 13 last? | CREATE TABLE table_name_34 (duration VARCHAR, start VARCHAR, stage VARCHAR, difficulty VARCHAR) |
SELECT outcome FROM table_name_20 WHERE score = "6–2, 6–2" | Which Outcome has a Score of 6–2, 6–2? | CREATE TABLE table_name_20 (outcome VARCHAR, score VARCHAR) |
SELECT City, Country FROM AIRPORTS WHERE AirportName = "Alton" | Which city and country is the Alton airport at? | CREATE TABLE AIRPORTS (City VARCHAR, Country VARCHAR, AirportName VARCHAR) |
SELECT dar FROM table_15887683_17 WHERE television_service = "Telenord" | Name the dar for telenord | CREATE TABLE table_15887683_17 (dar VARCHAR, television_service VARCHAR) |
SELECT season FROM table_name_95 WHERE away_result = "1-2" | Away result of 1-2 has what season? | CREATE TABLE table_name_95 (season VARCHAR, away_result VARCHAR) |
SELECT highest_scoring_team FROM table_20079931_4 WHERE circuit_location = "Ring Knutstorp" AND winning_team = "Polestar Racing" | What's the highest scoring team in the round in Ring Knutstorp in which Polestar Racing is the winning team? | CREATE TABLE table_20079931_4 (highest_scoring_team VARCHAR, circuit_location VARCHAR, winning_team VARCHAR) |
SELECT position FROM table_11677100_11 WHERE school = "West Brook Senior High school" | WHAT POSITION DOES HE PLAY FOR AT WEST BROOK SENIOR HIGH SCHOOL? | CREATE TABLE table_11677100_11 (position VARCHAR, school VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.