context
stringlengths
27
489
answer
stringlengths
18
557
question_th
stringlengths
8
226
question_en
stringlengths
12
244
CREATE TABLE table_name_67 (votes VARCHAR, seats INTEGER)
SELECT COUNT(votes) FROM table_name_67 WHERE seats > 28
พรรคที่ได้เกิน 28 ที่นั่งขึ้นไปมีคะแนนเสียงเท่าไร?
What is the number of votes for the party which got more than 28 seats?
CREATE TABLE table_name_86 (votes INTEGER, party VARCHAR)
SELECT MIN(votes) FROM table_name_86 WHERE party = "labour"
พรรคแรงงานมีคะแนนเสียงเท่าไร?
What is the number of votes for the Party of Labour?
CREATE TABLE table_name_15 (percentage VARCHAR, seats VARCHAR)
SELECT percentage FROM table_name_15 WHERE seats = 80
พรรคที่มีที่นั่งได้ 80 ที่นั่งมีกี่เปอร์เซ็นต์?
What is the percentage of votes for the party that has Seats of 80?
CREATE TABLE table_name_18 (leader VARCHAR, votes VARCHAR, seats VARCHAR, percentage VARCHAR)
SELECT leader FROM table_name_18 WHERE seats < 28 AND percentage = "54.03" AND votes > 120 OFFSET 801
ใครคือหัวหน้าพรรคที่มีที่นั่งน้อยกว่า 28 ที่นั่ง คิดเป็นร้อยละ 54.03 และมากกว่า 120,801 เสียง?
Who is the leader of the party which has Seats less than 28, a percentage of votes 54.03, and more votes than 120,801?
CREATE TABLE table_name_83 (seats INTEGER, votes VARCHAR)
SELECT MAX(seats) FROM table_name_83 WHERE votes = 244 OFFSET 867
จำนวนที่นั่งสูงสุดใดที่มีคะแนนเสียง 244,867?
Which highest number of Seats has votes of 244,867?
CREATE TABLE table_name_89 (date VARCHAR, home_team VARCHAR)
SELECT date FROM table_name_89 WHERE home_team = "melbourne"
เกมของเจ้าบ้านเมลเบิร์นคือวันที่เท่าไหร่?
What was the Date of the game of the Home team of melbourne?
CREATE TABLE table_name_29 (home_team VARCHAR, away_team VARCHAR)
SELECT home_team AS score FROM table_name_29 WHERE away_team = "south melbourne"
เจ้าบ้านในเกมกับทีมเยือนเซาธ์ เมลเบิร์น สกอร์เท่าไหร่?
What was the score of the Home team in the game that had the Away team of south melbourne?
CREATE TABLE table_name_60 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team FROM table_name_60 WHERE home_team = "north melbourne"
ทีมเยือนของเหย้าเมลเบิร์นเหนือคือทีมอะไร?
what was the away team for the north melbourne home team?
CREATE TABLE table_name_31 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team AS score FROM table_name_31 WHERE home_team = "melbourne"
คะแนนของทีมเยือนในเกมที่มีเมลเบิร์นเหนือเป็นเจ้าบ้านคือเท่าไร?
what was the away team score in a game with north melbourne as home team?
CREATE TABLE table_name_15 (away_team VARCHAR)
SELECT away_team AS score FROM table_name_15 WHERE away_team = "st kilda"
ทีมเยือนมีเซนต์คิลดาเป็นทีมเยือนคืออะไร?
what was the away team with st kilda as the away team?
CREATE TABLE table_name_25 (yards INTEGER, solo VARCHAR, sack VARCHAR)
SELECT MAX(yards) FROM table_name_25 WHERE solo = 1 AND sack > 0
นักเตะที่เข้าสกัดโซโล 1 ครั้งและมากกว่า 0 กระสอบมีระยะกี่หลาสำหรับผู้เล่น?
How many yards for the player with 1 solo tackle and over 0 sacks?
CREATE TABLE table_name_34 (hand VARCHAR)
SELECT 3 AS _credits FROM table_name_34 WHERE hand = "theoretical return"
มือของผลตอบแทนตามทฤษฎีมี 3 เครดิตอย่างไร?
What does a hand of Theoretical return have as a 3 credit?
CREATE TABLE table_name_58 (hand VARCHAR)
SELECT 5 AS _credits FROM table_name_58 WHERE hand = "full house"
ฟูลเฮ้าส์มี 5 เครดิตอย่างไร?
What does full house have as a 5 credits?
CREATE TABLE table_name_28 (hand VARCHAR)
SELECT 4 AS _credits FROM table_name_28 WHERE hand = "straight"
ผล 4 เครดิตของเส้นตรงจะเป็นอย่างไร?
What would be the 4 credits result of a straight?
CREATE TABLE table_name_96 (home VARCHAR, score VARCHAR)
SELECT home FROM table_name_96 WHERE score = "2 – 2"
เจ้าบ้านในเกมที่สกอร์ 2 – 2 คือใคร?
Who was the home team at the game that had a score of 2 – 2?
CREATE TABLE table_name_36 (date VARCHAR, visitor VARCHAR, home VARCHAR)
SELECT date FROM table_name_36 WHERE visitor = "colorado" AND home = "chicago"
วันที่เกมคือเมื่อใดที่โคโลราโดเป็นทีมเยือนและชิคาโกเป็นเจ้าบ้าน?
What was the date of the game when Colorado was the visiting team and Chicago was the home team?
CREATE TABLE table_name_34 (date VARCHAR, record VARCHAR)
SELECT date FROM table_name_34 WHERE record = "8–3–1"
วันที่ของเกมคือเมื่อ Avalanche มีสถิติ 8–3–1?
What was the date of the game when the Avalanche had a record of 8–3–1?
CREATE TABLE table_name_3 (opponents VARCHAR, wicket_partnership VARCHAR)
SELECT opponents FROM table_name_3 WHERE wicket_partnership = "5th"
ใครคือคู่ต่อสู้ของห้างหุ้นส่วนประตูที่ 5?
Who was the opponents of the 5th Wicket Partnership?
CREATE TABLE table_name_70 (season VARCHAR, competition VARCHAR)
SELECT season FROM table_name_70 WHERE competition = "champions league"
มีการแข่งขันในแชมเปี้ยนส์ลีกในฤดูกาลใด?
In which season was there a competition in the Champions League?
CREATE TABLE table_name_68 (score VARCHAR, club VARCHAR)
SELECT score FROM table_name_68 WHERE club = "rsc anderlecht"
สโมสร RSC Anderlecht มีคะแนนเท่าไหร่?
What scores did the RSC Anderlecht club have?
CREATE TABLE table_name_42 (opening_week_nett_gross INTEGER, rank VARCHAR, studio_s_ VARCHAR)
SELECT MAX(opening_week_nett_gross) FROM table_name_42 WHERE rank < 5 AND studio_s_ = "reliance entertainment"
รายได้สุทธิสุทธิสัปดาห์เปิดตัวสูงสุดของภาพยนตร์ที่ได้รับการจัดอันดับสูงกว่า 5 จาก Reliance Entertainment คือเท่าใด
What is the highest opening week net gross of the movie ranked higher than 5 from Reliance Entertainment?
CREATE TABLE table_name_86 (grid VARCHAR, driver VARCHAR, laps VARCHAR)
SELECT COUNT(grid) FROM table_name_86 WHERE driver = "bob evans" AND laps < 68
บอกจำนวนกริดรวมของ Bob Evans และรอบที่น้อยกว่า 68 หน่อย
Tell me the total number of Grid for Bob Evans and Laps less than 68
CREATE TABLE table_name_52 (constructor VARCHAR, driver VARCHAR, laps VARCHAR, grid VARCHAR)
SELECT constructor FROM table_name_52 WHERE laps < 17 AND grid > 11 AND driver = "alan jones"
บอกคอนสตรัคเตอร์สำหรับ Laps น้อยกว่า 17 และ Grid มากกว่า 11 สำหรับ alan jones ให้ฉันหน่อย
Tell me constructor for Laps less than 17 and Grid more than 11 for alan jones
CREATE TABLE table_name_7 (laps INTEGER, grid VARCHAR, driver VARCHAR)
SELECT SUM(laps) FROM table_name_7 WHERE grid < 11 AND driver = "jean-pierre jarier"
ฉันต้องการผลรวมของ Laps โดยที่ Grid น้อยกว่า 11 สำหรับ Jean-Pierre Jarier
I want the sum of Laps with Grid less than 11 for jean-pierre jarier
CREATE TABLE table_name_39 (constructor VARCHAR, time_retired VARCHAR, grid VARCHAR)
SELECT constructor FROM table_name_39 WHERE time_retired = "brakes" AND grid < 14
ฉันต้องการตัวสร้างสำหรับเบรกและกริดน้อยกว่า 14
I want the constructor for brakes and grid less than 14
CREATE TABLE table_name_22 (episodes VARCHAR, season_no VARCHAR)
SELECT COUNT(episodes) FROM table_name_22 WHERE season_no = 1
ซีซั่น 1 มีตอนได้อย่างไร?
How may episodes did season 1 have?
CREATE TABLE table_name_41 (chassis VARCHAR, entrant VARCHAR, driver VARCHAR)
SELECT chassis FROM table_name_41 WHERE entrant = "larrousse f1" AND driver = "aguri suzuki"
Aguri Suzuki ขับแชสซีใดกับผู้เข้าร่วม Larrousse F1
Which chassis did Aguri Suzuki drive with an entrant of Larrousse F1?
CREATE TABLE table_name_70 (entrant VARCHAR, rounds VARCHAR, constructor VARCHAR)
SELECT entrant FROM table_name_70 WHERE rounds = "16" AND constructor = "ferrari"
ผู้เข้าแข่งขันในรอบ 16 คนไหนคือ Ferrari เป็นคนสร้าง?
What was the entrant in round 16 were Ferrari was the constructor?
CREATE TABLE table_name_71 (country VARCHAR, icao VARCHAR)
SELECT country FROM table_name_71 WHERE icao = "zgha"
บอกประเทศกับ ICAO ของ zgha หน่อยสิ
Tell me the country with ICAO of zgha
CREATE TABLE table_name_51 (icao VARCHAR, city VARCHAR)
SELECT icao FROM table_name_51 WHERE city = "xi'an"
ฉันต้องการ ICAO สำหรับเมืองซีอาน
I want the ICAO for city of xi'an
CREATE TABLE table_name_32 (iata VARCHAR, icao VARCHAR)
SELECT iata FROM table_name_32 WHERE icao = "zgkl"
ฉันต้องการ IATA สำหรับ ICAO ของ zgkl
I want the IATA for ICAO of zgkl
CREATE TABLE table_name_28 (region VARCHAR, icao VARCHAR)
SELECT region FROM table_name_28 WHERE icao = "vmmc"
ฉันต้องการภูมิภาคสำหรับ ICAO ของ vmmc
I want the region for ICAO of vmmc
CREATE TABLE table_name_29 (grid INTEGER, time_retired VARCHAR, laps VARCHAR)
SELECT MAX(grid) FROM table_name_29 WHERE time_retired = "+ 3 laps" AND laps < 57
หมายเลขกริดสูงสำหรับเวลา/เกษียณ + 3 รอบ และรอบที่น้อยกว่า 57 คืออะไร
What is the high grid number for a Time/Retired of + 3 laps, and a Laps smaller than 57?
CREATE TABLE table_name_66 (constructor VARCHAR, time_retired VARCHAR)
SELECT constructor FROM table_name_66 WHERE time_retired = "1:36:38.887"
ใครเป็นผู้สร้างรถที่มี Time/Retired อยู่ที่ 1:36:38.887?
Who built the car that has a Time/Retired of 1:36:38.887?
CREATE TABLE table_name_99 (leading_scorer VARCHAR, date VARCHAR)
SELECT leading_scorer FROM table_name_99 WHERE date = "9 january 2008"
ใครคือผู้ทำประตูสูงสุดในวันที่ 9 มกราคม พ.ศ. 2551?
Who was the leading scorer on 9 January 2008?
CREATE TABLE table_name_2 (played INTEGER, club VARCHAR, wins VARCHAR)
SELECT SUM(played) FROM table_name_2 WHERE club = "barcelona b" AND wins < 11
หมายเลขที่เล่นให้กับสโมสร Barcelona B คือหมายเลขใดที่ชนะต่ำกว่า 11?
What is the number played for the Barcelona B club, with wins under 11?
CREATE TABLE table_name_29 (draws INTEGER, points VARCHAR, wins VARCHAR)
SELECT MAX(draws) FROM table_name_29 WHERE points = "20-18" AND wins < 4
อะไรคือการเสมอที่ยิ่งใหญ่ที่สุด สำหรับชัยชนะที่ต่ำกว่า 4 และแต้ม 20-18?
What was the biggest draws, for wins under 4, and points of 20-18?
CREATE TABLE table_name_68 (goals_against INTEGER, goals_for VARCHAR, goal_difference VARCHAR)
SELECT AVG(goals_against) FROM table_name_68 WHERE goals_for > 35 AND goal_difference = 20
ค่าเฉลี่ยของประตูต่อคือเท่าใด โดยที่ประตูรวมมากกว่า 35 และผลต่างประตูคือ 20
What is the average of goals against, where overall goals are more than 35 and the goal difference is 20?
CREATE TABLE table_name_41 (crowd INTEGER, away_team VARCHAR)
SELECT SUM(crowd) FROM table_name_41 WHERE away_team = "richmond"
หมายเลขฝูงชนของทีมเยือนริชมอนด์คือเท่าไร?
What is the Crowd number for the Away team of Richmond?
CREATE TABLE table_name_31 (home_team VARCHAR, venue VARCHAR)
SELECT home_team AS score FROM table_name_31 WHERE venue = "glenferrie oval"
คะแนนทีมเหย้าสำหรับสนามที่ชื่อ Glenferrie Oval คืออะไร?
What is the Home team score for the Venue named Glenferrie Oval?
CREATE TABLE table_name_96 (crowd INTEGER, venue VARCHAR)
SELECT MIN(crowd) FROM table_name_96 WHERE venue = "princes park"
จำนวนฝูงชนที่น้อยที่สุดสำหรับสถานที่จัดงานที่ชื่อว่า Princes Park คืออะไร?
What is the smallest Crowd number for the Venue named Princes Park?
CREATE TABLE table_name_72 (notes VARCHAR, result VARCHAR, method VARCHAR, event VARCHAR)
SELECT notes FROM table_name_72 WHERE method = "points" AND event = "adcc 2001 absolute" AND result = "loss"
บอกหมายเหตุพร้อมวิธีคะแนนและเหตุการณ์ของ adcc 2001 สัมบูรณ์พร้อมผลการขาดทุน
Tell me the notes with method of points and event of adcc 2001 absolute with result of loss
CREATE TABLE table_name_59 (date INTEGER, notes VARCHAR, result VARCHAR, method VARCHAR)
SELECT MIN(date) FROM table_name_59 WHERE result = "win" AND method = "points" AND notes = "opening round"
แจ้งผลการชนะต่ำสุดวันไหน และวิธีการนับคะแนน พร้อมบันทึกรอบเปิด
Tell me the lowest date for result of win and method of points with notes of opening round
CREATE TABLE table_name_65 (result VARCHAR, notes VARCHAR, event VARCHAR)
SELECT result FROM table_name_65 WHERE notes = "quarter-finals" AND event = "adcc 2001 absolute"
ตั้งชื่อผลลัพธ์พร้อมบันทึกการแข่งขันรอบก่อนรองชนะเลิศและเหตุการณ์ของ adcc 2001 แบบสัมบูรณ์
Name the result with notes of quarter-finals and event of adcc 2001 absolute
CREATE TABLE table_name_16 (event VARCHAR, method VARCHAR, notes VARCHAR)
SELECT event FROM table_name_16 WHERE method = "points" AND notes = "opening round"
ขอกิจกรรมวิธีแต้มพร้อมบันทึกรอบเปิดครับ
I want the event for method of points with notes of opening round
CREATE TABLE table_name_71 (wins VARCHAR, events VARCHAR, rank VARCHAR)
SELECT COUNT(wins) FROM table_name_71 WHERE events < 22 AND rank < 3
จำนวนผู้ชนะทั้งหมดที่มีอันดับน้อยกว่า 3 และเหตุการณ์ที่น้อยกว่า 22
How many win total which has the rank smaller than 3 and events smaller than 22
CREATE TABLE table_name_5 (denomination VARCHAR, location VARCHAR)
SELECT denomination FROM table_name_5 WHERE location = "mt lawley"
mt lawley อยู่ในนิกายอะไร?
What denomination is mt lawley?
CREATE TABLE table_name_84 (day_boarding VARCHAR, location VARCHAR)
SELECT day_boarding FROM table_name_84 WHERE location = "mt lawley"
ภูเขาลอว์ลีย์เป็นวันหรือขึ้นเครื่อง?
Is mt lawley day or boarding?
CREATE TABLE table_name_6 (founded INTEGER, location VARCHAR)
SELECT AVG(founded) FROM table_name_6 WHERE location = "claremont"
ปีเฉลี่ยที่ก่อตั้งสำหรับโรงเรียนใน แคลร์มอนต์ คืออะไร?
What is the average year founded for schools in claremont?
CREATE TABLE table_name_32 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team FROM table_name_32 WHERE home_team = "north melbourne"
เมื่อนอร์ทเมลเบิร์นเป็นเจ้าบ้านใครเป็นทีมเยือน?
When north melbourne was the home team who was the Away team?
CREATE TABLE table_name_88 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team FROM table_name_88 WHERE home_team = "collingwood"
เมื่อคอลลิงวูดเล่นเป็นเจ้าบ้านใครเป็นทีมเยือน?
When collingwood played as the home team who was the away team?
CREATE TABLE table_name_52 (home_team VARCHAR, away_team VARCHAR)
SELECT home_team FROM table_name_52 WHERE away_team = "south melbourne"
เมื่อทีมเยือนอยู่เซาธ์ เมลเบิร์น เจ้าบ้านคือทีมอะไร?
When the Away team was south melbourne what was the home team?
CREATE TABLE table_name_24 (lowest INTEGER, average INTEGER)
SELECT AVG(lowest) FROM table_name_24 WHERE average < 307
สนามที่มีผู้ชมเฉลี่ยน้อยกว่า 307 คนเข้าชมน้อยที่สุดคือเท่าใด
What is the lowest attendance for a stadium that has an average smaller than 307?
CREATE TABLE table_name_64 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team AS score FROM table_name_64 WHERE home_team = "south melbourne"
เมื่อเจ้าบ้านเป็นเซาธ์ เมลเบิร์น ทีมเยือนได้คะแนนเท่าไหร่?
When the home team was South Melbourne, what did the away team score?
CREATE TABLE table_name_15 (rank INTEGER, gold VARCHAR, bronze VARCHAR, total VARCHAR)
SELECT AVG(rank) FROM table_name_15 WHERE bronze < 13 AND total = 11 AND gold > 4
อันดับเฉลี่ยของประเทศที่มีน้อยกว่า 13 เหรียญทองแดง รวม 11 เหรียญ และมากกว่า 4 เหรียญทองคือเท่าใด
What is the average rank of a country with less than 13 bronze medals, a total of 11 medals, and more than 4 gold?
CREATE TABLE table_name_58 (bronze INTEGER, gold VARCHAR, silver VARCHAR, total VARCHAR)
SELECT MIN(bronze) FROM table_name_58 WHERE silver = 9 AND total > 13 AND gold > 13
อะไรคือเหรียญทองแดงต่ำสุดที่ทีมได้ 9 เหรียญเงิน รวมมากกว่า 13 เหรียญ และได้เหรียญทองมากกว่า 13 เหรียญ?
What is the lowest bronze a team with 9 silvers, a total larger than 13, and more than 13 gold medals has?
CREATE TABLE table_name_6 (silver INTEGER, total INTEGER)
SELECT MAX(silver) FROM table_name_6 WHERE total > 95
ทีมที่ได้เหรียญเงินมากกว่า 95 เหรียญสูงสุดมีจำนวนเท่าใด?
What is the highest number of silvers a team with more than 95 total medals has?
CREATE TABLE table_name_96 (total INTEGER, rank VARCHAR, gold VARCHAR, bronze VARCHAR)
SELECT MAX(total) FROM table_name_96 WHERE gold < 15 AND bronze < 5 AND rank > 10
เหรียญรางวัลรวมสูงสุดของทีมที่มีเหรียญทองน้อยกว่า 15 เหรียญทอง น้อยกว่า 5 เหรียญทองแดง และอันดับที่มากกว่า 10 มีคืออะไร?
What is the highest total medals a team with less than 15 gold, less than 5 bronze, and a rank larger than 10 has?
CREATE TABLE table_name_95 (home_team VARCHAR, venue VARCHAR)
SELECT home_team FROM table_name_95 WHERE venue = "glenferrie oval"
ทีมเจ้าบ้านที่เล่นที่ Glenferrie Oval คือใคร?
Who is the home team who plays at Glenferrie Oval?
CREATE TABLE table_name_29 (away_team VARCHAR)
SELECT away_team AS score FROM table_name_29 WHERE away_team = "carlton"
ทีมเยือน คาร์ลตัน ทำประตูอะไรได้บ้าง?
What did the away team Carlton score?
CREATE TABLE table_name_58 (position VARCHAR, player VARCHAR, tries VARCHAR, points VARCHAR)
SELECT position FROM table_name_58 WHERE tries > 4 AND points = 20 AND player = "lee gilmour"
ลี กิลมัวร์ เล่นตำแหน่งใดโดยพยายามมากกว่า 4 ครั้งและมี 20 แต้ม?
What position did Lee Gilmour play while having more than 4 Tries and 20 points?
CREATE TABLE table_name_29 (host VARCHAR, ratings VARCHAR)
SELECT host FROM table_name_29 WHERE ratings = "9.4/27"
ใครคือพิธีกรที่ได้เรตติ้ง 9.4/27?
Who was the host that garnered ratings of 9.4/27?
CREATE TABLE table_name_29 (lap_by_lap VARCHAR, year VARCHAR, ratings VARCHAR)
SELECT lap_by_lap FROM table_name_29 WHERE year < 1994 AND ratings = "8.0/21"
ใครคือผู้ประกาศแบบทีละรอบก่อนปี 1994 และได้เรตติ้ง 8.0/21
Who was the lap-by-lap broadcaster before 1994 who garnered ratings of 8.0/21?
CREATE TABLE table_name_30 (host VARCHAR, ratings VARCHAR)
SELECT host FROM table_name_30 WHERE ratings = "9.6/26"
ใครคือพิธีกรที่ได้เรตติ้ง 9.6/26?
Who was the host that garnered ratings of 9.6/26?
CREATE TABLE table_name_83 (ratings VARCHAR, host VARCHAR, viewers VARCHAR)
SELECT ratings FROM table_name_83 WHERE host = "chris economaki" AND viewers = "12.3 million"
เรตติ้งของพิธีกร Chris Economaki ที่มีผู้ชม 12.3 ล้านคนอยู่ที่เท่าไร
What were the ratings for host Chris Economaki who had 12.3 million viewers?
CREATE TABLE table_name_74 (network VARCHAR, host VARCHAR, viewers VARCHAR)
SELECT network FROM table_name_74 WHERE host = "ken squier" AND viewers = "13.9 million"
ใครคือเครือข่ายที่มี Ken Squier เป็นพิธีกรและมีผู้ชม 13.9 ล้านคน
Who was the network who had Ken Squier as a host and 13.9 million viewers?
CREATE TABLE table_name_1 (attendance INTEGER, date VARCHAR)
SELECT MIN(attendance) FROM table_name_1 WHERE date = "february 5"
จำนวนผู้เข้าชมเกมที่เล่นน้อยที่สุดในวันที่ 5 กุมภาพันธ์คือเท่าใด
What was the lowest Attendance for Games played on the Date of February 5?
CREATE TABLE table_name_61 (attendance INTEGER, visitor VARCHAR)
SELECT SUM(attendance) FROM table_name_61 WHERE visitor = "chicago"
ผู้เข้าร่วมการแข่งขันทั้งหมดเป็นเท่าใดในขณะที่ชิคาโกเป็นทีมเยือน?
What was the total Attendance for Games while Chicago was the visiting Team?
CREATE TABLE table_name_30 (pole_position VARCHAR, fastest_lap VARCHAR, round VARCHAR)
SELECT pole_position FROM table_name_30 WHERE fastest_lap = "rubens barrichello" AND round > 11
Rubens Barrichello ตำแหน่งโพลโพสิชันใดเมื่อเขามีรอบที่เร็วที่สุดและรอบที่ใหญ่กว่า 11
What pole position was Rubens Barrichello when he had the fastest lap and a round larger than 11?
CREATE TABLE table_name_58 (grand_prix VARCHAR, round VARCHAR, winning_driver VARCHAR, pole_position VARCHAR)
SELECT grand_prix FROM table_name_58 WHERE winning_driver = "david coulthard" AND pole_position = "michael schumacher" AND round < 9
David Coulthard คว้าแชมป์กรังด์ปรีซ์ใดร่วมกับ Michael Schumacher ในตำแหน่งโพลก่อนยกที่ 9
Which Grand Prix did David Coulthard win with Michael Schumacher in the pole position before round 9?
CREATE TABLE table_name_32 (fastest_lap VARCHAR, pole_position VARCHAR, winning_driver VARCHAR)
SELECT fastest_lap FROM table_name_32 WHERE pole_position = "david coulthard" AND winning_driver = "michael schumacher"
ใครมีรอบเร็วที่สุดเมื่อ David Coulthard ครองตำแหน่งโพลและมี Michael Schumacher เป็นนักขับที่ชนะ
Who had the fastest lap when David Coulthard had pole position and Michael Schumacher as a winning driver.
CREATE TABLE table_name_36 (fastest_lap VARCHAR, grand_prix VARCHAR)
SELECT fastest_lap FROM table_name_36 WHERE grand_prix = "australian grand prix"
ใครมีรอบเร็วที่สุดในการแข่งขัน Australian Grand Prix?
Who had the fastest lap at the Australian Grand Prix?
CREATE TABLE table_name_46 (team_2 VARCHAR, team_1 VARCHAR)
SELECT team_2 FROM table_name_46 WHERE team_1 = "la nuova piovese (veneto a)"
บอกฉันว่าทีม 2 สำหรับทีม 1 คือ la nuova piovese (veneto a)
Tell me the team 2 for team 1 being la nuova piovese (veneto a)
CREATE TABLE table_name_8 (team_1 VARCHAR, team_2 VARCHAR)
SELECT team_1 FROM table_name_8 WHERE team_2 = "civitavecchiese (latium a)"
บอกฉันทีว่าทีม 1 สำหรับทีม 2 เป็น civitavecchiese (latium a)
Tell me the team 1 for team 2 being civitavecchiese (latium a)
CREATE TABLE table_name_55 (team_1 VARCHAR)
SELECT 1 AS st_leg FROM table_name_55 WHERE team_1 = "budoni (sardinia)"
บอกขาแรกของทีมบูโดนี่ (ซาร์ดิเนีย)
Tell me the 1st leg for team being budoni (Sardinia)
CREATE TABLE table_name_88 (attendance VARCHAR, location VARCHAR, time VARCHAR)
SELECT attendance FROM table_name_88 WHERE location = "busch stadium (ii)" AND time = "3:54"
มีกี่คนที่เข้าร่วมการแข่งขันที่ Busch Stadium (ii) เมื่อเวลา 3:54 น.?
How many attended the game at Busch Stadium (ii) when the time was 3:54?
CREATE TABLE table_name_56 (date VARCHAR, game INTEGER)
SELECT date FROM table_name_56 WHERE game > 6
เกมหลังเกมที่ 6 เล่นวันที่เท่าไหร่?
What dates were the games after game 6 played?
CREATE TABLE table_name_9 (Id VARCHAR)
SELECT 1977 FROM table_name_9 WHERE 1972 = "grand slam tournaments"
มูลค่าปี 1977 ที่มีการแข่งขัน Grand Slam ในปี 1972 เป็นเท่าใด
What is the 1977 value that had Grand Slam Tournaments in 1972?
CREATE TABLE table_name_13 (tournament VARCHAR)
SELECT tournament FROM table_name_13 WHERE 1976 = "grand slam tournaments"
ทัวร์นาเมนต์ที่มีการแข่งขันแกรนด์สแลมในปี 1976 คืออะไร?
What is the tournament that had Grand Slam Tournaments in 1976?
CREATE TABLE table_name_35 (tournament VARCHAR)
SELECT 1976 FROM table_name_35 WHERE tournament = "australian open"
Australian Open มูลค่าปี 1976 เป็นเท่าใด
What is the 1976 value of the Australian Open?
CREATE TABLE table_name_65 (Id VARCHAR)
SELECT 1977 FROM table_name_65 WHERE 1974 = "a"
ค่าปี 1977 ที่มีค่าปี 1974 คืออะไร?
What is the 1977 value that has a 1974 a value?
CREATE TABLE table_name_87 (week VARCHAR, record VARCHAR)
SELECT week FROM table_name_87 WHERE record = "4-10"
สัปดาห์ไหนทำสถิติ 4-10?
Which week led to a record of 4-10?
CREATE TABLE table_name_91 (week VARCHAR, opponent VARCHAR)
SELECT week FROM table_name_91 WHERE opponent = "san diego chargers"
สัปดาห์ใดคือเกมกับ San Diego Chargers?
Which week was the game against the San Diego Chargers?
CREATE TABLE table_name_93 (height VARCHAR, hometown VARCHAR)
SELECT height FROM table_name_93 WHERE hometown = "huntington, wv"
ผู้เล่นที่มาจาก Huntington, WV มีความสูงเท่าไร?
What is the height of the player who is from Huntington, WV?
CREATE TABLE table_name_45 (school VARCHAR, hometown VARCHAR)
SELECT school FROM table_name_45 WHERE hometown = "chicago, il"
ผู้เล่นที่มีบ้านเกิดคือเมืองชิคาโก รัฐอิลลินอยส์ จากโรงเรียนใด
What school is the player who has a hometown of Chicago, IL from?
CREATE TABLE table_name_67 (college VARCHAR, school VARCHAR)
SELECT college FROM table_name_67 WHERE school = "south medford high school"
ผู้เล่นจาก South Medford High School กำลังมุ่งหน้าไปยังวิทยาลัยใด
Which college is the player from South Medford High School headed to?
CREATE TABLE table_name_68 (school VARCHAR, college VARCHAR)
SELECT school FROM table_name_68 WHERE college = "duke"
ผู้เล่นที่จะมุ่งหน้าไปยัง Duke มาจากโรงเรียนไหน?
Which school is the player who is headed to Duke from?
CREATE TABLE table_name_83 (hometown VARCHAR, college VARCHAR)
SELECT hometown FROM table_name_83 WHERE college = "duke"
บ้านเกิดของผู้เล่นที่มุ่งหน้าไปยัง Duke คืออะไร?
What is the hometown of the player who is headed to Duke?
CREATE TABLE table_name_83 (louise VARCHAR, dainty_june VARCHAR)
SELECT louise FROM table_name_83 WHERE dainty_june = "tracy venner"
หลุยส์คือใครเมื่อ Tracy Venner เป็น Dainty June?
Who was Louise when Tracy Venner was Dainty June?
CREATE TABLE table_name_5 (dainty_june VARCHAR, louise VARCHAR)
SELECT dainty_june FROM table_name_5 WHERE louise = "tammy blanchard"
Dainty June คือใครเมื่อ Tammy Blanchard เป็น Louise
Who was Dainty June when Tammy Blanchard was Louise?
CREATE TABLE table_name_27 (dainty_june VARCHAR, herbie VARCHAR)
SELECT dainty_june FROM table_name_27 WHERE herbie = "boyd gaines"
Dainty June คือใครเมื่อ Boyd Gaines เป็น Herbie?
Who was Dainty June when Boyd Gaines was Herbie?
CREATE TABLE table_name_53 (productions VARCHAR, rose VARCHAR, herbie VARCHAR)
SELECT productions FROM table_name_53 WHERE rose = "angela lansbury" AND herbie = "barrie ingham"
แองเจลา แลนส์เบอรีเป็นโรสและแบร์รี อิงแฮมเป็นเฮอร์บีโปรดักชั่นเรื่องใด
What production had Angela Lansbury as Rose and Barrie Ingham as Herbie?
CREATE TABLE table_name_60 (rose VARCHAR, productions VARCHAR)
SELECT rose FROM table_name_60 WHERE productions = "1975 broadway revival"
ใครเป็นคนลุกขึ้นใน Broadway Revival ปี 1975?
Who was rose in the 1975 Broadway Revival?
CREATE TABLE table_name_96 (productions VARCHAR, herbie VARCHAR)
SELECT productions FROM table_name_96 WHERE herbie = "rex robbins"
ละครเรื่องใดมี Rex Robbins รับบทเป็น Herbie
Which production had Rex Robbins as Herbie?
CREATE TABLE table_name_50 (date VARCHAR, venue VARCHAR)
SELECT date FROM table_name_50 WHERE venue = "vfl park"
สนาม VFL Park จัดขึ้นวันไหน?
On what date was the venue VFL Park?
CREATE TABLE table_name_92 (date VARCHAR, home_team VARCHAR)
SELECT date FROM table_name_92 WHERE home_team = "footscray"
Footscray เล่นที่บ้านวันไหน?
What date did Footscray play at home?
CREATE TABLE table_name_10 (home_team VARCHAR, away_team VARCHAR)
SELECT home_team AS score FROM table_name_10 WHERE away_team = "geelong"
เจ้าบ้านได้คะแนนเท่าไหร่เมื่อเจอกับทีมเยือนจีลอง?
What did the home team score when they played the away team of Geelong?
CREATE TABLE table_name_5 (pick INTEGER, team VARCHAR)
SELECT MIN(pick) FROM table_name_5 WHERE team = "boston celtics"
หมายเลขตัวเลือกต่ำสุดของ Boston Celtics คืออะไร?
What was the lowest pick number for the Boston Celtics?
CREATE TABLE table_name_98 (visitor VARCHAR, date VARCHAR)
SELECT visitor FROM table_name_98 WHERE date = "23 november 2007"
ทีมเยือนวันที่ 23 พฤศจิกายน 2550 คือใคร?
Who is the visitor team on 23 November 2007?
CREATE TABLE table_name_61 (leading_scorer VARCHAR, date VARCHAR)
SELECT leading_scorer FROM table_name_61 WHERE date = "20 november 2007"
ใครคือผู้ทำประตูสูงสุดของเกมเมื่อวันที่ 20 พฤศจิกายน พ.ศ. 2550?
Who is the leading scorer of the game on 20 November 2007?