context
stringlengths
27
489
answer
stringlengths
18
557
question_th
stringlengths
8
226
question_en
stringlengths
12
244
CREATE TABLE table_name_52 (date VARCHAR, home_team VARCHAR)
SELECT date FROM table_name_52 WHERE home_team = "north melbourne"
นอร์ธ เมลเบิร์น ลงเล่นเป็นเจ้าบ้านวันไหน?
What day did North Melbourne play as the home team?
CREATE TABLE table_name_20 (away_team VARCHAR, venue VARCHAR)
SELECT away_team FROM table_name_20 WHERE venue = "arden street oval"
ทีมเยือนที่ Arden Street Oval คือใคร?
Who was the away team at Arden Street Oval?
CREATE TABLE table_name_42 (ordinary_income_rate VARCHAR, short_term_capital_gain_rate VARCHAR)
SELECT ordinary_income_rate FROM table_name_42 WHERE short_term_capital_gain_rate = "28%"
อัตรารายได้ปกติเมื่ออัตรากำไรระยะสั้นคือ 28% เป็นเท่าใด?
What is the ordinary income rate when short-term capital gain rate is 28%?
CREATE TABLE table_name_29 (short_term_capital_gain_rate VARCHAR, long_term_gain_on_collectibles VARCHAR)
SELECT short_term_capital_gain_rate FROM table_name_29 WHERE long_term_gain_on_collectibles = "15%"
อัตราการเพิ่มทุนระยะสั้นโดยมีกำไรระยะยาวจากของสะสมที่ 15% คืออะไร?
What is short-term capital gain rate with long-term gain on collectibles at 15%?
CREATE TABLE table_name_48 (long_term_gain_on_collectibles VARCHAR, ordinary_income_rate VARCHAR)
SELECT long_term_gain_on_collectibles FROM table_name_48 WHERE ordinary_income_rate = "15%"
กำไรสะสมระยะยาวอะไรเกิดขึ้นพร้อมกับอัตรารายได้ปกติ 15%?
What long-term gain for collectibles coincides with ordinary income rate 15%?
CREATE TABLE table_name_99 (decile INTEGER, authority VARCHAR, roll VARCHAR)
SELECT SUM(decile) FROM table_name_99 WHERE authority = "state" AND roll = 120
Decile กับหน่วยงานของรัฐและม้วน 120 คืออะไร?
What is the Decile with a State Authority and a roll of 120?
CREATE TABLE table_name_98 (roll INTEGER, name VARCHAR, decile VARCHAR, authority VARCHAR)
SELECT MAX(roll) FROM table_name_98 WHERE decile < 8 AND authority = "state" AND name = "orere school"
โรงเรียน Roll of Orere ที่สูงที่สุดที่มี Decile น้อยกว่า 8 กับหน่วยงานของรัฐคืออะไร?
What is the highest Roll of Orere School with a Decile less than 8 with a State Authority?
CREATE TABLE table_name_63 (home_team VARCHAR, away_team VARCHAR)
SELECT home_team AS score FROM table_name_63 WHERE away_team = "melbourne"
สกอร์ทีมเหย้าไหนมีทีมเยือนเมลเบิร์น?
What home team score has a Away team of melbourne?
CREATE TABLE table_name_16 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team FROM table_name_16 WHERE home_team = "richmond"
ทีมเยือนคือทีมเจ้าบ้านริชมอนด์?
What away team is the home team richmond?
CREATE TABLE table_name_4 (grid INTEGER, driver VARCHAR, laps VARCHAR)
SELECT MAX(grid) FROM table_name_4 WHERE driver = "giancarlo fisichella" AND laps < 52
เมื่อ Giancarlo Fisichella เป็นนักแข่งและมีรอบสนามไม่ถึง 52 รอบ สนามสูงสุดคือเส้นไหน?
When Giancarlo Fisichella was the Driver and there were less than 52 Laps, what was the highest Grid?
CREATE TABLE table_name_11 (constructor VARCHAR, driver VARCHAR, grid VARCHAR, laps VARCHAR)
SELECT constructor FROM table_name_11 WHERE grid < 17 AND laps < 52 AND driver = "olivier panis"
Constructor คนใดมีกริดน้อยกว่า 17 รอบ รอบต่ำกว่า 52 และมีโอลิเวียร์ ปานิส เป็นผู้ขับ
Which Constructor has a Grid less than 17, Laps under 52, and Olivier Panis as the Driver?
CREATE TABLE table_name_91 (pick__number VARCHAR, college VARCHAR)
SELECT pick__number FROM table_name_91 WHERE college = "idaho state"
ตัวเลือกร่าง cfl ปี 2006 ใดที่เล่นบอลวิทยาลัยที่รัฐไอดาโฮ
Which 2006 cfl draft pick played college ball at Idaho state?
CREATE TABLE table_name_22 (position VARCHAR, college VARCHAR)
SELECT position FROM table_name_22 WHERE college = "toronto"
ผู้เล่น CFL ที่ร่างมาจากวิทยาลัยโตรอนโตในปี 2550 เล่นในตำแหน่งใด
What position did the CFL player drafted out of college of toronto in 2007 play?
CREATE TABLE table_name_97 (date_of_death VARCHAR, date_of_birth VARCHAR)
SELECT date_of_death FROM table_name_97 WHERE date_of_birth = "28 may 1371"
วันเดือนปีเกิดของบุคคลซึ่งวันเกิดคือ 28 พฤษภาคม 1371 คืออะไร?
What was the Date of Death of the person whose Date of Birth was 28 May 1371?
CREATE TABLE table_name_25 (reign VARCHAR, date_of_birth VARCHAR)
SELECT reign FROM table_name_25 WHERE date_of_birth = "22 march 1459"
รัชสมัยของบุคคลที่เกิดคือวันที่ 22 มีนาคม พ.ศ. 1459 คืออะไร?
What was the Reign of the person whose Date of Birth was 22 March 1459?
CREATE TABLE table_name_23 (year INTEGER, record VARCHAR)
SELECT AVG(year) FROM table_name_23 WHERE record = "33-33"
บอกปีเฉลี่ยด้วยสถิติ 33-33
Tell me the average year with a record of 33-33
CREATE TABLE table_name_18 (year VARCHAR, record VARCHAR)
SELECT COUNT(year) FROM table_name_18 WHERE record = "39-31"
ตั้งชื่อจำนวนปีทั้งหมดสำหรับบันทึก 39-31
Name the total number of years for a 39-31 record
CREATE TABLE table_name_98 (year INTEGER, manager VARCHAR, finish VARCHAR)
SELECT MIN(year) FROM table_name_98 WHERE manager = "gene hassell" AND finish = "6th"
ตั้งชื่อปีน้อยที่สุดสำหรับผู้จัดการยีนแฮสเซลล์และการจบอันดับที่ 6
Name the least year for gene hassell manager and 6th finish
CREATE TABLE table_name_64 (finish VARCHAR, record VARCHAR)
SELECT finish FROM table_name_64 WHERE record = "39-31"
ตั้งชื่อการจบสกอร์สำหรับสถิติ 39-31
Name the finish for a 39-31 record
CREATE TABLE table_name_59 (goal_difference INTEGER, club VARCHAR, played VARCHAR)
SELECT MIN(goal_difference) FROM table_name_59 WHERE club = "ud alzira" AND played > 38
อะไรคือผลต่างประตูต่ำสุดของสโมสร อุด อัลซิร่า โดยที่ทำได้มากกว่า 38 ประตู?
What is the lowest goal difference for the club ud alzira, with a played larger than 38?
CREATE TABLE table_name_27 (goal_difference INTEGER, goals_against VARCHAR, draws VARCHAR)
SELECT SUM(goal_difference) FROM table_name_27 WHERE goals_against < 33 AND draws > 13
ผลรวมผลต่างประตูที่มีประตูน้อยกว่า 33 เสมอมากกว่า 13 คืออะไร?
What is the goal difference sum that has goals against smaller than 33, draws larger than 13?
CREATE TABLE table_name_27 (transfer_fee VARCHAR, name VARCHAR)
SELECT transfer_fee FROM table_name_27 WHERE name = "damia"
ตั้งชื่อค่าธรรมเนียมการโอนดาเมีย
Name the transfer fee for damia
CREATE TABLE table_name_24 (moving_to VARCHAR, name VARCHAR, transfer_fee VARCHAR, status VARCHAR)
SELECT moving_to FROM table_name_24 WHERE transfer_fee = "free" AND status = "transfer" AND name = "rodri"
ตั้งชื่อการย้ายไปพร้อมค่าธรรมเนียมการโอนฟรีพร้อมสถานะการโอนโรดรี้
Name the moving to with a transfer fee of free with a transfer status for rodri
CREATE TABLE table_name_23 (date VARCHAR, venue VARCHAR)
SELECT date FROM table_name_23 WHERE venue = "western oval"
เกมนี้เล่นที่สนามเวสเทิร์นโอวัลเมื่อใด?
When was the game played at the Western Oval venue?
CREATE TABLE table_name_33 (livery VARCHAR, serial_no VARCHAR)
SELECT livery FROM table_name_33 WHERE serial_no = "83-1010"
องค์ของหัวรถจักรหมายเลข 83-1010 คืออะไร?
What is the livery of the locomotive with a serial number 83-1010?
CREATE TABLE table_name_86 (livery VARCHAR, serial_no VARCHAR)
SELECT livery FROM table_name_86 WHERE serial_no = "83-1011"
องค์บนหัวรถจักรหมายเลข 83-1011 คืออะไร?
What is the livery on the locomotive with a serial number 83-1011?
CREATE TABLE table_name_74 (locomotive VARCHAR, gauge VARCHAR, serial_no VARCHAR)
SELECT locomotive FROM table_name_74 WHERE gauge = "standard" AND serial_no = "83-1015"
หัวรถจักรที่มีเกจมาตรฐานและหมายเลขซีเรียล 83-1015 คืออะไร?
What is the locomotive with a standard gauge and a serial number of 83-1015?
CREATE TABLE table_name_76 (entered_service VARCHAR, gauge VARCHAR, serial_no VARCHAR)
SELECT entered_service FROM table_name_76 WHERE gauge = "broad" AND serial_no = "83-1018"
รถจักรชนิดความกว้างและหมายเลขประจำเครื่อง 83-1018 เข้ารับบริการเมื่อใด
What is the date of entered service for the locomotive with a broad gauge and a serial no of 83-1018?
CREATE TABLE table_name_13 (venue VARCHAR, date VARCHAR)
SELECT venue FROM table_name_13 WHERE date = "october 16, 1996"
วันที่ 16 ตุลาคม พ.ศ. 2539 จัดขึ้นที่ใด?
What was the venue on October 16, 1996?
CREATE TABLE table_name_58 (score VARCHAR, date VARCHAR, result VARCHAR, competition VARCHAR)
SELECT score FROM table_name_58 WHERE result = "win" AND competition = "1998 fifa world cup qualification" AND date = "october 30, 1996"
คะแนน ณ 30 ตุลาคม 1996 ฟุตบอลโลก 1998 รอบคัดเลือก และผลชนะเป็นเท่าไหร่?
What's the score at the October 30, 1996 1998 fifa world cup qualification with a result of win?
CREATE TABLE table_name_37 (date VARCHAR, competition VARCHAR)
SELECT date FROM table_name_37 WHERE competition = "friendship cup"
ถ้วยมิตรภาพมีเมื่อไหร่?
When was the friendship cup?
CREATE TABLE table_name_88 (cars_per_set INTEGER, year_built VARCHAR, number VARCHAR)
SELECT MIN(cars_per_set) FROM table_name_88 WHERE year_built = "1977-1979" AND number > 32
จำนวนรถยนต์ที่น้อยที่สุดต่อชุดที่สร้างขึ้นในปี 1977-1979 ที่มากกว่า 32 คือเท่าใด
What is the smallest number for Cars per Set built in 1977-1979 larger than 32?
CREATE TABLE table_name_30 (number INTEGER, cars_per_set INTEGER)
SELECT MAX(number) FROM table_name_30 WHERE cars_per_set < 9
จำนวนรถยนต์สูงสุดต่อชุดที่น้อยกว่า 9 คือเท่าใด
What is the largest number of cars per set that is less than 9?
CREATE TABLE table_name_10 (year_built VARCHAR, class VARCHAR, number VARCHAR)
SELECT year_built FROM table_name_10 WHERE class = "class 253" AND number > 18
คลาส 253 ใหญ่กว่า 18 สร้างขึ้นในปีใด
What year was the class 253 larger than 18 built?
CREATE TABLE table_name_34 (margin VARCHAR, championship VARCHAR)
SELECT margin FROM table_name_34 WHERE championship = "masters tournament (2)"
มาร์จิ้นสำหรับการแข่งขัน Masters Tournament (2) คืออะไร?
What is the margin for the Masters Tournament (2) championship?
CREATE TABLE table_name_33 (runner_s__up VARCHAR)
SELECT 54 AS _holes FROM table_name_33 WHERE runner_s__up = "phil mickelson"
รอบ 54 หลุมที่ฟิล มิคเคลสันเป็นรองแชมป์คือรอบไหน?
What is the round of 54 holes in which Phil Mickelson was the runner-up?
CREATE TABLE table_name_27 (home VARCHAR, date VARCHAR)
SELECT home FROM table_name_27 WHERE date = "april 14"
เจ้าบ้านเกม 14 เม.ย.จะเป็นทีมไหน?
What is the home team of the April 14 game?
CREATE TABLE table_name_23 (date VARCHAR, visitor VARCHAR)
SELECT date FROM table_name_23 WHERE visitor = "detroit"
วันที่เกมกับดีทรอยต์เป็นทีมเยือนคือวันที่เท่าไหร่?
What is the date of the game with Detroit as the visitor team?
CREATE TABLE table_name_73 (viewers__m_ VARCHAR, rank___number_ VARCHAR, share VARCHAR, rating VARCHAR)
SELECT viewers__m_ FROM table_name_73 WHERE share = 1 AND rating > 0.7000000000000001 AND rank___number_ = "100/102"
มีผู้ชมกี่คนสำหรับตอนนี้ที่มีส่วนแบ่ง 1 เรตติ้งมากกว่า 0.7000000000000001 และอันดับ (#) 100/102
How many vieweres for the episode with a share of 1, a Rating larger than 0.7000000000000001, and a Rank (#) of 100/102?
CREATE TABLE table_name_68 (lead_tpt VARCHAR, bass VARCHAR, alto_1 VARCHAR)
SELECT lead_tpt FROM table_name_68 WHERE bass = "kevin tomanka" AND alto_1 = "alan moffett"
ตั้งชื่อลีด tpt สำหรับเบสของ kevin tomanka และ alto 1 ของ alan moffett
Name the lead tpt for bass of kevin tomanka and alto 1 of alan moffett
CREATE TABLE table_name_86 (crowd VARCHAR, venue VARCHAR)
SELECT COUNT(crowd) FROM table_name_86 WHERE venue = "moorabbin oval"
ขนาดฝูงชนในสถานที่มูแรบบินรีคือเท่าไร?
What was the crowd size at the moorabbin oval venue?
CREATE TABLE table_name_28 (home_team VARCHAR, away_team VARCHAR)
SELECT home_team AS score FROM table_name_28 WHERE away_team = "collingwood"
เจ้าบ้านได้คะแนนอะไรกับทีมเยือน คอลลิงวูด?
What did the home team score against the away team collingwood?
CREATE TABLE table_name_10 (amino_acid VARCHAR)
SELECT 1 AS _letter FROM table_name_10 WHERE amino_acid = "asparagine"
ตัวอักษร 1 ตัวของกรดอะมิโนแอสพาราจีนคืออะไร
what is the 1-letter for the amino acid asparagine?
CREATE TABLE table_name_40 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team AS score FROM table_name_40 WHERE home_team = "north melbourne"
คะแนนของฝ่ายตรงข้ามของทีมเจ้าบ้าน นอร์ธ เมลเบิร์น คือเท่าไร?
What was home team North Melbourne's opponents score?
CREATE TABLE table_name_16 (home_team VARCHAR)
SELECT home_team AS score FROM table_name_16 WHERE home_team = "melbourne"
เมลเบิร์นทำสกอร์เป็นเจ้าบ้านเท่าไหร่?
What was Melbourne's score as the home team?
CREATE TABLE table_name_63 (away_team VARCHAR, venue VARCHAR)
SELECT away_team FROM table_name_63 WHERE venue = "junction oval"
ทีมเยือนจังชั่นโอวัลคือใคร?
Who was the away team at Junction Oval?
CREATE TABLE table_name_67 (usca VARCHAR, rthk VARCHAR, mrhma VARCHAR, total VARCHAR, joint_music_award VARCHAR)
SELECT usca FROM table_name_67 WHERE total < 14 AND joint_music_award = "1" AND mrhma = "2" AND rthk = "3"
USCA ที่ Total น้อยกว่า 14 คืออะไร โดยมี 1 Joint Music Award, MRHMA ที่ 2 และ RTHK ที่ 3
What is the USCA that's Total is smaller than 14, with 1 Joint Music Award, MRHMA of 2, and RTHK of 3?
CREATE TABLE table_name_99 (total VARCHAR, usca VARCHAR, joint_music_award VARCHAR, rthk VARCHAR)
SELECT total FROM table_name_99 WHERE joint_music_award = "1" AND rthk = "4" AND usca = "4"
รางวัลรวมที่มีรางวัลเพลงร่วม 1 รางวัล RTHK 4 รางวัล และ USCA 4 รางวัลคืออะไร
What is the Total with a Joint Music Award of 1, RTHK of 4, and USCA of 4?
CREATE TABLE table_name_81 (joint_music_award VARCHAR, year VARCHAR, rthk VARCHAR)
SELECT joint_music_award FROM table_name_81 WHERE year < 2006 AND rthk = "1"
มี Joint Music Awards กี่รางวัลที่มี RTHK 1 ในหนึ่งปีก่อนปี 2549
How many Joint Music Awards were there with a RTHK of 1, in a Year before 2006?
CREATE TABLE table_name_32 (joint_music_award VARCHAR, total VARCHAR, year VARCHAR)
SELECT joint_music_award FROM table_name_32 WHERE total > 18 AND year > 2007
มีรางวัล Joint Music Awards กี่รางวัลเมื่อมียอดรวมมากกว่า 18 ในหนึ่งปีหลังจากปี 2550
How many Joint Music Awards are there when the Total is larger than 18, in a Year after 2007?
CREATE TABLE table_name_47 (lane INTEGER, semi VARCHAR)
SELECT MIN(lane) FROM table_name_47 WHERE semi = 49.19
นักกีฬาว่ายน้ำในเลนใดที่มีเวลารอบรองชนะเลิศ 49.19 น.
Which lane did the athlete swim in who had a semi-final time of 49.19?
CREATE TABLE table_name_70 (species VARCHAR, gender VARCHAR)
SELECT species FROM table_name_70 WHERE gender = "male"
พันธุ์ไหนเป็นผู้ชาย?
Which species is male?
CREATE TABLE table_name_71 (home_team VARCHAR, venue VARCHAR)
SELECT home_team AS score FROM table_name_71 WHERE venue = "junction oval"
คะแนนของทีมเหย้าที่ Junction Oval คืออะไร?
What was the home teams score at Junction Oval?
CREATE TABLE table_name_6 (president VARCHAR, presidency INTEGER)
SELECT president FROM table_name_6 WHERE presidency > 7
ประธานาธิบดีคนใดมีตำแหน่งประธานาธิบดีมากกว่า 7 คน?
What President has a Presidency greater than 7?
CREATE TABLE table_name_8 (presidency INTEGER, left_office VARCHAR, took_office VARCHAR)
SELECT MAX(presidency) FROM table_name_8 WHERE left_office = "1998" AND took_office > 1974
ตำแหน่งประธานาธิบดีสูงสุดที่เข้ารับตำแหน่งหลังปี 1974 และลาออกจากตำแหน่งในปี 1998 คืออะไร
What is the highest Presidency that Took Office after 1974 and Left Office in 1998?
CREATE TABLE table_name_42 (took_office INTEGER, left_office VARCHAR)
SELECT SUM(took_office) FROM table_name_42 WHERE left_office = "incumbent"
วันที่เข้ารับตำแหน่งประธานาธิบดีที่ออกจากตำแหน่งดำรงตำแหน่งคือเมื่อใด
What is the Took Office Date of the Presidency that Left Office Incumbent?
CREATE TABLE table_name_22 (took_office INTEGER, left_office VARCHAR)
SELECT MAX(took_office) FROM table_name_22 WHERE left_office = "1998"
วันที่เข้ารับตำแหน่งที่ยิ่งใหญ่ที่สุดที่ออกจากตำแหน่งในปี 1998 คืออะไร?
What was the greatest Took Office dates that Left Office in 1998?
CREATE TABLE table_name_76 (laps INTEGER, driver VARCHAR)
SELECT AVG(laps) FROM table_name_76 WHERE driver = "andrea de cesaris"
รอบเฉลี่ยของ andrea de cesaris คือเท่าไร?
What is the average Laps for andrea de cesaris?
CREATE TABLE table_name_81 (grid INTEGER, laps VARCHAR, driver VARCHAR)
SELECT MIN(grid) FROM table_name_81 WHERE laps > 51 AND driver = "jj lehto"
ตารางต่ำสุดสำหรับ jj lehto ที่มีมากกว่า 51 รอบคืออะไร?
What is the lowest Grid for jj lehto with over 51 laps?
CREATE TABLE table_name_83 (grid INTEGER, time_retired VARCHAR, laps VARCHAR)
SELECT AVG(grid) FROM table_name_83 WHERE time_retired = "+2 laps" AND laps < 51
ตารางเฉลี่ยที่มีเวลา/เกษียณเป็น +2 รอบ และต่ำกว่า 51 รอบเป็นเท่าใด
What is the average Grid that has a Time/Retired of +2 laps, and under 51 laps?
CREATE TABLE table_name_48 (home_team VARCHAR, venue VARCHAR)
SELECT home_team FROM table_name_48 WHERE venue = "victoria park"
สถานที่ของทีมเจ้าบ้านใกล้กับ Victoria Park คือที่ไหน?
What's the Home teams Venue near Victoria Park?
CREATE TABLE table_name_33 (crowd VARCHAR, home_team VARCHAR)
SELECT crowd FROM table_name_33 WHERE home_team = "footscray"
ทีมเหย้าที่มีฝูงชนเกี่ยวข้องกับรอยเท้าคืออะไร?
What is the Home team with a crowd relevant to footscray?
CREATE TABLE table_name_91 (record VARCHAR, home VARCHAR)
SELECT record FROM table_name_91 WHERE home = "nashville"
สถิติของทีมตอนเล่นแนชวิลล์ในบ้านเป็นอย่างไรบ้าง?
What is the team's record when they play nashville at home?
CREATE TABLE table_name_22 (decision VARCHAR, visitor VARCHAR)
SELECT decision FROM table_name_22 WHERE visitor = "phoenix"
การตัดสินใจเมื่อพวกเขาอยู่ที่ฟีนิกซ์คืออะไร?
What is the decision when they're at phoenix?
CREATE TABLE table_name_66 (score VARCHAR, tournament VARCHAR)
SELECT score FROM table_name_66 WHERE tournament = "frankfurt"
คะแนนในการแข่งขันแฟรงก์เฟิร์ตเป็นเท่าใด?
What was the score in the Tournament of Frankfurt?
CREATE TABLE table_name_56 (winner VARCHAR, tournament VARCHAR)
SELECT winner FROM table_name_56 WHERE tournament = "graz-seiersberg"
ใครคือผู้ชนะในการแข่งขัน Tournament of Graz-Seiersberg?
Who was the winner in the Tournament of Graz-Seiersberg?
CREATE TABLE table_name_68 (third_place VARCHAR, winner VARCHAR)
SELECT third_place FROM table_name_68 WHERE winner = "paul haarhuis"
ใครได้อันดับที่สามเมื่อผู้ชนะคือ Paul Haarhuis
Who earned third place when the winner was Paul Haarhuis?
CREATE TABLE table_name_35 (laps INTEGER, time_retired VARCHAR, grid VARCHAR)
SELECT MAX(laps) FROM table_name_35 WHERE time_retired = "differential" AND grid > 2
รอบที่มีเวลามากที่สุด/เกษียณคือค่าส่วนต่างและกริดมากกว่า 2 คืออะไร?
what is the most laps with the time/retired is differential and the grid is more than 2?
CREATE TABLE table_name_94 (laps INTEGER, grid VARCHAR)
SELECT MIN(laps) FROM table_name_94 WHERE grid = 5
รอบที่น้อยที่สุดคือเท่าไรเมื่อกริดเป็น 5?
what is the least laps when the grid is 5?
CREATE TABLE table_name_8 (deleted VARCHAR, name VARCHAR)
SELECT deleted FROM table_name_8 WHERE name = "anniston army depot (se industrial area)"
Anniston Army Depot (เขตอุตสาหกรรม SE) ถูกลบเมื่อใด
On what date was Anniston Army Depot (SE Industrial Area) deleted?
CREATE TABLE table_name_68 (county VARCHAR, listed VARCHAR, construction_completed VARCHAR)
SELECT county FROM table_name_68 WHERE listed = "09/21/1984" AND construction_completed = "07/19/2000"
รายการที่มีวันที่ก่อสร้างแล้วเสร็จคือ 07/19/2000 และวันที่จดทะเบียนคือ 09/21/1984 อยู่ในเขตใด
In what county is the entry that has a Construction Completed date of 07/19/2000 and a Listed date of 09/21/1984 located?
CREATE TABLE table_name_35 (deleted VARCHAR, listed VARCHAR, name VARCHAR)
SELECT deleted FROM table_name_35 WHERE listed = "09/21/1984" AND name = "stauffer chemical company (lemoyne plant)"
บริษัท Stauffer Chemical (โรงงาน Lemoyne) ซึ่งจดทะเบียนเมื่อวันที่ 09/21/1984 ถูกลบออกเมื่อใด
On what date was Stauffer Chemical Company (Lemoyne Plant), which was listed on 09/21/1984, deleted?
CREATE TABLE table_name_56 (proposed VARCHAR, cerclis_id VARCHAR)
SELECT proposed FROM table_name_56 WHERE cerclis_id = "al0001058056"
วันที่เสนอของรายการที่มี CERCLIS ID เป็น al0001058056 คืออะไร
What was the Proposed date of the entry that has a CERCLIS ID of al0001058056?
CREATE TABLE table_name_60 (first_appearance VARCHAR, year VARCHAR, name VARCHAR)
SELECT first_appearance FROM table_name_60 WHERE year = 1966 AND name = "x-2-y"
อะไรปรากฏตัวครั้งแรกในปี 1966 ในการ์ตูนเรื่อง X-2-Y?
What first appeared in 1966 in the comic X-2-Y?
CREATE TABLE table_name_75 (team VARCHAR, sport VARCHAR, class VARCHAR)
SELECT team FROM table_name_75 WHERE sport = "baseball" AND class = "aaa"
ทีมเบสบอลทีมไหนระดับ AAA?
Which baseball team is class AAA?
CREATE TABLE table_name_55 (venue VARCHAR, away_team VARCHAR)
SELECT venue FROM table_name_55 WHERE away_team = "collingwood"
Collingwood เล่นเกมของพวกเขาที่ไหน?
Where does Collingwood play their games?
CREATE TABLE table_name_20 (position VARCHAR, player VARCHAR)
SELECT position FROM table_name_20 WHERE player = "robert nkemdiche"
โรเบิร์ต เอ็นเคมดิเช่ เล่นตำแหน่งไหน?
Which position does Robert Nkemdiche play?
CREATE TABLE table_name_59 (college VARCHAR, player VARCHAR)
SELECT college FROM table_name_59 WHERE player = "reuben foster"
วิทยาลัยของ Reuben Foster คืออะไร
What is Reuben Foster's college?
CREATE TABLE table_name_68 (position VARCHAR, hometown VARCHAR)
SELECT position FROM table_name_68 WHERE hometown = "muscle shoals, alabama"
นักเตะจาก Muscle Shoals, Alabama เล่นตำแหน่งไหน?
Which position does the player from Muscle Shoals, Alabama play?
CREATE TABLE table_name_43 (player VARCHAR, college VARCHAR)
SELECT player FROM table_name_43 WHERE college = "virginia"
ผู้เล่นคนไหนกำลังเข้าเรียนที่วิทยาลัยที่เวอร์จิเนีย?
Which player is attending college at Virginia?
CREATE TABLE table_name_94 (player VARCHAR, school VARCHAR)
SELECT player FROM table_name_94 WHERE school = "hoover high school"
ผู้เล่นคนไหนที่เข้าเรียนที่ Hoover High School?
Which player attended Hoover High School?
CREATE TABLE table_name_58 (record VARCHAR, opponent VARCHAR, date VARCHAR)
SELECT record FROM table_name_58 WHERE opponent = "giants" AND date = "may 12"
สถิติของทีมเมื่อวันที่ 12 พ.ค. เจอกับยักษ์ใหญ่เป็นอย่างไรบ้าง?
What is the team's record on may 12 when they play the giants?
CREATE TABLE table_name_32 (attendance VARCHAR, visitor VARCHAR, date VARCHAR)
SELECT attendance FROM table_name_32 WHERE visitor = "san jose" AND date = "may 4"
การเข้าร่วมงานในเกมที่ซาน โฮเซ่ เป็นผู้มาเยือนในวันที่ 4 พ.ค. เป็นอย่างไร?
What is the attendance at the game where San Jose was the visitor on May 4?
CREATE TABLE table_name_30 (home VARCHAR, date VARCHAR)
SELECT home FROM table_name_30 WHERE date = "may 2"
เจ้าบ้านในเกมวันที่ 2 พฤษภาคมคือใคร?
Who was the home team on the May 2 game?
CREATE TABLE table_name_56 (date VARCHAR, crowd INTEGER)
SELECT date FROM table_name_56 WHERE crowd > 20 OFFSET 000
ฝูงชนจะเกิน 20,000 คนในวันไหน?
What date is the crowd larger than 20,000?
CREATE TABLE table_name_85 (record VARCHAR, score VARCHAR)
SELECT record FROM table_name_85 WHERE score = "11-10"
สถิติเมื่อสกอร์ 11-10 เป็นอย่างไรบ้าง?
What was the record when the score was 11-10?
CREATE TABLE table_name_9 (record VARCHAR, attendance VARCHAR)
SELECT record FROM table_name_9 WHERE attendance = "22,713"
มีสถิติผู้เข้าร่วม 22,713 คนเป็นประวัติการณ์อย่างไร?
What was the record when the attendance was 22,713?
CREATE TABLE table_name_14 (attendance VARCHAR, record VARCHAR)
SELECT attendance FROM table_name_14 WHERE record = "49-61"
ผู้เข้าชมเกมเมื่อสถิติอยู่ที่ 49-61 คืออะไร?
What was the attendance at the game when the record was 49-61?
CREATE TABLE table_name_24 (date VARCHAR, opponent VARCHAR, attendance VARCHAR)
SELECT date FROM table_name_24 WHERE opponent = "detroit tigers" AND attendance = "38,639"
มีเกมวันที่ใดที่คู่ต่อสู้คือดีทรอยต์ไทเกอร์สและมีผู้เข้าชม 38,639 คน?
On what date was there a game in which the opponent was the Detroit Tigers, and the attendance was 38,639?
CREATE TABLE table_name_78 (software VARCHAR, cost___usd__ VARCHAR, latest_stable_date__version_ VARCHAR)
SELECT software FROM table_name_78 WHERE cost___usd__ = "free" AND latest_stable_date__version_ = "1.1"
ซอฟต์แวร์ฟรีที่มีเวอร์ชันเสถียรล่าสุดคือ 1.1 คืออะไร
What is the free sotware with the latest stable date version of 1.1?
CREATE TABLE table_name_87 (software VARCHAR, latest_stable_date__version_ VARCHAR)
SELECT software FROM table_name_87 WHERE latest_stable_date__version_ = "0.6.1"
ตั้งชื่อซอฟต์แวร์ด้วยวันที่เสถียรล่าสุดคือ 0.6.1
Name the software with the latest stable date of 0.6.1
CREATE TABLE table_name_48 (cost___usd__ VARCHAR, latest_stable_date__version_ VARCHAR)
SELECT cost___usd__ FROM table_name_48 WHERE latest_stable_date__version_ = "online"
ตั้งชื่อต้นทุนสำหรับวันที่คงที่ล่าสุดของออนไลน์
Name the cost for latest stable date of online
CREATE TABLE table_name_83 (birth_place VARCHAR, monarchs_served VARCHAR, entered_office VARCHAR)
SELECT birth_place FROM table_name_83 WHERE monarchs_served = "george v" AND entered_office = "23 october 1922"
บ้านเกิดของนายกรัฐมนตรีซึ่งรับใช้พระเจ้าจอร์จที่ 5 และเข้ารับตำแหน่งเมื่อวันที่ 23 ตุลาคม พ.ศ. 2465 คือที่ใด
What is the birth place of the prime minister who served George V and entered office on 23 October 1922?
CREATE TABLE table_name_5 (political_party VARCHAR, monarchs_served VARCHAR, birth_place VARCHAR)
SELECT political_party FROM table_name_5 WHERE monarchs_served = "george v" AND birth_place = "manchester"
นายกรัฐมนตรีซึ่งดำรงตำแหน่งภายใต้การนำของจอร์จที่ 5 และเกิดในแมนเชสเตอร์สังกัดพรรคการเมืองใด
To which political party did the prime minister who served under George V and was born in Manchester belong?
CREATE TABLE table_name_49 (left_office VARCHAR, entered_office VARCHAR)
SELECT left_office FROM table_name_49 WHERE entered_office = "7 december 1916"
นายกรัฐมนตรีที่เข้ารับตำแหน่งเมื่อวันที่ 7 ธันวาคม พ.ศ. 2459 ออกจากตำแหน่งเมื่อใด
What date did the prime minister who entered office on 7 December 1916 leave office?
CREATE TABLE table_name_18 (monarchs_served VARCHAR, name VARCHAR)
SELECT monarchs_served FROM table_name_18 WHERE name = "stanley baldwin (1st ministry)"
Stanley Baldwin (พันธกิจที่ 1) รับใช้กษัตริย์องค์ใด
What monarch(s) did Stanley Baldwin (1st ministry) serve?
CREATE TABLE table_name_60 (date VARCHAR, game_site VARCHAR)
SELECT date FROM table_name_60 WHERE game_site = "rich stadium"
แข่งที่ริช สเตเดี้ยมวันที่เท่าไหร่?
What is the date of the game played at rich stadium?
CREATE TABLE table_name_38 (college VARCHAR, player VARCHAR)
SELECT college FROM table_name_38 WHERE player = "chito victolero"
วิทยาลัยใดมี Chito Victolero?
What college has Chito Victolero?
CREATE TABLE table_name_43 (college VARCHAR, player VARCHAR)
SELECT college FROM table_name_43 WHERE player = "jojo manalo"
วิทยาลัยใดมี Jojo Manalo?
What college has Jojo Manalo?
CREATE TABLE table_name_52 (pick VARCHAR, college VARCHAR, pba_team VARCHAR)
SELECT COUNT(pick) FROM table_name_52 WHERE college = "perpetual help" AND pba_team = "coca-cola tigers"
หมายเลขเลือกสำหรับความช่วยเหลือจาก College of Perpetual กับ Coca-Cola Tigers ในฐานะทีม PBA คืออะไร
What is the pick number for the College of Perpetual help with the Coca-Cola Tigers as a PBA team?