Datasets:
AIAT
/

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
ฝั่งเจ้าบ้านคือใคร เมื่อจีลองเป็นฝั่งทีมเยือน? ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Who is the home side when geelong is the away side?It is not neccessary to use all the tables.
table_name_80: home_team [ VARCHAR] away_team [ VARCHAR]
SELECT home_team FROM table_name_80 WHERE away_team = "geelong"
null
general
มีหลักสูตรอารยธรรมโบราณและการศึกษาพระคัมภีร์ใดบ้างที่ไม่มีข้อกำหนดเบื้องต้น ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Are there any Ancient Civilizations and Biblical Studies courses which have no prerequisites ?It is not neccessary to use all the tables.
gsi: course_offering_id [ int] student_id [ int]
SELECT DISTINCT course.department, course.name, course.number FROM course INNER JOIN area ON course.course_id = area.course_id WHERE (area.area LIKE '%Ancient Civilizations and Biblical Studies%' OR course.description LIKE '%Ancient Civilizations and Biblical Studies%' OR course.name LIKE '%Ancient Civilizations and Biblical Studies%') AND course.enforced_requirement = 'N / A'
null
general
จำนวนประตูทั้งหมดสำหรับเมื่อการแพ้มากกว่า 16 คือเท่าไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the total number of Goals For, when Losses is greater than 16?It is not neccessary to use all the tables.
table_12549: "Position" [ real] "Played" [ real] "Points" [ real] "Wins" [ real] "Draws" [ real] "Losses" [ real]
SELECT COUNT("Goals for") FROM table_12549 WHERE "Losses" > '16'
null
general
ขอข้อมูลเปรียบเทียบเกี่ยวกับ ID บน meter_700 และเรียงลำดับตามแถบจากต่ำไปสูง ไม่จำเป็นต้องใช้ตารางทั้งหมด
Give me the comparison about ID over the meter_700 , and order by the bar from low to high.It is not neccessary to use all the tables.
record: ID [ int] Result [ text] Swimmer_ID [ int] Event_ID [ int]
SELECT meter_700, ID FROM swimmer ORDER BY meter_700
null
general
คำต่อท้ายของกลุ่มเบนซิลคืออะไร?ไม่จำเป็นต้องใช้ทุกตาราง
What is the Suffix for the Group of Benzyl?It is not neccessary to use all the tables.
table_name_73: suffix [ VARCHAR] group [ VARCHAR]
SELECT suffix FROM table_name_73 WHERE group = "benzyl"
null
general
กี่แต้มก็ได้ 83 แต้ม ไม่จำเป็นต้องใช้ทุกโต๊ะ
how many won 83 points for?It is not neccessary to use all the tables.
table_23689: "Club" [ text] "Played" [ text] "Won" [ text] "Drawn" [ text] "Lost" [ text] "Points" [ text]
SELECT "Won" FROM table_23689 WHERE "Points for" = '83'
null
general
สร้างแผนภูมิแท่งที่แสดง school_id ทั่วทั้งค่ากลางทั้งหมด และแสดงตามแกน y ใน asc ไม่จำเป็นต้องใช้ตารางทั้งหมด
Create a bar chart showing school_id across all neutral, and show by the y axis in asc.It is not neccessary to use all the tables.
basketball_match: Team_ID [ int] School_ID [ int] Team_Name [ text] ACC_Regular_Season [ text] ACC_Percent [ text] ACC_Home [ text] ACC_Road [ text] All_Games [ text] All_Games_Percent [ int] All_Home [ text] All_Road [ text] All_Neutral [ text]
SELECT All_Neutral, School_ID FROM basketball_match ORDER BY School_ID
null
general
สำหรับพนักงานทุกคนที่มีตัวอักษร D หรือ S ในชื่อ ให้เห็นภาพแผนภูมิแท่งเกี่ยวกับการแจกแจงของ job_id และค่าเฉลี่ยของ manager_id และจัดกลุ่มตามแอตทริบิวต์ job_id โดยเรียงลำดับ asc ด้วย JOB_ID ไม่จำเป็นต้องใช้ทั้งหมด โต๊ะ.
For all employees who have the letters D or S in their first name, visualize a bar chart about the distribution of job_id and the average of manager_id , and group by attribute job_id, order in asc by the JOB_ID.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 JOB_ID, AVG(MANAGER_ID) FROM employees WHERE FIRST_NAME LIKE '%D%' OR FIRST_NAME LIKE '%S%' GROUP BY JOB_ID ORDER BY JOB_ID
null
general
ขอทราบจำนวนผู้ป่วยที่จำหน่าย ณ จุดบริการสุขภาพที่บ้าน และขั้นตอนการรักษา รหัส icd9 คือ 9961 หรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
give me the number of patients whose discharge location is home health care and procedure icd9 code is 9961?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 procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.discharge_location = "HOME HEALTH CARE" AND procedures.icd9_code = "9961"
null
general
มีการให้ข้อมูลผู้ดูจำนวนเท่าใดสำหรับตอน 'ถ้าตอนแรกคุณไม่ประสบความสำเร็จ โกหก โกหกอีก' ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many viewer data were given for episode 'If at First You Don't Succeed, Lie, Lie Again'?It is not neccessary to use all the tables.
table_29271: "Title" [ text]
SELECT COUNT("U.S. viewers (in millions)") FROM table_29271 WHERE "Title" = 'If at First You Don''t Succeed, Lie, Lie Again'
null
general
ชื่อดั้งเดิมของซีซันที่ 3 คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the original title of season number 3?It is not neccessary to use all the tables.
table_19588:
SELECT "Title (original)" FROM table_19588 WHERE "Number of season" = '3'
null
general
พวกเขาจะนำเสนอสังคมและวัฒนธรรมลาตินอเมริกาเมื่อใด ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
When will they be offering Latin American Society and Culture ?It is not neccessary to use all the tables.
program: program_id [ int] name [ varchar] college [ varchar] introduction [ varchar]
SELECT DISTINCT course_offering.end_time, course_offering.friday, course_offering.monday, course_offering.saturday, course_offering.start_time, course_offering.sunday, course_offering.thursday, course_offering.tuesday, course_offering.wednesday FROM semester INNER JOIN course_offering ON semester.semester_id = course_offering.semester INNER JOIN course ON course.course_id = course_offering.course_id WHERE course.name LIKE '%Latin American Society and Culture%' AND semester.semester = 'FA' AND semester.year = 2016
null
general
เมื่อ l (ot/so) เท่ากับ 22 (3/4) ฤดูกาลคือเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด
When l (ot/so) is 22 (3/4), what is the season?It is not neccessary to use all the tables.
table_23958: "Season" [ text] "GP" [ real] "Pts" [ real] "Pts/GP" [ text]
SELECT "Season" FROM table_23958 WHERE "L (OT/SO)" = '22 (3/4)'
null
general
ทีมใดทำคะแนนได้ 14.14 (98) ในเกมเยือน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which team scored 14.14 (98) at an away game?It is not neccessary to use all the tables.
table_52293: "Venue" [ text] "Crowd" [ real] "Date" [ text]
SELECT "Away team" FROM table_52293 WHERE "Away team score" = '14.14 (98)'
null
general
กี่วันแล้วนับตั้งแต่การเข้าพักครั้งสุดท้ายของผู้ป่วย 9566 ในหอผู้ป่วย 14 ระหว่างการพบแพทย์ในปัจจุบัน?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
how many days has it been since the last stay of patient 9566 in the ward 14 during the current hospital encounter?It is not neccessary to use all the tables.
d_labitems: row_id [ number] itemid [ number] label [ text]
SELECT 1 * (STRFTIME('%j', CURRENT_TIME()) - STRFTIME('%j', transfers.intime)) FROM transfers WHERE transfers.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 9566 AND admissions.dischtime IS NULL)) AND transfers.wardid = 14 ORDER BY transfers.intime DESC LIMIT 1
null
general
เจ้าบ้านทีมไหนเล่นวันที่ 13 ม.ค. ไม่จำเป็นต้องใช้ทุกโต๊ะ
Which home team was playing on January 13?It is not neccessary to use all the tables.
table_36931: "Date" [ text] "Visitor" [ text] "Score" [ text] "Home" [ text] "Attendance" [ real] "Record" [ text]
SELECT "Home" FROM table_36931 WHERE "Date" = 'january 13'
null
general
สารานุกรมพิมพ์นานกี่ปี ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
for how many years was the encyclopedia printed ?It is not neccessary to use all the tables.
table_204_843: id [ number] "volume" [ number] "year" [ text] "names" [ text] "articles" [ number] "pages" [ number] "images" [ number] "maps" [ number]
SELECT COUNT("year") FROM table_204_843
null
general
ตั้งแต่ 1 ปีที่แล้ว อะไรคือขั้นตอนที่พบบ่อยที่สุดสามอันดับแรกที่ผู้ป่วยได้รับภายใน 2 เดือนหลังการวินิจฉัย hpt cw/o hepat coma nos ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
since 1 year ago, what were the top three most frequent procedures that patients were given within 2 months after the diagnosis of hpt c w/o hepat coma nos.It is not neccessary to use all the tables.
prescriptions: row_id [ number] subject_id [ number] hadm_id [ number] startdate [ time] enddate [ time] drug [ text] dose_val_rx [ text] dose_unit_rx [ text] route [ text]
SELECT d_icd_procedures.short_title FROM d_icd_procedures WHERE d_icd_procedures.icd9_code IN (SELECT t3.icd9_code FROM (SELECT t2.icd9_code, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT admissions.subject_id, diagnoses_icd.charttime FROM diagnoses_icd JOIN admissions ON diagnoses_icd.hadm_id = admissions.hadm_id WHERE diagnoses_icd.icd9_code = (SELECT d_icd_diagnoses.icd9_code FROM d_icd_diagnoses WHERE d_icd_diagnoses.short_title = 'hpt c w/o hepat coma nos') AND DATETIME(diagnoses_icd.charttime) >= DATETIME(CURRENT_TIME(), '-1 year')) AS t1 JOIN (SELECT admissions.subject_id, procedures_icd.icd9_code, procedures_icd.charttime FROM procedures_icd JOIN admissions ON procedures_icd.hadm_id = admissions.hadm_id WHERE DATETIME(procedures_icd.charttime) >= DATETIME(CURRENT_TIME(), '-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.icd9_code) AS t3 WHERE t3.c1 <= 3)
null
general
โรงเรียนใดที่มีชื่อเต็มจำนวนเท่ากันกับสถาบันการศึกษาโคเลอเรน ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
which school has the same number of outright titles as the coleraine academical institution ?It is not neccessary to use all the tables.
table_203_362: id [ number] "school" [ text] "location" [ text] "runners-up" [ number]
SELECT "school" FROM table_203_362 WHERE "school" <> 'coleraine academical institution' AND "outright titles" = (SELECT "outright titles" FROM table_203_362 WHERE "school" = 'coleraine academical institution')
null
general
เที่ยวบินที่ถูกที่สุดจากบอสตันไปซานฟรานซิสโกคืออะไรไม่จำเป็นต้องใช้ตารางทั้งหมด
what is the cheapest flight from BOSTON to SAN FRANCISCOIt is not neccessary to use all the tables.
flight_leg: flight_id [ int] leg_number [ int] leg_flight [ int]
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, fare, flight, flight_fare WHERE (CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'BOSTON' AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'SAN FRANCISCO' AND flight.from_airport = AIRPORT_SERVICE_0.airport_code AND flight.to_airport = AIRPORT_SERVICE_1.airport_code) AND fare.one_direction_cost = (SELECT MIN(FAREalias1.one_direction_cost) FROM airport_service AS AIRPORT_SERVICEalias2, airport_service AS AIRPORT_SERVICEalias3, city AS CITYalias2, city AS CITYalias3, fare AS FAREalias1, flight AS FLIGHTalias1, flight_fare AS FLIGHT_FAREalias1 WHERE CITYalias2.city_code = AIRPORT_SERVICEalias2.city_code AND CITYalias2.city_name = 'BOSTON' AND CITYalias3.city_code = AIRPORT_SERVICEalias3.city_code AND CITYalias3.city_name = 'SAN FRANCISCO' AND FLIGHT_FAREalias1.fare_id = FAREalias1.fare_id AND FLIGHTalias1.flight_id = FLIGHT_FAREalias1.flight_id AND FLIGHTalias1.from_airport = AIRPORT_SERVICEalias2.airport_code AND FLIGHTalias1.to_airport = AIRPORT_SERVICEalias3.airport_code) AND flight_fare.fare_id = fare.fare_id AND flight.flight_id = flight_fare.flight_id
null
general
จำนวนทีมที่ใหญ่ที่สุดที่ Jeff Gordon เป็นเจ้าของคือเท่าใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the biggest number of the team who's owned by Jeff Gordon?It is not neccessary to use all the tables.
table_17739: "Team" [ text] "Car(s)" [ text] "#" [ real] "Driver(s)" [ text] "Owner(s)" [ text]
SELECT MAX("#") FROM table_17739 WHERE "Owner(s)" = 'Jeff Gordon'
null
general
การแข่งขันใดที่ตั้งอยู่ในโคโลราโด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What tournament was located in Colorado?It is not neccessary to use all the tables.
table_name_5: tournament [ VARCHAR] location [ VARCHAR]
SELECT tournament FROM table_name_5 WHERE location = "colorado"
null
general
ระบุจำนวนผู้ป่วยที่อายุน้อยกว่า 80 ปี ที่กำลังรับประทานยาเซฟโปโดซิม โพรเซทิล ไม่จำเป็นต้องใช้ทุกตาราง
provide the number of patients less than 80 years who are taking cefpodoxime proxetil medication.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 COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.age < "80" AND prescriptions.drug = "Cefpodoxime Proxetil"
null
general
ฉันสามารถเรียนคลาส 400 ระดับในช่วงฤดูใบไม้ร่วงหรือฤดูหนาวได้หรือไม่ ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Am I able to take 400 -level classes in Fall or Winter term ?It is not neccessary to use all the tables.
instructor: instructor_id [ int] name [ varchar] uniqname [ varchar]
SELECT DISTINCT COURSEalias0.department, COURSEalias0.name, COURSEalias0.number, SEMESTERalias0.semester FROM (SELECT course_id FROM student_record WHERE earn_credit = 'Y' AND student_id = 1) AS DERIVED_TABLEalias0, course AS COURSEalias0, course_offering AS COURSE_OFFERINGalias0, semester AS SEMESTERalias0 WHERE ((SEMESTERalias0.semester = 'FA' AND SEMESTERalias0.year = 2016) OR (SEMESTERalias0.semester = 'WN' AND SEMESTERalias0.year = 2017)) AND COURSEalias0.course_id = COURSE_OFFERINGalias0.course_id AND NOT COURSEalias0.course_id IN (DERIVED_TABLEalias0.course_id) AND NOT COURSEalias0.course_id IN (SELECT DISTINCT COURSE_PREREQUISITEalias0.course_id FROM course_prerequisite AS COURSE_PREREQUISITEalias0 WHERE NOT COURSE_PREREQUISITEalias0.pre_course_id IN (DERIVED_TABLEalias0.course_id)) AND COURSEalias0.department = 'EECS' AND COURSEalias0.number BETWEEN 400 AND 400 + 100 AND SEMESTERalias0.semester_id = COURSE_OFFERINGalias0.semester
null
general
sigir มีเอกสารกี่ฉบับ ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
how many papers does sigir have ?It is not neccessary to use all the tables.
writes: paperid [ int] authorid [ int]
SELECT DISTINCT COUNT(paper.paperid) FROM paper, venue WHERE venue.venueid = paper.venueid AND venue.venuename = 'sigir'
null
general
DOB ของ Biddle จัดขึ้นเมื่อใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
When is Biddle's DOB?It is not neccessary to use all the tables.
table_38777: "Surname" [ text] "First" [ text] "D.O.B." [ text] "Bats" [ text] "Throws" [ text] "Position" [ text]
SELECT "D.O.B." FROM table_38777 WHERE "Surname" = 'biddle'
null
general
เลือกการ์ดไว้กี่คน ?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
how many guards were picked ?It is not neccessary to use all the tables.
table_203_815: id [ number] "player" [ text] "position" [ text] "college" [ text]
SELECT COUNT(*) FROM table_203_815 WHERE "position" = 'guard'
null
general
ขอฮิสโตแกรมว่าชื่อและคะแนนเครดิตของลูกค้าที่กู้ยืมเงินแตกต่างกันอย่างไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
Give me a histogram for what are the different names and credit scores of customers who have taken a loan?It is not neccessary to use all the tables.
customer: cust_ID [ varchar(3)] cust_name [ varchar(20)] acc_type [ char(1)] acc_bal [ int] no_of_loans [ int] credit_score [ int] branch_ID [ int] state [ varchar(20)]
SELECT cust_name, credit_score FROM customer AS T1 JOIN loan AS T2 ON T1.cust_ID = T2.cust_ID
null
general
มีผู้ป่วยกี่รายที่มีรหัสยา morp0.5-4?ไม่จำเป็นต้องใช้ทุกตาราง
how many patients have drug code morp0.5-4?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 prescriptions.formulary_drug_cd = "MORP0.5-4"
null
general
อายุสูงสุดของผู้ป่วยที่เข้ารับบริการแบบฉุกเฉินและโรคหลักคือแองจิโออีดีมาคือเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is maximum age of patients whose admission type is emergency and primary disease is angioedema?It is not neccessary to use all the tables.
prescriptions: subject_id [ text] hadm_id [ text] icustay_id [ text] drug_type [ text] drug [ text] formulary_drug_cd [ text] route [ text] drug_dose [ text]
SELECT MAX(demographic.age) FROM demographic WHERE demographic.admission_type = "EMERGENCY" AND demographic.diagnosis = "ANGIOEDEMA"
null
general
ตั้งชื่อ ม. ที่ 2 สำหรับ gregor schlierenzauerไม่จำเป็นต้องใช้ตารางทั้งหมด
Name the 2nd m for gregor schlierenzauerIt is not neccessary to use all the tables.
table_1062: "Rank" [ real] "Name" [ text] "Nationality" [ text] "Points" [ text]
SELECT "2nd (m)" FROM table_1062 WHERE "Name" = 'Gregor Schlierenzauer'
null
general
ใครเป็นผู้ช่วยเหลือมากที่สุดเมื่อคู่ต่อสู้คือคลีฟแลนด์?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Who had the most assist when the opponent was Cleveland?It is not neccessary to use all the tables.
table_15780049_6: high_assists [ VARCHAR] team [ VARCHAR]
SELECT high_assists FROM table_15780049_6 WHERE team = "Cleveland"
null
general
จำนวนชัยชนะสูงสุดในฤดูกาลด้วยการออกสตาร์ท 22 ครั้งคือเท่าใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the maximum number of wins in the season with 22 starts?It is not neccessary to use all the tables.
table_1637041_6: wins [ INTEGER] starts [ VARCHAR]
SELECT MAX(wins) FROM table_1637041_6 WHERE starts = 22
null
general
วิธีการบริโภคอินซูลินมนุษย์ nph คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
what are the methods of consumption of insulin human nph?It is not neccessary to use all the tables.
procedures_icd: row_id [ number] subject_id [ number] hadm_id [ number] icd9_code [ text] charttime [ time]
SELECT DISTINCT prescriptions.route FROM prescriptions WHERE prescriptions.drug = 'insulin human nph'
null
general
อัตราอาชญากรรมใดต่อ 1,000 คนสัมพันธ์กับต้นทุนต่อหัวที่ 152 ดอลลาร์?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which crime rate per 1,000 people is associated with a cost per capita of $152?It is not neccessary to use all the tables.
table_17628: "Municipality" [ text] "Population" [ real]
SELECT MAX("Crime rate per 1,000 people") FROM table_17628 WHERE "Cost per capita" = '$152'
null
general
แผนภูมิแท่งแสดงการกระจายของ Sex และผลรวมของ Weight และจัดกลุ่มตามแอตทริบิวต์ Sex คุณสามารถแสดงรายการแกน X จากต่ำไปสูงได้หรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
A bar chart shows the distribution of Sex and the sum of Weight , and group by attribute Sex, could you list X-axis from low to high order?It is not neccessary to use all the tables.
candidate: Candidate_ID [ int] People_ID [ int] Poll_Source [ text] Date [ text] Support_rate [ real] Consider_rate [ real] Oppose_rate [ real] Unsure_rate [ real]
SELECT Sex, SUM(Weight) FROM people GROUP BY Sex ORDER BY Sex
null
general
ใครคือที่ปรึกษาของลินดา สมิธ? บอกชื่อและนามสกุลมาให้ฉัน ไม่จำเป็นต้องใช้ตารางทั้งหมด
Who is the advisor of Linda Smith? Give me the first name and last name.It is not neccessary to use all the tables.
student: stuid [ number] lname [ text] fname [ text] age [ number] sex [ text] major [ number] advisor [ number] city_code [ text]
SELECT T1.fname, T1.lname FROM faculty AS T1 JOIN student AS T2 ON T1.facid = T2.advisor WHERE T2.fname = "Linda" AND T2.lname = "Smith"
null
general
ค้นหาจำนวนผู้ป่วยโรคต้นกำเนิดต้นกำเนิดที่เข้ารับการรักษาในโรงพยาบาลก่อนปี 2155 ไม่จำเป็นต้องใช้ตารางทั้งหมด
find out the number of patients with stemi primary disese who were admitted in hospital before 2155.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 COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.diagnosis = "STEMI" AND demographic.admityear < "2155"
null
general
คู่ต่อสู้คือใครในวันที่ 18 ธันวาคม พ.ศ. 2548?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Who was the opponent on December 18, 2005?It is not neccessary to use all the tables.
table_name_80: opponent [ VARCHAR] date [ VARCHAR]
SELECT opponent FROM table_name_80 WHERE date = "december 18, 2005"
null
general
ฉันต้องการบินเที่ยวเดียวจากบอสตันไปแอตแลนต้าไม่จำเป็นต้องใช้ตารางทั้งหมด
i would like to make a one way flight from BOSTON to ATLANTAIt is not neccessary to use all the tables.
restriction: restriction_code [ text] advance_purchase [ int] stopovers [ text] saturday_stay_required [ text] minimum_stay [ int] maximum_stay [ int] application [ text] no_discounts [ text]
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, fare, flight, flight_fare WHERE (CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'ATLANTA' AND fare.round_trip_required = 'NO' AND flight_fare.fare_id = fare.fare_id AND flight.flight_id = flight_fare.flight_id AND flight.to_airport = AIRPORT_SERVICE_1.airport_code) AND CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'BOSTON' AND flight.from_airport = AIRPORT_SERVICE_0.airport_code
null
general
ฉันจะลองโบนัสอะไรด้วยการขาดทุน 12 ครั้ง? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What i the try bonus with 12 losses?It is not neccessary to use all the tables.
table_name_78: try_bonus [ VARCHAR] lost [ VARCHAR]
SELECT try_bonus FROM table_name_78 WHERE lost = "12"
null
general
ชื่อที่แสดงเป็นชื่อเล่นของ Storm คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the Name listed for the Nickname of Storm?It is not neccessary to use all the tables.
table_64644: "Name" [ text] "Nickname" [ text] "Location" [ text] "Coach" [ text] "Captain" [ text]
SELECT "Name" FROM table_64644 WHERE "Nickname" = 'storm'
null
general
แต่ละอาคารมีอาจารย์กี่คน? แสดงรายการผลลัพธ์พร้อมชื่ออาคาร ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many faculty members does each building have? List the result with the name of the building.It is not neccessary to use all the tables.
participates_in: stuid [ number] actid [ number]
SELECT building, COUNT(*) FROM faculty GROUP BY building
null
general
สถานีใดมีประเภทเพลงทอล์คและเป็นภาษาอังกฤษมลายู?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What station has a genre of talk music and is in Malay English language?It is not neccessary to use all the tables.
table_40808: "Frequency" [ text] "Station" [ text] "Operator" [ text] "Language" [ text] "Genre" [ text]
SELECT "Station" FROM table_40808 WHERE "Genre" = 'talk music' AND "Language" = 'malay english'
null
general
อัตราการรอดชีวิตสองปีสำหรับผู้ที่ได้รับ albuterol sulfate 2.5 มก. ใน neb soln หลังจากได้รับการวินิจฉัยว่าเป็นมะเร็งปอดระยะลุกลามคือเท่าไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
what are the two year survival rates for those who were prescribed albuterol sulfate 2.5 mg inhl neb soln after having been diagnosed with metastatic lung ca?It is not neccessary to use all the tables.
lab: labid [ number] patientunitstayid [ number] labname [ text] labresult [ number] labresulttime [ time]
SELECT SUM(CASE WHEN patient.hospitaldischargestatus = 'alive' THEN 1 WHEN STRFTIME('%j', patient.hospitaldischargetime) - STRFTIME('%j', t4.diagnosistime) > 2 * 365 THEN 1 ELSE 0 END) * 100 / COUNT(*) FROM (SELECT t2.uniquepid, t2.diagnosistime FROM (SELECT t1.uniquepid, t1.diagnosistime FROM (SELECT patient.uniquepid, diagnosis.diagnosistime FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE diagnosis.diagnosisname = 'metastatic lung ca' GROUP BY patient.uniquepid HAVING MIN(diagnosis.diagnosistime) = diagnosis.diagnosistime) AS t1) AS t2 JOIN (SELECT patient.uniquepid, medication.drugstarttime FROM medication JOIN patient ON medication.patientunitstayid = patient.patientunitstayid WHERE medication.drugname = 'albuterol sulfate 2.5 mg inhl neb soln') AS t3 ON t2.uniquepid = t3.uniquepid WHERE t2.diagnosistime < t3.drugstarttime) AS t4 JOIN patient ON t4.uniquepid = patient.uniquepid
null
general
สถานที่ท่องเที่ยวใดบ้างที่นักท่องเที่ยว Vincent และ Marcelle ไปเยี่ยมชม? บอกชื่อสถานที่ท่องเที่ยว ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Which tourist attractions do the tourists Vincent and Marcelle visit? Tell me the names of the attractions.It is not neccessary to use all the tables.
visitors: tourist_id [ number] tourist_details [ text]
SELECT T1.name FROM tourist_attractions AS T1 JOIN visitors AS T2 JOIN visits AS T3 ON T1.tourist_attraction_id = T3.tourist_attraction_id AND T2.tourist_id = T3.tourist_id WHERE T2.tourist_details = "Vincent" INTERSECT SELECT T1.name FROM tourist_attractions AS T1 JOIN visitors AS T2 JOIN visits AS T3 ON T1.tourist_attraction_id = T3.tourist_attraction_id AND T2.tourist_id = T3.tourist_id WHERE T2.tourist_details = "Marcelle"
null
general
ผลรวมคะแนนชุดราตรีคือคะแนนสัมภาษณ์น้อยกว่า 8.77 คะแนนชุดว่ายน้ำเท่ากับ 7.8 และคะแนนเฉลี่ยน้อยกว่า 8.2 เป็นเท่าใด ไม่จำเป็นต้องใช้ทุกโต๊ะ
What is the sum of the evening gown scores where the interview score is less than 8.77, the swimsuit score is equal to 7.8, and the average score is less than 8.2?It is not neccessary to use all the tables.
table_name_4: evening_gown [ INTEGER] average [ VARCHAR] interview [ VARCHAR] swimsuit [ VARCHAR]
SELECT SUM(evening_gown) FROM table_name_4 WHERE interview < 8.77 AND swimsuit = 7.8 AND average < 8.2
null
general
ชื่อวิทยาลัยทุกแห่งเรียงตามตัวอักษรที่มีนักศึกษามากกว่า 18,000 คนลงทะเบียนคืออะไร? ไม่จำเป็นที่จะต้องใช้ตารางทั้งหมด
What is the name of every college in alphabetical order that has more than 18000 students enrolled?It is not neccessary to use all the tables.
tryout: pid [ number] cname [ text] ppos [ text] decision [ text]
SELECT cname FROM college WHERE enr > 18000 ORDER BY cname
null
general
คำนวณจำนวนสินค้าที่มีราคามากกว่าหรือเท่ากับ 180 ดอลลาร์ ไม่จำเป็นต้องใช้ตารางทั้งหมด
Compute the number of products with a price larger than or equal to $180.It is not neccessary to use all the tables.
products: price [ VARCHAR]
SELECT COUNT(*) FROM products WHERE price >= 180
null
general
เวลาของ Natalya คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is Natalya's Time?It is not neccessary to use all the tables.
table_12864: "Elimination" [ text] "Wrestler" [ text] "Team" [ text] "Time" [ text]
SELECT "Time" FROM table_12864 WHERE "Wrestler" = 'natalya'
null
general
ผู้ป่วย 3677 เคยทำหัตถการในการเข้ารับการรักษาในโรงพยาบาลครั้งสุดท้ายหรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
has patient 3677 had any procedures undergone in the last hospital encounter?It is not neccessary to use all the tables.
microbiologyevents: row_id [ number] subject_id [ number] hadm_id [ number] charttime [ time] spec_type_desc [ text] org_name [ text]
SELECT COUNT(*) > 0 FROM procedures_icd WHERE procedures_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 3677 AND NOT admissions.dischtime IS NULL ORDER BY admissions.admittime DESC LIMIT 1)
null
general
โปรดสร้างแผนภูมิแท่งที่แสดงรายได้สูงสุดจากชื่อ และฉันต้องการจัดอันดับ X จากมากไปน้อย ไม่จำเป็นต้องใช้ตารางทั้งหมด
Create a bar chart showing maximal revenue across name, and I want to rank X in descending order please.It is not neccessary to use all the tables.
Products: Code [ INTEGER] Name [ VARCHAR(255)] Price [ DECIMAL] Manufacturer [ INTEGER]
SELECT Name, MAX(Revenue) FROM Manufacturers GROUP BY Headquarter ORDER BY Name DESC
null
general
Mitchell และ Jessica อายุเท่าไหร่เมื่อพวกเขาเต้น Cha-Cha-Cha?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
How old were Mitchell & Jessica when they danced the Cha-Cha-Cha?It is not neccessary to use all the tables.
table_name_48: ages [ VARCHAR] dance [ VARCHAR] pair [ VARCHAR]
SELECT ages FROM table_name_48 WHERE dance = "cha-cha-cha" AND pair = "mitchell & jessica"
null
general
Donald Green ได้คะแนนเท่าไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
How many points did Donald Green score?It is not neccessary to use all the tables.
table_25730209_2: points [ VARCHAR] player [ VARCHAR]
SELECT COUNT(points) FROM table_25730209_2 WHERE player = "Donald Green"
null
general
สถานที่ใดที่มีสหรัฐอเมริกาเป็นประเทศและมีเครก วูดเป็นผู้เล่น?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
Which place has United States as the country and Craig Wood as the player?It is not neccessary to use all the tables.
table_68290: "Place" [ text] "Player" [ text] "Country" [ text] "Score" [ text]
SELECT "Place" FROM table_68290 WHERE "Country" = 'united states' AND "Player" = 'craig wood'
null
general
ศิลปินคนไหนมีที่นั่งมากกว่า 1 ด้วยคะแนน 229 คะแนน ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which artist had a place larger than 1 with 229 points?It is not neccessary to use all the tables.
table_36724: "Draw" [ real] "Artist" [ text] "Song" [ text] "Points" [ real] "Place" [ real]
SELECT "Artist" FROM table_36724 WHERE "Place" > '1' AND "Points" = '229'
null
general
เรือลำสุดท้ายที่บันทึกไว้เมื่อวันที่ 25 สิงหาคมคืออะไร ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is the last recorded ship sunk on august 25 ?It is not neccessary to use all the tables.
table_204_100: id [ number] "date" [ text] "nationality" [ text] "tonnage" [ number] "fate" [ text]
SELECT "name of ship" FROM table_204_100 WHERE "date" = 8 AND "date" = 25 ORDER BY id DESC LIMIT 1
null
general
จำนวนรองชนะเลิศโดยเฉลี่ยของมหาวิทยาลัยแห่งชาติซึ่งมีการแข่งขันมากกว่า 2 รายการคือเท่าไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the average number of runner-up that National University, which has more than 2 total championships, has?It is not neccessary to use all the tables.
table_40122: "University" [ text] "Men's" [ real] "Women's" [ real] "Runner-up" [ real]
SELECT AVG("Runner-up") FROM table_40122 WHERE "University" = 'national university' AND "Total Championships" > '2'
null
general
series 4 กับ sarah newman ใน series 1 คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the series 4 with sarah newman in series 1?It is not neccessary to use all the tables.
table_12147: "Seat" [ real]
SELECT "Series 4" FROM table_12147 WHERE "Series 1" = 'sarah newman'
null
general
พีคที่มีชื่อโครงการว่า talakan ph 1 คืออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the Peak with a Project Name that is talakan ph 1?It is not neccessary to use all the tables.
table_75369: "Country" [ text] "Operator" [ text] "Peak" [ text]
SELECT "Peak" FROM table_75369 WHERE "Project Name" = 'talakan ph 1'
null
general
ทีมโอคลาโฮมาซิตี้กี่ครั้ง?ไม่จำเป็นต้องใช้ตารางทั้งหมด
how many times is the team oklahoma city?It is not neccessary to use all the tables.
table_3858: "Game" [ real] "Date" [ text] "Team" [ text] "Score" [ text] "Record" [ text]
SELECT COUNT("High points") FROM table_3858 WHERE "Team" = 'Oklahoma City'
null
general
ใครคือผู้เล่นเมื่ออันดับ t5 และคะแนนคือ 69-66-71=206?ไม่จำเป็นต้องใช้ตารางทั้งหมด
who is the player when the place is t5 and the score is 69-66-71=206?It is not neccessary to use all the tables.
table_44177: "Place" [ text] "Player" [ text] "Country" [ text] "Score" [ text]
SELECT "Player" FROM table_44177 WHERE "Place" = 't5' AND "Score" = '69-66-71=206'
null
general
ส่งกลับคำอธิบายชื่อประเภทเอกสาร 'Film' ไม่จำเป็นต้องใช้ตารางทั้งหมด
Return the description of the document type name 'Film'.It is not neccessary to use all the tables.
ref_document_types: document_type_code [ text] document_type_name [ text] document_type_description [ text]
SELECT document_type_description FROM ref_document_types WHERE document_type_name = "Film"
null
general
คะแนนเฉลี่ยของโพสต์ที่สร้างขึ้นภายในสองวันนับจากวันที่สร้างผู้ใช้ในปี 2019 ไม่จำเป็นต้องใช้ตารางทั้งหมด
Average Score of posts created within two days of user creation date in 2019.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 Posts.Score FROM Posts INNER JOIN Users ON Posts.OwnerUserId = Users.Id WHERE Posts.CreationDate < DATEADD(Day, 2, Users.CreationDate) AND YEAR(Users.CreationDate) = 2019
null
general
มีจำนวนเซ็นเตอร์เท่ากันกับตำแหน่งอื่นในทีม ?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
there are the same number of centers as what other position on the team ?It is not neccessary to use all the tables.
table_204_140: id [ number] "round" [ number] "#" [ number] "player" [ text] "position" [ text] "nationality" [ text]
SELECT "position" FROM table_204_140 WHERE "position" <> 'center' GROUP BY "position" HAVING COUNT(*) = (SELECT COUNT(*) FROM table_204_140 WHERE "position" = 'center')
null
general
ศาสตราจารย์คนใดในฤดูหนาวหน้าจะสอนชั้นเรียน PreMajor ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What professor next Winter is teaching the PreMajor classes ?It is not neccessary to use all the tables.
course: course_id [ int] name [ varchar] department [ varchar] number [ varchar] credits [ varchar] advisory_requirement [ varchar] enforced_requirement [ varchar] description [ varchar] num_semesters [ int] num_enrolled [ int] has_discussion [ varchar] has_lab [ varchar] has_projects [ varchar] has_exams [ varchar] num_reviews [ int] clarity_score [ int] easiness_score [ int] helpfulness_score [ int]
SELECT DISTINCT instructor.name FROM course INNER JOIN course_offering ON course.course_id = course_offering.course_id INNER JOIN semester ON semester.semester_id = course_offering.semester INNER JOIN program_course ON program_course.course_id = course_offering.course_id INNER JOIN offering_instructor ON offering_instructor.offering_id = course_offering.offering_id INNER JOIN instructor ON offering_instructor.instructor_id = instructor.instructor_id WHERE program_course.category LIKE '%PreMajor%' AND semester.semester = 'Winter' AND semester.year = 2017
null
general
จำนวนเหรียญเงินเมื่อรวมเป็น 2 และน้อยกว่า 1 เหรียญทองแดง?ไม่จำเป็นต้องใช้ทุกโต๊ะ
How many silver medals when the total was 2 and less than 1 bronze?It is not neccessary to use all the tables.
table_14293: "Rank" [ text] "Nation" [ text] "Gold" [ real] "Silver" [ real] "Bronze" [ real] "Total" [ real]
SELECT SUM("Silver") FROM table_14293 WHERE "Bronze" < '1' AND "Total" = '2'
null
general
สำหรับพนักงานทุกคนที่มีตัวอักษร D หรือ S ในชื่อ ให้ส่งคืนแผนภูมิแท่งเกี่ยวกับการแจกแจงของ Hire_date และค่าเฉลี่ยของ department_id bin Hire_date ตามเวลา ไม่จำเป็นต้องใช้ตารางทั้งหมด
For all employees who have the letters D or S in their first name, return a bar chart about the distribution of hire_date and the average of department_id bin hire_date by time.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 FIRST_NAME LIKE '%D%' OR FIRST_NAME LIKE '%S%'
null
general
เจ้าบ้านได้คะแนนอะไรเมื่อเล่นกับคอลลิงวูด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What did the home team score when playing against Collingwood?It is not neccessary to use all the tables.
table_55442: "Venue" [ text] "Crowd" [ real] "Date" [ text]
SELECT "Home team score" FROM table_55442 WHERE "Away team" = 'collingwood'
null
general
ความคงทนของร่างกายคืออะไรโดยที่ความคงตัวเป็นที่สนใจไม่จำเป็นต้องใช้ตารางทั้งหมด
what's the permanence of the body where constancy is interestednessIt is not neccessary to use all the tables.
table_11609814_1: permanence_of_the_body [ VARCHAR] constancy [ VARCHAR]
SELECT permanence_of_the_body FROM table_11609814_1 WHERE constancy = "interestedness"
null
general
สำหรับสายการบินชื่อ Aeroflot Group พันธมิตรคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
For airlines named Aeroflot Group, what is the alliance?It is not neccessary to use all the tables.
table_54138: "Rank" [ real] "Airline/Holding" [ text]
SELECT "Alliance/ Association" FROM table_54138 WHERE "Airline/Holding" = 'aeroflot group'
null
general
บันทึกใดมีที่ตั้ง/การเข้าร่วมพระราชวังออเบิร์นฮิลส์ 8,108?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which Record has a Location/Attendance of palace of auburn hills 8,108?It is not neccessary to use all the tables.
table_name_22: record [ VARCHAR] location_attendance [ VARCHAR]
SELECT record FROM table_name_22 WHERE location_attendance = "palace of auburn hills 8,108"
null
general
Castrol Perkins Motorsport และผู้ชนะ Russell Ingall อยู่ในสถานที่/รัฐใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Castrol Perkins Motorsport and the winner Russell Ingall was in what location/state?It is not neccessary to use all the tables.
table_name_82: location___state [ VARCHAR] team [ VARCHAR] winner [ VARCHAR]
SELECT location___state FROM table_name_82 WHERE team = "castrol perkins motorsport" AND winner = "russell ingall"
null
general
หน่วยดูแลสุดท้ายของผู้ป่วย 27362 ตั้งแต่ปี 2104 คืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what was the last care unit of patient 27362 since 2104?It is not neccessary to use all the tables.
patients: row_id [ number] subject_id [ number] gender [ text] dob [ time] dod [ time]
SELECT transfers.careunit FROM transfers WHERE transfers.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 27362) AND NOT transfers.careunit IS NULL AND STRFTIME('%y', transfers.intime) >= '2104' ORDER BY transfers.intime DESC LIMIT 1
null
general
จำนวนภาพยนตร์ทั้งหมดที่ Athena chu แสดงเป็นจำนวนเท่าใด ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
what is the total number of films athena chu has acted in ?It is not neccessary to use all the tables.
table_203_239: id [ number] "year" [ number] "title" [ text] "role" [ text] "notes" [ text]
SELECT COUNT("title") FROM table_203_239
null
general
ค่าพาร์ของนักกอล์ฟที่ชนะ 40,850 และคะแนน 72-74-70-70=286 คืออะไร? ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What is the to par of the golfer with winnings of 40,850 and a score of 72-74-70-70=286?It is not neccessary to use all the tables.
table_name_52: to_par [ VARCHAR] money___£__ [ VARCHAR] score [ VARCHAR]
SELECT to_par FROM table_name_52 WHERE money___£__ = "40,850" AND score = 72 - 74 - 70 - 70 = 286
null
general
การแข่งขันรายการใดในปี 2546 มีคะแนน 2 1?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What competition in 2003 has a score of 2 1?It is not neccessary to use all the tables.
table_11812: "Year" [ real] "Competition" [ text] "Date" [ text] "Location" [ text] "Score" [ text] "Result" [ text]
SELECT "Competition" FROM table_11812 WHERE "Year" = '2003' AND "Score" = '2–1'
null
general
เครื่องยนต์ใดที่มีผู้เข้าร่วมทีมโลตัสและมีขนาดใหญ่กว่าปี 1962? ไม่จำเป็นต้องใช้ตารางทั้งหมด
Which engine has an Entrant of team lotus, and a Year larger than 1962?It is not neccessary to use all the tables.
table_68161: "Year" [ real] "Entrant" [ text] "Chassis" [ text] "Engine" [ text] "Points" [ real]
SELECT "Engine" FROM table_68161 WHERE "Entrant" = 'team lotus' AND "Year" > '1962'
null
general
ตำแหน่งใดที่มีไว้สำหรับการเลือกตั้งเมื่อซิลเวีย ไวน์สไตน์ลงสมัครรับเลือกตั้งภายใต้ตั๋ว Socialist Workers?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What was the office up for election when Sylvia Weinstein ran under the Socialist Workers ticket?It is not neccessary to use all the tables.
table_42003: "Office" [ text]
SELECT "Office" FROM table_42003 WHERE "Socialist Workers ticket" = 'sylvia weinstein'
null
general
San Juan Jabloteh เรียกสนามไหนว่าบ้าน?ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
San Juan Jabloteh calls which stadium home?It is not neccessary to use all the tables.
table_26510: "Team" [ text] "Location" [ text] "Stadium" [ text] "Capacity" [ real] "Manager" [ text] "Captain" [ text]
SELECT "Stadium" FROM table_26510 WHERE "Team" = 'San Juan Jabloteh'
null
general
พวกเขาเล่นพื้นผิวประเภทใดในวันที่ 21 กรกฎาคม 1997ไม่จำเป็นต้องใช้โต๊ะทั้งหมด
What type of surface did they play on 21 July 1997It is not neccessary to use all the tables.
table_62116: "Outcome" [ text] "Date" [ text] "Championship" [ text] "Surface" [ text]
SELECT "Surface" FROM table_62116 WHERE "Date" = '21 july 1997'
null
general
ก่อนปี พ.ศ. 2469 มีกี่สถานีที่เปิด ?ไม่จำเป็นต้องใช้ทุกโต๊ะ
how many stations opened before 1926 ?It is not neccessary to use all the tables.
table_203_839: id [ number] "station" [ text] "type" [ text] "latitude" [ text] "longitude" [ text] "opened" [ number] "closed" [ number] "coordinates" [ text]
SELECT COUNT("station") FROM table_203_839 WHERE "opened" < 1926
null
general
Luc Desnoyers เป็นเพศอะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What gender is Luc Desnoyers?It is not neccessary to use all the tables.
table_80146: "Riding" [ text] "Gender" [ text] "Residence" [ text] "Occupation" [ text] "Votes" [ real] "Rank" [ text]
SELECT "Gender" FROM table_80146 WHERE "Candidate's Name" = 'luc desnoyers'
null
general
มีผู้เข้าร่วมการแข่งขันรวมเวลา 207 คนเป็นจำนวนเท่าใด?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the attendance amount of the race with a time of 207?It is not neccessary to use all the tables.
table_name_38: attendance [ INTEGER] time [ VARCHAR]
SELECT MAX(attendance) FROM table_name_38 WHERE time = "2:07"
null
general
ผู้ใช้ที่มีป้าย 'ติดตามได้' มากที่สุด ไม่จำเป็นต้องใช้ตารางทั้งหมด
Users with largest number of 'trackable' badges.It is not neccessary to use all the tables.
SuggestedEdits: Id [ number] PostId [ number] CreationDate [ time] ApprovalDate [ time] RejectionDate [ time] OwnerUserId [ number] Comment [ text] Text [ text] Title [ text] Tags [ text] RevisionGUID [ other]
SELECT u.Id AS "user_link", COUNT(DISTINCT b.Name) AS BadgeCount FROM Users AS u INNER JOIN Badges AS b ON b.UserId = u.Id WHERE b.Name IN ('Altruist', 'Benefactor', 'Curious', 'Inquisitive', 'Socratic', 'Investor', 'Explainer', 'Promoter', 'Scholar', 'Student', 'Explainer') GROUP BY u.Id ORDER BY COUNT(DISTINCT b.Name) DESC LIMIT 100
null
general
566 มีห้องแล็บด้วยหรือไม่ ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Does 566 include a lab ?It is not neccessary to use all the tables.
semester: semester_id [ int] semester [ varchar] year [ int]
SELECT COUNT(*) > 0 FROM course WHERE department = 'EECS' AND has_lab = 'Y' AND number = 566
null
general
เกมทั้งหมดที่เล่นโดย Linda Smith ชื่ออะไร? ไม่จำเป็นต้องใช้ตารางทั้งหมด
What are the names of all games played by Linda Smith?It is not neccessary to use all the tables.
plays_games: stuid [ number] gameid [ number] hours_played [ number]
SELECT gname FROM plays_games AS T1 JOIN video_games AS T2 ON T1.gameid = T2.gameid JOIN student AS T3 ON T3.stuid = T1.stuid WHERE T3.lname = "Smith" AND T3.fname = "Linda"
null
general
ระยะเวลาที่ปรากฏตัว 3 ครั้ง และเจมส์ การ์เร็ตเป็นตัวละครคือเท่าใด ไม่จำเป็นต้องใช้ตารางทั้งหมด
What is the duration that has 3 for appearances, and james garret as the character?It is not neccessary to use all the tables.
table_name_20: duration [ VARCHAR] appearances [ VARCHAR] character [ VARCHAR]
SELECT duration FROM table_name_20 WHERE appearances = "3" AND character = "james garret"
null
general
สถานที่ลงทะเบียนของอเล็กซานเดรียอยู่ที่ไหน?ไม่จำเป็นต้องใช้ตารางทั้งหมด
Where are the Alexandria enrollment locations?It is not neccessary to use all the tables.
table_23904: "School" [ text] "Location(s)" [ text] "Control" [ text] "Type" [ text] "Accreditation" [ text] "Founded" [ text] "Enrollment" [ text]
SELECT "Enrollment" FROM table_23904 WHERE "Location(s)" = 'Alexandria'
null
general
คะแนนชุดที่ 3 เวลา 1504 เป็นเท่าใด ไม่จำเป็นต้องใช้ทุกตาราง
What is the score for set 3 with a time at 1504?It is not neccessary to use all the tables.
table_name_46: set_3 [ VARCHAR] time [ VARCHAR]
SELECT set_3 FROM table_name_46 WHERE time = "15:04"
null
general
เมืองใดอยู่หลังเม่นธรรมดาตามลำดับตัวอักษร ?ไม่จำเป็นต้องใช้ตารางทั้งหมด
which town comes after porcupine plain in alphabetical order ?It is not neccessary to use all the tables.
table_204_43: id [ number] "name" [ text] "population\n(2011)" [ number] "population\n(2006)" [ number] "change\n(%)" [ number] "land\narea\n(km2)" [ number]
SELECT "name" FROM table_204_43 WHERE id = (SELECT id FROM table_204_43 WHERE "name" = 'porcupine plain') + 1
null
general
รายการเที่ยวบินทั้งหมดจาก LONG BEACH ถึง COLUMBUS ช่วงดึกของวันเสาร์ไม่จำเป็นต้องใช้ตารางทั้งหมด
list all flights from LONG BEACH to COLUMBUS late saturdayIt is not neccessary to use all the tables.
time_zone: time_zone_code [ text] time_zone_name [ text] hours_from_gmt [ int]
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, city AS CITY_0, city AS CITY_1, date_day, days, flight WHERE ((((flight.departure_time <= 2359 AND flight.departure_time >= 2000) AND date_day.day_number = 26 AND date_day.month_number = 7 AND date_day.year = 1991 AND days.day_name = date_day.day_name AND flight.flight_days = days.days_code) OR ((flight.departure_time <= 300 AND flight.departure_time >= 0) AND date_day.day_number = 26 AND date_day.month_number = 7 AND date_day.year = 1991 AND days.day_name = date_day.day_name AND flight.flight_days = days.days_code)) AND CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'LONG BEACH' AND flight.to_airport = AIRPORT_SERVICE_1.airport_code) AND CITY_0.city_code = AIRPORT_SERVICE_0.city_code AND CITY_0.city_name = 'COLUMBUS' AND flight.from_airport = AIRPORT_SERVICE_0.airport_code
null
general
ผู้ป่วย 8016 ทำการทดสอบ mch ครั้งแรกในช่วงหนึ่งเดือนก่อนหน้าเมื่อใด? ไม่จำเป็นต้องใช้ตารางทั้งหมด
when did patient 8016 had a mch test the first time during a month before?It is not neccessary to use all the tables.
outputevents: row_id [ number] subject_id [ number] hadm_id [ number] icustay_id [ number] charttime [ time] itemid [ number] value [ number]
SELECT labevents.charttime FROM labevents WHERE labevents.itemid IN (SELECT d_labitems.itemid FROM d_labitems WHERE d_labitems.label = 'mch') AND labevents.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 8016) AND DATETIME(labevents.charttime, 'start of month') = DATETIME(CURRENT_TIME(), 'start of month', '-1 month') ORDER BY labevents.charttime LIMIT 1
null
general
ผลลัพธ์ที่ได้เมื่อ EEUU เป็นประเทศคืออะไร?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What was the resultado when E.E.U.U was the country?It is not neccessary to use all the tables.
table_27501971_2: resultado [ VARCHAR] country [ VARCHAR]
SELECT resultado FROM table_27501971_2 WHERE country = "E.E.U.U"
null
general
วาดแผนภูมิแท่งที่นับจำนวนสถานที่ของแต่ละเวิร์กช็อป และฉันต้องการเรียงลำดับจากน้อยไปหามากด้วย X ไม่จำเป็นต้องใช้ตารางทั้งหมด
Draw a bar chart that counts the number of venues of each workshop, and I want to order in ascending by the X.It is not neccessary to use all the tables.
submission: Submission_ID [ int] Scores [ real] Author [ text] College [ text]
SELECT Venue, COUNT(Venue) FROM workshop GROUP BY Venue ORDER BY Venue
null
general
นับจำนวนผู้ป่วยที่เป็นโรคหลักที่เหลืออยู่ มะเร็งลำไส้ใหญ่ และขั้นตอนการรักษาชื่อย่อคือ tracheostomy ชั่วคราวหรือไม่ ไม่จำเป็นต้องใช้ตารางทั้งหมด
count the number of patients whose primary disease is left colon cancer and procedure short title is temporary tracheostomy?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 procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.diagnosis = "LEFT COLON CANCER" AND procedures.short_title = "Temporary tracheostomy"
null
general
แจ้งจำนวนผู้ป่วยที่ได้รับการวินิจฉัยว่าเป็นโรค chordae tendinae rupture ให้ฉันทราบ ไม่จำเป็นต้องใช้ตารางทั้งหมด
provide me the number of patients who have been diagnosed with chordae tendinae rupture.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 INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE diagnoses.short_title = "Chordae tendinae rupture"
null
general
เมืองใดอยู่ในอันดับที่ 3 เมื่อเม็กซิโกซิตี้อยู่ในอันดับที่ 2?ไม่จำเป็นต้องใช้ตารางทั้งหมด
What city was in the 3rd venue when Mexico City was in the 2nd?It is not neccessary to use all the tables.
table_25024: "Year" [ real]
SELECT "3rd Venue" FROM table_25024 WHERE "2nd Venue" = 'Mexico City'
null
general
ทีมเจ้าบ้านใดมีสถิติผู้เข้าชม 16,971 คน?ไม่จำเป็นต้องใช้ทุกโต๊ะ
What home team had an attendance record of 16,971?It is not neccessary to use all the tables.
table_78058: "Attendance" [ text]
SELECT "Home team" FROM table_78058 WHERE "Attendance" = '16,971'
null
general
ค้นหาจำนวนผู้ป่วยแอฟริกันผิวดำ/อเมริกันที่มีภาวะขาดเลือดในหลอดเลือดในสมอง ไม่จำเป็นต้องใช้ตารางทั้งหมด
find the number of black african /american patients who had mesentric ischemia.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 COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.ethnicity = "BLACK/AFRICAN AMERICAN" AND demographic.diagnosis = "MESENTERIC ISCHEMIA"
null
general