context
stringlengths 27
489
| answer
stringlengths 18
557
| question_th
stringlengths 8
226
| question_en
stringlengths 12
244
|
---|---|---|---|
CREATE TABLE table_20142629_2 (_3_cylinder VARCHAR, stanier VARCHAR, fowler VARCHAR) | SELECT COUNT(stanier), _3_cylinder FROM table_20142629_2 WHERE fowler = 16 | เมื่อฟาวเลอร์อายุ 16 ปี มีจำนวนกระบอกสูบเท่าไหร่? | When the Fowler is 16, what is the number of cylinders? |
CREATE TABLE table_20142629_2 (fowler INTEGER) | SELECT MAX(fowler) FROM table_20142629_2 | ท็อปสำหรับ Folwer คืออะไร? | What is tops for Folwer? |
CREATE TABLE table_20159025_1 (grid VARCHAR, part_1 VARCHAR) | SELECT grid FROM table_20159025_1 WHERE part_1 = "1:31.063" | ตอนที่ 1 1:31.063 ตรงกับตารางไหนครับ? | On what grid was the time for part 1 1:31.063? |
CREATE TABLE table_20159025_1 (driver VARCHAR, no VARCHAR) | SELECT driver FROM table_20159025_1 WHERE no = "2‡" | นักแข่งคนไหนคือหมายเลข 2‡? | Which driver was number 2‡? |
CREATE TABLE table_20159025_1 (driver VARCHAR, grid VARCHAR) | SELECT driver FROM table_20159025_1 WHERE grid = "01 1" | ใครคือคนขับในกริด 01 1? | Who was the driver in grid 01 1? |
CREATE TABLE table_20159025_1 (part_3 VARCHAR, driver VARCHAR) | SELECT part_3 FROM table_20159025_1 WHERE driver = "Heikki Kovalainen" | ตอนที่ 3 Heikki Kovalainen เป็นคนขับกี่โมง | What was the time in part 3 when Heikki Kovalainen was the driver? |
CREATE TABLE table_20159025_1 (driver VARCHAR, part_1 VARCHAR) | SELECT driver FROM table_20159025_1 WHERE part_1 = "1:31.386" | ใครคือคนขับ ตอนที่ 3 เวลา 1:31.386? | Who was the driver when the time in part 3 was 1:31.386? |
CREATE TABLE table_20159025_1 (part_3 VARCHAR, driver VARCHAR) | SELECT part_3 FROM table_20159025_1 WHERE driver = "Nick Heidfeld" | ตอนที่ 3 นิค ไฮด์เฟลด์เป็นคนขับกี่โมง | What was the time in part 3 when Nick Heidfeld was the driver? |
CREATE TABLE table_20345624_2 (title VARCHAR, original_airdate VARCHAR) | SELECT COUNT(title) FROM table_20345624_2 WHERE original_airdate = "5 August 1967" | ตั้งชื่อเรื่องที่ออกอากาศเมื่อวันที่ 5 สิงหาคม พ.ศ. 2510 | Name the title that aired on 5 august 1967 |
CREATE TABLE table_20345624_2 (director VARCHAR, no VARCHAR) | SELECT COUNT(director) FROM table_20345624_2 WHERE no = 6 | เสนอชื่อกรรมการทั้งหมดเป็นลำดับที่ 6 | Name the total number of directors for number 6 |
CREATE TABLE table_20345624_2 (original_airdate VARCHAR, director VARCHAR) | SELECT original_airdate FROM table_20345624_2 WHERE director = "Guy Verney" | ตั้งชื่อวันออกอากาศเดิมสำหรับ Guy Verney | Name the original airdate for guy verney |
CREATE TABLE table_20345624_2 (writer VARCHAR, original_airdate VARCHAR) | SELECT COUNT(writer) FROM table_20345624_2 WHERE original_airdate = "15 July 1967" | ระบุจำนวนผู้เขียน ออกอากาศวันที่ 15 กรกฎาคม พ.ศ. 2510 | Name the number of writers for airdate of 15 july 1967 |
CREATE TABLE table_20354_5 (abbr VARCHAR, transcription VARCHAR) | SELECT abbr FROM table_20354_5 WHERE transcription = "kumphaphan" | เดือนที่ กุมภาพันธุ์ อักษรย่อว่าอะไร? | What's the abbreviation for the month whose transcription is Kumphaphan? |
CREATE TABLE table_20354_5 (zodiac_sign VARCHAR, thai_name VARCHAR) | SELECT zodiac_sign FROM table_20354_5 WHERE thai_name = "มกราคม" | ชื่อไทย มกราคม ประจำราศีอะไร? | What's the zodiac sign for the month with Thai name มกราคม? |
CREATE TABLE table_20354_5 (zodiac_sign VARCHAR, transcription VARCHAR) | SELECT zodiac_sign FROM table_20354_5 WHERE transcription = "karakadakhom" | ราศีไหน ประจำเดือนที่ถอดเสียงเป็นกรกฎาคม? | What's the zodiac sing for the month whose transcription is Karakadakhom? |
CREATE TABLE table_20354_5 (transcription VARCHAR, thai_name VARCHAR) | SELECT transcription FROM table_20354_5 WHERE thai_name = "พฤษภาคม" | ชื่อไทยอาจถอดความว่าอะไร? | What's the transcription for the Thai name พฤษภาคม? |
CREATE TABLE table_20354_5 (sanskrit_word VARCHAR, thai_name VARCHAR) | SELECT sanskrit_word FROM table_20354_5 WHERE thai_name = "มกราคม" | ชื่อไทย มกราคม ภาษาสันสกฤตแปลว่าอะไร? | What's the Sanskrit word for month with Thai name มกราคม? |
CREATE TABLE table_20354_5 (transcription VARCHAR, thai_name VARCHAR) | SELECT COUNT(transcription) FROM table_20354_5 WHERE thai_name = "พฤษภาคม" | ชื่อไทยอาจถอดเสียงได้กี่แบบ? | How many different transcriptions are there for the Thai name พฤษภาคม? |
CREATE TABLE table_20367820_16 (innings INTEGER, average VARCHAR) | SELECT MAX(innings) FROM table_20367820_16 WHERE average = "36.48" | อินนิ่งเมื่อเฉลี่ยอยู่ที่ 36.48 คืออะไร? | What is the innings when the average is 36.48? |
CREATE TABLE table_20367820_16 (not_out VARCHAR, average VARCHAR) | SELECT not_out FROM table_20367820_16 WHERE average = "43.70" | มีกี่คนที่ไม่มีเอาท์สำหรับค่าเฉลี่ย 43.70? | How many no outs are there for an average of 43.70? |
CREATE TABLE table_20367820_16 (not_out VARCHAR, average VARCHAR) | SELECT COUNT(not_out) FROM table_20367820_16 WHERE average = "56.38" | มีกี่ครั้งที่ไม่ออกโดยเฉลี่ย 56.38? | How many no outs for an average of 56.38? |
CREATE TABLE table_20396_1 (poles VARCHAR, points VARCHAR) | SELECT COUNT(poles) FROM table_20396_1 WHERE points = "78" | มีกี่เสามี 78 คะแนน? | How many poles had 78 points? |
CREATE TABLE table_20396_1 (poles VARCHAR, points VARCHAR) | SELECT COUNT(poles) FROM table_20396_1 WHERE points = "72" | มีกี่เสามี 72 คะแนน? | How many poles had 72 points? |
CREATE TABLE table_20396_1 (poles VARCHAR, season VARCHAR) | SELECT poles FROM table_20396_1 WHERE season = 2000 | มีกี่เสาในฤดูกาล 2000? | How many poles were there in season 2000? |
CREATE TABLE table_20396_1 (team VARCHAR, points VARCHAR) | SELECT team FROM table_20396_1 WHERE points = "4" | ทีมไหนได้ 4 แต้ม? | What team scored 4 points? |
CREATE TABLE table_20462111_1 (winner VARCHAR, date VARCHAR) | SELECT winner FROM table_20462111_1 WHERE date = "30.11.2008" | ใครชนะถ้วยในวันที่ 30.11.2008? | Who won the cup on 30.11.2008? |
CREATE TABLE table_20462111_1 (date VARCHAR) | SELECT 3 AS rd_place FROM table_20462111_1 WHERE date = "01.02.2009" | ใครได้อันดับที่ 3 ในบอลถ้วยเมื่อวันที่ 01.02.2009? | Who got the 3rd place in the cup on 01.02.2009? |
CREATE TABLE table_20462111_1 (location VARCHAR, date VARCHAR) | SELECT location FROM table_20462111_1 WHERE date = "07.02.2009" | ถ้วยรางวัลเมื่อวันที่ 07.02.2009 จัดขึ้นที่ไหน? | Where was the cup on 07.02.2009 held? |
CREATE TABLE table_2051288_1 (_2000_ VARCHAR, population__may INTEGER, location VARCHAR, barangay VARCHAR) | SELECT MIN(population__may), _2000_ FROM table_2051288_1 WHERE location = "coastal" AND barangay = "Isio" | ประชากรในบริเวณชายฝั่ง Isio ในเดือนพฤษภาคม พ.ศ. 2543 เป็นจำนวนเท่าใด | What was the population of the coastal location Isio in May of 2000? |
CREATE TABLE table_20522228_2 (share INTEGER, rank__overall_ VARCHAR) | SELECT MAX(share) FROM table_20522228_2 WHERE rank__overall_ = "54" | ส่วนแบ่งสำหรับอันดับ 54 คืออะไร? | What was the share for rank 54? |
CREATE TABLE table_20522228_2 (rating VARCHAR, viewers__millions_ VARCHAR) | SELECT rating / SHARE(18 - 49) FROM table_20522228_2 WHERE viewers__millions_ = "5.50" | อัตราส่วนเรตติ้ง/ส่วนแบ่งเมื่อผู้ชมมีจำนวน 5.50 ล้านคนเป็นเท่าใด | What are the ratings/share ratio when viewers are 5.50 Million? |
CREATE TABLE table_20522228_2 (rank__timeslot_ VARCHAR, rating VARCHAR) | SELECT rank__timeslot_ FROM table_20522228_2 WHERE rating = "4.1" | ช่วงเวลาจัดอันดับที่เรตติ้งอยู่ที่ 4.1 คืออะไร? | What are the rank timeslots where ratings are 4.1? |
CREATE TABLE table_20522228_2 (rank__overall_ VARCHAR, viewers__millions_ VARCHAR) | SELECT rank__overall_ FROM table_20522228_2 WHERE viewers__millions_ = "6.59" | อันดับโดยรวมเมื่อมีผู้ชมอยู่ที่ 6.59 ล้านคน? | What is overall rank when viewers are at 6.59 million? |
CREATE TABLE table_20522228_2 (episode VARCHAR, share VARCHAR) | SELECT episode FROM table_20522228_2 WHERE share = 8 | ตอนแชร์ตอนที่ 8 ชื่อตอนอะไรคะ? | What was the episode name when share was 8? |
CREATE TABLE table_20538157_2 (written_by VARCHAR, no_in_season VARCHAR) | SELECT written_by FROM table_20538157_2 WHERE no_in_season = 20 | ใครคือผู้เขียนตอนที่ 20? | Who were the writers of episode 20? |
CREATE TABLE table_20573232_1 (county VARCHAR, others_number VARCHAR) | SELECT county FROM table_20573232_1 WHERE others_number = 5 | มณฑลไหนมีคนอื่นตอนตี 5 บ้าง? | What county has others at 5? |
CREATE TABLE table_20573232_1 (others_percentage VARCHAR, mccain_percentage VARCHAR) | SELECT others_percentage FROM table_20573232_1 WHERE mccain_percentage = "57.7%" | เปอร์เซ็นต์ของคนอื่นเมื่อแมคเคนอยู่ที่ 57.7% เป็นเท่าใด | What is the percentage of others when McCain is at 57.7% |
CREATE TABLE table_20573232_1 (nader_percentage VARCHAR, obama_percentage VARCHAR) | SELECT nader_percentage FROM table_20573232_1 WHERE obama_percentage = "44.6%" | เปอร์เซ็นต์ของ Nader คือเท่าใดเมื่อ Obama อยู่ที่ 44.6% | What is Nader's percentage when Obama is 44.6%? |
CREATE TABLE table_2064747_1 (location_s_ VARCHAR, accreditation VARCHAR) | SELECT location_s_ FROM table_2064747_1 WHERE accreditation = "COE" | โรงเรียนใดบ้างที่ได้รับการรับรองจาก COE? | What schools are accredited by COE? |
CREATE TABLE table_2064747_1 (location_s_ VARCHAR, founded VARCHAR) | SELECT location_s_ FROM table_2064747_1 WHERE founded = 1927 | มีโรงเรียนแห่งหนึ่งก่อตั้งเมื่อปี พ.ศ. 2470 ที่ไหน? | Where was there a school founded in 1927? |
CREATE TABLE table_206361_2 (length__in_m_ INTEGER, average_climb___percentage_ VARCHAR) | SELECT MIN(length__in_m_) FROM table_206361_2 WHERE average_climb___percentage_ = 59 | ความยาวขั้นต่ำของสถานที่ซึ่งมีเปอร์เซ็นต์การปีนเฉลี่ยอยู่ที่ 59% คือเท่าใด | What is the minimum length of the locations where the average climb percentage is exactly 59%? |
CREATE TABLE table_206361_2 (kilometer INTEGER) | SELECT MAX(kilometer) FROM table_206361_2 | ระบุระยะทางสูงสุดได้กี่กิโลเมตร? | What is the maximum number of km listed? |
CREATE TABLE table_2068719_1 (δs_ VARCHAR, _butadiene VARCHAR) | SELECT COUNT(δs_) AS ‡__cal_mol_−1_k_−1 FROM table_2068719_1 WHERE _butadiene = "1,2-dimethylene-cyclohexane" | ตั้งชื่อจำนวน δs ‡ /cal mol −1 k −1 สำหรับบิวทาไดอีนเป็น 1,2-ไดเมทิลีน-ไซโคลเฮกเซน | Name the number of δs ‡ /cal mol −1 k −1 for butadiene being 1,2-dimethylene-cyclohexane |
CREATE TABLE table_20683381_3 (for___percentage_ VARCHAR, against___percentage_ VARCHAR) | SELECT for___percentage_ FROM table_20683381_3 WHERE against___percentage_ = "17,874 (33.2)" | เมื่อ 17,874 (33.2) เป็นเปอร์เซ็นต์เทียบกับเปอร์เซ็นต์เพื่ออะไร? | When 17,874 (33.2) is the percentage against what is the percentage for? |
CREATE TABLE table_20683381_3 (electorate VARCHAR, for___percentage_ VARCHAR) | SELECT COUNT(electorate) FROM table_20683381_3 WHERE for___percentage_ = "27,822 (72.3)" | เมื่อ 27,822 (72.3) เป็นเปอร์เซ็นต์ของการวัดผลผู้มีสิทธิ์เลือกตั้งจำนวนเท่าใด | When 27,822 (72.3) is the percentage for how many electorate measurements are there? |
CREATE TABLE table_20683381_3 (total_poll___percentage_ VARCHAR, against___percentage_ VARCHAR) | SELECT total_poll___percentage_ FROM table_20683381_3 WHERE against___percentage_ = "13,895 (27.3)" | เมื่อ 13,895 (27.3) เป็นเปอร์เซ็นต์เทียบกับเปอร์เซ็นต์ของค่าผ่านทางคืออะไร? | When 13,895 (27.3) is the percentage against what is the toll poll percentage? |
CREATE TABLE table_20683381_3 (against___percentage_ VARCHAR, ±_yes_side_2008___percentage_ VARCHAR) | SELECT against___percentage_ FROM table_20683381_3 WHERE ±_yes_side_2008___percentage_ = "+18.1" | เมื่อ +18.1 คือด้าน ± ใช่ 2008 เปอร์เซ็นต์ เปอร์เซ็นต์ของต่อคือเท่าใด | When +18.1 is the ± yes side 2008 percentage what is the percentage of against? |
CREATE TABLE table_20683381_3 (for___percentage_ VARCHAR, total_poll___percentage_ VARCHAR) | SELECT for___percentage_ FROM table_20683381_3 WHERE total_poll___percentage_ = "60,254 (58.0)" | เมื่อ 60,254 (58.0) เป็นเปอร์เซ็นต์ของโพลค่าผ่านทาง เปอร์เซ็นต์ของค่าผ่านทางคือเท่าใด? | When 60,254 (58.0) is the toll poll percentage what is the for percentage? |
CREATE TABLE table_20683381_3 (for___percentage_ VARCHAR, ±_yes_side_2008___percentage_ VARCHAR) | SELECT for___percentage_ FROM table_20683381_3 WHERE ±_yes_side_2008___percentage_ = "+20.3" | เมื่อ +20.3 คือด้าน ± ใช่ 2008 (%) ค่าเปอร์เซ็นต์จะเป็นเท่าใด | When +20.3 is the ± yes side 2008 (%) what is the for percentage? |
CREATE TABLE table_20704243_6 (original_air_date VARCHAR, season__number VARCHAR) | SELECT original_air_date FROM table_20704243_6 WHERE season__number = 11 | ซีซั่น 11 ออกอากาศตอนแรกเมื่อใด? | What was the original air date for season 11? |
CREATE TABLE table_20704243_6 (title VARCHAR, directed_by VARCHAR) | SELECT title FROM table_20704243_6 WHERE directed_by = "John Rogers" | John Rogers กำกับตอนใด | What episode did John Rogers direct? |
CREATE TABLE table_20704243_6 (directed_by VARCHAR, original_air_date VARCHAR) | SELECT directed_by FROM table_20704243_6 WHERE original_air_date = "July15,2012" | ใครเป็นผู้กำกับตอนที่ออกอากาศเมื่อวันที่ 15 กรกฎาคม 2555? | Who directed the episode that aired on july15,2012? |
CREATE TABLE table_20704243_6 (title VARCHAR, original_air_date VARCHAR) | SELECT title FROM table_20704243_6 WHERE original_air_date = "August19,2012" | ตอนไหนออกอากาศวันที่ 19 สิงหาคม 2555? | Which episode aired on august19,2012? |
CREATE TABLE table_2071644_2 (weight__kg_m_ VARCHAR, cross_section_area__cm_2__ VARCHAR) | SELECT weight__kg_m_ FROM table_2071644_2 WHERE cross_section_area__cm_2__ = "25.3" | น้ำหนักที่มีพื้นที่หน้าตัด 25.3 เป็นเท่าใด | What is the weight with a cross section area of 25.3? |
CREATE TABLE table_2071644_2 (weight__kg_m_ VARCHAR, flange_width__mm_ VARCHAR) | SELECT COUNT(weight__kg_m_) FROM table_2071644_2 WHERE flange_width__mm_ = 304 | หน้าแปลนที่มี 304 มีน้ำหนักกี่ตัว? | How many weights are there when the flange with is 304? |
CREATE TABLE table_2071644_2 (web_thickness__mm_ VARCHAR, flange_width__mm_ VARCHAR) | SELECT web_thickness__mm_ FROM table_2071644_2 WHERE flange_width__mm_ = 100 | ความหนาของรางเป็นเท่าใดหากความกว้างของหน้าแปลนคือ 100? | What is the web thickness if the flange width is 100? |
CREATE TABLE table_2071644_2 (weight__kg_m_ VARCHAR, cross_section_area__cm_2__ VARCHAR) | SELECT weight__kg_m_ FROM table_2071644_2 WHERE cross_section_area__cm_2__ = "21.2" | ถ้าพื้นที่หน้าตัดเป็น 21.2 จะมีน้ำหนักเท่าใด | If the cross-section area is 21.2, what is the weight? |
CREATE TABLE table_2071644_2 (flange_thickness__mm_ VARCHAR, weight__kg_m_ VARCHAR) | SELECT flange_thickness__mm_ FROM table_2071644_2 WHERE weight__kg_m_ = "19.9" | ความหนาของหน้าแปลนเมื่อน้ำหนัก 19.9 เป็นเท่าใด? | What is the flange thickness when the weight is 19.9? |
CREATE TABLE table_20726262_5 (directedby VARCHAR, production_code VARCHAR) | SELECT directedby FROM table_20726262_5 WHERE production_code = "4WAB05" | ใครกำกับตอนด้วยรหัสการผลิต 4WAB05? | Who directed the episode with a production code of 4WAB05? |
CREATE TABLE table_20726262_5 (directedby VARCHAR, production_code VARCHAR) | SELECT directedby FROM table_20726262_5 WHERE production_code = "4WAB04" | ใครกำกับตอนด้วยรหัสการผลิต 4WAB04? | Who directed the episode with a production code of 4WAB04? |
CREATE TABLE table_20726262_6 (no_in_season INTEGER, directedby VARCHAR) | SELECT MIN(no_in_season) FROM table_20726262_6 WHERE directedby = "Karen Gaviola" | Karen Gaviola กำกับตอนใด | What episode was directed by Karen Gaviola? |
CREATE TABLE table_20745706_1 (score VARCHAR, date VARCHAR) | SELECT score FROM table_20745706_1 WHERE date = "February 8, 1992" | คะแนนเมื่อวันที่ 8 กุมภาพันธ์ 2535 เป็นเท่าใด | What was the score on February 8, 1992? |
CREATE TABLE table_20745706_1 (opponent VARCHAR, _number VARCHAR) | SELECT opponent FROM table_20745706_1 WHERE _number = "5" | คู่ต่อสู้ในเกมที่ 5 คือใคร? | Who is the opponent in game 5? |
CREATE TABLE table_20745706_1 (date VARCHAR, _number VARCHAR) | SELECT date FROM table_20745706_1 WHERE _number = "5" | เกมที่ 5 วันที่เท่าไหร่? | What is the date of game 5? |
CREATE TABLE table_20745746_1 (attendance INTEGER, date VARCHAR) | SELECT MIN(attendance) FROM table_20745746_1 WHERE date = "March 11, 1995" | วันที่ 11 มีนาคม 1995 มีผู้เข้าร่วมเป็นอย่างไรบ้าง? | What was attendance on March 11, 1995? |
CREATE TABLE table_20745746_1 (score VARCHAR, attendance VARCHAR) | SELECT score FROM table_20745746_1 WHERE attendance = 7260 | เมื่อมีคนเข้าร่วมเกม 7,260 คน คะแนนเป็นเท่าใด? | What was the score when 7260 people attended the game? |
CREATE TABLE table_20745746_1 (_number VARCHAR, record VARCHAR) | SELECT _number FROM table_20745746_1 WHERE record = "Loss" | กี่เกมที่แพ้? | How many games resulted in a loss? |
CREATE TABLE table_20745746_1 (date VARCHAR, _number VARCHAR) | SELECT date FROM table_20745746_1 WHERE _number = "7" | เกมที่ 7 วันที่เท่าไหร่คะ? | What is the date of game 7? |
CREATE TABLE table_20750731_1 (obama_number INTEGER, mccain_percentage VARCHAR) | SELECT MAX(obama_number) FROM table_20750731_1 WHERE mccain_percentage = "64.4%" | Obama# คืออะไรเมื่อ McCain% อยู่ที่ 64.4%? | What is the Obama# when McCain% is 64.4%? |
CREATE TABLE table_20750731_1 (others_number VARCHAR, mccain_number VARCHAR) | SELECT others_number FROM table_20750731_1 WHERE mccain_number = 4730 | ตั้งชื่อ Others# เมื่อ McCain# คือ 4730 | Name the Others# when McCain# is 4730. |
CREATE TABLE table_20750731_1 (county VARCHAR, obama_percentage VARCHAR) | SELECT county FROM table_20750731_1 WHERE obama_percentage = "41.7%" | Obama% เป็นมณฑลใดที่ 41.7% | What County was the Obama% at 41.7%? |
CREATE TABLE table_20750731_1 (others_number VARCHAR, mccain_percentage VARCHAR) | SELECT others_number FROM table_20750731_1 WHERE mccain_percentage = "64.8%" | เมื่อ McCain% อยู่ที่ 64.8% Others# คืออะไร | When McCain% was 64.8%, what is the Others#? |
CREATE TABLE table_20750731_1 (obama_percentage VARCHAR, mccain_percentage VARCHAR) | SELECT obama_percentage FROM table_20750731_1 WHERE mccain_percentage = "61.2%" | Obama% เป็นเท่าใดเมื่อ McCain% อยู่ที่ 61.2% | What was the Obama% when McCain% was 61.2%? |
CREATE TABLE table_20745759_1 (date VARCHAR, attendance VARCHAR) | SELECT date FROM table_20745759_1 WHERE attendance = 9372 | ตั้งชื่อวันที่เข้าร่วม 9372 | Name the date for attendance 9372 |
CREATE TABLE table_20745759_1 (record VARCHAR, date VARCHAR) | SELECT record FROM table_20745759_1 WHERE date = "January 18, 1997" | ตั้งชื่อบันทึกสำหรับวันที่ 18 มกราคม 1997 | Name the record for january 18, 1997 |
CREATE TABLE table_20745759_1 (score VARCHAR, date VARCHAR) | SELECT score FROM table_20745759_1 WHERE date = "March 29, 1997" | ตั้งชื่อคะแนนของวันที่ 29 มีนาคม 1997 | Name the score for march 29, 1997 |
CREATE TABLE table_20754016_2 (height__ft_ VARCHAR, country VARCHAR) | SELECT height__ft_ FROM table_20754016_2 WHERE country = "Honduras" | ผู้เข้าแข่งขันจากฮอนดูรัสสูงเท่าไหร่? | How tall is the contestant from Honduras? |
CREATE TABLE table_20754016_2 (country VARCHAR, hometown VARCHAR) | SELECT country FROM table_20754016_2 WHERE hometown = "Chihuahua" | ผู้เข้าแข่งขันชิวาวามาจากประเทศอะไร? | What country is the contestant from Chihuahua from? |
CREATE TABLE table_20754016_2 (contestant VARCHAR, height__cm_ VARCHAR) | SELECT contestant FROM table_20754016_2 WHERE height__cm_ = 173 | ผู้เข้าแข่งขันคนไหนสูง 173 ซม.? | What contestant is 173 cm tall? |
CREATE TABLE table_20754016_2 (country VARCHAR, hometown VARCHAR) | SELECT country FROM table_20754016_2 WHERE hometown = "Salto" | ผู้เข้าแข่งขันจากซัลโตมาจากประเทศใด? | What country is the contestant from Salto from? |
CREATE TABLE table_20754016_2 (height__cm_ VARCHAR, country VARCHAR) | SELECT height__cm_ FROM table_20754016_2 WHERE country = "Guatemala" | ผู้เข้าแข่งขันจากกัวเตมาลาสูงเท่าไหร่? | How tall is the contestant from Guatemala? |
CREATE TABLE table_2076463_2 (enrollment INTEGER, location_s_ VARCHAR) | SELECT MIN(enrollment) FROM table_2076463_2 WHERE location_s_ = "Springfield" | คุณคาดหวังว่าการลงทะเบียนในสปริงฟิลด์จะเป็นเท่าใด | How much would you expect the enrollment to be in Springfield? |
CREATE TABLE table_2076463_2 (location_s_ VARCHAR, control VARCHAR, founded VARCHAR) | SELECT location_s_ FROM table_2076463_2 WHERE control = "Public university" AND founded = 1915 | คุณจะพบมหาวิทยาลัยของรัฐที่ก่อตั้งในปี 1915 ที่ไหน | where would you find a public university which was founded in 1915? |
CREATE TABLE table_2076463_2 (control VARCHAR, founded VARCHAR) | SELECT control FROM table_2076463_2 WHERE founded = 1873 | มหาวิทยาลัยประเภทเดียวที่ก่อตั้งในปี พ.ศ. 2416 คืออะไร? | What is the only type of university that was founded in 1873? |
CREATE TABLE table_2076463_2 (enrollment VARCHAR, location_s_ VARCHAR) | SELECT enrollment FROM table_2076463_2 WHERE location_s_ = "St. Louis" | คุณคาดหวังการลงทะเบียนอะไรหากคุณเข้าเรียนที่มหาวิทยาลัยในเมืองเซนต์หลุยส์ | What enrollement would you expect if you were attending the university in St. Louis? |
CREATE TABLE table_2076463_2 (school VARCHAR, location_s_ VARCHAR) | SELECT school FROM table_2076463_2 WHERE location_s_ = "Kirksville" | คุณจะเจอโรงเรียนไหนถ้าคุณอยู่ที่เคิร์กสวิลล์ | Which school would you come across if you were in Kirksville? |
CREATE TABLE table_2076463_2 (control VARCHAR, school VARCHAR) | SELECT control FROM table_2076463_2 WHERE school = "Missouri Western State University" | คุณจะเห็นโรงเรียนประเภทใดเมื่อมาเยี่ยมชม Missouri Western State University | What type of school would you see when visiting Missouri Western State University? |
CREATE TABLE table_2076516_1 (founded INTEGER, school VARCHAR) | SELECT MAX(founded) FROM table_2076516_1 WHERE school = "East Carolina University" | เมื่อมหาวิทยาลัยอีสต์แคโรไลนาเป็นโรงเรียนที่ก่อตั้งปีสูงสุดคือปีใด | When east carolina university is the school what is the highest year founded? |
CREATE TABLE table_2076516_1 (enrollment__2012_ VARCHAR, founded VARCHAR) | SELECT COUNT(enrollment__2012_) FROM table_2076516_1 WHERE founded = 1927 | เมื่อถึงปี พ.ศ. 2470 เป็นปีก่อตั้ง มีการวัดการลงทะเบียนในปี พ.ศ. 2555 กี่ครั้ง? | When 1927 is the founded year how many measurements of enrollment in 2012 are there? |
CREATE TABLE table_2076516_1 (control VARCHAR, school VARCHAR) | SELECT control FROM table_2076516_1 WHERE school = "Western Carolina University" | เมื่อมหาวิทยาลัย Western Carolina เป็นโรงเรียน อะไรคือการควบคุม? | When western carolina university is the school what is the control? |
CREATE TABLE table_2076516_1 (enrollment__2012_ INTEGER, school VARCHAR) | SELECT MIN(enrollment__2012_) FROM table_2076516_1 WHERE school = "University of North Carolina at Charlotte" | เมื่อมหาวิทยาลัย North Carolina at charlotte เป็นโรงเรียน ค่าลงทะเบียนต่ำสุดในปี 2012 คือเท่าใด | When university of north carolina at charlotte is the school what is the lowest enrollment in 2012? |
CREATE TABLE table_2076522_2 (enrollment__fall_2010_ VARCHAR, location_s_ VARCHAR) | SELECT enrollment__fall_2010_ FROM table_2076522_2 WHERE location_s_ = "Bottineau" | การลงทะเบียนของโรงเรียนใน bottineau คืออะไร? | What is the enrollment for the school in bottineau? |
CREATE TABLE table_2076522_2 (control VARCHAR, accreditation VARCHAR) | SELECT control FROM table_2076522_2 WHERE accreditation = "The Higher Learning Commission ( NCA ), CCNE" | การควบคุมโรงเรียนที่ได้รับการรับรองจากคณะกรรมการการเรียนรู้ระดับสูง (nca) ccne คืออะไร? | What is the control for the school accredited by the higher learning commission ( nca ), ccne? |
CREATE TABLE table_2076522_2 (founded INTEGER, enrollment__fall_2010_ VARCHAR) | SELECT MAX(founded) FROM table_2076522_2 WHERE enrollment__fall_2010_ = 898 | โรงเรียนก่อตั้งในปีใดโดยมีผู้ลงทะเบียน 898 คน | What year was the school founded with an 898 enrollment? |
CREATE TABLE table_2076522_2 (accreditation VARCHAR, founded VARCHAR) | SELECT COUNT(accreditation) FROM table_2076522_2 WHERE founded = 2006 | ในปี 2549 มีโรงเรียนกี่แห่งที่ก่อตั้ง? | How many schools founded in 2006? |
CREATE TABLE table_2076522_2 (accreditation VARCHAR, school VARCHAR) | SELECT accreditation FROM table_2076522_2 WHERE school = "United Tribes Technical College" | วิทยาลัยเทคนิคสหชนเผ่าได้รับการรับรองวิทยฐานะอย่างไร? | What is the accrediation for united tribes technical college? |
CREATE TABLE table_2076490_1 (founded INTEGER) | SELECT MAX(founded) FROM table_2076490_1 | วันก่อตั้งล่าสุดคือเมื่อใด? | What is the latest founding date? |
CREATE TABLE table_2076490_1 (enrollment__2005_ VARCHAR, type VARCHAR, school VARCHAR) | SELECT enrollment__2005_ FROM table_2076490_1 WHERE type = "Baccalaureate college" AND school = "Granite State College" | การลงทะเบียน (พ.ศ. 2548) สำหรับวิทยาลัยระดับปริญญาตรี สำหรับ Granite State College เป็นเท่าใด | What was the enrollment (2005) for baccalaureate colleges , for Granite State College? |
CREATE TABLE table_2076490_1 (founded VARCHAR, enrollment__2005_ VARCHAR) | SELECT founded FROM table_2076490_1 WHERE enrollment__2005_ = "963" | ปีใดคือปีก่อตั้งของโรงเรียนที่มีการลงทะเบียนในปี 2548 จำนวน 963 แห่ง? | What year is the founding year, for the school that had an enrollment in 2005 of 963? |
CREATE TABLE table_2076490_1 (school VARCHAR, enrollment__2005_ VARCHAR) | SELECT school FROM table_2076490_1 WHERE enrollment__2005_ = "69" | โรงเรียนใดมีผู้ลงทะเบียนเรียนในปี 2548 จำนวน 69 คน | What school had an enrollment in 2005 of 69? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.