instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
What's the ladder position when team is less than 10 and the Finals qualifications were DNQ?
SELECT final_ladder_position FROM table_name_75 WHERE finals_qualification = "dnq" AND teams < 10
[ 2061, 338, 262, 18002, 2292, 618, 1074, 318, 1342, 621, 838, 290, 262, 19705, 24751, 547, 45080, 48, 30, 46506, 2457, 62, 9435, 1082, 62, 9150, 16034, 3084, 62, 3672, 62, 2425, 33411, 18576, 62, 13255, 2649, 796, 366, 32656, 80, 1, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 338, 262, 18002, 2292, 618, 1074, 318, 1342, 621, 838, 290, 262, 19705, 24751, 547, 45080, 48, 30, 46506, 2457, 62, 9435, 1082, 62, 9150, 16034, 3084, 62, 3672, 62, 2425, 33411, 18576, 62, 13255, 2649, 796, 366, 32656, 80, 1, ...
What is the Nationality of the athlete in 1999 Fort-de-France in the Triple Jump?
SELECT nationality FROM table_name_12 WHERE games = "1999 fort-de-france" AND event = "triple jump"
[ 2061, 318, 262, 2351, 414, 286, 262, 16076, 287, 7358, 6401, 12, 2934, 12, 28572, 287, 262, 19817, 15903, 30, 46506, 29835, 16034, 3084, 62, 3672, 62, 1065, 33411, 1830, 796, 366, 18946, 6285, 12, 2934, 12, 69, 8132, 1, 5357, 1785, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2351, 414, 286, 262, 16076, 287, 7358, 6401, 12, 2934, 12, 28572, 287, 262, 19817, 15903, 30, 46506, 29835, 16034, 3084, 62, 3672, 62, 1065, 33411, 1830, 796, 366, 18946, 6285, 12, 2934, 12, 69, 8132, 1, 5357, 1785, ...
With a date of Aldershot and Aldershot as the away team what was the score of the game?
SELECT "Score" FROM table_48288 WHERE "Away team" = 'aldershot' AND "Date" = 'aldershot'
[ 3152, 257, 3128, 286, 15586, 364, 8940, 290, 15586, 364, 8940, 355, 262, 1497, 1074, 644, 373, 262, 4776, 286, 262, 983, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 2780, 25270, 33411, 366, 32, 1014, 1074, 1, 796, 705, 1940, 364, 894...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 3152, 257, 3128, 286, 15586, 364, 8940, 290, 15586, 364, 8940, 355, 262, 1497, 1074, 644, 373, 262, 4776, 286, 262, 983, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 2780, 25270, 33411, 366, 32, 1014, 1074, 1, 796, 705, 1940, 364, 894...
what is the first ward for patient 162 since 2 years ago?
SELECT transfers.wardid FROM transfers WHERE transfers.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 162) AND NOT transfers.wardid IS NULL AND DATETIME(transfers.intime) >= DATETIME(CURRENT_TIME(), '-2 year') ORDER BY transfers.intime LIMIT 1
[ 10919, 318, 262, 717, 15305, 329, 5827, 25090, 1201, 362, 812, 2084, 30, 46506, 16395, 13, 904, 312, 16034, 16395, 33411, 16395, 13, 18108, 76, 62, 312, 3268, 357, 46506, 25349, 13, 18108, 76, 62, 312, 16034, 25349, 33411, 25349, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 262, 717, 15305, 329, 5827, 25090, 1201, 362, 812, 2084, 30, 46506, 16395, 13, 904, 312, 16034, 16395, 33411, 16395, 13, 18108, 76, 62, 312, 3268, 357, 46506, 25349, 13, 18108, 76, 62, 312, 16034, 25349, 33411, 25349, 13, ...
Who was the Leading Scorer in the Game with a Score of 96-87?
SELECT Leading AS scorer FROM table_name_90 WHERE score = "96-87"
[ 8241, 373, 262, 43225, 1446, 11934, 287, 262, 3776, 351, 257, 15178, 286, 9907, 12, 5774, 30, 46506, 43225, 7054, 30664, 16034, 3084, 62, 3672, 62, 3829, 33411, 4776, 796, 366, 4846, 12, 5774, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 373, 262, 43225, 1446, 11934, 287, 262, 3776, 351, 257, 15178, 286, 9907, 12, 5774, 30, 46506, 43225, 7054, 30664, 16034, 3084, 62, 3672, 62, 3829, 33411, 4776, 796, 366, 4846, 12, 5774, 1 ]
How many opponents have a 1-0 record against the Cowboys?
SELECT "Opponents" FROM table_25310 WHERE "Record" = '1-0'
[ 2437, 867, 7691, 423, 257, 352, 12, 15, 1700, 1028, 262, 16535, 30, 46506, 366, 27524, 3906, 1, 16034, 3084, 62, 1495, 26717, 33411, 366, 23739, 1, 796, 705, 16, 12, 15, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 7691, 423, 257, 352, 12, 15, 1700, 1028, 262, 16535, 30, 46506, 366, 27524, 3906, 1, 16034, 3084, 62, 1495, 26717, 33411, 366, 23739, 1, 796, 705, 16, 12, 15, 6 ]
Name the season for spvgg bayreuth and fsv salmrohr
SELECT season FROM table_14242137_4 WHERE oberliga_bayern = "SpVgg Bayreuth" AND oberliga_südwest = "FSV Salmrohr"
[ 5376, 262, 1622, 329, 599, 85, 1130, 15489, 260, 1071, 290, 277, 21370, 3664, 76, 305, 11840, 46506, 1622, 16034, 3084, 62, 1415, 27877, 19708, 62, 19, 33411, 267, 527, 38910, 62, 24406, 1142, 796, 366, 4561, 53, 1130, 4696, 260, 1071...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 1622, 329, 599, 85, 1130, 15489, 260, 1071, 290, 277, 21370, 3664, 76, 305, 11840, 46506, 1622, 16034, 3084, 62, 1415, 27877, 19708, 62, 19, 33411, 267, 527, 38910, 62, 24406, 1142, 796, 366, 4561, 53, 1130, 4696, 260, 1071...
What is the average Total with a Gold that is larger than 4?
SELECT AVG("Total") FROM table_42344 WHERE "Gold" > '4'
[ 2061, 318, 262, 2811, 7472, 351, 257, 3561, 326, 318, 4025, 621, 604, 30, 46506, 35224, 7203, 14957, 4943, 16034, 3084, 62, 43356, 2598, 33411, 366, 13306, 1, 1875, 705, 19, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2811, 7472, 351, 257, 3561, 326, 318, 4025, 621, 604, 30, 46506, 35224, 7203, 14957, 4943, 16034, 3084, 62, 43356, 2598, 33411, 366, 13306, 1, 1875, 705, 19, 6 ]
What was the result of the match that took place in Perth, featuring a score of 48-12?
SELECT "Result" FROM table_4660 WHERE "Score" = '48-12' AND "City" = 'perth'
[ 2061, 373, 262, 1255, 286, 262, 2872, 326, 1718, 1295, 287, 29913, 11, 9593, 257, 4776, 286, 4764, 12, 1065, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 3510, 1899, 33411, 366, 26595, 1, 796, 705, 2780, 12, 1065, 6, 5357, 366, 14941,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 1255, 286, 262, 2872, 326, 1718, 1295, 287, 29913, 11, 9593, 257, 4776, 286, 4764, 12, 1065, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 3510, 1899, 33411, 366, 26595, 1, 796, 705, 2780, 12, 1065, 6, 5357, 366, 14941,...
Find the number of the enrollment date for all the tests that have 'Pass' result, could you sort Y-axis in asc order?
SELECT date_of_enrolment, COUNT(date_of_enrolment) FROM Student_Course_Enrolment AS T1 JOIN Student_Tests_Taken AS T2 ON T1.registration_id = T2.registration_id WHERE T2.test_result = "Pass" ORDER BY COUNT(date_of_enrolment)
[ 16742, 262, 1271, 286, 262, 20753, 3128, 329, 477, 262, 5254, 326, 423, 705, 14478, 6, 1255, 11, 714, 345, 3297, 575, 12, 22704, 287, 10570, 1502, 30, 46506, 3128, 62, 1659, 62, 268, 3225, 434, 11, 327, 28270, 7, 4475, 62, 1659, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 16742, 262, 1271, 286, 262, 20753, 3128, 329, 477, 262, 5254, 326, 423, 705, 14478, 6, 1255, 11, 714, 345, 3297, 575, 12, 22704, 287, 10570, 1502, 30, 46506, 3128, 62, 1659, 62, 268, 3225, 434, 11, 327, 28270, 7, 4475, 62, 1659, 6...
when was the last time patient 031-17228 got a lab test for mcv in 07/2105?
SELECT lab.labresulttime FROM lab WHERE lab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '031-17228')) AND lab.labname = 'mcv' AND STRFTIME('%y-%m', lab.labresulttime) = '21...
[ 12518, 373, 262, 938, 640, 5827, 657, 3132, 12, 1558, 23815, 1392, 257, 2248, 1332, 329, 285, 33967, 287, 8753, 14, 17, 13348, 30, 46506, 2248, 13, 23912, 20274, 2435, 16034, 2248, 33411, 2248, 13, 26029, 20850, 31712, 312, 3268, 357, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 12518, 373, 262, 938, 640, 5827, 657, 3132, 12, 1558, 23815, 1392, 257, 2248, 1332, 329, 285, 33967, 287, 8753, 14, 17, 13348, 30, 46506, 2248, 13, 23912, 20274, 2435, 16034, 2248, 33411, 2248, 13, 26029, 20850, 31712, 312, 3268, 357, ...
Show first name, last name, age for all female students. Their sex is F.
SELECT fname, lname, age FROM student WHERE sex = 'F'
[ 15307, 717, 1438, 11, 938, 1438, 11, 2479, 329, 477, 4048, 2444, 13, 5334, 1714, 318, 376, 13, 46506, 277, 3672, 11, 300, 3672, 11, 2479, 16034, 3710, 33411, 1714, 796, 705, 37, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 15307, 717, 1438, 11, 938, 1438, 11, 2479, 329, 477, 4048, 2444, 13, 5334, 1714, 318, 376, 13, 46506, 277, 3672, 11, 300, 3672, 11, 2479, 16034, 3710, 33411, 1714, 796, 705, 37, 6 ]
Posts starting with upper case vs. lower case.
SELECT SUM(CASE WHEN Text LIKE 'abcdefghijklmnopqrstuvwxyz%' THEN 1 ELSE 0 END) AS "Upper", SUM(CASE WHEN Text LIKE 'abcdefghijklmnopqrstuvwxyz%' THEN 1 ELSE 0 END) AS "Lower" FROM PostHistory WHERE PostHistoryTypeId = 2
[ 21496, 3599, 351, 6727, 1339, 3691, 13, 2793, 1339, 13, 46506, 35683, 7, 34, 11159, 42099, 8255, 34178, 705, 39305, 4299, 456, 2926, 41582, 10295, 404, 80, 81, 301, 14795, 86, 5431, 89, 4, 6, 42243, 352, 17852, 5188, 657, 23578, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 21496, 3599, 351, 6727, 1339, 3691, 13, 2793, 1339, 13, 46506, 35683, 7, 34, 11159, 42099, 8255, 34178, 705, 39305, 4299, 456, 2926, 41582, 10295, 404, 80, 81, 301, 14795, 86, 5431, 89, 4, 6, 42243, 352, 17852, 5188, 657, 23578, 8, ...
WHAT IS THE NAME OF THE MENS DOUBLES PLAYER WHEN THE WOMENS DOUBLES PLAYER IS HELEN REINO KAI-RIIN SALUSTE?
SELECT mens_doubles FROM table_14903627_1 WHERE womens_doubles = "Helen Reino Kai-Riin Saluste"
[ 32971, 3180, 3336, 36751, 3963, 3336, 337, 16938, 360, 2606, 9148, 1546, 28180, 1137, 42099, 3336, 45386, 16938, 360, 2606, 9148, 1546, 28180, 1137, 3180, 36255, 1677, 4526, 46016, 509, 20185, 12, 7112, 1268, 42475, 7759, 36, 30, 46506, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 32971, 3180, 3336, 36751, 3963, 3336, 337, 16938, 360, 2606, 9148, 1546, 28180, 1137, 42099, 3336, 45386, 16938, 360, 2606, 9148, 1546, 28180, 1137, 3180, 36255, 1677, 4526, 46016, 509, 20185, 12, 7112, 1268, 42475, 7759, 36, 30, 46506, 2...
i want to leave OAKLAND and arrive in BOSTON at 1700 o'clock in the afternoon
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, flight WHERE (CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'BOSTON' AND flight.arrival_time = 1700 AND flight.to_airport = AIRPORT_SERVICE_1.airport_...
[ 72, 765, 284, 2666, 440, 10206, 28182, 290, 9240, 287, 347, 10892, 1340, 379, 35665, 267, 6, 15750, 287, 262, 6672, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 72, 765, 284, 2666, 440, 10206, 28182, 290, 9240, 287, 347, 10892, 1340, 379, 35665, 267, 6, 15750, 287, 262, 6672, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, 27389, ...
what is the total number of patients who had received a entral infus nutrit sub procedure two times in the last year?
SELECT COUNT(DISTINCT t1.subject_id) FROM (SELECT admissions.subject_id, COUNT(*) AS c1 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 = 'entral infus nutrit s...
[ 10919, 318, 262, 2472, 1271, 286, 3871, 508, 550, 2722, 257, 920, 1373, 1167, 385, 44867, 850, 8771, 734, 1661, 287, 262, 938, 614, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 16, 13, 32796, 62, 312, 8, 16034, 357, 46506, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 262, 2472, 1271, 286, 3871, 508, 550, 2722, 257, 920, 1373, 1167, 385, 44867, 850, 8771, 734, 1661, 287, 262, 938, 614, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 256, 16, 13, 32796, 62, 312, 8, 16034, 357, 46506, ...
calculate the one year survival probability among the patients who were prescribed trandate after they were diagnosed with narcotic overdose.
SELECT SUM(CASE WHEN patient.hospitaldischargestatus = 'alive' THEN 1 WHEN STRFTIME('%j', patient.hospitaldischargetime) - STRFTIME('%j', t4.diagnosistime) > 1 * 365 THEN 1 ELSE 0 END) * 100 / COUNT(*) FROM (SELECT t2.uniquepid, t2.diagnosistime FROM (SELECT t1.uniquepid, t1.diagnosistime FROM (SELECT patient.uniquepid...
[ 9948, 3129, 378, 262, 530, 614, 9441, 12867, 1871, 262, 3871, 508, 547, 14798, 491, 392, 378, 706, 484, 547, 14641, 351, 16946, 6210, 27357, 13, 46506, 35683, 7, 34, 11159, 42099, 5827, 13, 49257, 6381, 11121, 395, 7240, 796, 705, 282...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 9948, 3129, 378, 262, 530, 614, 9441, 12867, 1871, 262, 3871, 508, 547, 14798, 491, 392, 378, 706, 484, 547, 14641, 351, 16946, 6210, 27357, 13, 46506, 35683, 7, 34, 11159, 42099, 5827, 13, 49257, 6381, 11121, 395, 7240, 796, 705, 282...
Python tags and all tags on StackOverflow.
SELECT 'Python only' AS type, COUNT(*) AS count FROM dbo.Posts WHERE Tags LIKE '%python%' UNION SELECT 'All' AS type, COUNT(*) AS count FROM dbo.Posts
[ 37906, 15940, 290, 477, 15940, 319, 23881, 5886, 11125, 13, 46506, 705, 37906, 691, 6, 7054, 2099, 11, 327, 28270, 7, 28104, 7054, 954, 16034, 288, 2127, 13, 21496, 33411, 44789, 34178, 705, 4, 29412, 4, 6, 4725, 2849, 33493, 705, 323...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 37906, 15940, 290, 477, 15940, 319, 23881, 5886, 11125, 13, 46506, 705, 37906, 691, 6, 7054, 2099, 11, 327, 28270, 7, 28104, 7054, 954, 16034, 288, 2127, 13, 21496, 33411, 44789, 34178, 705, 4, 29412, 4, 6, 4725, 2849, 33493, 705, 323...
What player has a round larger than 1 in Austria?
SELECT player FROM table_name_6 WHERE round > 1 AND nationality = "austria"
[ 2061, 2137, 468, 257, 2835, 4025, 621, 352, 287, 17322, 30, 46506, 2137, 16034, 3084, 62, 3672, 62, 21, 33411, 2835, 1875, 352, 5357, 29835, 796, 366, 64, 436, 7496, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 2137, 468, 257, 2835, 4025, 621, 352, 287, 17322, 30, 46506, 2137, 16034, 3084, 62, 3672, 62, 21, 33411, 2835, 1875, 352, 5357, 29835, 796, 366, 64, 436, 7496, 1 ]
show the number of female patients diagnosed for hypertension but not coronary artery disease/ cardiac cath.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.gender = "F" AND demographic.diagnosis = "HYPERTENSION;RULE OUT CORONARY ARTERY DISEASE\CARDIAC CATH"
[ 12860, 262, 1271, 286, 4048, 3871, 14641, 329, 37454, 475, 407, 37151, 37646, 4369, 14, 26077, 32171, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 8388, 796, 366, 37, 1,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 12860, 262, 1271, 286, 4048, 3871, 14641, 329, 37454, 475, 407, 37151, 37646, 4369, 14, 26077, 32171, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 8388, 796, 366, 37, 1,...
What is the low win total for players ranked below 4?
SELECT MIN("Wins") FROM table_11345 WHERE "Rank" > '4'
[ 2061, 318, 262, 1877, 1592, 2472, 329, 1938, 10307, 2174, 604, 30, 46506, 20625, 7203, 54, 1040, 4943, 16034, 3084, 62, 16616, 2231, 33411, 366, 27520, 1, 1875, 705, 19, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 1877, 1592, 2472, 329, 1938, 10307, 2174, 604, 30, 46506, 20625, 7203, 54, 1040, 4943, 16034, 3084, 62, 16616, 2231, 33411, 366, 27520, 1, 1875, 705, 19, 6 ]
Find the branch name of the bank that has the most number of customers.
SELECT bname FROM bank ORDER BY no_of_customers DESC LIMIT 1
[ 16742, 262, 8478, 1438, 286, 262, 3331, 326, 468, 262, 749, 1271, 286, 4297, 13, 46506, 275, 3672, 16034, 3331, 38678, 11050, 645, 62, 1659, 62, 23144, 364, 22196, 34, 27564, 2043, 352 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 16742, 262, 8478, 1438, 286, 262, 3331, 326, 468, 262, 749, 1271, 286, 4297, 13, 46506, 275, 3672, 16034, 3331, 38678, 11050, 645, 62, 1659, 62, 23144, 364, 22196, 34, 27564, 2043, 352 ]
indicate the daily maximum amount of arterial bp mean for patient 25814 since 162 days ago.
SELECT MAX(chartevents.valuenum) FROM chartevents WHERE chartevents.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 25814)) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'arte...
[ 521, 5344, 262, 4445, 5415, 2033, 286, 30675, 498, 275, 79, 1612, 329, 5827, 37528, 1415, 1201, 25090, 1528, 2084, 13, 46506, 25882, 7, 40926, 31534, 13, 2100, 84, 44709, 8, 16034, 8262, 31534, 33411, 8262, 31534, 13, 291, 436, 323, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 521, 5344, 262, 4445, 5415, 2033, 286, 30675, 498, 275, 79, 1612, 329, 5827, 37528, 1415, 1201, 25090, 1528, 2084, 13, 46506, 25882, 7, 40926, 31534, 13, 2100, 84, 44709, 8, 16034, 8262, 31534, 33411, 8262, 31534, 13, 291, 436, 323, 6...
provide the number of patients whose diagnoses icd9 code is 25050 and lab test category is hematology.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE diagnoses.icd9_code = "25050" AND lab."CATEGORY" = "Hematology"
[ 15234, 485, 262, 1271, 286, 3871, 3025, 40567, 14158, 67, 24, 2438, 318, 8646, 1120, 290, 2248, 1332, 6536, 318, 339, 6759, 1435, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 15234, 485, 262, 1271, 286, 3871, 3025, 40567, 14158, 67, 24, 2438, 318, 8646, 1120, 290, 2248, 1332, 6536, 318, 339, 6759, 1435, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479,...
how many patients are admitted before the year 2170 and diagnosed with malig neo bladder nec?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.admityear < "2170" AND diagnoses.short_title = "Malig neo bladder NEC"
[ 4919, 867, 3871, 389, 6848, 878, 262, 614, 362, 17279, 290, 14641, 351, 6428, 328, 19102, 34918, 27576, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4919, 867, 3871, 389, 6848, 878, 262, 614, 362, 17279, 290, 14641, 351, 6428, 328, 19102, 34918, 27576, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6177, ...
What is the resale category for the provider NetCologne?
SELECT "Resale" FROM table_72932 WHERE "Provider" = 'Netcologne'
[ 2061, 318, 262, 581, 1000, 6536, 329, 262, 10131, 3433, 34, 30520, 30, 46506, 366, 4965, 1000, 1, 16034, 3084, 62, 48555, 2624, 33411, 366, 29495, 1, 796, 705, 7934, 66, 30520, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 581, 1000, 6536, 329, 262, 10131, 3433, 34, 30520, 30, 46506, 366, 4965, 1000, 1, 16034, 3084, 62, 48555, 2624, 33411, 366, 29495, 1, 796, 705, 7934, 66, 30520, 6 ]
What college did the player who played DE go to?
SELECT college FROM table_26996293_1 WHERE position = "DE"
[ 2061, 4152, 750, 262, 2137, 508, 2826, 5550, 467, 284, 30, 46506, 4152, 16034, 3084, 62, 2075, 38565, 31675, 62, 16, 33411, 2292, 796, 366, 7206, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 4152, 750, 262, 2137, 508, 2826, 5550, 467, 284, 30, 46506, 4152, 16034, 3084, 62, 2075, 38565, 31675, 62, 16, 33411, 2292, 796, 366, 7206, 1 ]
how many asian patients have the diagnoses titled major depressive affective disorder, single episode, unspecified?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.ethnicity = "ASIAN" AND diagnoses.long_title = "Major depressive affective disorder, single episode, unspecified"
[ 4919, 867, 355, 666, 3871, 423, 262, 40567, 11946, 1688, 36568, 2689, 425, 8967, 11, 2060, 4471, 11, 29547, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 4919, 867, 355, 666, 3871, 423, 262, 40567, 11946, 1688, 36568, 2689, 425, 8967, 11, 2060, 4471, 11, 29547, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 40567, 6...
what is the minimum population with canton being redange
SELECT MIN(population) FROM table_1417184_1 WHERE canton = "Redange"
[ 10919, 318, 262, 5288, 3265, 351, 18548, 261, 852, 2266, 858, 46506, 20625, 7, 39748, 8, 16034, 3084, 62, 1415, 1558, 22883, 62, 16, 33411, 18548, 261, 796, 366, 7738, 858, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 5288, 3265, 351, 18548, 261, 852, 2266, 858, 46506, 20625, 7, 39748, 8, 16034, 3084, 62, 1415, 1558, 22883, 62, 16, 33411, 18548, 261, 796, 366, 7738, 858, 1 ]
Which entrant had a Brabham BT10 chassis before 1965?
SELECT "Entrant" FROM table_49312 WHERE "Year" < '1965' AND "Chassis" = 'brabham bt10'
[ 13828, 920, 5250, 550, 257, 1709, 397, 2763, 22205, 940, 24587, 878, 17672, 30, 46506, 366, 14539, 5250, 1, 16034, 3084, 62, 2920, 27970, 33411, 366, 17688, 1, 1279, 705, 45271, 6, 5357, 366, 1925, 20297, 1, 796, 705, 1671, 397, 2763,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 920, 5250, 550, 257, 1709, 397, 2763, 22205, 940, 24587, 878, 17672, 30, 46506, 366, 14539, 5250, 1, 16034, 3084, 62, 2920, 27970, 33411, 366, 17688, 1, 1279, 705, 45271, 6, 5357, 366, 1925, 20297, 1, 796, 705, 1671, 397, 2763,...
Who was the driver for the Richard Childress Racing team in the race with a time of 2:58:22?
SELECT "Driver" FROM table_2674 WHERE "Team" = 'Richard Childress Racing' AND "Race time" = '2:58:22'
[ 8241, 373, 262, 4639, 329, 262, 6219, 5932, 601, 14954, 1074, 287, 262, 3234, 351, 257, 640, 286, 362, 25, 3365, 25, 1828, 30, 46506, 366, 32103, 1, 16034, 3084, 62, 2075, 4524, 33411, 366, 15592, 1, 796, 705, 22245, 5932, 601, 1495...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 373, 262, 4639, 329, 262, 6219, 5932, 601, 14954, 1074, 287, 262, 3234, 351, 257, 640, 286, 362, 25, 3365, 25, 1828, 30, 46506, 366, 32103, 1, 16034, 3084, 62, 2075, 4524, 33411, 366, 15592, 1, 796, 705, 22245, 5932, 601, 1495...
What tourmament has Genesis won previously?
SELECT "Championship" FROM table_548 WHERE "Previous champion(s)" = 'Genesis'
[ 2061, 4205, 76, 3263, 468, 18993, 1839, 4271, 30, 46506, 366, 1925, 4350, 1056, 1, 16034, 3084, 62, 49934, 33411, 366, 21448, 8783, 7, 82, 16725, 796, 705, 13746, 9339, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 4205, 76, 3263, 468, 18993, 1839, 4271, 30, 46506, 366, 1925, 4350, 1056, 1, 16034, 3084, 62, 49934, 33411, 366, 21448, 8783, 7, 82, 16725, 796, 705, 13746, 9339, 6 ]
When was Lee Phillips the director?
SELECT year FROM table_name_35 WHERE director = "lee phillips"
[ 2215, 373, 5741, 17630, 262, 3437, 30, 46506, 614, 16034, 3084, 62, 3672, 62, 2327, 33411, 3437, 796, 366, 7197, 872, 359, 2419, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2215, 373, 5741, 17630, 262, 3437, 30, 46506, 614, 16034, 3084, 62, 3672, 62, 2327, 33411, 3437, 796, 366, 7197, 872, 359, 2419, 1 ]
Questions without code in body since [period] that are downvoted or closed.
SELECT COUNT(Id) /* @hasAnswer as Answered, @totalPosted as Posted, count(Id) * 100 / @totalPosted as '%_closed', @hasAnswer * 100 / @totalPosted as '%_answered' */ FROM Posts WHERE PostTypeId = 1 AND ClosedDate IS NULL AND NOT Body LIKE '%`%' AND Score > 0
[ 35741, 1231, 2438, 287, 1767, 1201, 685, 41007, 60, 326, 389, 866, 85, 5191, 393, 4838, 13, 46506, 327, 28270, 7, 7390, 8, 11900, 2488, 10134, 33706, 355, 28038, 8279, 11, 2488, 23350, 14231, 355, 12918, 11, 954, 7, 7390, 8, 1635, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 35741, 1231, 2438, 287, 1767, 1201, 685, 41007, 60, 326, 389, 866, 85, 5191, 393, 4838, 13, 46506, 327, 28270, 7, 7390, 8, 11900, 2488, 10134, 33706, 355, 28038, 8279, 11, 2488, 23350, 14231, 355, 12918, 11, 954, 7, 7390, 8, 1635, 1...
For teams with fewer than 5 wins, goals against over 37, and fewer than 8 games played, what is the average number of ties?
SELECT AVG("Ties") FROM table_78522 WHERE "Wins" < '5' AND "Goals Against" > '37' AND "Games Played" < '8'
[ 1890, 3466, 351, 7380, 621, 642, 7864, 11, 4661, 1028, 625, 5214, 11, 290, 7380, 621, 807, 1830, 2826, 11, 644, 318, 262, 2811, 1271, 286, 8470, 30, 46506, 35224, 7203, 51, 444, 4943, 16034, 3084, 62, 41172, 1828, 33411, 366, 54, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 1890, 3466, 351, 7380, 621, 642, 7864, 11, 4661, 1028, 625, 5214, 11, 290, 7380, 621, 807, 1830, 2826, 11, 644, 318, 262, 2811, 1271, 286, 8470, 30, 46506, 35224, 7203, 51, 444, 4943, 16034, 3084, 62, 41172, 1828, 33411, 366, 54, 10...
Who was the rider when Fri 28 Aug was 24' 23.36 92.820mph?
SELECT "Rider" FROM table_26091 WHERE "Fri 28 Aug" = '24'' 23.36 92.820mph'
[ 8241, 373, 262, 17876, 618, 19480, 2579, 2447, 373, 1987, 6, 2242, 13, 2623, 10190, 13, 41739, 23335, 30, 46506, 366, 49, 1304, 1, 16034, 3084, 62, 21719, 6420, 33411, 366, 30214, 2579, 2447, 1, 796, 705, 1731, 7061, 2242, 13, 2623, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 373, 262, 17876, 618, 19480, 2579, 2447, 373, 1987, 6, 2242, 13, 2623, 10190, 13, 41739, 23335, 30, 46506, 366, 49, 1304, 1, 16034, 3084, 62, 21719, 6420, 33411, 366, 30214, 2579, 2447, 1, 796, 705, 1731, 7061, 2242, 13, 2623, ...
What years have 9 (0) as the finals and 133 (1) as the A-League?
SELECT years FROM table_name_12 WHERE finals = "9 (0)" AND a_league = "133 (1)"
[ 2061, 812, 423, 860, 357, 15, 8, 355, 262, 18576, 290, 22169, 357, 16, 8, 355, 262, 317, 12, 24623, 30, 46506, 812, 16034, 3084, 62, 3672, 62, 1065, 33411, 18576, 796, 366, 24, 357, 15, 16725, 5357, 257, 62, 19316, 796, 366, 16945...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 812, 423, 860, 357, 15, 8, 355, 262, 18576, 290, 22169, 357, 16, 8, 355, 262, 317, 12, 24623, 30, 46506, 812, 16034, 3084, 62, 3672, 62, 1065, 33411, 18576, 796, 366, 24, 357, 15, 16725, 5357, 257, 62, 19316, 796, 366, 16945...
How many U.S. viewers were there for the number 4 episode in season?
SELECT us_viewers__millions_ FROM table_25246990_5 WHERE no_in_season = 4
[ 2437, 867, 471, 13, 50, 13, 10209, 547, 612, 329, 262, 1271, 604, 4471, 287, 1622, 30, 46506, 514, 62, 1177, 364, 834, 17805, 507, 62, 16034, 3084, 62, 1495, 26912, 34155, 62, 20, 33411, 645, 62, 259, 62, 6230, 796, 604 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 471, 13, 50, 13, 10209, 547, 612, 329, 262, 1271, 604, 4471, 287, 1622, 30, 46506, 514, 62, 1177, 364, 834, 17805, 507, 62, 16034, 3084, 62, 1495, 26912, 34155, 62, 20, 33411, 645, 62, 259, 62, 6230, 796, 604 ]
What's the type of printer ports in the model number EX Plus3?
SELECT printer_ports FROM table_1300080_1 WHERE model_number = "EX Plus3"
[ 2061, 338, 262, 2099, 286, 20632, 14090, 287, 262, 2746, 1271, 7788, 8227, 18, 30, 46506, 20632, 62, 3742, 16034, 3084, 62, 1485, 830, 1795, 62, 16, 33411, 2746, 62, 17618, 796, 366, 6369, 8227, 18, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 338, 262, 2099, 286, 20632, 14090, 287, 262, 2746, 1271, 7788, 8227, 18, 30, 46506, 20632, 62, 3742, 16034, 3084, 62, 1485, 830, 1795, 62, 16, 33411, 2746, 62, 17618, 796, 366, 6369, 8227, 18, 1 ]
What city has trojans as the team, and taylor as the school?
SELECT city FROM table_name_43 WHERE team = "trojans" AND school = "taylor"
[ 2061, 1748, 468, 4161, 73, 504, 355, 262, 1074, 11, 290, 256, 7167, 355, 262, 1524, 30, 46506, 1748, 16034, 3084, 62, 3672, 62, 3559, 33411, 1074, 796, 366, 23528, 73, 504, 1, 5357, 1524, 796, 366, 83, 7167, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 1748, 468, 4161, 73, 504, 355, 262, 1074, 11, 290, 256, 7167, 355, 262, 1524, 30, 46506, 1748, 16034, 3084, 62, 3672, 62, 3559, 33411, 1074, 796, 366, 23528, 73, 504, 1, 5357, 1524, 796, 366, 83, 7167, 1 ]
Show me the proportion on what are the last names and ages of the students who are allergic to milk and cat?
SELECT LName, Age FROM Student WHERE StuID IN (SELECT StuID FROM Has_Allergy WHERE Allergy = "Milk" INTERSECT SELECT StuID FROM Has_Allergy WHERE Allergy = "Cat")
[ 15307, 502, 262, 9823, 319, 644, 389, 262, 938, 3891, 290, 9337, 286, 262, 2444, 508, 389, 31856, 284, 7545, 290, 3797, 30, 46506, 406, 5376, 11, 7129, 16034, 13613, 33411, 520, 84, 2389, 3268, 357, 46506, 520, 84, 2389, 16034, 7875, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 15307, 502, 262, 9823, 319, 644, 389, 262, 938, 3891, 290, 9337, 286, 262, 2444, 508, 389, 31856, 284, 7545, 290, 3797, 30, 46506, 406, 5376, 11, 7129, 16034, 13613, 33411, 520, 84, 2389, 3268, 357, 46506, 520, 84, 2389, 16034, 7875, ...
what is the number of patients whose gender is f and drug name is mupirocin cream 2%?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.gender = "F" AND prescriptions.drug = "Mupirocin Cream 2%"
[ 10919, 318, 262, 1271, 286, 3871, 3025, 5279, 318, 277, 290, 2563, 1438, 318, 285, 929, 7058, 17879, 8566, 362, 4, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 262, 1271, 286, 3871, 3025, 5279, 318, 277, 290, 2563, 1438, 318, 285, 929, 7058, 17879, 8566, 362, 4, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, ...
when had patient 006-10390 first had colostomy output today?
SELECT intakeoutput.intakeoutputtime FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '006-10390')) AND intakeoutput.cellpath LIKE '%output%...
[ 12518, 550, 5827, 3571, 21, 12, 940, 25964, 717, 550, 951, 455, 9145, 5072, 1909, 30, 46506, 10337, 22915, 13, 600, 539, 22915, 2435, 16034, 10337, 22915, 33411, 10337, 22915, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 12518, 550, 5827, 3571, 21, 12, 940, 25964, 717, 550, 951, 455, 9145, 5072, 1909, 30, 46506, 10337, 22915, 13, 600, 539, 22915, 2435, 16034, 10337, 22915, 33411, 10337, 22915, 13, 26029, 20850, 31712, 312, 3268, 357, 46506, 5827, 13, 26...
What is the score of the game with a 3-0 record?
SELECT "Score" FROM table_59584 WHERE "Record" = '3-0'
[ 2061, 318, 262, 4776, 286, 262, 983, 351, 257, 513, 12, 15, 1700, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 3270, 46352, 33411, 366, 23739, 1, 796, 705, 18, 12, 15, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4776, 286, 262, 983, 351, 257, 513, 12, 15, 1700, 30, 46506, 366, 26595, 1, 16034, 3084, 62, 3270, 46352, 33411, 366, 23739, 1, 796, 705, 18, 12, 15, 6 ]
Tags with no wiki excerpt.
SELECT Tags.*, Posts.Body, Posts.PostTypeId, Posts.CreationDate, Posts.DeletionDate, Posts.LastEditDate, Posts.LastActivityDate FROM Tags JOIN Posts ON Tags.ExcerptPostId = Posts.Id WHERE LENGTH(Posts.Body) = 0
[ 36142, 351, 645, 22719, 20911, 13, 46506, 44789, 15885, 11, 12043, 13, 25842, 11, 12043, 13, 6307, 6030, 7390, 11, 12043, 13, 12443, 341, 10430, 11, 12043, 13, 5005, 1616, 295, 10430, 11, 12043, 13, 5956, 18378, 10430, 11, 12043, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 36142, 351, 645, 22719, 20911, 13, 46506, 44789, 15885, 11, 12043, 13, 25842, 11, 12043, 13, 6307, 6030, 7390, 11, 12043, 13, 12443, 341, 10430, 11, 12043, 13, 5005, 1616, 295, 10430, 11, 12043, 13, 5956, 18378, 10430, 11, 12043, 13, ...
c _ peptide < 1 ng / ml;
SELECT * FROM table_train_149 WHERE c_peptide_level < 1
[ 66, 4808, 34337, 485, 1279, 352, 23370, 1220, 25962, 26, 46506, 1635, 16034, 3084, 62, 27432, 62, 19442, 33411, 269, 62, 431, 457, 485, 62, 5715, 1279, 352 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 66, 4808, 34337, 485, 1279, 352, 23370, 1220, 25962, 26, 46506, 1635, 16034, 3084, 62, 27432, 62, 19442, 33411, 269, 62, 431, 457, 485, 62, 5715, 1279, 352 ]
What number of laps were done by driver Ronnie Peterson?
SELECT laps FROM table_name_56 WHERE driver = "ronnie peterson"
[ 2061, 1271, 286, 24590, 547, 1760, 416, 4639, 40892, 18914, 30, 46506, 24590, 16034, 3084, 62, 3672, 62, 3980, 33411, 4639, 796, 366, 1313, 11952, 4273, 882, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 1271, 286, 24590, 547, 1760, 416, 4639, 40892, 18914, 30, 46506, 24590, 16034, 3084, 62, 3672, 62, 3980, 33411, 4639, 796, 366, 1313, 11952, 4273, 882, 1 ]
What is the population density of Siglunes when the change was smaller than -8.1 percent?
SELECT COUNT("Population density") FROM table_68178 WHERE "Name" = 'siglunes' AND "Change (%)" < '-8.1'
[ 2061, 318, 262, 3265, 12109, 286, 21984, 75, 4015, 618, 262, 1487, 373, 4833, 621, 532, 23, 13, 16, 1411, 30, 46506, 327, 28270, 7203, 45251, 12109, 4943, 16034, 3084, 62, 3104, 23188, 33411, 366, 5376, 1, 796, 705, 82, 38686, 4015, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 3265, 12109, 286, 21984, 75, 4015, 618, 262, 1487, 373, 4833, 621, 532, 23, 13, 16, 1411, 30, 46506, 327, 28270, 7203, 45251, 12109, 4943, 16034, 3084, 62, 3104, 23188, 33411, 366, 5376, 1, 796, 705, 82, 38686, 4015, ...
When divisional semifinals are the playoffs what is the year?
SELECT "Year" FROM table_23374 WHERE "Playoffs" = 'Divisional Semifinals'
[ 2215, 7297, 282, 47633, 389, 262, 12980, 644, 318, 262, 614, 30, 46506, 366, 17688, 1, 16034, 3084, 62, 1954, 31020, 33411, 366, 11002, 8210, 1, 796, 705, 24095, 1166, 282, 12449, 361, 6897, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2215, 7297, 282, 47633, 389, 262, 12980, 644, 318, 262, 614, 30, 46506, 366, 17688, 1, 16034, 3084, 62, 1954, 31020, 33411, 366, 11002, 8210, 1, 796, 705, 24095, 1166, 282, 12449, 361, 6897, 6 ]
What is the score against the indians after game 2?
SELECT score FROM table_name_76 WHERE game > 2 AND opponent = "indians"
[ 2061, 318, 262, 4776, 1028, 262, 773, 1547, 706, 983, 362, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 4304, 33411, 983, 1875, 362, 5357, 6125, 796, 366, 521, 1547, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 4776, 1028, 262, 773, 1547, 706, 983, 362, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 4304, 33411, 983, 1875, 362, 5357, 6125, 796, 366, 521, 1547, 1 ]
What is Score, when High Assists is 'Rajon Rondo (12)', and when High Points is 'Paul Pierce (27)'?
SELECT score FROM table_name_64 WHERE high_assists = "rajon rondo (12)" AND high_points = "paul pierce (27)"
[ 2061, 318, 15178, 11, 618, 3334, 2195, 1023, 318, 705, 49, 1228, 261, 371, 22311, 357, 1065, 8, 3256, 290, 618, 3334, 11045, 318, 705, 12041, 23023, 357, 1983, 8, 30960, 46506, 4776, 16034, 3084, 62, 3672, 62, 2414, 33411, 1029, 62, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 318, 15178, 11, 618, 3334, 2195, 1023, 318, 705, 49, 1228, 261, 371, 22311, 357, 1065, 8, 3256, 290, 618, 3334, 11045, 318, 705, 12041, 23023, 357, 1983, 8, 30960, 46506, 4776, 16034, 3084, 62, 3672, 62, 2414, 33411, 1029, 62, ...
Name the glass bulb color for ordinary
SELECT "Glass Bulb Color" FROM table_1238 WHERE "Temperature Classification" = 'Ordinary'
[ 5376, 262, 5405, 28287, 3124, 329, 8850, 46506, 366, 47698, 8510, 65, 5315, 1, 16034, 3084, 62, 1065, 2548, 33411, 366, 42492, 40984, 1, 796, 705, 35422, 3219, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 5405, 28287, 3124, 329, 8850, 46506, 366, 47698, 8510, 65, 5315, 1, 16034, 3084, 62, 1065, 2548, 33411, 366, 42492, 40984, 1, 796, 705, 35422, 3219, 6 ]
How many Vacators were listed when the district was North Carolina 3rd?
SELECT COUNT("Vacator") FROM table_25065 WHERE "District" = 'North Carolina 3rd'
[ 2437, 867, 25709, 2024, 547, 5610, 618, 262, 4783, 373, 2258, 5913, 513, 4372, 30, 46506, 327, 28270, 7203, 53, 330, 1352, 4943, 16034, 3084, 62, 9031, 2996, 33411, 366, 44857, 1, 796, 705, 14157, 5913, 513, 4372, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 25709, 2024, 547, 5610, 618, 262, 4783, 373, 2258, 5913, 513, 4372, 30, 46506, 327, 28270, 7203, 53, 330, 1352, 4943, 16034, 3084, 62, 9031, 2996, 33411, 366, 44857, 1, 796, 705, 14157, 5913, 513, 4372, 6 ]
How many different locations does each school have Show bar chart, and order from low to high by the y-axis.
SELECT SCHOOL_CODE, COUNT(DISTINCT DEPT_ADDRESS) FROM DEPARTMENT ORDER BY COUNT(DISTINCT DEPT_ADDRESS)
[ 2437, 867, 1180, 7064, 857, 1123, 1524, 423, 5438, 2318, 8262, 11, 290, 1502, 422, 1877, 284, 1029, 416, 262, 331, 12, 22704, 13, 46506, 35883, 62, 34, 16820, 11, 327, 28270, 7, 35, 8808, 1268, 4177, 5550, 11571, 62, 2885, 7707, 759...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2437, 867, 1180, 7064, 857, 1123, 1524, 423, 5438, 2318, 8262, 11, 290, 1502, 422, 1877, 284, 1029, 416, 262, 331, 12, 22704, 13, 46506, 35883, 62, 34, 16820, 11, 327, 28270, 7, 35, 8808, 1268, 4177, 5550, 11571, 62, 2885, 7707, 759...
What year had an issue price of $2,995.95, and a theme of grizzly bear?
SELECT MAX("Year") FROM table_53724 WHERE "Issue Price" = '$2,995.95' AND "Theme" = 'grizzly bear'
[ 2061, 614, 550, 281, 2071, 2756, 286, 720, 17, 11, 33438, 13, 3865, 11, 290, 257, 7505, 286, 46307, 306, 6842, 30, 46506, 25882, 7203, 17688, 4943, 16034, 3084, 62, 46096, 1731, 33411, 366, 45147, 7886, 1, 796, 705, 3, 17, 11, 33438...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 614, 550, 281, 2071, 2756, 286, 720, 17, 11, 33438, 13, 3865, 11, 290, 257, 7505, 286, 46307, 306, 6842, 30, 46506, 25882, 7203, 17688, 4943, 16034, 3084, 62, 46096, 1731, 33411, 366, 45147, 7886, 1, 796, 705, 3, 17, 11, 33438...
Largest fraction of CW posts.
SELECT SUM(1) AS tp, SUM(CASE WHEN p.CommunityOwnedDate IS NULL THEN 0 ELSE 1 END) AS cwp, OwnerUserId FROM Posts AS p GROUP BY OwnerUserId
[ 43, 853, 395, 13390, 286, 24006, 6851, 13, 46506, 35683, 7, 16, 8, 7054, 256, 79, 11, 35683, 7, 34, 11159, 42099, 279, 13, 20012, 23858, 276, 10430, 3180, 15697, 42243, 657, 17852, 5188, 352, 23578, 8, 7054, 269, 24142, 11, 23853, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 43, 853, 395, 13390, 286, 24006, 6851, 13, 46506, 35683, 7, 16, 8, 7054, 256, 79, 11, 35683, 7, 34, 11159, 42099, 279, 13, 20012, 23858, 276, 10430, 3180, 15697, 42243, 657, 17852, 5188, 352, 23578, 8, 7054, 269, 24142, 11, 23853, 1...
Display a bar chart for what are the different card types, and how many cards are there of each?, sort names from high to low order please.
SELECT card_type_code, COUNT(*) FROM Customers_Cards GROUP BY card_type_code ORDER BY card_type_code DESC
[ 23114, 257, 2318, 8262, 329, 644, 389, 262, 1180, 2657, 3858, 11, 290, 703, 867, 4116, 389, 612, 286, 1123, 21747, 3297, 3891, 422, 1029, 284, 1877, 1502, 3387, 13, 46506, 2657, 62, 4906, 62, 8189, 11, 327, 28270, 7, 28104, 16034, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 23114, 257, 2318, 8262, 329, 644, 389, 262, 1180, 2657, 3858, 11, 290, 703, 867, 4116, 389, 612, 286, 1123, 21747, 3297, 3891, 422, 1029, 284, 1877, 1502, 3387, 13, 46506, 2657, 62, 4906, 62, 8189, 11, 327, 28270, 7, 28104, 16034, 3...
what was the last time that patient 016-34475 had a maximum sao2 on the last icu visit?
SELECT vitalperiodic.observationtime FROM vitalperiodic WHERE vitalperiodic.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '016-34475') AND NOT patient.unitdischargetime IS NU...
[ 10919, 373, 262, 938, 640, 326, 5827, 5534, 21, 12, 33535, 2425, 550, 257, 5415, 473, 78, 17, 319, 262, 938, 14158, 84, 3187, 30, 46506, 9204, 41007, 291, 13, 672, 3168, 341, 2435, 16034, 9204, 41007, 291, 33411, 9204, 41007, 291, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 373, 262, 938, 640, 326, 5827, 5534, 21, 12, 33535, 2425, 550, 257, 5415, 473, 78, 17, 319, 262, 938, 14158, 84, 3187, 30, 46506, 9204, 41007, 291, 13, 672, 3168, 341, 2435, 16034, 9204, 41007, 291, 33411, 9204, 41007, 291, 1...
When POLSCI 619 is being taught by Prof. Nawaaz Ahmed , does it have a lab ?
SELECT COUNT(*) = 0 FROM course INNER JOIN course_offering ON 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 course.department = 'POLS...
[ 2215, 20634, 6173, 40, 718, 1129, 318, 852, 7817, 416, 4415, 13, 399, 6909, 1031, 21157, 837, 857, 340, 423, 257, 2248, 5633, 46506, 327, 28270, 7, 28104, 796, 657, 16034, 1781, 3268, 21479, 32357, 1268, 1781, 62, 2364, 1586, 6177, 17...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2215, 20634, 6173, 40, 718, 1129, 318, 852, 7817, 416, 4415, 13, 399, 6909, 1031, 21157, 837, 857, 340, 423, 257, 2248, 5633, 46506, 327, 28270, 7, 28104, 796, 657, 16034, 1781, 3268, 21479, 32357, 1268, 1781, 62, 2364, 1586, 6177, 17...
Which college has a pick less than 25, an overall greater than 159, a round less than 10, and wr as the position?
SELECT college FROM table_name_10 WHERE pick < 25 AND overall > 159 AND round < 10 AND position = "wr"
[ 13828, 4152, 468, 257, 2298, 1342, 621, 1679, 11, 281, 4045, 3744, 621, 26422, 11, 257, 2835, 1342, 621, 838, 11, 290, 1319, 355, 262, 2292, 30, 46506, 4152, 16034, 3084, 62, 3672, 62, 940, 33411, 2298, 1279, 1679, 5357, 4045, 1875, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 4152, 468, 257, 2298, 1342, 621, 1679, 11, 281, 4045, 3744, 621, 26422, 11, 257, 2835, 1342, 621, 838, 11, 290, 1319, 355, 262, 2292, 30, 46506, 4152, 16034, 3084, 62, 3672, 62, 940, 33411, 2298, 1279, 1679, 5357, 4045, 1875, ...
What points larger than 1950 has a maserati straight-6 engine?
SELECT "Points" FROM table_70202 WHERE "Year" > '1950' AND "Engine" = 'maserati straight-6'
[ 2061, 2173, 4025, 621, 11445, 468, 257, 285, 6005, 7246, 3892, 12, 21, 3113, 30, 46506, 366, 40710, 1, 16034, 3084, 62, 2154, 19004, 33411, 366, 17688, 1, 1875, 705, 42751, 6, 5357, 366, 13798, 1, 796, 705, 5356, 263, 7246, 3892, 12...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 2173, 4025, 621, 11445, 468, 257, 285, 6005, 7246, 3892, 12, 21, 3113, 30, 46506, 366, 40710, 1, 16034, 3084, 62, 2154, 19004, 33411, 366, 17688, 1, 1875, 705, 42751, 6, 5357, 366, 13798, 1, 796, 705, 5356, 263, 7246, 3892, 12...
What is the fastest lap in the Le Mans Bugatti circuit?
SELECT fastest_lap FROM table_name_72 WHERE circuit = "le mans bugatti"
[ 2061, 318, 262, 14162, 14779, 287, 262, 1004, 18580, 15217, 34891, 10349, 30, 46506, 14162, 62, 37796, 16034, 3084, 62, 3672, 62, 4761, 33411, 10349, 796, 366, 293, 25045, 5434, 34891, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 14162, 14779, 287, 262, 1004, 18580, 15217, 34891, 10349, 30, 46506, 14162, 62, 37796, 16034, 3084, 62, 3672, 62, 4761, 33411, 10349, 796, 366, 293, 25045, 5434, 34891, 1 ]
How many 2001 censuses are there on number 13?
SELECT COUNT("2001 Census") FROM table_15977 WHERE "#" = '13'
[ 2437, 867, 5878, 12428, 2664, 389, 612, 319, 1271, 1511, 30, 46506, 327, 28270, 7203, 14585, 20962, 4943, 16034, 3084, 62, 19707, 3324, 33411, 25113, 1, 796, 705, 1485, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 5878, 12428, 2664, 389, 612, 319, 1271, 1511, 30, 46506, 327, 28270, 7203, 14585, 20962, 4943, 16034, 3084, 62, 19707, 3324, 33411, 25113, 1, 796, 705, 1485, 6 ]
is patient 022-17495's temperature last measured on the first intensive care unit visit greater than the value second to last measured on the first intensive care unit visit?
SELECT (SELECT vitalperiodic.temperature FROM vitalperiodic WHERE vitalperiodic.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '022-17495') AND NOT patient.unitdischargetime I...
[ 271, 5827, 657, 1828, 12, 1558, 33781, 338, 5951, 938, 8630, 319, 262, 717, 18590, 1337, 4326, 3187, 3744, 621, 262, 1988, 1218, 284, 938, 8630, 319, 262, 717, 18590, 1337, 4326, 3187, 30, 46506, 357, 46506, 9204, 41007, 291, 13, 1149...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 271, 5827, 657, 1828, 12, 1558, 33781, 338, 5951, 938, 8630, 319, 262, 717, 18590, 1337, 4326, 3187, 3744, 621, 262, 1988, 1218, 284, 938, 8630, 319, 262, 717, 18590, 1337, 4326, 3187, 30, 46506, 357, 46506, 9204, 41007, 291, 13, 1149...
Draw a bar chart about the distribution of All_Home and the average of School_ID , and group by attribute All_Home, show by the Y in ascending.
SELECT All_Home, AVG(School_ID) FROM basketball_match GROUP BY All_Home ORDER BY AVG(School_ID)
[ 25302, 257, 2318, 8262, 546, 262, 6082, 286, 1439, 62, 16060, 290, 262, 2811, 286, 3961, 62, 2389, 837, 290, 1448, 416, 11688, 1439, 62, 16060, 11, 905, 416, 262, 575, 287, 41988, 13, 46506, 1439, 62, 16060, 11, 35224, 7, 26130, 62,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 25302, 257, 2318, 8262, 546, 262, 6082, 286, 1439, 62, 16060, 290, 262, 2811, 286, 3961, 62, 2389, 837, 290, 1448, 416, 11688, 1439, 62, 16060, 11, 905, 416, 262, 575, 287, 41988, 13, 46506, 1439, 62, 16060, 11, 35224, 7, 26130, 62,...
tell me about the type of aircraft called an M80
SELECT DISTINCT aircraft_code FROM aircraft WHERE aircraft_code = 'M80'
[ 33331, 502, 546, 262, 2099, 286, 6215, 1444, 281, 337, 1795, 46506, 360, 8808, 1268, 4177, 6215, 62, 8189, 16034, 6215, 33411, 6215, 62, 8189, 796, 705, 44, 1795, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 33331, 502, 546, 262, 2099, 286, 6215, 1444, 281, 337, 1795, 46506, 360, 8808, 1268, 4177, 6215, 62, 8189, 16034, 6215, 33411, 6215, 62, 8189, 796, 705, 44, 1795, 6 ]
what is the first date listed for the opponent reds ?
SELECT "date" FROM table_203_673 WHERE "opponent" = 'reds' ORDER BY "date" LIMIT 1
[ 10919, 318, 262, 717, 3128, 5610, 329, 262, 6125, 2266, 82, 5633, 46506, 366, 4475, 1, 16034, 3084, 62, 22416, 62, 45758, 33411, 366, 10365, 3471, 1, 796, 705, 445, 82, 6, 38678, 11050, 366, 4475, 1, 27564, 2043, 352 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 717, 3128, 5610, 329, 262, 6125, 2266, 82, 5633, 46506, 366, 4475, 1, 16034, 3084, 62, 22416, 62, 45758, 33411, 366, 10365, 3471, 1, 796, 705, 445, 82, 6, 38678, 11050, 366, 4475, 1, 27564, 2043, 352 ]
Who was the opponent on October 14, 1984?
SELECT opponent FROM table_name_62 WHERE date = "october 14, 1984"
[ 8241, 373, 262, 6125, 319, 3267, 1478, 11, 12844, 30, 46506, 6125, 16034, 3084, 62, 3672, 62, 5237, 33411, 3128, 796, 366, 38441, 2023, 1478, 11, 12844, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 373, 262, 6125, 319, 3267, 1478, 11, 12844, 30, 46506, 6125, 16034, 3084, 62, 3672, 62, 5237, 33411, 3128, 796, 366, 38441, 2023, 1478, 11, 12844, 1 ]
when did the first hospital discharge of patient 27463 since 1 year ago?
SELECT admissions.dischtime FROM admissions WHERE admissions.subject_id = 27463 AND DATETIME(admissions.dischtime) >= DATETIME(CURRENT_TIME(), '-1 year') ORDER BY admissions.dischtime LIMIT 1
[ 12518, 750, 262, 717, 4436, 17655, 286, 5827, 2681, 38380, 1201, 352, 614, 2084, 30, 46506, 25349, 13, 6381, 354, 2435, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 2681, 38380, 5357, 360, 1404, 2767, 12789, 7, 324, 8481, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 12518, 750, 262, 717, 4436, 17655, 286, 5827, 2681, 38380, 1201, 352, 614, 2084, 30, 46506, 25349, 13, 6381, 354, 2435, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 2681, 38380, 5357, 360, 1404, 2767, 12789, 7, 324, 8481, 13, ...
what is the most draw when the competition is soviet league and dynamo is more than 34?
SELECT MAX(draw) FROM table_name_19 WHERE competition = "soviet league" AND dynamo > 34
[ 10919, 318, 262, 749, 3197, 618, 262, 5449, 318, 523, 85, 1155, 4652, 290, 6382, 78, 318, 517, 621, 4974, 30, 46506, 25882, 7, 19334, 8, 16034, 3084, 62, 3672, 62, 1129, 33411, 5449, 796, 366, 47272, 1155, 4652, 1, 5357, 6382, 78, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 749, 3197, 618, 262, 5449, 318, 523, 85, 1155, 4652, 290, 6382, 78, 318, 517, 621, 4974, 30, 46506, 25882, 7, 19334, 8, 16034, 3084, 62, 3672, 62, 1129, 33411, 5449, 796, 366, 47272, 1155, 4652, 1, 5357, 6382, 78, ...
Which Surface has a Date of 16 november 2007?
SELECT "Surface" FROM table_34004 WHERE "Date" = '16 november 2007'
[ 13828, 20321, 468, 257, 7536, 286, 1467, 645, 303, 1916, 4343, 30, 46506, 366, 14214, 2550, 1, 16034, 3084, 62, 2682, 22914, 33411, 366, 10430, 1, 796, 705, 1433, 645, 303, 1916, 4343, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 20321, 468, 257, 7536, 286, 1467, 645, 303, 1916, 4343, 30, 46506, 366, 14214, 2550, 1, 16034, 3084, 62, 2682, 22914, 33411, 366, 10430, 1, 796, 705, 1433, 645, 303, 1916, 4343, 6 ]
What is Equipment, when Position is greater than 28, and when Points is greater than 10?
SELECT equipment FROM table_name_51 WHERE position > 28 AND points > 10
[ 2061, 318, 22412, 11, 618, 23158, 318, 3744, 621, 2579, 11, 290, 618, 11045, 318, 3744, 621, 838, 30, 46506, 5112, 16034, 3084, 62, 3672, 62, 4349, 33411, 2292, 1875, 2579, 5357, 2173, 1875, 838 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 22412, 11, 618, 23158, 318, 3744, 621, 2579, 11, 290, 618, 11045, 318, 3744, 621, 838, 30, 46506, 5112, 16034, 3084, 62, 3672, 62, 4349, 33411, 2292, 1875, 2579, 5357, 2173, 1875, 838 ]
Tell me the highest interview for north carolina and evening gown more than 7.68
SELECT MAX("Interview") FROM table_4393 WHERE "State" = 'north carolina' AND "Evening gown" > '7.68'
[ 24446, 502, 262, 4511, 2720, 329, 5093, 1097, 47196, 290, 6180, 33323, 517, 621, 767, 13, 3104, 46506, 25882, 7203, 39945, 4943, 16034, 3084, 62, 19, 26007, 33411, 366, 9012, 1, 796, 705, 43588, 1097, 47196, 6, 5357, 366, 6104, 278, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 24446, 502, 262, 4511, 2720, 329, 5093, 1097, 47196, 290, 6180, 33323, 517, 621, 767, 13, 3104, 46506, 25882, 7203, 39945, 4943, 16034, 3084, 62, 19, 26007, 33411, 366, 9012, 1, 796, 705, 43588, 1097, 47196, 6, 5357, 366, 6104, 278, 3...
where did glenn greenough come from
SELECT college_junior_club_team FROM table_2850912_8 WHERE player = "Glenn Greenough"
[ 3003, 750, 1278, 1697, 4077, 619, 1282, 422, 46506, 4152, 62, 29741, 1504, 62, 18664, 62, 15097, 16034, 3084, 62, 2078, 29022, 1065, 62, 23, 33411, 2137, 796, 366, 9861, 1697, 3469, 619, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 3003, 750, 1278, 1697, 4077, 619, 1282, 422, 46506, 4152, 62, 29741, 1504, 62, 18664, 62, 15097, 16034, 3084, 62, 2078, 29022, 1065, 62, 23, 33411, 2137, 796, 366, 9861, 1697, 3469, 619, 1 ]
Name the channels when designation is pc700
SELECT channels FROM table_142573_1 WHERE designation = "PC700"
[ 5376, 262, 9619, 618, 22566, 318, 40653, 9879, 46506, 9619, 16034, 3084, 62, 1415, 1495, 4790, 62, 16, 33411, 22566, 796, 366, 5662, 9879, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 9619, 618, 22566, 318, 40653, 9879, 46506, 9619, 16034, 3084, 62, 1415, 1495, 4790, 62, 16, 33411, 22566, 796, 366, 5662, 9879, 1 ]
What is the sum of top-10s for events with more than 0 wins?
SELECT SUM(top_10) FROM table_name_68 WHERE wins > 0
[ 2061, 318, 262, 2160, 286, 1353, 12, 940, 82, 329, 2995, 351, 517, 621, 657, 7864, 30, 46506, 35683, 7, 4852, 62, 940, 8, 16034, 3084, 62, 3672, 62, 3104, 33411, 7864, 1875, 657 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 2160, 286, 1353, 12, 940, 82, 329, 2995, 351, 517, 621, 657, 7864, 30, 46506, 35683, 7, 4852, 62, 940, 8, 16034, 3084, 62, 3672, 62, 3104, 33411, 7864, 1875, 657 ]
Search all posts for a string of characters.
SELECT Id AS "post_link", OwnerUserId AS "user_link", CreationDate FROM Posts WHERE Body LIKE '%##text##%' ORDER BY CreationDate DESC
[ 18243, 477, 6851, 329, 257, 4731, 286, 3435, 13, 46506, 5121, 7054, 366, 7353, 62, 8726, 1600, 23853, 12982, 7390, 7054, 366, 7220, 62, 8726, 1600, 21582, 10430, 16034, 12043, 33411, 12290, 34178, 705, 4, 2235, 5239, 2235, 4, 6, 38678, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 18243, 477, 6851, 329, 257, 4731, 286, 3435, 13, 46506, 5121, 7054, 366, 7353, 62, 8726, 1600, 23853, 12982, 7390, 7054, 366, 7220, 62, 8726, 1600, 21582, 10430, 16034, 12043, 33411, 12290, 34178, 705, 4, 2235, 5239, 2235, 4, 6, 38678, ...
What was the highest score for a California home game with over 10,870 in attendance?
SELECT MAX("Points") FROM table_50649 WHERE "Attendance" > '10,870' AND "Home" = 'california'
[ 2061, 373, 262, 4511, 4776, 329, 257, 3442, 1363, 983, 351, 625, 838, 11, 46951, 287, 14858, 30, 46506, 25882, 7203, 40710, 4943, 16034, 3084, 62, 1120, 33300, 33411, 366, 8086, 437, 590, 1, 1875, 705, 940, 11, 46951, 6, 5357, 366, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 262, 4511, 4776, 329, 257, 3442, 1363, 983, 351, 625, 838, 11, 46951, 287, 14858, 30, 46506, 25882, 7203, 40710, 4943, 16034, 3084, 62, 1120, 33300, 33411, 366, 8086, 437, 590, 1, 1875, 705, 940, 11, 46951, 6, 5357, 366, ...
Questions with one tag on [pets.se]. Find all the questions on [pets.se] that have exactly one tag, with the premise that they need more to classify (at least) pet type and the problem.
WITH singletons AS (SELECT PostId FROM PostTags GROUP BY PostId HAVING COUNT(PostTags.TagId) = 1) SELECT Id, Id AS "post_link", Tags FROM Posts INNER JOIN singletons ON singletons.PostId = Posts.Id WHERE Posts.PostTypeId = 1 AND Posts.ClosedDate IS NULL ORDER BY Posts.Id
[ 35741, 351, 530, 7621, 319, 685, 79, 1039, 13, 325, 4083, 9938, 477, 262, 2683, 319, 685, 79, 1039, 13, 325, 60, 326, 423, 3446, 530, 7621, 11, 351, 262, 18659, 326, 484, 761, 517, 284, 36509, 357, 265, 1551, 8, 4273, 2099, 290, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 35741, 351, 530, 7621, 319, 685, 79, 1039, 13, 325, 4083, 9938, 477, 262, 2683, 319, 685, 79, 1039, 13, 325, 60, 326, 423, 3446, 530, 7621, 11, 351, 262, 18659, 326, 484, 761, 517, 284, 36509, 357, 265, 1551, 8, 4273, 2099, 290, ...
what is the number of patients whose admission location is transfer from hosp/extram and primary disease is coronary artery disease\coronary artery bypass graft with mvr; ? maze?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_location = "TRANSFER FROM HOSP/EXTRAM" AND demographic.diagnosis = "CORONARY ARTERY DISEASE\CORONARY ARTERY BYPASS GRAFT WITH MVR; ? MAZE"
[ 10919, 318, 262, 1271, 286, 3871, 3025, 13938, 4067, 318, 4351, 422, 10496, 14, 2302, 859, 290, 4165, 4369, 318, 37151, 37646, 4369, 59, 10215, 261, 560, 37646, 17286, 38455, 351, 285, 37020, 26, 5633, 31237, 30, 46506, 327, 28270, 7, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 10919, 318, 262, 1271, 286, 3871, 3025, 13938, 4067, 318, 4351, 422, 10496, 14, 2302, 859, 290, 4165, 4369, 318, 37151, 37646, 4369, 59, 10215, 261, 560, 37646, 17286, 38455, 351, 285, 37020, 26, 5633, 31237, 30, 46506, 327, 28270, 7, ...
Which round had a winning driver of Uwe Alzen, at the Sepang International circuit?
SELECT "Round" FROM table_50868 WHERE "Winning Driver" = 'uwe alzen' AND "Circuit" = 'sepang international circuit'
[ 13828, 2835, 550, 257, 5442, 4639, 286, 471, 732, 978, 4801, 11, 379, 262, 8621, 648, 4037, 10349, 30, 46506, 366, 22685, 1, 16034, 3084, 62, 33042, 3104, 33411, 366, 16643, 768, 12434, 1, 796, 705, 84, 732, 435, 4801, 6, 5357, 366,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 2835, 550, 257, 5442, 4639, 286, 471, 732, 978, 4801, 11, 379, 262, 8621, 648, 4037, 10349, 30, 46506, 366, 22685, 1, 16034, 3084, 62, 33042, 3104, 33411, 366, 16643, 768, 12434, 1, 796, 705, 84, 732, 435, 4801, 6, 5357, 366,...
what is the highest latitude when the township is kingsley and the geo id is higher than 3803942820?
SELECT MAX("Latitude") FROM table_64239 WHERE "Township" = 'kingsley' AND "GEO ID" > '3803942820'
[ 10919, 318, 262, 4511, 32477, 618, 262, 42823, 318, 21557, 1636, 290, 262, 40087, 4686, 318, 2440, 621, 29101, 34626, 2078, 1238, 30, 46506, 25882, 7203, 24220, 3984, 4943, 16034, 3084, 62, 2414, 23516, 33411, 366, 38097, 6720, 1, 796, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 4511, 32477, 618, 262, 42823, 318, 21557, 1636, 290, 262, 40087, 4686, 318, 2440, 621, 29101, 34626, 2078, 1238, 30, 46506, 25882, 7203, 24220, 3984, 4943, 16034, 3084, 62, 2414, 23516, 33411, 366, 38097, 6720, 1, 796, ...
On what Week was the Result W 34 24?
SELECT AVG(week) FROM table_name_22 WHERE result = "w 34–24"
[ 2202, 644, 6119, 373, 262, 25414, 370, 4974, 1987, 30, 46506, 35224, 7, 10464, 8, 16034, 3084, 62, 3672, 62, 1828, 33411, 1255, 796, 366, 86, 4974, 1906, 1731, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2202, 644, 6119, 373, 262, 25414, 370, 4974, 1987, 30, 46506, 35224, 7, 10464, 8, 16034, 3084, 62, 3672, 62, 1828, 33411, 1255, 796, 366, 86, 4974, 1906, 1731, 1 ]
How many rounds have a Grand Prix of german gp?
SELECT SUM("Round") FROM table_14342 WHERE "Grand Prix" = 'german gp'
[ 2437, 867, 9196, 423, 257, 5675, 23832, 286, 308, 2224, 27809, 30, 46506, 35683, 7203, 22685, 4943, 16034, 3084, 62, 1415, 31575, 33411, 366, 23581, 23832, 1, 796, 705, 1362, 805, 27809, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2437, 867, 9196, 423, 257, 5675, 23832, 286, 308, 2224, 27809, 30, 46506, 35683, 7203, 22685, 4943, 16034, 3084, 62, 1415, 31575, 33411, 366, 23581, 23832, 1, 796, 705, 1362, 805, 27809, 6 ]
what is the admission location and primary disease of subject id 18480?
SELECT demographic.admission_location, demographic.diagnosis FROM demographic WHERE demographic.subject_id = "18480"
[ 10919, 318, 262, 13938, 4067, 290, 4165, 4369, 286, 2426, 4686, 1248, 22148, 30, 46506, 16728, 13, 324, 3411, 62, 24886, 11, 16728, 13, 47356, 5958, 16034, 16728, 33411, 16728, 13, 32796, 62, 312, 796, 366, 1507, 22148, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 10919, 318, 262, 13938, 4067, 290, 4165, 4369, 286, 2426, 4686, 1248, 22148, 30, 46506, 16728, 13, 324, 3411, 62, 24886, 11, 16728, 13, 47356, 5958, 16034, 16728, 33411, 16728, 13, 32796, 62, 312, 796, 366, 1507, 22148, 1 ]
Which round has more than 79 overall and a position of QB?
SELECT round FROM table_name_60 WHERE position = "qb" AND overall > 79
[ 13828, 2835, 468, 517, 621, 9225, 4045, 290, 257, 2292, 286, 16135, 30, 46506, 2835, 16034, 3084, 62, 3672, 62, 1899, 33411, 2292, 796, 366, 80, 65, 1, 5357, 4045, 1875, 9225 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 2835, 468, 517, 621, 9225, 4045, 290, 257, 2292, 286, 16135, 30, 46506, 2835, 16034, 3084, 62, 3672, 62, 1899, 33411, 2292, 796, 366, 80, 65, 1, 5357, 4045, 1875, 9225 ]
liverpool had 8 wins . who is next ?
SELECT "team" FROM table_204_448 WHERE "winners" < 8 ORDER BY "winners" DESC LIMIT 1
[ 75, 10864, 550, 807, 7864, 764, 508, 318, 1306, 5633, 46506, 366, 15097, 1, 16034, 3084, 62, 18638, 62, 31115, 33411, 366, 5404, 2741, 1, 1279, 807, 38678, 11050, 366, 5404, 2741, 1, 22196, 34, 27564, 2043, 352 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 75, 10864, 550, 807, 7864, 764, 508, 318, 1306, 5633, 46506, 366, 15097, 1, 16034, 3084, 62, 18638, 62, 31115, 33411, 366, 5404, 2741, 1, 1279, 807, 38678, 11050, 366, 5404, 2741, 1, 22196, 34, 27564, 2043, 352 ]
What is the tries against when the points are 475?
SELECT "Tries against" FROM table_76616 WHERE "Points for" = '475'
[ 2061, 318, 262, 8404, 1028, 618, 262, 2173, 389, 45881, 30, 46506, 366, 51, 1678, 1028, 1, 16034, 3084, 62, 22, 2791, 1433, 33411, 366, 40710, 329, 1, 796, 705, 32576, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 8404, 1028, 618, 262, 2173, 389, 45881, 30, 46506, 366, 51, 1678, 1028, 1, 16034, 3084, 62, 22, 2791, 1433, 33411, 366, 40710, 329, 1, 796, 705, 32576, 6 ]
Which Score has a Couple comprised of jason & edyta, and a Style of freestyle?
SELECT score FROM table_name_2 WHERE couple = "jason & edyta" AND style = "freestyle"
[ 13828, 15178, 468, 257, 15062, 1154, 19869, 286, 474, 888, 1222, 1225, 88, 8326, 11, 290, 257, 17738, 286, 2030, 10992, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 17, 33411, 3155, 796, 366, 73, 888, 1222, 1225, 88, 8326, 1, 5357, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 13828, 15178, 468, 257, 15062, 1154, 19869, 286, 474, 888, 1222, 1225, 88, 8326, 11, 290, 257, 17738, 286, 2030, 10992, 30, 46506, 4776, 16034, 3084, 62, 3672, 62, 17, 33411, 3155, 796, 366, 73, 888, 1222, 1225, 88, 8326, 1, 5357, 3...
What is Result, when Original Title is 'Qala'?
SELECT "Result" FROM table_47578 WHERE "Original title" = 'qala'
[ 2061, 318, 25414, 11, 618, 13745, 11851, 318, 705, 48, 6081, 30960, 46506, 366, 23004, 1, 16034, 3084, 62, 32576, 3695, 33411, 366, 20556, 3670, 1, 796, 705, 80, 6081, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 25414, 11, 618, 13745, 11851, 318, 705, 48, 6081, 30960, 46506, 366, 23004, 1, 16034, 3084, 62, 32576, 3695, 33411, 366, 20556, 3670, 1, 796, 705, 80, 6081, 6 ]
What is the date of the Cleveland home game with a 20-8 record?
SELECT date FROM table_name_74 WHERE home = "cleveland" AND record = "20-8"
[ 2061, 318, 262, 3128, 286, 262, 10306, 1363, 983, 351, 257, 1160, 12, 23, 1700, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 4524, 33411, 1363, 796, 366, 2375, 9731, 1, 5357, 1700, 796, 366, 1238, 12, 23, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 3128, 286, 262, 10306, 1363, 983, 351, 257, 1160, 12, 23, 1700, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 4524, 33411, 1363, 796, 366, 2375, 9731, 1, 5357, 1700, 796, 366, 1238, 12, 23, 1 ]
What is the province where the soccer statium is terrain #2 of complexe sportif claude-robillard?
SELECT province FROM table_27369069_4 WHERE soccer_stadium = "terrain #2 of Complexe sportif Claude-Robillard"
[ 2061, 318, 262, 8473, 810, 262, 11783, 1185, 1505, 318, 15510, 1303, 17, 286, 3716, 68, 6332, 361, 26435, 2507, 12, 22609, 32681, 30, 46506, 8473, 16034, 3084, 62, 1983, 30803, 3312, 24, 62, 19, 33411, 11783, 62, 301, 6271, 796, 366, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 8473, 810, 262, 11783, 1185, 1505, 318, 15510, 1303, 17, 286, 3716, 68, 6332, 361, 26435, 2507, 12, 22609, 32681, 30, 46506, 8473, 16034, 3084, 62, 1983, 30803, 3312, 24, 62, 19, 33411, 11783, 62, 301, 6271, 796, 366, ...
Name the manufacturer for grid more than 18 and laps more than 1 with tired/retired of +1 lap
SELECT manufacturer FROM table_name_26 WHERE grid > 18 AND laps > 1 AND time_retired = "+1 lap"
[ 5376, 262, 11554, 329, 10706, 517, 621, 1248, 290, 24590, 517, 621, 352, 351, 10032, 14, 1186, 1202, 286, 1343, 16, 14779, 46506, 11554, 16034, 3084, 62, 3672, 62, 2075, 33411, 10706, 1875, 1248, 5357, 24590, 1875, 352, 5357, 640, 62, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 5376, 262, 11554, 329, 10706, 517, 621, 1248, 290, 24590, 517, 621, 352, 351, 10032, 14, 1186, 1202, 286, 1343, 16, 14779, 46506, 11554, 16034, 3084, 62, 3672, 62, 2075, 33411, 10706, 1875, 1248, 5357, 24590, 1875, 352, 5357, 640, 62, ...
What was Germany's lowest sales when the profit was smaller than 6.7 billion?
SELECT MIN(sales__billion_) AS $_ FROM table_name_43 WHERE headquarters = "germany" AND profits__billion_$_ < 6.7
[ 2061, 373, 4486, 338, 9016, 4200, 618, 262, 7630, 373, 4833, 621, 718, 13, 22, 2997, 30, 46506, 20625, 7, 82, 2040, 834, 24540, 62, 8, 7054, 40111, 16034, 3084, 62, 3672, 62, 3559, 33411, 10043, 796, 366, 1362, 21834, 1, 5357, 10177...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 373, 4486, 338, 9016, 4200, 618, 262, 7630, 373, 4833, 621, 718, 13, 22, 2997, 30, 46506, 20625, 7, 82, 2040, 834, 24540, 62, 8, 7054, 40111, 16034, 3084, 62, 3672, 62, 3559, 33411, 10043, 796, 366, 1362, 21834, 1, 5357, 10177...
What Utah Jazz guard, played at BYU?
SELECT "Player" FROM table_54208 WHERE "Position" = 'guard' AND "School/Club Team" = 'byu'
[ 2061, 10202, 21406, 4860, 11, 2826, 379, 37216, 30, 46506, 366, 14140, 1, 16034, 3084, 62, 4051, 21315, 33411, 366, 26545, 1, 796, 705, 14864, 6, 5357, 366, 26130, 14, 42350, 4816, 1, 796, 705, 1525, 84, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 10202, 21406, 4860, 11, 2826, 379, 37216, 30, 46506, 366, 14140, 1, 16034, 3084, 62, 4051, 21315, 33411, 366, 26545, 1, 796, 705, 14864, 6, 5357, 366, 26130, 14, 42350, 4816, 1, 796, 705, 1525, 84, 6 ]
Scores of Google Cloud Posts.
SELECT Posts.Id, Posts.Title, Posts.Score FROM Posts, Tags, PostTags WHERE Tags.TagName = 'google-cloud-platform' AND PostTags.TagId = Tags.Id AND Posts.Id = PostTags.PostId ORDER BY Posts.Score DESC
[ 3351, 2850, 286, 3012, 10130, 12043, 13, 46506, 12043, 13, 7390, 11, 12043, 13, 19160, 11, 12043, 13, 26595, 16034, 12043, 11, 44789, 11, 2947, 36142, 33411, 44789, 13, 24835, 5376, 796, 705, 13297, 12, 17721, 12, 24254, 6, 5357, 2947, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3351, 2850, 286, 3012, 10130, 12043, 13, 46506, 12043, 13, 7390, 11, 12043, 13, 19160, 11, 12043, 13, 26595, 16034, 12043, 11, 44789, 11, 2947, 36142, 33411, 44789, 13, 24835, 5376, 796, 705, 13297, 12, 17721, 12, 24254, 6, 5357, 2947, ...
when points for is 39 what is the total number of drawn
SELECT drawn FROM table_20396710_1 WHERE points_for = "39"
[ 12518, 2173, 329, 318, 5014, 644, 318, 262, 2472, 1271, 286, 7428, 46506, 7428, 16034, 3084, 62, 1238, 2670, 3134, 940, 62, 16, 33411, 2173, 62, 1640, 796, 366, 2670, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 12518, 2173, 329, 318, 5014, 644, 318, 262, 2472, 1271, 286, 7428, 46506, 7428, 16034, 3084, 62, 1238, 2670, 3134, 940, 62, 16, 33411, 2173, 62, 1640, 796, 366, 2670, 1 ]
What is the least arabs when the metropolitan ring is inner ring 3?
SELECT MIN("Arabs") FROM table_28244 WHERE "Metropolitan ring" = 'Inner Ring 3'
[ 2061, 318, 262, 1551, 610, 8937, 618, 262, 27953, 5858, 318, 8434, 5858, 513, 30, 46506, 20625, 7203, 3163, 8937, 4943, 16034, 3084, 62, 2078, 25707, 33411, 366, 9171, 14823, 5858, 1, 796, 705, 818, 1008, 12569, 513, 6 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 318, 262, 1551, 610, 8937, 618, 262, 27953, 5858, 318, 8434, 5858, 513, 30, 46506, 20625, 7203, 3163, 8937, 4943, 16034, 3084, 62, 2078, 25707, 33411, 366, 9171, 14823, 5858, 1, 796, 705, 818, 1008, 12569, 513, 6 ]
Who's the Socialist ticket with a Socialist Labor ticket of charles m. carlson?
SELECT "Socialist ticket" FROM table_39761 WHERE "Socialist Labor ticket" = 'charles m. carlson'
[ 8241, 338, 262, 21773, 7846, 351, 257, 21773, 7882, 7846, 286, 1149, 829, 285, 13, 1097, 75, 1559, 30, 46506, 366, 20636, 396, 7846, 1, 16034, 3084, 62, 2670, 4304, 16, 33411, 366, 20636, 396, 7882, 7846, 1, 796, 705, 10641, 829, 28...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 338, 262, 21773, 7846, 351, 257, 21773, 7882, 7846, 286, 1149, 829, 285, 13, 1097, 75, 1559, 30, 46506, 366, 20636, 396, 7846, 1, 16034, 3084, 62, 2670, 4304, 16, 33411, 366, 20636, 396, 7882, 7846, 1, 796, 705, 10641, 829, 28...
During the Spring terms , what times is 596 taught ?
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 course, course_offering, semester WHERE course.course_id = course_offe...
[ 7191, 262, 8225, 2846, 837, 644, 1661, 318, 642, 4846, 7817, 5633, 46506, 360, 8808, 1268, 4177, 1781, 62, 2364, 1586, 13, 437, 62, 2435, 11, 1781, 62, 2364, 1586, 13, 8310, 2567, 11, 1781, 62, 2364, 1586, 13, 76, 3204, 11, 1781, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 7191, 262, 8225, 2846, 837, 644, 1661, 318, 642, 4846, 7817, 5633, 46506, 360, 8808, 1268, 4177, 1781, 62, 2364, 1586, 13, 437, 62, 2435, 11, 1781, 62, 2364, 1586, 13, 8310, 2567, 11, 1781, 62, 2364, 1586, 13, 76, 3204, 11, 1781, ...