thai_instruction
stringlengths
8
429
eng_instruction
stringlengths
16
503
table
stringlengths
11
2.09k
sql
stringlengths
9
2.37k
pandas
stringlengths
1
635
real_table
stringclasses
2 values
ผู้เข้าร่วมการแข่งขันในวันที่ 13 ธันวาคม พ.ศ. 2513 เป็นอย่างไรบ้าง? ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
What was the attendance of the game on December 13, 1970?It is not neccessary to use all the tables.
table_name_34: attendance [ VARCHAR] date [ VARCHAR] week [ VARCHAR]
SELECT COUNT(attendance) FROM table_name_34 WHERE date = "december 13, 1970" AND week > 13
null
general
ฉันเรียนจบหลักสูตรฮาร์ดแวร์มาแล้วหรือยัง?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Have I completed any hardware courses yet ?It is not neccessary to use all the tables.
course_tags_count: course_id [ int] clear_grading [ int] pop_quiz [ int] group_projects [ int] inspirational [ int] long_lectures [ int] extra_credit [ int] few_tests [ int] good_feedback [ int] tough_tests [ int] heavy_papers [ int] cares_for_students [ int] heavy_assignments [ int] respected [ int] participation [ int] heavy_reading [ int] tough_grader [ int] hilarious [ int] would_take_again [ int] good_lecture [ int] no_skip [ int]
SELECT DISTINCT course.department, course.name, course.number FROM course INNER JOIN student_record ON student_record.course_id = course.course_id INNER JOIN area ON student_record.course_id = area.course_id WHERE area.area LIKE '%hardware%' AND student_record.student_id = 1
null
general
ทีมที่มีอันดับน้อยกว่า 5 และเวลา 137.58.38 ชื่ออะไร?ไม่จำเป็นต้องใช้ทุกตาราง
What is the name of the team with a rank smaller than 5 and a time of 137.58.38?It is not neccessary to use all the tables.
table_name_10: team [ VARCHAR] rank [ VARCHAR] time [ VARCHAR]
SELECT team FROM table_name_10 WHERE rank < 5 AND time = "1:37.58.38"
null
general
มีกี่คนที่โหวตให้พรรค 4 อันดับแรก ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
how many people voted for the top 4 parties ?It is not neccessary to use all the tables.
table_203_354: id [ number] "party" [ text] "candidate(s)" [ text] "votes" [ number] "percentage" [ number]
SELECT SUM("votes") FROM table_203_354 WHERE id <= 4
null
general
สำหรับพนักงานที่ไม่ได้ทำงานในแผนกที่มีผู้จัดการที่มี ID ระหว่าง 100 ถึง 200 ให้การเปรียบเทียบค่าเฉลี่ยของ department_id กับ Hire_date bin Hire_date ตามวันทำงานตามแผนภูมิแท่ง รายการใน Asc ตามแกน y มันคือ ไม่จำเป็นต้องใช้ทุกตาราง
For those employees who do not work in departments with managers that have ids between 100 and 200, give me the comparison about the average of department_id over the hire_date bin hire_date by weekday by a bar chart, list in asc by the y axis.It is not neccessary to use all the tables.
jobs: JOB_ID [ varchar(10)] JOB_TITLE [ varchar(35)] MIN_SALARY [ decimal(60)] MAX_SALARY [ decimal(60)]
SELECT HIRE_DATE, AVG(DEPARTMENT_ID) FROM employees WHERE NOT DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM departments WHERE MANAGER_ID BETWEEN 100 AND 200) ORDER BY AVG(DEPARTMENT_ID)
null
general
สโมสร Crvena Zvezda มีการรวมอะไรบ้าง?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
The Crvena Zvezda club has what aggregate?It is not neccessary to use all the tables.
table_name_58: aggregate [ VARCHAR] club [ VARCHAR]
SELECT aggregate FROM table_name_58 WHERE club = "crvena zvezda"
null
general
ฤดูกาลใดที่ทีมแฮมป์เชียร์แพ้ 16 นัด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which season had 16 losses for the Hampshire team?It is not neccessary to use all the tables.
table_name_79: season [ VARCHAR] losses [ VARCHAR] team [ VARCHAR]
SELECT season FROM table_name_79 WHERE losses = "16" AND team = "hampshire"
null
general
คู่ต่อสู้ที่มีคะแนน 5 4 คือใคร?ไม่จำเป็นต้องใช้ทุกโต๊ะ
Who is the opponent with a score of 5 4?It is not neccessary to use all the tables.
table_51776: "Date" [ text] "Opponent" [ text] "Score" [ text] "Loss" [ text] "Attendance" [ real] "Record" [ text]
SELECT "Opponent" FROM table_51776 WHERE "Score" = '5–4'
null
general
ประชากรกลุ่มเล็กในปี 2010 คือเท่าใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the smallist population in 2010?It is not neccessary to use all the tables.
table_261951_1: population__2010_ [ INTEGER]
SELECT MIN(population__2010_) FROM table_261951_1
null
general
แทร็กแรกที่เครดิตการผลิตคือ margret ที่จัดโดย e คืออะไร การรวมเข้าด้วยกัน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the first track where the production credit is margret arranged by e. mergency?It is not neccessary to use all the tables.
table_12796: "Track" [ real] "Title" [ text] "Songwriter(s)" [ text] "Time" [ text]
SELECT MIN("Track") FROM table_12796 WHERE "Production credits" = 'margret arranged by e. mergency'
null
general
สำหรับพนักงานทุกคนที่มีตัวอักษร D หรือ S ในชื่อ ให้ค้นหา Hire_date และผลรวมของ manager_id bin Hire_date ตามวันทำงาน และแสดงภาพเป็นแผนภูมิแท่ง เรียงลำดับจากต่ำไปสูงตามแกน y ซึ่งไม่จำเป็น เพื่อใช้ตารางทั้งหมด
For all employees who have the letters D or S in their first name, find hire_date and the sum of manager_id bin hire_date by weekday, and visualize them by a bar chart, order from low to high by the y-axis.It is not neccessary to use all the tables.
employees: EMPLOYEE_ID [ decimal(60)] FIRST_NAME [ varchar(20)] LAST_NAME [ varchar(25)] EMAIL [ varchar(25)] PHONE_NUMBER [ varchar(20)] HIRE_DATE [ date] JOB_ID [ varchar(10)] SALARY [ decimal(82)] COMMISSION_PCT [ decimal(22)] MANAGER_ID [ decimal(60)] DEPARTMENT_ID [ decimal(40)]
SELECT HIRE_DATE, SUM(MANAGER_ID) FROM employees WHERE FIRST_NAME LIKE '%D%' OR FIRST_NAME LIKE '%S%' ORDER BY SUM(MANAGER_ID)
null
general
Alicja Rosolska คู่กับใครเมื่อคะแนนในรอบชิงชนะเลิศคือ 4 6, 3 6?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Who was Alicja Rosolska Partnered with when the Score in Final was 4 6, 3 6?It is not neccessary to use all the tables.
table_name_97: partnered_with [ VARCHAR] score_in_final [ VARCHAR]
SELECT partnered_with FROM table_name_97 WHERE score_in_final = "4–6, 3–6"
null
general
ตั้งชื่อก่อตั้งสำหรับโรงเรียนที่ปิดทำการในปี พ.ศ. 2548 ไม่จำเป็นต้องใช้ตารางทั้งหมด
Name the founded for school closed in 2005It is not neccessary to use all the tables.
table_262505_1: founded [ VARCHAR] current_conference [ VARCHAR]
SELECT founded FROM table_262505_1 WHERE current_conference = "school closed in 2005"
null
general
ผู้เล่นที่มาจากเดนเวอร์ บรองโกส์เล่นในการประชุมใด?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What conference did the player originally from the denver broncos play in?It is not neccessary to use all the tables.
table_name_25: conf [ VARCHAR] original_nfl_team [ VARCHAR]
SELECT conf FROM table_name_25 WHERE original_nfl_team = "denver broncos"
null
general
มีผู้ป่วยที่แต่งงานแล้วกี่คนที่เข้ารับการผ่าตัดด้วยการระบายน้ำช่องท้องแบบยาว?ไม่จำเป็นต้องใช้ตารางทั้งหมด
how many married patients had the procedure long title percutaneous abdominal drainage?It is not neccessary to use all the tables.
lab: subject_id [ text] hadm_id [ text] itemid [ text] charttime [ text] flag [ text] value_unit [ text] label [ text] fluid [ text]
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.marital_status = "MARRIED" AND procedures.long_title = "Percutaneous abdominal drainage"
null
general
ตั้งชื่อทองคำที่น้อยที่สุดสำหรับแทนซาเนียด้วยทองแดงน้อยกว่า 0 ไม่จำเป็นต้องใช้ตารางทั้งหมด
Name the fewest gold for tanzania with bronze less than 0It is not neccessary to use all the tables.
table_name_54: gold [ INTEGER] nation [ VARCHAR] bronze [ VARCHAR]
SELECT MIN(gold) FROM table_name_54 WHERE nation = "tanzania" AND bronze < 0
null
general
หมายเลขเสมอกันของมิดเดิ้ลสโบรช์คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the tie number for Middlesbrough?It is not neccessary to use all the tables.
table_name_46: tie_no [ VARCHAR] home_team [ VARCHAR]
SELECT tie_no FROM table_name_46 WHERE home_team = "middlesbrough"
null
general
ประตูลีกไหนมีแอพเอฟเอคัพ 2 ลูก?ไม่จำเป็นต้องใช้ทุกตาราง
Which league goals has FA cup apps of 2?It is not neccessary to use all the tables.
table_31788: "Division" [ text]
SELECT "League Goals" FROM table_31788 WHERE "FA Cup Apps" = '2'
null
general
ชื่อยาที่จ่ายให้กับผู้ป่วย 030-53416 หลังจากได้รับการวินิจฉัยว่าช็อกจากภาวะ hypovolemic ในวันที่ 05/2105 ในวันเดียวกันนั้นชื่ออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
what was the name of the drug prescribed to patient 030-53416 after having been diagnosed with hypovolemic shock in 05/2105 in the same day?It is not neccessary to use all the tables.
cost: costid [ number] uniquepid [ text] patienthealthsystemstayid [ number] eventtype [ text] eventid [ number] chargetime [ time] cost [ number]
SELECT t2.drugname FROM (SELECT patient.uniquepid, diagnosis.diagnosistime FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '030-53416') AND diagnosis.diagnosisname = 'hypovolemic shock' AND STRFTIME('%y-%m', diagnosis.diagnosistime) = '2105-05') AS t1 JOIN (SELECT patient.uniquepid, medication.drugname, medication.drugstarttime FROM medication JOIN patient ON medication.patientunitstayid = patient.patientunitstayid WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '030-53416') AND STRFTIME('%y-%m', medication.drugstarttime) = '2105-05') AS t2 ON t1.uniquepid = t2.uniquepid WHERE t1.diagnosistime < t2.drugstarttime AND DATETIME(t1.diagnosistime, 'start of day') = DATETIME(t2.drugstarttime, 'start of day')
null
general
มณฑลที่มีประชากรมากที่สุดชื่ออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the name of the county with the greatest population?It is not neccessary to use all the tables.
city: city_id [ number] county_id [ number] name [ text] white [ number] black [ number] amerindian [ number] asian [ number] multiracial [ number] hispanic [ number]
SELECT name FROM county_public_safety ORDER BY population DESC LIMIT 1
null
general
บอกอายุของนักเรียนที่อายุมากที่สุดและอายุน้อยที่สุดที่กำลังเรียนวิชาเอก 600 ไม่จำเป็นต้องใช้ตารางทั้งหมด
Tell me the ages of the oldest and youngest students studying major 600.It is not neccessary to use all the tables.
voting_record: stuid [ number] registration_date [ text] election_cycle [ text] president_vote [ number] vice_president_vote [ number] secretary_vote [ number] treasurer_vote [ number] class_president_vote [ number] class_senator_vote [ number]
SELECT MAX(age), MIN(age) FROM student WHERE major = 600
null
general
ผลลัพธ์สำหรับประเภทดนตรีฟื้นฟูที่ดีที่สุดคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the result for the best musical revival category?It is not neccessary to use all the tables.
table_37962: "Year" [ real] "Award" [ text] "Category" [ text] "Nominee" [ text] "Result" [ text]
SELECT "Result" FROM table_37962 WHERE "Category" = 'best musical revival'
null
general
อันดับ 1 และมากกว่า 16 มีทองกี่ทอง?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many gold are a rank 1 and larger than 16?It is not neccessary to use all the tables.
table_80445: "Rank" [ text] "Gold" [ real] "Silver" [ real] "Bronze" [ real] "Total" [ real]
SELECT COUNT("Gold") FROM table_80445 WHERE "Rank" = '1' AND "Total" > '16'
null
general
มีบริการกี่บริการ?ไม่จำเป็นต้องใช้ทุกตาราง
How many services are there?It is not neccessary to use all the tables.
services: Id [ VARCHAR]
SELECT COUNT(*) FROM services
null
general
การจัดประเภทจุดโดย chris anker s rensen เป็นประเภท Young Rider และ Christian vande velde เป็นประเภททั่วไปคืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the point classification with chris anker s rensen as the young rider classification and Christian vande velde as the general classification?It is not neccessary to use all the tables.
table_name_93: points_classification [ VARCHAR] young_rider_classification [ VARCHAR] general_classification [ VARCHAR]
SELECT points_classification FROM table_name_93 WHERE young_rider_classification = "chris anker sørensen" AND general_classification = "christian vande velde"
null
general
mega disk 'o สามารถจุได้กี่ความจุครับ ?ไม่จำเป็นต้องใช้ทุกตารางครับ
what is the number of capacity that mega disk ' o is able to hold ?It is not neccessary to use all the tables.
table_203_873: id [ number] "length" [ text] "width" [ text] "height" [ text] "riders" [ number] "capacity" [ number] "description" [ text] "portable" [ text] "notes" [ number]
SELECT "capacity" FROM table_203_873 WHERE "model name" = "mega disk'o"
null
general
... โพสต์ของฉันที่มีลิงก์ไปยังโพสต์อื่น ไม่จำเป็นต้องใช้ตารางทั้งหมด
... my posts that have links to other posts.It is not neccessary to use all the tables.
SuggestedEditVotes: Id [ number] SuggestedEditId [ number] UserId [ number] VoteTypeId [ number] CreationDate [ time] TargetUserId [ number] TargetRepChange [ number]
SELECT Id AS "post_link", CreationDate FROM Posts WHERE OwnerUserId = '##UserID##' AND Body LIKE '%http%//%'
null
general
เอกสารจากปี 2014 ไม่จำเป็นต้องใช้ทุกตาราง
papers from 2014It is not neccessary to use all the tables.
cite: citingpaperid [ int] citedpaperid [ int]
SELECT DISTINCT paperid FROM paper WHERE year = 2014
null
general
Ti no ของเกม Walsall Home คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the Ti no of the Walsall Home game?It is not neccessary to use all the tables.
table_name_38: tie_no [ VARCHAR] home_team [ VARCHAR]
SELECT tie_no FROM table_name_38 WHERE home_team = "walsall"
null
general
บอกฉันถึงค่าใช้จ่ายของบิลิรูบินในห้องปฏิบัติการ, ผลรวม, การทดสอบของเหลวในร่างกาย? ไม่จำเป็นต้องใช้ตารางทั้งหมด
tell me the cost of a lab bilirubin, total, body fluid test?It is not neccessary to use all the tables.
admissions: row_id [ number] subject_id [ number] hadm_id [ number] admittime [ time] dischtime [ time] admission_type [ text] admission_location [ text] discharge_location [ text] insurance [ text] language [ text] marital_status [ text] ethnicity [ text] age [ number]
SELECT DISTINCT cost.cost FROM cost WHERE cost.event_type = 'labevents' AND cost.event_id IN (SELECT labevents.row_id FROM labevents WHERE labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'bilirubin, total, body fluid'))
null
general
ชนะรวมน้อยกว่า 2 เสมอ 18 ประตูและแพ้น้อยกว่า 2 เป็นเท่าใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the total wins with less than 2 ties, 18 goals, and less than 2 losses?It is not neccessary to use all the tables.
table_name_2: wins [ INTEGER] losses [ VARCHAR] ties [ VARCHAR] goals_against [ VARCHAR]
SELECT SUM(wins) FROM table_name_2 WHERE ties < 2 AND goals_against = 18 AND losses < 2
null
general
คนจำนวนน้อยที่สุดในสวนสาธารณะคาร์ดิเนียคือเท่าไรไม่จำเป็นต้องใช้โต๊ะทั้งหมด
what is the lowest crowd at kardinia parkIt is not neccessary to use all the tables.
table_58066: "Venue" [ text] "Crowd" [ real] "Date" [ text]
SELECT MIN("Crowd") FROM table_58066 WHERE "Venue" = 'kardinia park'
null
general
ตั้งชื่อกัปตันทีมเหย้าสำหรับสถานที่วงรี ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Name the Home captain for venue of the ovalIt is not neccessary to use all the tables.
table_70120: "Date" [ text] "Venue" [ text] "Result" [ text]
SELECT "Home captain" FROM table_70120 WHERE "Venue" = 'the oval'
null
general
คุณช่วยบอกฉันได้ไหมว่าเกมที่เล่นสูงสุดที่มีแต้มมากกว่า 11 และแต้มที่แพ้มากกว่า 7 คืออะไร ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Can you tell me the highest Played that has the Points larger than 11, and the Lost larger than 7?It is not neccessary to use all the tables.
table_name_36: played [ INTEGER] points [ VARCHAR] lost [ VARCHAR]
SELECT MAX(played) FROM table_name_36 WHERE points > 11 AND lost > 7
null
general
เขาได้คะแนนเฉลี่ยในปี 2507 กี่คะแนน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many points did he average in 1964?It is not neccessary to use all the tables.
table_69424: "Year" [ real] "Entrant" [ text] "Chassis" [ text] "Engine" [ text] "Points" [ real]
SELECT AVG("Points") FROM table_69424 WHERE "Year" = '1964'
null
general
ออกอากาศตอนแรกวันที่ 30 กันยายน 2550 ชื่อตอนว่าอะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is the episode title on original air date of September 30, 2007?It is not neccessary to use all the tables.
table_23799417_2: title [ VARCHAR] original_airing [ VARCHAR]
SELECT title FROM table_23799417_2 WHERE original_airing = "September 30, 2007"
null
general
วิธีการนับสำหรับการใช้เครือข่ายเป็นศูนย์กลางคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the counting method for a network-centric basis?It is not neccessary to use all the tables.
table_66775: "Basis" [ text] "Name" [ text]
SELECT "Counting Method" FROM table_66775 WHERE "Basis" = 'network-centric'
null
general
โดยเฉลี่ยมีกี่แต้มที่มีตำแหน่งน้อยกว่า 8, 16 แต้ม และแพ้มากกว่า 9 แต้ม? ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many points on average had a position smaller than 8, 16 plays, and a lost larger than 9?It is not neccessary to use all the tables.
table_name_20: points [ INTEGER] lost [ VARCHAR] position [ VARCHAR] played [ VARCHAR]
SELECT AVG(points) FROM table_name_20 WHERE position < 8 AND played = 16 AND lost > 9
null
general
วันที่ใดมีรูปแบบซีดีและแค็ตตาล็อกของ alca-274?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What date has the format of CD and catalog of alca-274?It is not neccessary to use all the tables.
table_name_72: date [ VARCHAR] format [ VARCHAR] catalog [ VARCHAR]
SELECT date FROM table_name_72 WHERE format = "cd" AND catalog = "alca-274"
null
general
Freeสุภาพใดที่มี Genitive 1 เป็น *=ku?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which Free polite has a Genitive 1 of *=ku?It is not neccessary to use all the tables.
table_name_13: free [ VARCHAR] ku [ VARCHAR] genitive_1 [ VARCHAR]
SELECT free AS polite FROM table_name_13 WHERE genitive_1 = * = ku
null
general
Siaosi Atiola มีปากกากี่อัน?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
How many pens does Siaosi Atiola have?It is not neccessary to use all the tables.
table_name_80: pens [ VARCHAR] player [ VARCHAR]
SELECT pens FROM table_name_80 WHERE player = "siaosi atiola"
null
general
ผู้เล่นในทีมวิทยาลัย/รุ่นน้อง/สโมสรใดที่เล่นให้กับทีม Buffalo Sabers ใน NHL?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Which college/junior/club team did the player play on that played for the Buffalo Sabres in NHL?It is not neccessary to use all the tables.
table_1473672_3: college_junior_club_team [ VARCHAR] nhl_team [ VARCHAR]
SELECT college_junior_club_team FROM table_1473672_3 WHERE nhl_team = "Buffalo Sabres"
null
general
บอกจำนวนเวอร์ชันที่ถูกทิ้งมา ไม่จำเป็นต้องใช้ตารางทั้งหมด
tell me the number of versions that are scrapped .It is not neccessary to use all the tables.
table_204_751: id [ number] "date" [ text] "train" [ text] "location" [ text] "comments" [ text]
SELECT COUNT("train") FROM table_204_751 WHERE "present location" = 'scrapped'
null
general
จำนวน Ashmolean ที่มี Harrison อยู่ที่ 14 และรูปภาพน้อยกว่า 542 เป็นเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the number of Ashmolean with 14s Harrison, and image less than 542?It is not neccessary to use all the tables.
table_name_40: ashmolean [ VARCHAR] harrison [ VARCHAR] image [ VARCHAR]
SELECT COUNT(ashmolean) FROM table_name_40 WHERE harrison = "14s" AND image < 542
null
general
อันดับที่เท่าไหร่เมื่อเวลานั้นคือ 752.53?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the rank when then time was 752.53?It is not neccessary to use all the tables.
table_65950: "Rank" [ real] "Athlete" [ text] "Country" [ text] "Time" [ text] "Notes" [ text]
SELECT MIN("Rank") FROM table_65950 WHERE "Time" = '7:52.53'
null
general
การสูญเสียของ Boris Picano-Nacci คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the loss for Boris Picano-Nacci?It is not neccessary to use all the tables.
table_75985: "Name" [ text] "Country" [ text] "Date(s)" [ text] "Loss" [ text] "Institution" [ text]
SELECT "Loss" FROM table_75985 WHERE "Name" = 'boris picano-nacci'
null
general
สำหรับพนักงานที่ไม่มีงานทำในอดีต ให้เห็นภาพแผนภูมิแท่งเกี่ยวกับการแจกแจง job_id และผลรวมของ manager_id และจัดกลุ่มตามแอตทริบิวต์ job_id และจัดอันดับตามแกน y ใน asc ไม่จำเป็นต้องใช้ โต๊ะทั้งหมด
For those employees who did not have any job in the past, visualize a bar chart about the distribution of job_id and the sum of manager_id , and group by attribute job_id, and rank by the y-axis in asc.It is not neccessary to use all the tables.
locations: LOCATION_ID [ decimal(40)] STREET_ADDRESS [ varchar(40)] POSTAL_CODE [ varchar(12)] CITY [ varchar(30)] STATE_PROVINCE [ varchar(25)] COUNTRY_ID [ varchar(2)]
SELECT JOB_ID, SUM(MANAGER_ID) FROM employees WHERE NOT EMPLOYEE_ID IN (SELECT EMPLOYEE_ID FROM job_history) GROUP BY JOB_ID ORDER BY SUM(MANAGER_ID)
null
general
อัตราการคุมขังชายคือเท่าไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the male incarceration rate of maule?It is not neccessary to use all the tables.
table_25042332_31: incarceration_rate_male [ INTEGER] region [ VARCHAR]
SELECT MAX(incarceration_rate_male) FROM table_25042332_31 WHERE region = "Maule"
null
general
icu stay id ของ subject id 3343 คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is icu stay id of subject id 3343?It is not neccessary to use all the tables.
diagnoses: subject_id [ text] hadm_id [ text] icd9_code [ text] short_title [ text] long_title [ text]
SELECT prescriptions.icustay_id FROM prescriptions WHERE prescriptions.subject_id = "3343"
null
general
การแข่งขันวันที่ 11/10/2544 พบกับ 15 นัดที่ไหน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Where was the match on 10/11/2001 against 15?It is not neccessary to use all the tables.
table_name_3: venue [ VARCHAR] against [ VARCHAR] date [ VARCHAR]
SELECT venue FROM table_name_3 WHERE against = 15 AND date = "10/11/2001"
null
general
ชื่อหลักสูตรที่มี Differential Geometry เป็นวิชาบังคับคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the title of the course with Differential Geometry as a prerequisite?It is not neccessary to use all the tables.
instructor: id [ text] name [ text] dept_name [ text] salary [ number]
SELECT title FROM course WHERE course_id IN (SELECT T1.course_id FROM prereq AS T1 JOIN course AS T2 ON T1.prereq_id = T2.course_id WHERE T2.title = 'Differential Geometry')
null
general
agnieszka radwa ska ทำคะแนนได้กี่คะแนน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many points did agnieszka radwa ska score?It is not neccessary to use all the tables.
table_2356: "Sd" [ real] "Player" [ text] "Points" [ real] "Status" [ text]
SELECT "Points" FROM table_2356 WHERE "Player" = 'Agnieszka Radwańska'
null
general
ผู้กำกับตอนที่เขียนโดย robin schwartz และ robert tarlow ชื่ออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the name of the director of the episode written by robin schwartz & robert tarlow?It is not neccessary to use all the tables.
table_name_55: directed_by [ VARCHAR] written_by [ VARCHAR]
SELECT directed_by FROM table_name_55 WHERE written_by = "robin schwartz & robert tarlow"
null
general
ผู้ตอบถูกที่สุดตามเปอร์เซ็นต์ที่ยอมรับ ไม่จำเป็นต้องใช้ตารางทั้งหมด
Top Answerers by Accepted Percentage.It is not neccessary to use all the tables.
ReviewRejectionReasons: Id [ number] Name [ text] Description [ text] PostTypeId [ number]
SELECT A.OwnerUserId AS "user_link", (CAST(COUNT(A.Id) AS FLOAT) / (SELECT COUNT(*) FROM Posts WHERE OwnerUserId = A.OwnerUserId AND PostTypeId = 2) * 100) AS AcceptedPercent FROM Posts AS A INNER JOIN Posts AS Q ON Q.AcceptedAnswerId = A.Id WHERE A.PostTypeId = 2 AND (SELECT COUNT(*) FROM Posts WHERE PostTypeId = 2 AND OwnerUserId = A.OwnerUserId) > 100 GROUP BY A.OwnerUserId ORDER BY 'acceptedpercent' DESC LIMIT @N
null
general
จำนวนผลประโยชน์ตามระบอบประชาธิปไตยที่ระบุไว้เป็นเท่าใด ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is the number of democratic gains listed ?It is not neccessary to use all the tables.
table_203_615: id [ number] "district" [ text] "incumbent" [ text] "party" [ text] "first\nelected" [ number] "result" [ text] "candidates" [ text]
SELECT COUNT(*) FROM table_203_615 WHERE "result" = 'democratic gain'
null
general
ผู้เข้าร่วมการแข่งขันในวันที่ 6 ธันวาคม 1998 เป็นอย่างไร? ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
What iwas the attendance of the game that took place on december 6, 1998?It is not neccessary to use all the tables.
table_8742: "Week" [ real] "Date" [ text] "Opponent" [ text] "Result" [ text] "Attendance" [ text]
SELECT "Attendance" FROM table_8742 WHERE "Date" = 'december 6, 1998'
null
general
แสดงภาพแผนภูมิแท่งว่าแต่ละส่วนสามารถใช้ได้ในสินทรัพย์จำนวนเท่าใด ระบุชื่อชิ้นส่วนและหมายเลข และฉันต้องการแสดงรายการแกน Y จากมากไปน้อย ไม่จำเป็นต้องใช้ตารางทั้งหมด
Visualize a bar chart for how many assets can each parts be used in? List the part name and the number, and I want to list Y-axis from high to low order.It is not neccessary to use all the tables.
Fault_Log: fault_log_entry_id [ INTEGER] asset_id [ INTEGER] recorded_by_staff_id [ INTEGER] fault_log_entry_datetime [ DATETIME] fault_description [ VARCHAR(255)] other_fault_details [ VARCHAR(255)]
SELECT part_name, COUNT(*) FROM Parts AS T1 JOIN Asset_Parts AS T2 ON T1.part_id = T2.part_id GROUP BY T1.part_name ORDER BY COUNT(*) DESC
null
general
ตำแหน่งของการแข่งขันที่กินเวลา 500 และนำไปสู่สถิติ 6-2-1 คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the location of the bout that lasted 500 and led to a 6-2-1 record?It is not neccessary to use all the tables.
table_37136: "Res." [ text] "Record" [ text] "Opponent" [ text] "Method" [ text] "Event" [ text] "Round" [ real] "Time" [ text] "Location" [ text]
SELECT "Location" FROM table_37136 WHERE "Time" = '5:00' AND "Record" = '6-2-1'
null
general
เมื่อมหาวิทยาลัย Western Carolina เป็นโรงเรียน อะไรคือการควบคุม?ไม่จำเป็นต้องใช้ตารางทั้งหมด
When western carolina university is the school what is the control?It is not neccessary to use all the tables.
table_2076516_1: control [ VARCHAR] school [ VARCHAR]
SELECT control FROM table_2076516_1 WHERE school = "Western Carolina University"
null
general
ตั้งแต่ปี 1996 มีจำนวน 000 เป็นเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the amount of 000s from 1996?It is not neccessary to use all the tables.
table_name_20: total__000s_ [ INTEGER] year [ VARCHAR]
SELECT SUM(total__000s_) FROM table_name_20 WHERE year = "1996"
null
general
ชื่อคนเขียนตอนที่คนดู 1.81 ไม่จำเป็นต้องใช้ตารางทั้งหมด
Name who wrote the episode when the viewers was 1.81It is not neccessary to use all the tables.
table_15584067_7: written_by [ VARCHAR] us_viewers__million_ [ VARCHAR]
SELECT written_by FROM table_15584067_7 WHERE us_viewers__million_ = "1.81"
null
general
รอบจะเป็นอย่างไรเมื่อกริดน้อยกว่า 2?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is the laps when the grid is less than 2?It is not neccessary to use all the tables.
table_name_38: laps [ VARCHAR] grid [ INTEGER]
SELECT laps FROM table_name_38 WHERE grid < 2
null
general
สนามที่เล่นฟุตสเครย์ของทีมเยือนชื่ออะไร?ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
What is the name of the venue that away team footscray played at?It is not neccessary to use all the tables.
table_56963: "Venue" [ text] "Crowd" [ real] "Date" [ text]
SELECT "Venue" FROM table_56963 WHERE "Away team" = 'footscray'
null
general
ทีมที่ชนะได้ 22 แต้มได้กี่คะแนน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many points for were scored by the team that won exactly 22?It is not neccessary to use all the tables.
table_74081: "Club" [ text] "Played" [ text] "Won" [ text] "Drawn" [ text] "Lost" [ text] "Points" [ text]
SELECT "Points for" FROM table_74081 WHERE "Won" = '22'
null
general
ตั้งชื่อวงจรสำหรับเฮิรตซ์บริติชกรังด์ปรีซ์ไม่จำเป็นต้องใช้ตารางทั้งหมด
Name the circuit for hertz british grand prixIt is not neccessary to use all the tables.
table_30130: "Round" [ real] "Date" [ text] "Circuit" [ text] "Report" [ text]
SELECT "Circuit" FROM table_30130 WHERE "Grand Prix" = 'Hertz British Grand Prix'
null
general
ระบุจำนวนผู้ป่วยที่เข้ารับการรักษาฉุกเฉินและชื่อยาคือ โซเดียม โพลีสไตรีน ซัลโฟเนต?ไม่จำเป็นต้องใช้ทุกตาราง
provide the number of patients whose admission type is emergency and drug name is sodium polystyrene sulfonate?It is not neccessary to use all the tables.
diagnoses: subject_id [ text] hadm_id [ text] icd9_code [ text] short_title [ text] long_title [ text]
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.admission_type = "EMERGENCY" AND prescriptions.drug = "Sodium Polystyrene Sulfonate"
null
general
ท็อดด์มีค้างคาวกี่ตัว?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many bats does Todd have?It is not neccessary to use all the tables.
table_36837: "Surname" [ text] "First" [ text] "D.O.B." [ text] "Bats" [ text] "Throws" [ text] "Position" [ text]
SELECT "Bats" FROM table_36837 WHERE "First" = 'todd'
null
general
ปีโดยเฉลี่ยที่ Xuxa 3 ได้รับการรับรอง 2x Platinum และมียอดขายสูงกว่า 750,000 ปีคือเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the average year that Xuxa 3 earned the certification 2x platinum, and that the sales were higher than 750,000?It is not neccessary to use all the tables.
table_name_60: year [ INTEGER] sales [ VARCHAR] certification [ VARCHAR] álbum [ VARCHAR]
SELECT AVG(year) FROM table_name_60 WHERE certification = "2x platinum" AND álbum = "xuxa 3" AND sales > 750 OFFSET 000
null
general
เมื่อใดที่ภาพยนตร์ของ otar iosseliani เลือกไว้ไม่จำเป็นต้องใช้ตารางทั้งหมด
when was otar iosseliani's film selectedIt is not neccessary to use all the tables.
table_22142: "Director" [ text] "Result" [ text]
SELECT "Year [e ] (Ceremony)" FROM table_22142 WHERE "Director" = 'Otar Iosseliani'
null
general
ผู้ป่วยชื่อยา sulfameth/trimethoprim suspension มีกี่ราย?ไม่จำเป็นต้องใช้ทุกตาราง
what is the number of patients whose drug name is sulfameth/trimethoprim suspension?It is not neccessary to use all the tables.
lab: subject_id [ text] hadm_id [ text] itemid [ text] charttime [ text] flag [ text] value_unit [ text] label [ text] fluid [ text]
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE prescriptions.drug = "Sulfameth/Trimethoprim Suspension"
null
general
ผู้ให้บริการรายใดที่ชำระค่าบริการด้วยสายอะนาล็อก?ไม่จำเป็นต้องใช้ทุกตาราง
Which provider is pay with analogue cable?It is not neccessary to use all the tables.
table_58973: "Provider" [ text] "Years" [ text] "Colour" [ text] "Digital" [ text] "Transmission" [ text]
SELECT "Provider" FROM table_58973 WHERE "Free or pay" = 'pay' AND "Transmission" = 'analogue cable'
null
general
Notre Dame เข้าร่วมมากี่ปีแล้ว?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
How many years did notre dame participate?It is not neccessary to use all the tables.
table_1571238_2: years_participated [ INTEGER] team [ VARCHAR]
SELECT MAX(years_participated) FROM table_1571238_2 WHERE team = "Notre Dame"
null
general
ภาวะไตวายอย่างรุนแรง ( การกวาดล้างครีเอตินีน < 30 มล. / นาที )ไม่จำเป็นต้องใช้ทุกตาราง
severe renal insufficiency ( creatinine clearance < 30 ml / min )It is not neccessary to use all the tables.
table_test_26: "id" [ int] "bleeding" [ int] "left_ventricular_ejection_fraction_lvef" [ int] "left_main_coronary_artery_disease" [ bool] "uncontrolled_diabetes" [ bool] "hiv_infection" [ bool] "hemoglobin_a1c_hba1c" [ float] "hepatitis_b_infection" [ bool] "renal_disease" [ bool] "unprotected_left_main_disease" [ bool] "creatinine_clearance_cl" [ float] "stenosis" [ int] "hepatitis_c_infection" [ bool] "alcohol_abuse" [ bool] "body_mass_index_bmi" [ float] "NOUSE" [ float]
SELECT * FROM table_test_26 WHERE renal_disease = 1 OR creatinine_clearance_cl < 30
null
general
Eve Weston เขียนได้กี่ตอน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many episodes did Eve Weston write?It is not neccessary to use all the tables.
table_29530: "Title" [ text]
SELECT COUNT("No. in series") FROM table_29530 WHERE "Written by" = 'Eve Weston'
null
general
บันทึก WL คืออะไรเมื่อ HIgh Points คือ Andre Miller (30)? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the W-L record when HIgh Points was andre miller (30)?It is not neccessary to use all the tables.
table_17323042_11: record [ VARCHAR] high_points [ VARCHAR]
SELECT record FROM table_17323042_11 WHERE high_points = "Andre Miller (30)"
null
general
มีคนไข้เชื้อสายเอเชียอายุต่ำกว่า 48 ปีกี่คน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
how many patients of asian ethnicity are under 48 years of age?It is not neccessary to use all the tables.
demographic: subject_id [ text] hadm_id [ text] name [ text] marital_status [ text] age [ text] dob [ text] gender [ text] language [ text] religion [ text] admission_type [ text] days_stay [ text] insurance [ text] ethnicity [ text] expire_flag [ text] admission_location [ text] discharge_location [ text] diagnosis [ text] dod [ text] dob_year [ text] dod_year [ text] admittime [ text] dischtime [ text] admityear [ text]
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.ethnicity = "ASIAN" AND demographic.age < "48"
null
general
การทดสอบทางจุลชีววิทยาที่พบบ่อยที่สุดห้าประการที่ผู้ป่วยได้รับภายใน 2 เดือนหลังจากได้รับการตรวจลำไส้ใหญ่ในปีที่แล้วคืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
what are the five most common microbiology tests that patients had within 2 months after receiving colonoscopy the previous year?It is not neccessary to use all the tables.
chartevents: row_id [ number] subject_id [ number] hadm_id [ number] icustay_id [ number] itemid [ number] charttime [ time] valuenum [ number] valueuom [ text]
SELECT t3.spec_type_desc FROM (SELECT t2.spec_type_desc, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT admissions.subject_id, procedures_icd.charttime FROM procedures_icd JOIN admissions ON procedures_icd.hadm_id = admissions.hadm_id WHERE procedures_icd.icd9_code = (SELECT d_icd_procedures.icd9_code FROM d_icd_procedures WHERE d_icd_procedures.short_title = 'colonoscopy') AND DATETIME(procedures_icd.charttime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-1 year')) AS t1 JOIN (SELECT admissions.subject_id, microbiologyevents.spec_type_desc, microbiologyevents.charttime FROM microbiologyevents JOIN admissions ON microbiologyevents.hadm_id = admissions.hadm_id WHERE DATETIME(microbiologyevents.charttime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-1 year')) AS t2 ON t1.subject_id = t2.subject_id WHERE t1.charttime < t2.charttime AND DATETIME(t2.charttime) BETWEEN DATETIME(t1.charttime) AND DATETIME(t1.charttime, '+2 month') GROUP BY t2.spec_type_desc) AS t3 WHERE t3.c1 <= 5
null
general
Roslinda Samsu มีสัญชาติอะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Roslinda Samsu has what nationality?It is not neccessary to use all the tables.
table_name_87: nationality [ VARCHAR] name [ VARCHAR]
SELECT nationality FROM table_name_87 WHERE name = "roslinda samsu"
null
general
กริดคนไหนมีไดร์เวอร์ของจอห์นนี่ ดัมฟรีส์?ไม่จำเป็นต้องใช้ทุกโต๊ะ
Which Grid has a Driver of johnny dumfries?It is not neccessary to use all the tables.
table_53697: "Driver" [ text] "Constructor" [ text] "Laps" [ real] "Time/Retired" [ text] "Grid" [ real]
SELECT "Grid" FROM table_53697 WHERE "Driver" = 'johnny dumfries'
null
general
การเลือกตั้งของ Robert Wexler สิ้นสุดลงอย่างไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How did the election end for Robert Wexler?It is not neccessary to use all the tables.
table_18144: "District" [ text] "Incumbent" [ text] "Party" [ text] "Results" [ text] "Candidates" [ text]
SELECT "Results" FROM table_18144 WHERE "Incumbent" = 'Robert Wexler'
null
general
อันดับใดที่มีประตูมากกว่า 10 และผู้ทำประตูของชอยซังกุก?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which Rank has Goals larger than 10, and a Scorer of choi sang-kuk?It is not neccessary to use all the tables.
table_name_35: rank [ VARCHAR] goals [ VARCHAR] scorer [ VARCHAR]
SELECT rank FROM table_name_35 WHERE goals > 10 AND scorer = "choi sang-kuk"
null
general
ตำแหน่งผู้เล่นที่มีคะแนน 69-72-72=213 คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the Place of the Player with a Score of 69-72-72=213?It is not neccessary to use all the tables.
table_12501: "Place" [ text] "Player" [ text] "Country" [ text] "Score" [ text]
SELECT "Place" FROM table_12501 WHERE "Score" = '69-72-72=213'
null
general
ผู้ป่วยที่มีความบกพร่องทางไตอย่างรุนแรง (การกวาดล้างครีเอตินีนโดยประมาณ < 35 มล. / นาที) ไม่จำเป็นต้องใช้ทุกตาราง
patients with severe renal impairment ( estimated creatinine clearance < 35 ml / min ) .It is not neccessary to use all the tables.
table_train_89: "id" [ int] "chronically_uncontrolled_hypertension" [ bool] "uncontrolled_diabetes" [ bool] "hemoglobin_a1c_hba1c" [ float] "body_weight" [ float] "renal_disease" [ bool] "creatinine_clearance_cl" [ float] "geriatric_depression_scale_gds" [ int] "major_depression" [ bool] "NOUSE" [ float]
SELECT * FROM table_train_89 WHERE renal_disease = 1 OR creatinine_clearance_cl < 35
null
general
ความหนาแน่นในเขตที่มีพลเมือง 2320529 คนในปี 2554 เป็นเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด
What's the density in the district with 2320529 citizens in 2011?It is not neccessary to use all the tables.
table_3951: "Code" [ text] "District" [ text] "Headquarters" [ text]
SELECT "Density in 2011 (/km\u00b2)" FROM table_3951 WHERE "Population (2011 Census)" = '2320529'
null
general
ผู้เล่นที่ถูกร่างโดย Calgary ไปเรียนที่วิทยาลัยใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What college did the player who was drafted by Calgary go to?It is not neccessary to use all the tables.
table_30269: "Player" [ text] "Position" [ text] "College" [ text]
SELECT "College" FROM table_30269 WHERE "CFL Team" = 'Calgary'
null
general
08-09 i/o ที่ดีที่สุดคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the least 08-09 i/o best?It is not neccessary to use all the tables.
table_26422: "Rank" [ real] "Name" [ text] "Country" [ text]
SELECT MIN("08-09 I/O best") FROM table_26422
null
general
จำนวนชัยชนะน้อยที่สุดเมื่อเขามี 3 โพลในปี 2010 คือเท่าไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the fewest number of wins when he has 3 poles in 2010?It is not neccessary to use all the tables.
table_37723: "Season" [ text] "Series" [ text] "Team" [ text] "Races" [ real] "Wins" [ real] "Poles" [ real] "Points" [ text] "Position" [ text]
SELECT MIN("Wins") FROM table_37723 WHERE "Poles" = '3' AND "Season" = '2010'
null
general
รับชื่อย่อพร้อมรหัสวินิจฉัย icd9 สำหรับผู้ป่วยรหัสผู้ป่วย 55094 ไม่จำเป็นต้องใช้ตารางทั้งหมด
get the short title as well as the icd9 code of diagnoses for patient with patient id 55094.It is not neccessary to use all the tables.
procedures: subject_id [ text] hadm_id [ text] icd9_code [ text] short_title [ text] long_title [ text]
SELECT diagnoses.icd9_code, diagnoses.short_title FROM diagnoses WHERE diagnoses.subject_id = "55094"
null
general
แผนภูมิแท่งสำหรับจำนวนวันที่เสร็จสิ้นการทดสอบทั้งหมดที่มีผล 'ล้มเหลว' คือเท่าใด และฉันต้องการเรียงลำดับจากน้อยไปหามากตามแกน y ไม่จำเป็นต้องใช้ตารางทั้งหมด
A bar chart for what are the number of the completion dates of all the tests that have result 'Fail'?, and I want to sort in ascending by the y-axis.It is not neccessary to use all the tables.
Subjects: subject_id [ INTEGER] subject_name [ VARCHAR(120)]
SELECT date_of_completion, COUNT(date_of_completion) FROM Student_Course_Enrolment AS T1 JOIN Student_Tests_Taken AS T2 ON T1.registration_id = T2.registration_id WHERE T2.test_result = "Fail" ORDER BY COUNT(date_of_completion)
null
general
สัปดาห์ที่ 2 พวกเขาเล่นวันไหน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What day(s) did they play on week 2?It is not neccessary to use all the tables.
table_20781: "Week" [ real] "Date" [ text] "Kickoff" [ text] "Opponent" [ text] "Attendance" [ real]
SELECT "Date" FROM table_20781 WHERE "Week" = '2'
null
general
ตั้งชื่อสถานะให้กับ Six Flags New England ไม่จำเป็นต้องใช้ตารางทั้งหมด
Name the status for six flags new englandIt is not neccessary to use all the tables.
table_name_29: status [ VARCHAR] park [ VARCHAR]
SELECT status FROM table_name_29 WHERE park = "six flags new england"
null
general
ผู้เล่นคนไหนที่เกิดในปี 1977?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What player is a center born in 1977?It is not neccessary to use all the tables.
table_name_79: player [ VARCHAR] position [ VARCHAR] year_born [ VARCHAR]
SELECT player FROM table_name_79 WHERE position = "center" AND year_born = 1977
null
general
เกมวันที่ 27 เมษายนมีผลอย่างไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the result of April 27's game?It is not neccessary to use all the tables.
table_name_21: score [ VARCHAR] date [ VARCHAR]
SELECT score FROM table_name_21 WHERE date = "april 27"
null
general
ตามแผนภูมินี้ มีนักศึกษาลงทะเบียนเรียนที่มหาวิทยาลัยฮาร์วาร์ดกี่คน ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
how many students are enrolled at harvard university according to this chart ?It is not neccessary to use all the tables.
table_203_592: id [ number] "institution" [ text] "location" [ text] "motto" [ text]
SELECT "total enrollment" FROM table_203_592 WHERE "institution" = 'harvard university'
null
general
ใครเป็นผู้กำกับตอนที่ออกอากาศเมื่อวันที่ 15 ธันวาคม พ.ศ. 2499?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Who directed the episodes that aired December 15, 1956?It is not neccessary to use all the tables.
table_28110: "Title" [ text] "Director" [ text] "Writer(s)" [ text] "Airdate" [ text]
SELECT "Director" FROM table_28110 WHERE "Airdate" = 'December 15, 1956'
null
general
พรรคใดได้น้อยกว่า 21 ที่นั่ง มีที่นั่ง 0 เปอร์เซ็นต์ และได้คะแนนเสียง 69,757 เสียง ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
Which party won less than 21 seats, has 0 percent of seats, and 69757 votes cast?It is not neccessary to use all the tables.
table_38425: "Party" [ text] "Percentage" [ real]
SELECT "Party" FROM table_38425 WHERE "Seats won" < '21' AND "Percent of seats" = '0' AND "Votes cast" = '69757'
null
general
สถิติเมื่อพวกเขาเล่นคานัคส์และมีแต้มต่ำกว่า 98 คืออะไร?ไม่จำเป็นที่จะต้องใช้โต๊ะทั้งหมด
What is the record when they play the canucks and have under 98 points?It is not neccessary to use all the tables.
table_53804: "Date" [ text] "Opponent" [ text] "Score" [ text] "Loss" [ text] "Attendance" [ real] "Record" [ text] "Arena" [ text] "Points" [ real]
SELECT "Record" FROM table_53804 WHERE "Points" < '98' AND "Opponent" = 'canucks'
null
general
เขต North Carolina 10 มีผู้สมัครกี่คน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
The district North Carolina 10 have what candidates?It is not neccessary to use all the tables.
table_3608: "District" [ text] "Incumbent" [ text] "Party" [ text] "Result" [ text] "Candidates" [ text]
SELECT "Candidates" FROM table_3608 WHERE "District" = 'North Carolina 10'
null
general
จำนวนสมาชิกขั้นต่ำที่ยุโรปมี ณ เวลาที่แอฟริกามี 7375139 คือเท่าไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the minimum number of members Europe had at the time Africa had 7375139?It is not neccessary to use all the tables.
table_22853: "Year" [ real] "Worldwide" [ real] "Africa" [ real] "America" [ real] "Asia" [ real] "Australia" [ real] "Europe" [ real]
SELECT MIN("Europe") FROM table_22853 WHERE "Africa" = '7375139'
null
general
เลขอะไรก่อนวันที่ 13 กุมภาพันธ์ 1918 @ 09.15 น. ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what number is previous to 13 february 1918 @ 0915 hours ?It is not neccessary to use all the tables.
table_204_353: id [ number] "no." [ number] "date/time" [ text] "aircraft" [ text] "foe" [ text] "result" [ text] "location" [ text] "notes" [ text]
SELECT "no." FROM table_204_353 WHERE id = (SELECT id FROM table_204_353 WHERE "date/time" = '13 february 1918 @ 0915 hours') - 1
null
general