context
stringlengths
27
489
answer
stringlengths
18
557
question_th
stringlengths
8
226
question_en
stringlengths
12
244
CREATE TABLE table_27712702_7 (high_assists VARCHAR, game VARCHAR)
SELECT high_assists FROM table_27712702_7 WHERE game = 9
ใครมีแอสซิสต์สูงในเกมที่ 9?
Who had high assists in game number 9?
CREATE TABLE table_27712702_7 (high_assists VARCHAR, location_attendance VARCHAR)
SELECT high_assists FROM table_27712702_7 WHERE location_attendance = "Oklahoma City Arena 17,509"
ใครทำแอสซิสต์ได้สูงในเกมที่เล่นที่โอคลาโฮมาซิตี้อารีน่า 17,509?
Who had high assists in the game played at Oklahoma city arena 17,509?
CREATE TABLE table_27712702_7 (team VARCHAR, date VARCHAR)
SELECT team FROM table_27712702_7 WHERE date = "November 15"
ทีมไหนเล่นวันที่ 15 พฤศจิกายน?
Which team played on November 15?
CREATE TABLE table_27713030_16 (series VARCHAR, score VARCHAR)
SELECT series FROM table_27713030_16 WHERE score = "L 103–112 (OT)"
ซีรีส์ใดมีคะแนน l 103–112 (ot)
Which series had a score of l 103–112 (ot)?
CREATE TABLE table_27713030_16 (location_attendance VARCHAR, high_assists VARCHAR)
SELECT location_attendance FROM table_27713030_16 WHERE high_assists = "LeBron James (10)"
ตำแหน่งและผู้เข้าชมงานเมื่อเลอบรอน เจมส์ (10) แอสซิสต์สูงคือตำแหน่งใด?
What was the location and attendance when lebron james (10) had the high assists?
CREATE TABLE table_27713030_16 (team VARCHAR, high_rebounds VARCHAR)
SELECT COUNT(team) FROM table_27713030_16 WHERE high_rebounds = "Chris Bosh , LeBron James (8)"
ตอนที่คริส บอช, เลอบรอน เจมส์ (8) มีกี่ทีมที่รีบาวด์ได้สูง?
How many teams were there when chris bosh , lebron james (8) had the high rebounds?
CREATE TABLE table_27712702_9 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_27712702_9 WHERE date = "January 17"
ใครเป็นผู้ทำแอสซิสต์ในวันที่ 17 มกราคม และทำได้กี่คน?
Who led in assists on January 17, and with how many?
CREATE TABLE table_27712702_9 (score VARCHAR, date VARCHAR)
SELECT score FROM table_27712702_9 WHERE date = "January 8"
สกอร์เกมวันที่ 8 มกราคม เป็นอย่างไรบ้าง?
What was the score of the January 8 game?
CREATE TABLE table_27713583_8 (game VARCHAR, date VARCHAR)
SELECT game FROM table_27713583_8 WHERE date = "January 14"
วันที่ 14 มกราคม หมายเลขเกมอะไร?
What game number was on January 14?
CREATE TABLE table_27713583_2 (date VARCHAR, high_assists VARCHAR)
SELECT date FROM table_27713583_2 WHERE high_assists = "Raymond Felton (4)"
วันที่เกมที่เรย์มอนด์ เฟลตัน (4) แอสซิสต์สูงคือวันที่เท่าไหร่?
what is the date of the game that the high assists is raymond felton (4)?
CREATE TABLE table_27713583_2 (high_points VARCHAR, date VARCHAR)
SELECT COUNT(high_points) FROM table_27713583_2 WHERE date = "October 17"
วันที่ 17 ตุลาคม มีกี่เกม?
How many games were on october 17?
CREATE TABLE table_27713583_2 (record VARCHAR, team VARCHAR)
SELECT record FROM table_27713583_2 WHERE team = "@ Minnesota"
สถิติในเกมกับทีม @ มินนิโซตา เป็นอย่างไรบ้าง?
What is the record for the game against team @ Minnesota?
CREATE TABLE table_27713583_2 (date VARCHAR, high_points VARCHAR)
SELECT date FROM table_27713583_2 WHERE high_points = "Toney Douglas (23)"
โทนี่ ดักลาส (23) ได้คะแนนสูงสุดคือวันที่เท่าไหร่?
What is the date the high points was by toney douglas (23)?
CREATE TABLE table_27713721_1 (production_code VARCHAR, us_viewers__millions_ VARCHAR)
SELECT COUNT(production_code) FROM table_27713721_1 WHERE us_viewers__millions_ = "25.3"
มีกี่ตอนที่มีผู้ชมประมาณ 25.3 ล้านคนในสหรัฐอเมริกา
How many episodes had an audience of exactly 25.3 million viewers in the U.S.A.?
CREATE TABLE table_27715173_8 (high_points VARCHAR, high_assists VARCHAR)
SELECT high_points FROM table_27715173_8 WHERE high_assists = "Tim Duncan (5)"
ใครมีแต้มสูงเมื่อแอสซิสต์สูงคือ ทิม ดันแคน (5)?
Who had the high points when high assists is tim duncan (5)?
CREATE TABLE table_27715173_8 (date VARCHAR, location_attendance VARCHAR)
SELECT date FROM table_27715173_8 WHERE location_attendance = "EnergySolutions Arena 19,911"
สถานที่เข้าร่วมคือ Energysolutions Arena 19,911 วันที่เท่าไหร่?
what is the date when the location attendance is energysolutions arena 19,911?
CREATE TABLE table_27715173_8 (high_points VARCHAR, team VARCHAR)
SELECT COUNT(high_points) FROM table_27715173_8 WHERE team = "Oklahoma City"
กี่ครั้งแล้วที่ทีมโอคลาโฮมาซิตี้?
how many times is the team oklahoma city?
CREATE TABLE table_27715173_8 (game VARCHAR, high_points VARCHAR)
SELECT game FROM table_27715173_8 WHERE high_points = "Manu Ginóbili (26)"
มานู จิโนบิลี (26) แต้มสูงสุดคือเกมอะไร?
what is the game where the high points is by manu ginóbili (26)?
CREATE TABLE table_27715173_8 (location_attendance VARCHAR, record VARCHAR)
SELECT location_attendance FROM table_27715173_8 WHERE record = "39–7"
การเข้าร่วมสถานที่คืออะไรเมื่อบันทึกคือ 39–7?
what is the location attendance when the record is 39–7?
CREATE TABLE table_27715173_2 (game INTEGER)
SELECT MAX(game) FROM table_27715173_2
เกมบาสเก็ตบอลสูงสุดคืออะไร?
What is the maximum basketball game?
CREATE TABLE table_27722408_6 (high_points VARCHAR, score VARCHAR)
SELECT COUNT(high_points) FROM table_27722408_6 WHERE score = "L 87–89 (OT)"
มีกี่รายการที่แสดงคะแนนสูงสุดเมื่อคะแนนอยู่ที่ l 87–89 (ot)
How many entries are shown for high points when the score was l 87–89 (ot)?
CREATE TABLE table_27722408_6 (team VARCHAR, game VARCHAR)
SELECT team FROM table_27722408_6 WHERE game = 11
อีกทีมในเกมที่ 11 คืออะไร?
What was the other team in game 11?
CREATE TABLE table_27722408_6 (high_points VARCHAR, record VARCHAR)
SELECT high_points FROM table_27722408_6 WHERE record = "9–3"
ใครทำคะแนนสูงสุดในเกมด้วยสถิติ 9–3?
Who scored the high points for the game with record 9–3?
CREATE TABLE table_27722734_7 (date VARCHAR, team VARCHAR)
SELECT date FROM table_27722734_7 WHERE team = "Washington"
ตั้งชื่อวันที่สำหรับวอชิงตัน
Name the date for washington
CREATE TABLE table_27722734_7 (record VARCHAR, game VARCHAR)
SELECT record FROM table_27722734_7 WHERE game = 23
ทุบสถิติ 23 เกม
Name the record for 23 game
CREATE TABLE table_27722734_7 (game INTEGER, date VARCHAR)
SELECT MAX(game) FROM table_27722734_7 WHERE date = "December 1"
ตั้งชื่อเกมมากที่สุดประจำวันที่ 1 ธันวาคม
Name the most game for december 1
CREATE TABLE table_27723526_10 (score VARCHAR, team VARCHAR)
SELECT score FROM table_27723526_10 WHERE team = "Portland"
ในเกมกับพอร์ตแลนด์สกอร์เท่าไหร่?
What was the score of the game against portland?
CREATE TABLE table_27723526_10 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_27723526_10 WHERE date = "January 27"
ใครที่ทำแอสซิสต์ได้สูงที่สุดในวันที่ 27 มกราคม?
Who had the high assist total on january 27?
CREATE TABLE table_27733909_9 (location_attendance VARCHAR, game VARCHAR)
SELECT location_attendance FROM table_27733909_9 WHERE game = 70
สถานที่และการเข้าร่วมของเกม 70 คืออะไร?
What is the location and attendance of game 70?
CREATE TABLE table_27734577_13 (team VARCHAR, high_assists VARCHAR)
SELECT team FROM table_27734577_13 WHERE high_assists = "Josh Smith (8)"
คู่ต่อสู้คือทีมใดเมื่อจอช สมิธ (8) มีแอสซิสต์สูง?
What team was the opponent when josh smith (8) had the high assists?
CREATE TABLE table_27734577_13 (game INTEGER, high_assists VARCHAR)
SELECT MIN(game) FROM table_27734577_13 WHERE high_assists = "Josh Smith (4)"
จอช สมิธ (4) แอสซิสต์สูงคือหมายเลขเกมที่เท่าไหร่?
What is the game number where josh smith (4) had the high assists?
CREATE TABLE table_27734577_13 (series VARCHAR, high_rebounds VARCHAR)
SELECT series FROM table_27734577_13 WHERE high_rebounds = "Al Horford (10)"
เมื่อ อัล ฮอร์ฟอร์ด (10) รีบาวด์สูง เบอร์ซีรีส์อะไร?
What is the series number when al horford (10) had the high rebounds?
CREATE TABLE table_27734577_7 (team VARCHAR, location_attendance VARCHAR)
SELECT team FROM table_27734577_7 WHERE location_attendance = "Philips Arena 12,140"
ทุกทีมที่มีตำแหน่งการเข้าร่วม Philips Arena 12,140 คืออะไร?
What is every team with location attendance of Philips Arena 12,140?
CREATE TABLE table_27756014_1 (high_points VARCHAR, date VARCHAR)
SELECT COUNT(high_points) FROM table_27756014_1 WHERE date = "October 16"
วันที่ 16 ตุลาคม มีการแข่งขันกี่เกม?
How many games were played on october 16?
CREATE TABLE table_27756014_1 (score VARCHAR, game VARCHAR)
SELECT score FROM table_27756014_1 WHERE game = 4
คะแนนของเกมที่ 4 คืออะไร?
What is the score of game 4?
CREATE TABLE table_27756014_1 (score VARCHAR, date VARCHAR)
SELECT score FROM table_27756014_1 WHERE date = "October 16"
สกอร์ของเกมที่เล่นในวันที่ 16 ตุลาคมเป็นเท่าไหร่?
What is the score of the game played on october 16?
CREATE TABLE table_27756014_1 (team VARCHAR, date VARCHAR)
SELECT team FROM table_27756014_1 WHERE date = "October 5"
วันที่ 5 ตุลาคม พบกับทีมอะไร?
What is the team played on october 5?
CREATE TABLE table_27756314_6 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_27756314_6 WHERE date = "November 12"
ใครทำแอสซิสต์ได้สูงในวันที่ 12 พฤศจิกายน?
who had high assists on november 12?
CREATE TABLE table_27756314_10 (date VARCHAR, high_points VARCHAR)
SELECT date FROM table_27756314_10 WHERE high_points = "Michael Beasley , Martell Webster (16)"
วันที่คะแนนสูงสุดคือ ไมเคิล บีสลีย์ , มาร์เทล เว็บสเตอร์ (16) วันไหน?
What is the date when the high points is michael beasley , martell webster (16)?
CREATE TABLE table_27756314_10 (game VARCHAR, team VARCHAR)
SELECT game FROM table_27756314_10 WHERE team = "Indiana"
เกมกับทีมอินเดียนาคืออะไร?
What is the game with the team indiana?
CREATE TABLE table_27756314_10 (high_rebounds VARCHAR, date VARCHAR)
SELECT high_rebounds FROM table_27756314_10 WHERE date = "March 25"
ใครรีบาวด์สูงเมื่อถึงวันที่ 25 มีนาคม?
Who had high rebounds when the date was march 25?
CREATE TABLE table_27756314_10 (game INTEGER, score VARCHAR)
SELECT MAX(game) FROM table_27756314_10 WHERE score = "L 96–103 (OT)"
เกมสูงสุดที่มีคะแนน l 96–103 (ot) คืออะไร?
What is the highest game with the score l 96–103 (ot)?
CREATE TABLE table_27756314_10 (team VARCHAR, high_points VARCHAR)
SELECT team FROM table_27756314_10 WHERE high_points = "Wesley Johnson (20)"
ทีมไหนมีคะแนนสูงสุดเป็นของเวสลีย์ จอห์นสัน (20)?
What is the team when the high points were by wesley johnson (20)?
CREATE TABLE table_27756314_7 (record VARCHAR, date VARCHAR)
SELECT record FROM table_27756314_7 WHERE date = "December 11"
บันทึกของวันที่ 11 ธันวาคมคืออะไร?
what is the record for date december 11?
CREATE TABLE table_27756314_7 (high_assists VARCHAR, date VARCHAR)
SELECT high_assists FROM table_27756314_7 WHERE date = "December 3"
ใครทำแอสซิสต์ได้สูงในวันที่ 3 ธันวาคม?
who had high assists on december 3?
CREATE TABLE table_27756314_7 (location_attendance VARCHAR, game VARCHAR)
SELECT location_attendance FROM table_27756314_7 WHERE game = 19
สถานที่ที่มีเกม 19 อยู่ที่ไหน?
where was the location that had game 19?
CREATE TABLE table_27756474_13 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_27756474_13 WHERE date = "May 13"
เกมนี้เล่นที่ไหนและผู้เข้าร่วมในวันที่ 13 พฤษภาคมเป็นอย่างไรบ้าง?
Where was the game played and what was the attendance on May 13?
CREATE TABLE table_27756572_2 (location_attendance VARCHAR, date VARCHAR)
SELECT location_attendance FROM table_27756572_2 WHERE date = "October 12"
สถานที่ใดและผู้เข้าชมเกมในวันที่ 12 ตุลาคมเป็นอย่างไร?
What was the location and the attendance for the game on October 12?
CREATE TABLE table_27765443_2 (no_of_processors VARCHAR, cpu_type VARCHAR)
SELECT no_of_processors FROM table_27765443_2 WHERE cpu_type = "NEC SX-4 vector processor"
ตั้งชื่อจำนวนโปรเซสเซอร์สำหรับเวกเตอร์โปรเซสเซอร์ nec sx-4
Name the number of processors for nec sx-4 vector processor
CREATE TABLE table_27765443_2 (maximum_peak_performance___teraflops__ VARCHAR, period_of_operation VARCHAR)
SELECT maximum_peak_performance___teraflops__ FROM table_27765443_2 WHERE period_of_operation = "October 2006 - January 2010"
รายชื่อผลงานสูงสุดในเดือนตุลาคม 2549 - มกราคม 2553
Name the most peak performance for october 2006 - january 2010
CREATE TABLE table_27765443_2 (cpu_type VARCHAR, period_of_operation VARCHAR)
SELECT cpu_type FROM table_27765443_2 WHERE period_of_operation = "June 2005 - April 2009"
ตั้งชื่อประเภท cpu สำหรับเดือนมิถุนายน 2548 - เมษายน 2552
Name the cpu type for june 2005 - april 2009
CREATE TABLE table_27765443_2 (model___computer_name VARCHAR, cpu_type VARCHAR)
SELECT COUNT(model___computer_name) FROM table_27765443_2 WHERE cpu_type = "AMD Opteron dual-core 2.6GHz"
ตั้งชื่อจำนวนรุ่นทั้งหมดสำหรับ amd opteron dual-core 2.6ghz
Name the total number of model for amd opteron dual-core 2.6ghz
CREATE TABLE table_27765443_2 (no_of_processors VARCHAR, period_of_operation VARCHAR)
SELECT no_of_processors FROM table_27765443_2 WHERE period_of_operation = "October 2006 - January 2010"
ตั้งชื่อจำนวนโปรเซสเซอร์สำหรับเดือนตุลาคม 2549 - มกราคม 2553
Name the number of processors for october 2006 - january 2010
CREATE TABLE table_27758427_2 (results VARCHAR, lmpc_winning_team VARCHAR)
SELECT results FROM table_27758427_2 WHERE lmpc_winning_team = "#89 Intersport Racing"
ผลลัพธ์ของสนามที่ทีมผู้ชนะ LMPC คือ #89 Intersport Racing คืออะไร?
What was the result for the cirtcuit where the LMPC winning team was #89 Intersport Racing?
CREATE TABLE table_27781212_1 (winnings VARCHAR, driver VARCHAR)
SELECT winnings FROM table_27781212_1 WHERE driver = "Jeff Gordon"
เจฟฟ์ กอร์ดอนมีเงินรางวัลเท่าไหร่?
how many winnings does jeff gordon have?
CREATE TABLE table_27781212_1 (points INTEGER, driver VARCHAR)
SELECT MIN(points) FROM table_27781212_1 WHERE driver = "Tommy Kendall"
คะแนนขั้นต่ำสำหรับทอมมี่ เคนดัลล์คือเท่าไร?
what are the minimum points for tommy kendall?
CREATE TABLE table_27781212_1 (position INTEGER, points VARCHAR)
SELECT MIN(position) FROM table_27781212_1 WHERE points = 31
ตำแหน่งขั้นต่ำ 31 แต้มคือเท่าไร?
what is the minimum position with 31 points?
CREATE TABLE table_27781212_1 (driver VARCHAR, winnings VARCHAR)
SELECT driver FROM table_27781212_1 WHERE winnings = "$225,000"
ใครคือคนขับที่ได้รับรางวัล $225,000?
who is the driver that had winnings of $225,000?
CREATE TABLE table_2780146_6 (standard VARCHAR, pm__g_kwh_ VARCHAR)
SELECT COUNT(standard) FROM table_2780146_6 WHERE pm__g_kwh_ = "0.02"
PM 0.02 g/kWh ต่างกันกี่มาตรฐาน?
How many different standards have a PM of 0.02 g/kWh?
CREATE TABLE table_2780146_6 (hc__g_kwh_ VARCHAR, standard VARCHAR)
SELECT hc__g_kwh_ FROM table_2780146_6 WHERE standard = "Euro I"
HC สำหรับมาตรฐาน Euro I คืออะไร?
What's the HC for the Euro I standard?
CREATE TABLE table_2780146_6 (hc__g_kwh_ VARCHAR, no_x__g_kwh_ VARCHAR)
SELECT hc__g_kwh_ FROM table_2780146_6 WHERE no_x__g_kwh_ = "7.0"
HC สำหรับมาตรฐานที่มีค่า NO x อยู่ที่ 7.0 กรัม/กิโลวัตต์ชั่วโมง คืออะไร
What's the HC for the standard with NO x of 7.0 g/kWh?
CREATE TABLE table_2780146_6 (pm__g_kwh_ VARCHAR, co__g_kwh_ VARCHAR)
SELECT pm__g_kwh_ FROM table_2780146_6 WHERE co__g_kwh_ = "12.3"
ค่า PM ของมาตรฐานที่มี CO 12.3 กรัม/กิโลวัตต์ชั่วโมง คือเท่าไร
What's the PM for the standard with 12.3 g/kWh CO?
CREATE TABLE table_2780146_6 (no_x__g_kwh_ VARCHAR, hc__g_kwh_ VARCHAR)
SELECT no_x__g_kwh_ FROM table_2780146_6 WHERE hc__g_kwh_ = "1.23"
NO ของมาตรฐานที่มีค่า HC เท่ากับ 1.23 g/kWh คืออะไร?
What's the NO of the standard with HC of 1.23 g/kWh?
CREATE TABLE table_27790959_1 (original_air_date VARCHAR, us_viewers__million_ VARCHAR)
SELECT original_air_date FROM table_27790959_1 WHERE us_viewers__million_ = "5.42"
วันที่ออกอากาศดั้งเดิมของตอนที่มีผู้ชม 5.42 ล้านคนคือเมื่อใด
What was the original air date of the episode that had 5.42 million viewers?
CREATE TABLE table_27862483_3 (attendance INTEGER, win VARCHAR)
SELECT MIN(attendance) FROM table_27862483_3 WHERE win = "G. Claypool (4-1)"
มีกี่คนที่เห็นว่าเกมที่จี.เคลย์พูลชนะ (4-1)?
How many people saw the game won by G. Claypool (4-1)?
CREATE TABLE table_27862483_3 (overall_record VARCHAR, win VARCHAR)
SELECT overall_record FROM table_27862483_3 WHERE win = "D. Klein (2-0)"
สถิติโดยรวมในเกมที่ชนะโดยดี. ไคลน์ (2-0) คืออะไร?
What was the overall record in the game won by D. Klein (2-0)?
CREATE TABLE table_27862483_3 (overall_record VARCHAR, loss VARCHAR)
SELECT overall_record FROM table_27862483_3 WHERE loss = "A. Pracher (4-1)"
สถิติโดยรวมของเกมที่แพ้ให้กับ อ.ปราเชอร์ (4-1) เป็นอย่างไรบ้าง?
What was the overall record of the game lost by A. Pracher (4-1)?
CREATE TABLE table_27862483_3 (pac_10_record VARCHAR, date VARCHAR)
SELECT pac_10_record FROM table_27862483_3 WHERE date = "April 20"
บันทึก PAC-10 ของเกมที่เล่นในวันที่ 20 เมษายนเป็นอย่างไรบ้าง
What was the PAC-10 record of the game played on April 20?
CREATE TABLE table_27862483_3 (_number VARCHAR, date VARCHAR)
SELECT COUNT(_number) FROM table_27862483_3 WHERE date = "April 23"
มีกี่หมายเลขที่แตกต่างกันสำหรับเกมที่เล่นในวันที่ 23 เมษายน?
How many different numbers are there for the game played on April 23?
CREATE TABLE table_27846651_1 (episode__number VARCHAR, viewers__millions_ VARCHAR)
SELECT episode__number FROM table_27846651_1 WHERE viewers__millions_ = "5.46"
จำนวนตอนมีผู้ชม 5.46 ล้านคน?
Wat episode number had 5.46 million viewers?
CREATE TABLE table_27846651_1 (series__number VARCHAR, viewers__millions_ VARCHAR)
SELECT series__number FROM table_27846651_1 WHERE viewers__millions_ = "5.24"
ซีรีส์ตอนไหนมีผู้ชม 5.24 ล้านคน?
What episode in the series had 5.24 million viewers?
CREATE TABLE table_27846651_1 (writer VARCHAR, viewers__millions_ VARCHAR)
SELECT writer FROM table_27846651_1 WHERE viewers__millions_ = "5.93"
ใครเป็นคนเขียนตอนที่มีผู้ชม 5.93 ล้านคน?
Who wrote the episode that had 5.93 million viewers?
CREATE TABLE table_27877656_8 (edition VARCHAR, opponent_team VARCHAR)
SELECT edition FROM table_27877656_8 WHERE opponent_team = "Zimbabwe"
ทีมคู่แข่งซิมบับเวอยู่ในรุ่นใด?
In what edition was the opponent team Zimbabwe?
CREATE TABLE table_27877656_8 (outcome VARCHAR, edition VARCHAR)
SELECT outcome FROM table_27877656_8 WHERE edition = "2010 Europe/Africa Group IIB"
ผลลัพธ์ในรุ่น IIB ของยุโรป/แอฟริกา ประจำปี 2010 เป็นอย่างไรบ้าง
What was the outcome in the 2010 Europe/Africa Group IIB edition?
CREATE TABLE table_27882867_8 (record VARCHAR, team VARCHAR)
SELECT record FROM table_27882867_8 WHERE team = "Philadelphia"
สถิติของทีมกับฟิลาเดลเฟียคืออะไร?
What was the team's record against philadelphia?
CREATE TABLE table_27902171_4 (date VARCHAR, team VARCHAR)
SELECT date FROM table_27902171_4 WHERE team = "Phoenix Suns"
พวกเขาเล่น Phoenix Suns วันไหน?
What day did they play the phoenix suns?
CREATE TABLE table_27902171_4 (high_points VARCHAR, record VARCHAR)
SELECT high_points FROM table_27902171_4 WHERE record = "8-5"
ใครมีแต้มรวมสูงสุดเมื่ออายุ 8-5 ขวบ?
Who had the high point total when they were 8-5?
CREATE TABLE table_27902171_4 (high_assists VARCHAR, record VARCHAR)
SELECT high_assists FROM table_27902171_4 WHERE record = "0-1"
ใครทำแอสซิสต์รวมสูงตอนทีมเสมอ 0-1?
Who had the high assist total when the team was 0-1?
CREATE TABLE table_27902171_6 (high_points VARCHAR, team VARCHAR)
SELECT high_points FROM table_27902171_6 WHERE team = "Utah Jazz"
ใครมีแต้มสูงสุดระหว่างเกมกับยูทาห์ แจ๊ส?
Who had highest points during game against the Utah Jazz?
CREATE TABLE table_27902171_6 (location_attendance VARCHAR, team VARCHAR)
SELECT location_attendance FROM table_27902171_6 WHERE team = "Utah Jazz"
เกมกับยูทาห์ แจ๊สเป็นสถานที่ที่มีผู้เข้าชมตรงกันหรือไม่?
What location with it's corresponding attendance was the game against Utah Jazz?
CREATE TABLE table_27902171_9 (score VARCHAR, record VARCHAR)
SELECT score FROM table_27902171_9 WHERE record = "47-34"
เกมนี้สกอร์รวม 47-34 เป็นยังไงบ้าง?
What were the scores of the games with a record of 47-34?
CREATE TABLE table_27902171_9 (high_rebounds VARCHAR, team VARCHAR)
SELECT high_rebounds FROM table_27902171_9 WHERE team = "Minnesota Timberwolves"
ใครทำรีบาวด์มากที่สุดในเกมกับ Minnesota Timberwolves?
Who performed the most rebounds on games against the Minnesota Timberwolves?
CREATE TABLE table_27913160_3 (manufacturer VARCHAR, driver VARCHAR, most_laps_led VARCHAR)
SELECT manufacturer FROM table_27913160_3 WHERE driver = "Will Power" AND most_laps_led = "Scott Dixon"
ใครเป็นผู้ผลิตรถที่ขับเคลื่อนโดย Will Power และ Scott Dixon มีรอบมากที่สุด
Who manufactured the car driven by Will Power and Scott Dixon had the most laps?
CREATE TABLE table_27913160_3 (pole_position VARCHAR, race VARCHAR)
SELECT pole_position FROM table_27913160_3 WHERE race = "Detroit"
ใครมีตำแหน่งโพลในดีทรอยต์?
Who had the pole position in Detroit?
CREATE TABLE table_27913160_3 (driver VARCHAR, round VARCHAR)
SELECT driver FROM table_27913160_3 WHERE round = 4
ใครคือคนขับในรอบที่ 4?
Who was the driver in round 4?
CREATE TABLE table_27913160_3 (pole_position VARCHAR, race VARCHAR)
SELECT pole_position FROM table_27913160_3 WHERE race = "Milwaukee"
ใครมีตำแหน่งโพลในมิลวอกี?
Who had the pole position in Milwaukee?
CREATE TABLE table_27913160_3 (driver VARCHAR, round VARCHAR)
SELECT driver FROM table_27913160_3 WHERE round = 8
ใครคือคนขับในรอบที่ 8?
Who was the driver in round 8?
CREATE TABLE table_27913160_3 (race VARCHAR, most_laps_led VARCHAR)
SELECT race FROM table_27913160_3 WHERE most_laps_led = "Simon Pagenaud"
Simon Pagenaud มีรอบมากที่สุดในการแข่งขันใด
What race did Simon Pagenaud have the most laps in?
CREATE TABLE table_2791668_1 (title VARCHAR, directed_by VARCHAR, no_in_season VARCHAR)
SELECT title FROM table_2791668_1 WHERE directed_by = "Michael Pressman" AND no_in_season < 10.0
ตอนที่ผู้กำกับคือ Michael Pressman ชื่ออะไรและจำนวนตอนในซีซั่นนั้นน้อยกว่า 10.0?
what is the name of the episode whose director is Michael Pressman and the number of that episode in that season is less than 10.0?
CREATE TABLE table_2791668_1 (us_viewers__millions_ VARCHAR, directed_by VARCHAR)
SELECT us_viewers__millions_ FROM table_2791668_1 WHERE directed_by = "Ed Sherin"
มีชาวอเมริกาเหนือกี่ล้านคนที่ได้ดูตอนที่ผู้กำกับคือ Ed Sherin
how many millions of North American people saw the episode whose director was Ed Sherin?
CREATE TABLE table_2791668_1 (title VARCHAR, written_by VARCHAR)
SELECT title FROM table_2791668_1 WHERE written_by = "Philippe Browning"
ตอนที่คนเขียนคือฟิลิปป์ บราวนิ่งชื่ออะไร
what is the name of the episode whose writer is philippe browning?
CREATE TABLE table_2791668_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
SELECT COUNT(original_air_date) FROM table_2791668_1 WHERE us_viewers__millions_ = "12.68"
มีรอบปฐมทัศน์กี่เรื่องที่มีผู้ชมในอเมริกาเหนือ 12.68 ล้านคน?
how many premieres had the episode that had 12.68 millions of north american viewers?
CREATE TABLE table_2791668_1 (no_in_series VARCHAR, production_code VARCHAR)
SELECT COUNT(no_in_series) FROM table_2791668_1 WHERE production_code = 16016
ซีรีส์มีทั้งหมดกี่ตอน รหัสการผลิต 16016?
how many episodes in the series had as a production code 16016?
CREATE TABLE table_27940569_1 (make VARCHAR, sponsor VARCHAR)
SELECT make FROM table_27940569_1 WHERE sponsor = "Aflac"
Aflac สนับสนุนรถยนต์ยี่ห้อใด?
What car make was sponsored by Aflac?
CREATE TABLE table_27940569_1 (pts_bns VARCHAR, driver VARCHAR)
SELECT pts_bns FROM table_27940569_1 WHERE driver = "Kurt Busch"
Kurt Busch ได้รับคะแนนและโบนัสกี่คะแนน?
How many points and bonuses did Kurt Busch get?
CREATE TABLE table_27940569_1 (make VARCHAR, driver VARCHAR)
SELECT make FROM table_27940569_1 WHERE driver = "Jeff Gordon"
รถยี่ห้ออะไร Jeff Gordon ขับ?
What make was the car driven by Jeff Gordon?
CREATE TABLE table_27940569_1 (laps INTEGER)
SELECT MAX(laps) FROM table_27940569_1
วิ่งได้กี่รอบมากที่สุด?
What was the greatest number of laps run?
CREATE TABLE table_27946889_2 (represent_province VARCHAR, hometown VARCHAR)
SELECT represent_province FROM table_27946889_2 WHERE hometown = "Woerden"
จังหวัดที่เป็นตัวแทนของผู้เข้าแข่งขันที่มีบ้านเกิดคือวอร์เดนคือจังหวัดใด
What is the represent province for the contestant whose hometown is Woerden?
CREATE TABLE table_27946889_2 (contestant VARCHAR, height__mtr_ VARCHAR)
SELECT COUNT(contestant) FROM table_27946889_2 WHERE height__mtr_ = "1.80"
สูง 1.80 ม. มีผู้เข้าแข่งขันกี่คน ส่วนสูงเหรอ?
How many contestants are 1.80 mtr. in height?
CREATE TABLE table_27987623_3 (episode VARCHAR, viewers__millions_ VARCHAR)
SELECT episode FROM table_27987623_3 WHERE viewers__millions_ = "0.296"
ตอนไหนมีผู้ชม 0.296 ล้าน?
Which episode had viewership of 0.296 million?