instruction
stringlengths
0
1.06k
response
stringlengths
2
3.61k
input_ids
list
attention_mask
list
labels
list
What's Javagal Srinath's batting style?
SELECT batting_style FROM table_11950720_3 WHERE player = "Javagal Srinath"
[ 2061, 338, 49247, 363, 282, 311, 12769, 776, 338, 23761, 3918, 30, 46506, 23761, 62, 7635, 16034, 3084, 62, 16315, 1120, 23906, 62, 18, 33411, 2137, 796, 366, 41, 615, 363, 282, 311, 12769, 776, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 49247, 363, 282, 311, 12769, 776, 338, 23761, 3918, 30, 46506, 23761, 62, 7635, 16034, 3084, 62, 16315, 1120, 23906, 62, 18, 33411, 2137, 796, 366, 41, 615, 363, 282, 311, 12769, 776, 1 ]
What is the number of bonus points when there are 2 drawn and the points against is 599?
SELECT bonus_points FROM table_name_83 WHERE drawn = "2" AND points_against = "599"
[ 2061, 318, 262, 1271, 286, 7202, 2173, 618, 612, 389, 362, 7428, 290, 262, 2173, 1028, 318, 642, 2079, 30, 46506, 7202, 62, 13033, 16034, 3084, 62, 3672, 62, 5999, 33411, 7428, 796, 366, 17, 1, 5357, 2173, 62, 32826, 796, 366, 43452...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1271, 286, 7202, 2173, 618, 612, 389, 362, 7428, 290, 262, 2173, 1028, 318, 642, 2079, 30, 46506, 7202, 62, 13033, 16034, 3084, 62, 3672, 62, 5999, 33411, 7428, 796, 366, 17, 1, 5357, 2173, 62, 32826, 796, 366, 43452...
What is the number of bills sponsored associated with over 113 bills originally cosponsored and under 47 amendments cosponsored?
SELECT "All bills sponsored" FROM table_64205 WHERE "Bills originally cosponsored" > '113' AND "All amendments cosponsored" < '47'
[ 2061, 318, 262, 1271, 286, 9024, 15901, 3917, 351, 625, 17318, 9024, 6198, 269, 35952, 1850, 290, 739, 6298, 17835, 269, 35952, 1850, 30, 46506, 366, 3237, 9024, 15901, 1, 16034, 3084, 62, 2414, 21261, 33411, 366, 33, 2171, 6198, 269, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1271, 286, 9024, 15901, 3917, 351, 625, 17318, 9024, 6198, 269, 35952, 1850, 290, 739, 6298, 17835, 269, 35952, 1850, 30, 46506, 366, 3237, 9024, 15901, 1, 16034, 3084, 62, 2414, 21261, 33411, 366, 33, 2171, 6198, 269, ...
Return a bar chart on what is the state and enrollment of the colleges where have any students who got accepted in the tryout decision, I want to order Y-axis from low to high order.
SELECT state, enr FROM College AS T1 JOIN Tryout AS T2 ON T1.cName = T2.cName WHERE T2.decision = 'yes' ORDER BY enr
[ 13615, 257, 2318, 8262, 319, 644, 318, 262, 1181, 290, 20753, 286, 262, 15273, 810, 423, 597, 2444, 508, 1392, 6292, 287, 262, 1949, 448, 2551, 11, 314, 765, 284, 1502, 575, 12, 22704, 422, 1877, 284, 1029, 1502, 13, 46506, 1181, 11...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 13615, 257, 2318, 8262, 319, 644, 318, 262, 1181, 290, 20753, 286, 262, 15273, 810, 423, 597, 2444, 508, 1392, 6292, 287, 262, 1949, 448, 2551, 11, 314, 765, 284, 1502, 575, 12, 22704, 422, 1877, 284, 1029, 1502, 13, 46506, 1181, 11...
What is the set 4 with a 2-3 score?
SELECT "Set 4" FROM table_40022 WHERE "Score" = '2-3'
[ 2061, 318, 262, 900, 604, 351, 257, 362, 12, 18, 4776, 30, 46506, 366, 7248, 604, 1, 16034, 3084, 62, 7029, 1828, 33411, 366, 26595, 1, 796, 705, 17, 12, 18, 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, 900, 604, 351, 257, 362, 12, 18, 4776, 30, 46506, 366, 7248, 604, 1, 16034, 3084, 62, 7029, 1828, 33411, 366, 26595, 1, 796, 705, 17, 12, 18, 6 ]
hemodynamically stable situation
SELECT * FROM table_train_1 WHERE hemodynamic_instability = 0
[ 4411, 24319, 1146, 8245, 3074, 46506, 1635, 16034, 3084, 62, 27432, 62, 16, 33411, 16869, 34743, 62, 8625, 1799, 796, 657 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 4411, 24319, 1146, 8245, 3074, 46506, 1635, 16034, 3084, 62, 27432, 62, 16, 33411, 16869, 34743, 62, 8625, 1799, 796, 657 ]
how many patients underwent the surgical procedure open right hemicolectomy nec?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE procedures.short_title = "Opn rt hemicolectomy NEC"
[ 4919, 867, 3871, 25289, 262, 21998, 8771, 1280, 826, 16869, 3713, 801, 9145, 27576, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 18108, 76, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 25289, 262, 21998, 8771, 1280, 826, 16869, 3713, 801, 9145, 27576, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 18108, 76, ...
Which was the home team for game 3?
SELECT home_team FROM table_name_14 WHERE game = "game 3"
[ 13828, 373, 262, 1363, 1074, 329, 983, 513, 30, 46506, 1363, 62, 15097, 16034, 3084, 62, 3672, 62, 1415, 33411, 983, 796, 366, 6057, 513, 1 ]
[ 1, 1, 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, 373, 262, 1363, 1074, 329, 983, 513, 30, 46506, 1363, 62, 15097, 16034, 3084, 62, 3672, 62, 1415, 33411, 983, 796, 366, 6057, 513, 1 ]
What i/o buses are associated with the brand name Core i3-21xxt?
SELECT "I/O Bus" FROM table_26908 WHERE "Brand name (list)" = 'Core i3-21xxT'
[ 2061, 1312, 14, 78, 16893, 389, 3917, 351, 262, 4508, 1438, 7231, 1312, 18, 12, 2481, 87, 742, 30, 46506, 366, 40, 14, 46, 5869, 1, 16034, 3084, 62, 26276, 2919, 33411, 366, 38416, 1438, 357, 4868, 16725, 796, 705, 14055, 1312, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 1312, 14, 78, 16893, 389, 3917, 351, 262, 4508, 1438, 7231, 1312, 18, 12, 2481, 87, 742, 30, 46506, 366, 40, 14, 46, 5869, 1, 16034, 3084, 62, 26276, 2919, 33411, 366, 38416, 1438, 357, 4868, 16725, 796, 705, 14055, 1312, 18, ...
how many patients whose insurance is medicare and diagnoses short title is iatrogenc hypotnsion nec?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.insurance = "Medicare" AND diagnoses.short_title = "Iatrogenc hypotnsion NEC"
[ 4919, 867, 3871, 3025, 5096, 318, 6924, 533, 290, 40567, 1790, 3670, 318, 1312, 265, 8648, 66, 8813, 5907, 295, 27576, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 126...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3025, 5096, 318, 6924, 533, 290, 40567, 1790, 3670, 318, 1312, 265, 8648, 66, 8813, 5907, 295, 27576, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 126...
Give me a bar chart, that group by location and count them, show by the Location in descending.
SELECT Location, COUNT(Location) FROM party GROUP BY Location ORDER BY Location DESC
[ 23318, 502, 257, 2318, 8262, 11, 326, 1448, 416, 4067, 290, 954, 606, 11, 905, 416, 262, 13397, 287, 31491, 13, 46506, 13397, 11, 327, 28270, 7, 14749, 8, 16034, 2151, 44441, 11050, 13397, 38678, 11050, 13397, 22196, 34 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 23318, 502, 257, 2318, 8262, 11, 326, 1448, 416, 4067, 290, 954, 606, 11, 905, 416, 262, 13397, 287, 31491, 13, 46506, 13397, 11, 327, 28270, 7, 14749, 8, 16034, 2151, 44441, 11050, 13397, 38678, 11050, 13397, 22196, 34 ]
What is the least difficult ULCS course with the largest class size ?
SELECT DISTINCT department, name, number FROM course WHERE course_id IN (SELECT PROGRAM_COURSE_ID FROM program_course AS PROGRAM_COURSE WHERE PROGRAM_WORKLOAD = (SELECT MIN(PROGRAM_COURSEalias1.workload) FROM program_course AS PROGRAM_COURSEalias1 WHERE PROGRAM_COURSEalias1.category LIKE '%ULCS%')) AND num_enrolled = (...
[ 2061, 318, 262, 1551, 2408, 471, 29814, 1781, 351, 262, 4387, 1398, 2546, 5633, 46506, 360, 8808, 1268, 4177, 5011, 11, 1438, 11, 1271, 16034, 1781, 33411, 1781, 62, 312, 3268, 357, 46506, 46805, 62, 34, 11698, 5188, 62, 2389, 16034, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2408, 471, 29814, 1781, 351, 262, 4387, 1398, 2546, 5633, 46506, 360, 8808, 1268, 4177, 5011, 11, 1438, 11, 1271, 16034, 1781, 33411, 1781, 62, 312, 3268, 357, 46506, 46805, 62, 34, 11698, 5188, 62, 2389, 16034, ...
Name the titles for tko 11/12
SELECT titles FROM table_24924576_2 WHERE result = "TKO 11/12"
[ 5376, 262, 8714, 329, 256, 7204, 1367, 14, 1065, 46506, 8714, 16034, 3084, 62, 21626, 1731, 37452, 62, 17, 33411, 1255, 796, 366, 51, 22328, 1367, 14, 1065, 1 ]
[ 1, 1, 1, 1, 1, 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, 8714, 329, 256, 7204, 1367, 14, 1065, 46506, 8714, 16034, 3084, 62, 21626, 1731, 37452, 62, 17, 33411, 1255, 796, 366, 51, 22328, 1367, 14, 1065, 1 ]
In the game against Essendon at home, what did the away team score?
SELECT "Away team score" FROM table_12066 WHERE "Home team" = 'essendon'
[ 818, 262, 983, 1028, 11985, 43153, 379, 1363, 11, 644, 750, 262, 1497, 1074, 4776, 30, 46506, 366, 32, 1014, 1074, 4776, 1, 16034, 3084, 62, 10232, 2791, 33411, 366, 16060, 1074, 1, 796, 705, 408, 43153, 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 ]
[ 818, 262, 983, 1028, 11985, 43153, 379, 1363, 11, 644, 750, 262, 1497, 1074, 4776, 30, 46506, 366, 32, 1014, 1074, 4776, 1, 16034, 3084, 62, 10232, 2791, 33411, 366, 16060, 1074, 1, 796, 705, 408, 43153, 6 ]
among patients who were diagnosed with liver transplant status since 2105, what are the top five most frequent medications that followed afterwards in the same hospital visit?
SELECT t3.drug FROM (SELECT t2.drug, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT admissions.subject_id, diagnoses_icd.charttime, admissions.hadm_id 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_...
[ 35131, 3871, 508, 547, 14641, 351, 14383, 23319, 3722, 1201, 362, 13348, 11, 644, 389, 262, 1353, 1936, 749, 10792, 17638, 326, 3940, 12979, 287, 262, 976, 4436, 3187, 30, 46506, 256, 18, 13, 30349, 16034, 357, 46506, 256, 17, 13, 303...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 35131, 3871, 508, 547, 14641, 351, 14383, 23319, 3722, 1201, 362, 13348, 11, 644, 389, 262, 1353, 1936, 749, 10792, 17638, 326, 3940, 12979, 287, 262, 976, 4436, 3187, 30, 46506, 256, 18, 13, 30349, 16034, 357, 46506, 256, 17, 13, 303...
A pie chart about what are the top 5 countries by number of invoices and how many do they have?
SELECT billing_country, COUNT(*) FROM invoices GROUP BY billing_country ORDER BY COUNT(*) DESC LIMIT 5
[ 32, 2508, 8262, 546, 644, 389, 262, 1353, 642, 2678, 416, 1271, 286, 800, 78, 1063, 290, 703, 867, 466, 484, 423, 30, 46506, 26297, 62, 19315, 11, 327, 28270, 7, 28104, 16034, 800, 78, 1063, 44441, 11050, 26297, 62, 19315, 38678, 11...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 32, 2508, 8262, 546, 644, 389, 262, 1353, 642, 2678, 416, 1271, 286, 800, 78, 1063, 290, 703, 867, 466, 484, 423, 30, 46506, 26297, 62, 19315, 11, 327, 28270, 7, 28104, 16034, 800, 78, 1063, 44441, 11050, 26297, 62, 19315, 38678, 11...
Name the uk air date for audience share in timeslot in 7.3%
SELECT "UK air date" FROM table_73153 WHERE "Audience share in timeslot" = '7.3%'
[ 5376, 262, 334, 74, 1633, 3128, 329, 5386, 2648, 287, 1661, 26487, 287, 767, 13, 18, 4, 46506, 366, 15039, 1633, 3128, 1, 16034, 3084, 62, 4790, 21395, 33411, 366, 16353, 1240, 2648, 287, 1661, 26487, 1, 796, 705, 22, 13, 18, 4, 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 ]
[ 5376, 262, 334, 74, 1633, 3128, 329, 5386, 2648, 287, 1661, 26487, 287, 767, 13, 18, 4, 46506, 366, 15039, 1633, 3128, 1, 16034, 3084, 62, 4790, 21395, 33411, 366, 16353, 1240, 2648, 287, 1661, 26487, 1, 796, 705, 22, 13, 18, 4, 6...
What Age group has a 10 Trip Pass of $19.00, and a Monthly Pass of $62.00?
SELECT "Age group" FROM table_12931 WHERE "10 Trip Pass" = '$19.00' AND "Monthly Pass" = '$62.00'
[ 2061, 7129, 1448, 468, 257, 838, 18383, 6251, 286, 720, 1129, 13, 405, 11, 290, 257, 27573, 6251, 286, 720, 5237, 13, 405, 30, 46506, 366, 23396, 1448, 1, 16034, 3084, 62, 18741, 3132, 33411, 366, 940, 18383, 6251, 1, 796, 705, 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 ]
[ 2061, 7129, 1448, 468, 257, 838, 18383, 6251, 286, 720, 1129, 13, 405, 11, 290, 257, 27573, 6251, 286, 720, 5237, 13, 405, 30, 46506, 366, 23396, 1448, 1, 16034, 3084, 62, 18741, 3132, 33411, 366, 940, 18383, 6251, 1, 796, 705, 3, ...
What is the earliest year with a result of nominated, and a nominee(s) of john wells, for an episode of 'makemba'?
SELECT MIN("Year") FROM table_62983 WHERE "Result" = 'nominated' AND "Nominee(s)" = 'john wells' AND "Episode" = 'makemba'
[ 2061, 318, 262, 14555, 614, 351, 257, 1255, 286, 19332, 11, 290, 257, 10429, 7, 82, 8, 286, 45610, 22571, 11, 329, 281, 4471, 286, 705, 15883, 2022, 64, 30960, 46506, 20625, 7203, 17688, 4943, 16034, 3084, 62, 48602, 5999, 33411, 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, 1, 1, 1, 1, 1, 1, 1, 1...
[ 2061, 318, 262, 14555, 614, 351, 257, 1255, 286, 19332, 11, 290, 257, 10429, 7, 82, 8, 286, 45610, 22571, 11, 329, 281, 4471, 286, 705, 15883, 2022, 64, 30960, 46506, 20625, 7203, 17688, 4943, 16034, 3084, 62, 48602, 5999, 33411, 366,...
What is the phone number of the customer who has filed the most recent complaint?
SELECT t1.phone_number FROM customers AS t1 JOIN complaints AS t2 ON t1.customer_id = t2.customer_id ORDER BY t2.date_complaint_raised DESC LIMIT 1
[ 2061, 318, 262, 3072, 1271, 286, 262, 6491, 508, 468, 5717, 262, 749, 2274, 8224, 30, 46506, 256, 16, 13, 4862, 62, 17618, 16034, 4297, 7054, 256, 16, 32357, 1268, 9687, 7054, 256, 17, 6177, 256, 16, 13, 23144, 263, 62, 312, 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, 1, 1, 1, 1, 1, 1...
[ 2061, 318, 262, 3072, 1271, 286, 262, 6491, 508, 468, 5717, 262, 749, 2274, 8224, 30, 46506, 256, 16, 13, 4862, 62, 17618, 16034, 4297, 7054, 256, 16, 32357, 1268, 9687, 7054, 256, 17, 6177, 256, 16, 13, 23144, 263, 62, 312, 796, ...
how many asian patients are less than 47 years?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.ethnicity = "ASIAN" AND demographic.age < "47"
[ 4919, 867, 355, 666, 3871, 389, 1342, 621, 6298, 812, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 38546, 414, 796, 366, 1921, 16868, 1, 5357, 16728, 13, 496, 1279, 36...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 389, 1342, 621, 6298, 812, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728, 13, 38546, 414, 796, 366, 1921, 16868, 1, 5357, 16728, 13, 496, 1279, 36...
What is the sum of the Europe totals for players with other appearances of 0, league appearances under 328, and a position of MF?
SELECT SUM(europe) FROM table_name_72 WHERE others = 0 AND league < 328 AND position = "mf"
[ 2061, 318, 262, 2160, 286, 262, 2031, 26310, 329, 1938, 351, 584, 11057, 286, 657, 11, 4652, 11057, 739, 39093, 11, 290, 257, 2292, 286, 32850, 30, 46506, 35683, 7, 44252, 431, 8, 16034, 3084, 62, 3672, 62, 4761, 33411, 1854, 796, 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 ]
[ 2061, 318, 262, 2160, 286, 262, 2031, 26310, 329, 1938, 351, 584, 11057, 286, 657, 11, 4652, 11057, 739, 39093, 11, 290, 257, 2292, 286, 32850, 30, 46506, 35683, 7, 44252, 431, 8, 16034, 3084, 62, 3672, 62, 4761, 33411, 1854, 796, 6...
What are the notes in 1981?
SELECT notes FROM table_name_99 WHERE year = "1981"
[ 2061, 389, 262, 4710, 287, 14745, 30, 46506, 4710, 16034, 3084, 62, 3672, 62, 2079, 33411, 614, 796, 366, 35411, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 2061, 389, 262, 4710, 287, 14745, 30, 46506, 4710, 16034, 3084, 62, 3672, 62, 2079, 33411, 614, 796, 366, 35411, 1 ]
What is the losing bonus of the team with 22 pays and 428 points against?
SELECT "Losing bonus" FROM table_34177 WHERE "Played" = '22' AND "Points against" = '428'
[ 2061, 318, 262, 6078, 7202, 286, 262, 1074, 351, 2534, 13831, 290, 45063, 2173, 1028, 30, 46506, 366, 43, 2752, 7202, 1, 16034, 3084, 62, 2682, 22413, 33411, 366, 11002, 276, 1, 796, 705, 1828, 6, 5357, 366, 40710, 1028, 1, 796, 705...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6078, 7202, 286, 262, 1074, 351, 2534, 13831, 290, 45063, 2173, 1028, 30, 46506, 366, 43, 2752, 7202, 1, 16034, 3084, 62, 2682, 22413, 33411, 366, 11002, 276, 1, 796, 705, 1828, 6, 5357, 366, 40710, 1028, 1, 796, 705...
Give me the number of patients with drug code hesp500i who died in or before 2112.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.dod_year <= "2112.0" AND prescriptions.formulary_drug_cd = "HESP500I"
[ 23318, 502, 262, 1271, 286, 3871, 351, 2563, 2438, 339, 2777, 4059, 72, 508, 3724, 287, 393, 878, 2310, 1065, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 34092,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 23318, 502, 262, 1271, 286, 3871, 351, 2563, 2438, 339, 2777, 4059, 72, 508, 3724, 287, 393, 878, 2310, 1065, 13, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 34092,...
Which developer has xbox 360 as the platform?
SELECT developer FROM table_name_59 WHERE platform = "xbox 360"
[ 13828, 8517, 468, 2124, 3524, 11470, 355, 262, 3859, 30, 46506, 8517, 16034, 3084, 62, 3672, 62, 3270, 33411, 3859, 796, 366, 87, 3524, 11470, 1 ]
[ 1, 1, 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, 8517, 468, 2124, 3524, 11470, 355, 262, 3859, 30, 46506, 8517, 16034, 3084, 62, 3672, 62, 3270, 33411, 3859, 796, 366, 87, 3524, 11470, 1 ]
Who wrote the episode with 7.52 million US viewers?
SELECT "Written by" FROM table_74305 WHERE "U.S. Viewers (in millions)" = '7.52'
[ 8241, 2630, 262, 4471, 351, 767, 13, 4309, 1510, 1294, 10209, 30, 46506, 366, 25354, 416, 1, 16034, 3084, 62, 4524, 22515, 33411, 366, 52, 13, 50, 13, 3582, 364, 357, 259, 5242, 16725, 796, 705, 22, 13, 4309, 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 ]
[ 8241, 2630, 262, 4471, 351, 767, 13, 4309, 1510, 1294, 10209, 30, 46506, 366, 25354, 416, 1, 16034, 3084, 62, 4524, 22515, 33411, 366, 52, 13, 50, 13, 3582, 364, 357, 259, 5242, 16725, 796, 705, 22, 13, 4309, 6 ]
Which round has the scorer of Di Matteo?
SELECT round FROM table_name_56 WHERE scorers = "di matteo"
[ 13828, 2835, 468, 262, 30664, 286, 6031, 38789, 78, 30, 46506, 2835, 16034, 3084, 62, 3672, 62, 3980, 33411, 4776, 3808, 796, 366, 10989, 36908, 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 ]
[ 13828, 2835, 468, 262, 30664, 286, 6031, 38789, 78, 30, 46506, 2835, 16034, 3084, 62, 3672, 62, 3980, 33411, 4776, 3808, 796, 366, 10989, 36908, 78, 1 ]
What is Anders Forsbrand's Place?
SELECT place FROM table_name_14 WHERE player = "anders forsbrand"
[ 2061, 318, 25519, 27325, 17938, 338, 8474, 30, 46506, 1295, 16034, 3084, 62, 3672, 62, 1415, 33411, 2137, 796, 366, 45070, 46931, 17938, 1 ]
[ 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, 25519, 27325, 17938, 338, 8474, 30, 46506, 1295, 16034, 3084, 62, 3672, 62, 1415, 33411, 2137, 796, 366, 45070, 46931, 17938, 1 ]
on their current hospital encounter how old was patient 12775?
SELECT admissions.age FROM admissions WHERE admissions.subject_id = 12775 AND admissions.dischtime IS NULL
[ 261, 511, 1459, 4436, 8791, 703, 1468, 373, 5827, 18112, 2425, 30, 46506, 25349, 13, 496, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 18112, 2425, 5357, 25349, 13, 6381, 354, 2435, 3180, 15697 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 261, 511, 1459, 4436, 8791, 703, 1468, 373, 5827, 18112, 2425, 30, 46506, 25349, 13, 496, 16034, 25349, 33411, 25349, 13, 32796, 62, 312, 796, 18112, 2425, 5357, 25349, 13, 6381, 354, 2435, 3180, 15697 ]
What is the 2004 05 answer when 2003 04 shows grp?
SELECT "2004\u201305" FROM table_44464 WHERE "2003\u201304" = 'grp'
[ 2061, 318, 262, 5472, 8870, 3280, 618, 5816, 8702, 2523, 1036, 79, 30, 46506, 366, 15724, 59, 84, 1264, 22515, 1, 16034, 3084, 62, 30272, 2414, 33411, 366, 16088, 59, 84, 1264, 21288, 1, 796, 705, 2164, 79, 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, 5472, 8870, 3280, 618, 5816, 8702, 2523, 1036, 79, 30, 46506, 366, 15724, 59, 84, 1264, 22515, 1, 16034, 3084, 62, 30272, 2414, 33411, 366, 16088, 59, 84, 1264, 21288, 1, 796, 705, 2164, 79, 6 ]
What was the total of arlenes vote when craig voted for brian and karen?
SELECT COUNT("Arlenes vote") FROM table_17607 WHERE "Craigs vote" = 'Brian and Karen'
[ 2061, 373, 262, 2472, 286, 610, 11925, 274, 3015, 618, 15671, 328, 7052, 329, 275, 4484, 290, 479, 5757, 30, 46506, 327, 28270, 7203, 3163, 11925, 274, 3015, 4943, 16034, 3084, 62, 1558, 31980, 33411, 366, 33800, 9235, 3015, 1, 796, 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 ]
[ 2061, 373, 262, 2472, 286, 610, 11925, 274, 3015, 618, 15671, 328, 7052, 329, 275, 4484, 290, 479, 5757, 30, 46506, 327, 28270, 7203, 3163, 11925, 274, 3015, 4943, 16034, 3084, 62, 1558, 31980, 33411, 366, 33800, 9235, 3015, 1, 796, 7...
What game number was on January 14?
SELECT game FROM table_27713583_8 WHERE date = "January 14"
[ 2061, 983, 1271, 373, 319, 3269, 1478, 30, 46506, 983, 16034, 3084, 62, 27019, 1485, 46239, 62, 23, 33411, 3128, 796, 366, 21339, 1478, 1 ]
[ 1, 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, 983, 1271, 373, 319, 3269, 1478, 30, 46506, 983, 16034, 3084, 62, 27019, 1485, 46239, 62, 23, 33411, 3128, 796, 366, 21339, 1478, 1 ]
What was the date for renato ferreira?
SELECT "Date" FROM table_56892 WHERE "Opponent" = 'renato ferreira'
[ 2061, 373, 262, 3128, 329, 8851, 5549, 11354, 260, 8704, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 49211, 5892, 33411, 366, 27524, 3471, 1, 796, 705, 918, 5549, 11354, 260, 8704, 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, 373, 262, 3128, 329, 8851, 5549, 11354, 260, 8704, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 49211, 5892, 33411, 366, 27524, 3471, 1, 796, 705, 918, 5549, 11354, 260, 8704, 6 ]
yes or no for the adelaide with no for auckland, yes for melbourne, yes for the gold coast?
SELECT "Adelaide" FROM table_67834 WHERE "Auckland" = 'no' AND "Melbourne" = 'yes' AND "Gold Coast" = 'yes'
[ 8505, 393, 645, 329, 262, 512, 25078, 351, 645, 329, 257, 28789, 11, 3763, 329, 7758, 12544, 11, 3763, 329, 262, 3869, 7051, 30, 46506, 366, 2782, 25078, 1, 16034, 3084, 62, 30924, 2682, 33411, 366, 32, 28789, 1, 796, 705, 3919, 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 ]
[ 8505, 393, 645, 329, 262, 512, 25078, 351, 645, 329, 257, 28789, 11, 3763, 329, 7758, 12544, 11, 3763, 329, 262, 3869, 7051, 30, 46506, 366, 2782, 25078, 1, 16034, 3084, 62, 30924, 2682, 33411, 366, 32, 28789, 1, 796, 705, 3919, 6, ...
If the event was bantamweight (-63kg), and the quarterfinals did not advance, then who was in round of 32?
SELECT "Round of 32" FROM table_28580 WHERE "Quarterfinals" = 'Did not advance' AND "Event" = 'Bantamweight (-63kg)'
[ 1532, 262, 1785, 373, 275, 49653, 6551, 13841, 5066, 10025, 828, 290, 262, 3860, 32089, 750, 407, 5963, 11, 788, 508, 373, 287, 2835, 286, 3933, 30, 46506, 366, 22685, 286, 3933, 1, 16034, 3084, 62, 26279, 1795, 33411, 366, 4507, 2571...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 1532, 262, 1785, 373, 275, 49653, 6551, 13841, 5066, 10025, 828, 290, 262, 3860, 32089, 750, 407, 5963, 11, 788, 508, 373, 287, 2835, 286, 3933, 30, 46506, 366, 22685, 286, 3933, 1, 16034, 3084, 62, 26279, 1795, 33411, 366, 4507, 2571...
What is the total number of field goals for a player that had less than 3 touchdowns, had 4 points, and had less than 4 extra points?
SELECT COUNT("Field goals") FROM table_75324 WHERE "Touchdowns" < '3' AND "Points" = '4' AND "Extra points" < '4'
[ 2061, 318, 262, 2472, 1271, 286, 2214, 4661, 329, 257, 2137, 326, 550, 1342, 621, 513, 17692, 11, 550, 604, 2173, 11, 290, 550, 1342, 621, 604, 3131, 2173, 30, 46506, 327, 28270, 7203, 15878, 4661, 4943, 16034, 3084, 62, 2425, 33916, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2472, 1271, 286, 2214, 4661, 329, 257, 2137, 326, 550, 1342, 621, 513, 17692, 11, 550, 604, 2173, 11, 290, 550, 1342, 621, 604, 3131, 2173, 30, 46506, 327, 28270, 7203, 15878, 4661, 4943, 16034, 3084, 62, 2425, 33916, ...
what was the name of the organism found in the first sputum, tracheal specimen microbiology test of patient 031-9128 in 11/2104.
SELECT microlab.organism FROM microlab WHERE microlab.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '031-9128')) AND microlab.culturesite = 'sputum, tracheal specimen' AND ST...
[ 10919, 373, 262, 1438, 286, 262, 26433, 1043, 287, 262, 717, 599, 315, 388, 11, 491, 4891, 282, 31674, 24559, 1435, 1332, 286, 5827, 657, 3132, 12, 24, 12762, 287, 1367, 14, 17, 13464, 13, 46506, 4580, 23912, 13, 9971, 1042, 16034, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1438, 286, 262, 26433, 1043, 287, 262, 717, 599, 315, 388, 11, 491, 4891, 282, 31674, 24559, 1435, 1332, 286, 5827, 657, 3132, 12, 24, 12762, 287, 1367, 14, 17, 13464, 13, 46506, 4580, 23912, 13, 9971, 1042, 16034, ...
What is the smallest amount of WSOP bracelets anyone had?
SELECT MIN("WSOP bracelets") FROM table_26276
[ 2061, 318, 262, 18197, 2033, 286, 25290, 3185, 22581, 5289, 2687, 550, 30, 46506, 20625, 7203, 19416, 3185, 22581, 5289, 4943, 16034, 3084, 62, 2075, 27988 ]
[ 1, 1, 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, 18197, 2033, 286, 25290, 3185, 22581, 5289, 2687, 550, 30, 46506, 20625, 7203, 19416, 3185, 22581, 5289, 4943, 16034, 3084, 62, 2075, 27988 ]
When 6th, south division 2 is the mens 1st xi what is the mens 2nd xi?
SELECT "Mens 2nd XI" FROM table_24481 WHERE "Mens 1st XI" = '6th, South Division 2'
[ 2215, 718, 400, 11, 5366, 7297, 362, 318, 262, 285, 641, 352, 301, 2124, 72, 644, 318, 262, 285, 641, 362, 358, 2124, 72, 30, 46506, 366, 44, 641, 362, 358, 30554, 1, 16034, 3084, 62, 1731, 40271, 33411, 366, 44, 641, 352, 301, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 718, 400, 11, 5366, 7297, 362, 318, 262, 285, 641, 352, 301, 2124, 72, 644, 318, 262, 285, 641, 362, 358, 2124, 72, 30, 46506, 366, 44, 641, 362, 358, 30554, 1, 16034, 3084, 62, 1731, 40271, 33411, 366, 44, 641, 352, 301, ...
Who ran for the House in the 1924 election?
SELECT "Candidates" FROM table_770 WHERE "First elected" = '1924'
[ 8241, 4966, 329, 262, 2097, 287, 262, 37547, 3071, 30, 46506, 366, 41572, 37051, 1, 16034, 3084, 62, 41820, 33411, 366, 5962, 7018, 1, 796, 705, 1129, 1731, 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 ]
[ 8241, 4966, 329, 262, 2097, 287, 262, 37547, 3071, 30, 46506, 366, 41572, 37051, 1, 16034, 3084, 62, 41820, 33411, 366, 5962, 7018, 1, 796, 705, 1129, 1731, 6 ]
What was the away team's score at Princes Park?
SELECT "Away team" FROM table_57886 WHERE "Venue" = 'princes park'
[ 2061, 373, 262, 1497, 1074, 338, 4776, 379, 7489, 728, 3250, 30, 46506, 366, 32, 1014, 1074, 1, 16034, 3084, 62, 3553, 44980, 33411, 366, 37522, 518, 1, 796, 705, 1050, 17386, 3952, 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 ]
[ 2061, 373, 262, 1497, 1074, 338, 4776, 379, 7489, 728, 3250, 30, 46506, 366, 32, 1014, 1074, 1, 16034, 3084, 62, 3553, 44980, 33411, 366, 37522, 518, 1, 796, 705, 1050, 17386, 3952, 6 ]
How many seats does the election with the outcome of election of minority in parliament and 186,226 PNC votes have?
SELECT "Seats" FROM table_44643 WHERE "Outcome of election" = 'minority in parliament' AND "Number of PNC votes" = '186,226'
[ 2437, 867, 8632, 857, 262, 3071, 351, 262, 8055, 286, 3071, 286, 9137, 287, 8540, 290, 28481, 11, 24909, 350, 7792, 5690, 423, 30, 46506, 366, 4653, 1381, 1, 16034, 3084, 62, 2598, 41813, 33411, 366, 7975, 2958, 286, 3071, 1, 796, 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 ]
[ 2437, 867, 8632, 857, 262, 3071, 351, 262, 8055, 286, 3071, 286, 9137, 287, 8540, 290, 28481, 11, 24909, 350, 7792, 5690, 423, 30, 46506, 366, 4653, 1381, 1, 16034, 3084, 62, 2598, 41813, 33411, 366, 7975, 2958, 286, 3071, 1, 796, 7...
What is the theme for the episode selection process?
SELECT theme FROM table_12175755_1 WHERE episode = "Selection Process"
[ 2061, 318, 262, 7505, 329, 262, 4471, 6356, 1429, 30, 46506, 7505, 16034, 3084, 62, 1065, 17430, 38172, 62, 16, 33411, 4471, 796, 366, 4653, 1564, 10854, 1 ]
[ 1, 1, 1, 1, 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, 7505, 329, 262, 4471, 6356, 1429, 30, 46506, 7505, 16034, 3084, 62, 1065, 17430, 38172, 62, 16, 33411, 4471, 796, 366, 4653, 1564, 10854, 1 ]
How many tree species are listed when the total plant species is 258?
SELECT "Tree species" FROM table_20913 WHERE "Total plant species" = '258'
[ 2437, 867, 5509, 4693, 389, 5610, 618, 262, 2472, 4618, 4693, 318, 37528, 30, 46506, 366, 27660, 4693, 1, 16034, 3084, 62, 22567, 1485, 33411, 366, 14957, 4618, 4693, 1, 796, 705, 25600, 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 ]
[ 2437, 867, 5509, 4693, 389, 5610, 618, 262, 2472, 4618, 4693, 318, 37528, 30, 46506, 366, 27660, 4693, 1, 16034, 3084, 62, 22567, 1485, 33411, 366, 14957, 4618, 4693, 1, 796, 705, 25600, 6 ]
Name the Player which has a To par of 6?
SELECT player FROM table_name_99 WHERE to_par = "–6"
[ 5376, 262, 7853, 543, 468, 257, 1675, 1582, 286, 718, 30, 46506, 2137, 16034, 3084, 62, 3672, 62, 2079, 33411, 284, 62, 1845, 796, 366, 1906, 21, 1 ]
[ 1, 1, 1, 1, 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, 7853, 543, 468, 257, 1675, 1582, 286, 718, 30, 46506, 2137, 16034, 3084, 62, 3672, 62, 2079, 33411, 284, 62, 1845, 796, 366, 1906, 21, 1 ]
When the assets are 2,550, what is the Market Value?
SELECT market_value__billion_$_ FROM table_1682026_2 WHERE assets__billion_$_ = "2,550"
[ 2215, 262, 6798, 389, 362, 11, 22730, 11, 644, 318, 262, 5991, 11052, 30, 46506, 1910, 62, 8367, 834, 24540, 62, 3, 62, 16034, 3084, 62, 14656, 1238, 2075, 62, 17, 33411, 6798, 834, 24540, 62, 3, 62, 796, 366, 17, 11, 22730, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 262, 6798, 389, 362, 11, 22730, 11, 644, 318, 262, 5991, 11052, 30, 46506, 1910, 62, 8367, 834, 24540, 62, 3, 62, 16034, 3084, 62, 14656, 1238, 2075, 62, 17, 33411, 6798, 834, 24540, 62, 3, 62, 796, 366, 17, 11, 22730, 1 ]
Which Ulster player has fewer than 49 caps and plays the wing position?
SELECT "Player" FROM table_78300 WHERE "Caps" < '49' AND "Position" = 'wing' AND "Club/province" = 'ulster'
[ 13828, 50026, 2137, 468, 7380, 621, 5125, 11022, 290, 5341, 262, 8539, 2292, 30, 46506, 366, 14140, 1, 16034, 3084, 62, 3695, 6200, 33411, 366, 34, 1686, 1, 1279, 705, 2920, 6, 5357, 366, 26545, 1, 796, 705, 5469, 6, 5357, 366, 4235...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 50026, 2137, 468, 7380, 621, 5125, 11022, 290, 5341, 262, 8539, 2292, 30, 46506, 366, 14140, 1, 16034, 3084, 62, 3695, 6200, 33411, 366, 34, 1686, 1, 1279, 705, 2920, 6, 5357, 366, 26545, 1, 796, 705, 5469, 6, 5357, 366, 4235...
List all the subject names.
SELECT subject_name FROM SUBJECTS
[ 8053, 477, 262, 2426, 3891, 13, 46506, 2426, 62, 3672, 16034, 28932, 41, 2943, 4694 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8053, 477, 262, 2426, 3891, 13, 46506, 2426, 62, 3672, 16034, 28932, 41, 2943, 4694 ]
What was the average attendance when the record was 17-18?
SELECT AVG("Attendance") FROM table_68635 WHERE "Record" = '17-18'
[ 2061, 373, 262, 2811, 14858, 618, 262, 1700, 373, 1596, 12, 1507, 30, 46506, 35224, 7203, 8086, 437, 590, 4943, 16034, 3084, 62, 33808, 2327, 33411, 366, 23739, 1, 796, 705, 1558, 12, 1507, 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 ]
[ 2061, 373, 262, 2811, 14858, 618, 262, 1700, 373, 1596, 12, 1507, 30, 46506, 35224, 7203, 8086, 437, 590, 4943, 16034, 3084, 62, 33808, 2327, 33411, 366, 23739, 1, 796, 705, 1558, 12, 1507, 6 ]
What player had the position guard/forward?
SELECT "Player" FROM table_56710 WHERE "Position" = 'guard/forward'
[ 2061, 2137, 550, 262, 2292, 4860, 14, 11813, 30, 46506, 366, 14140, 1, 16034, 3084, 62, 20, 3134, 940, 33411, 366, 26545, 1, 796, 705, 14864, 14, 11813, 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 ]
[ 2061, 2137, 550, 262, 2292, 4860, 14, 11813, 30, 46506, 366, 14140, 1, 16034, 3084, 62, 20, 3134, 940, 33411, 366, 26545, 1, 796, 705, 14864, 14, 11813, 6 ]
How many winners are there of farma?
SELECT COUNT("Winners") FROM table_16160 WHERE "Local title" = 'Farma'
[ 2437, 867, 14591, 389, 612, 286, 1290, 2611, 30, 46506, 327, 28270, 7203, 16643, 2741, 4943, 16034, 3084, 62, 1433, 14198, 33411, 366, 14565, 3670, 1, 796, 705, 37, 10961, 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 ]
[ 2437, 867, 14591, 389, 612, 286, 1290, 2611, 30, 46506, 327, 28270, 7203, 16643, 2741, 4943, 16034, 3084, 62, 1433, 14198, 33411, 366, 14565, 3670, 1, 796, 705, 37, 10961, 6 ]
Name the date for l 92 103 (ot)
SELECT date FROM table_17322817_6 WHERE score = "L 92–103 (OT)"
[ 5376, 262, 3128, 329, 300, 10190, 15349, 357, 313, 8, 46506, 3128, 16034, 3084, 62, 25399, 23815, 1558, 62, 21, 33411, 4776, 796, 366, 43, 10190, 1906, 15197, 357, 2394, 16725 ]
[ 1, 1, 1, 1, 1, 1, 1, 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, 3128, 329, 300, 10190, 15349, 357, 313, 8, 46506, 3128, 16034, 3084, 62, 25399, 23815, 1558, 62, 21, 33411, 4776, 796, 366, 43, 10190, 1906, 15197, 357, 2394, 16725 ]
what flights are available from DENVER to BALTIMORE FIRST class on UA arriving 5 7 before 1200
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 AS DATE_DAY_0, date_day AS DATE_DAY_1, days AS DAYS_0, days AS DAYS_1, fare AS FARE_0, fare AS FARE_1, fare_basis AS FARE_BASIS_0, fare_basis AS FARE_BASIS_1, fare_b...
[ 10919, 13956, 389, 1695, 422, 37692, 5959, 284, 347, 31429, 3955, 6965, 31328, 1398, 319, 46164, 14820, 642, 767, 878, 24938, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13956, 389, 1695, 422, 37692, 5959, 284, 347, 31429, 3955, 6965, 31328, 1398, 319, 46164, 14820, 642, 767, 878, 24938, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 35009, ...
Which sliding tackle has no dump tackle and a restricted shoulder charge?
SELECT sliding_tackle FROM table_name_3 WHERE dump_tackle = "no" AND shoulder_charge = "restricted"
[ 13828, 22292, 9761, 468, 645, 10285, 9761, 290, 257, 10770, 8163, 3877, 30, 46506, 22292, 62, 36346, 16034, 3084, 62, 3672, 62, 18, 33411, 10285, 62, 36346, 796, 366, 3919, 1, 5357, 8163, 62, 10136, 796, 366, 49343, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 22292, 9761, 468, 645, 10285, 9761, 290, 257, 10770, 8163, 3877, 30, 46506, 22292, 62, 36346, 16034, 3084, 62, 3672, 62, 18, 33411, 10285, 62, 36346, 796, 366, 3919, 1, 5357, 8163, 62, 10136, 796, 366, 49343, 1 ]
What is Daultan Leveille's Position?
SELECT position FROM table_name_68 WHERE player = "daultan leveille"
[ 2061, 318, 360, 1721, 272, 1004, 303, 8270, 338, 23158, 30, 46506, 2292, 16034, 3084, 62, 3672, 62, 3104, 33411, 2137, 796, 366, 67, 1721, 272, 34002, 8270, 1 ]
[ 1, 1, 1, 1, 1, 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, 360, 1721, 272, 1004, 303, 8270, 338, 23158, 30, 46506, 2292, 16034, 3084, 62, 3672, 62, 3104, 33411, 2137, 796, 366, 67, 1721, 272, 34002, 8270, 1 ]
What year did they get 4 points with Suzuki?
SELECT AVG(year) FROM table_name_97 WHERE team = "suzuki" AND points = 4
[ 2061, 614, 750, 484, 651, 604, 2173, 351, 35807, 30, 46506, 35224, 7, 1941, 8, 16034, 3084, 62, 3672, 62, 5607, 33411, 1074, 796, 366, 2385, 89, 11308, 1, 5357, 2173, 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 ]
[ 2061, 614, 750, 484, 651, 604, 2173, 351, 35807, 30, 46506, 35224, 7, 1941, 8, 16034, 3084, 62, 3672, 62, 5607, 33411, 1074, 796, 366, 2385, 89, 11308, 1, 5357, 2173, 796, 604 ]
provide the number of patients whose ethnicity is black/african american and diagnoses icd9 code is 34982?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.ethnicity = "BLACK/AFRICAN AMERICAN" AND diagnoses.icd9_code = "34982"
[ 15234, 485, 262, 1271, 286, 3871, 3025, 26289, 318, 2042, 14, 1878, 37189, 45630, 272, 290, 40567, 14158, 67, 24, 2438, 318, 44367, 6469, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 26289, 318, 2042, 14, 1878, 37189, 45630, 272, 290, 40567, 14158, 67, 24, 2438, 318, 44367, 6469, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268...
Which Partner had an Opponent of darija jurak carmen klaschka?
SELECT partner FROM table_name_74 WHERE opponent = "darija jurak carmen klaschka"
[ 13828, 35532, 550, 281, 9385, 3471, 286, 288, 2743, 6592, 8174, 461, 1097, 3653, 479, 21921, 354, 4914, 30, 46506, 5212, 16034, 3084, 62, 3672, 62, 4524, 33411, 6125, 796, 366, 67, 2743, 6592, 8174, 461, 1097, 3653, 479, 21921, 354, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 35532, 550, 281, 9385, 3471, 286, 288, 2743, 6592, 8174, 461, 1097, 3653, 479, 21921, 354, 4914, 30, 46506, 5212, 16034, 3084, 62, 3672, 62, 4524, 33411, 6125, 796, 366, 67, 2743, 6592, 8174, 461, 1097, 3653, 479, 21921, 354, 4...
Who was the driver, when the constructor was Renault, and when the Time/Retired was +38.600?
SELECT driver FROM table_name_1 WHERE constructor = "renault" AND time_retired = "+38.600"
[ 8241, 373, 262, 4639, 11, 618, 262, 23772, 373, 44083, 11, 290, 618, 262, 3862, 14, 9781, 1202, 373, 1343, 2548, 13, 8054, 30, 46506, 4639, 16034, 3084, 62, 3672, 62, 16, 33411, 23772, 796, 366, 918, 1721, 1, 5357, 640, 62, 1186, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11, 618, 262, 23772, 373, 44083, 11, 290, 618, 262, 3862, 14, 9781, 1202, 373, 1343, 2548, 13, 8054, 30, 46506, 4639, 16034, 3084, 62, 3672, 62, 16, 33411, 23772, 796, 366, 918, 1721, 1, 5357, 640, 62, 1186, ...
Who was the visitor team in tampa bay?
SELECT visitor FROM table_name_26 WHERE home = "tampa bay"
[ 8241, 373, 262, 21493, 1074, 287, 256, 13299, 15489, 30, 46506, 21493, 16034, 3084, 62, 3672, 62, 2075, 33411, 1363, 796, 366, 83, 13299, 15489, 1 ]
[ 1, 1, 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, 21493, 1074, 287, 256, 13299, 15489, 30, 46506, 21493, 16034, 3084, 62, 3672, 62, 2075, 33411, 1363, 796, 366, 83, 13299, 15489, 1 ]
What was the class when there were 325 laps?
SELECT class FROM table_name_32 WHERE laps = 325
[ 2061, 373, 262, 1398, 618, 612, 547, 29524, 24590, 30, 46506, 1398, 16034, 3084, 62, 3672, 62, 2624, 33411, 24590, 796, 29524 ]
[ 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, 1398, 618, 612, 547, 29524, 24590, 30, 46506, 1398, 16034, 3084, 62, 3672, 62, 2624, 33411, 24590, 796, 29524 ]
Tell me the total number of week for w 35 7
SELECT COUNT(week) FROM table_name_67 WHERE result = "w 35–7"
[ 24446, 502, 262, 2472, 1271, 286, 1285, 329, 266, 3439, 767, 46506, 327, 28270, 7, 10464, 8, 16034, 3084, 62, 3672, 62, 3134, 33411, 1255, 796, 366, 86, 3439, 1906, 22, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 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, 2472, 1271, 286, 1285, 329, 266, 3439, 767, 46506, 327, 28270, 7, 10464, 8, 16034, 3084, 62, 3672, 62, 3134, 33411, 1255, 796, 366, 86, 3439, 1906, 22, 1 ]
In next Winter season what are the MDE classes that are offered ?
SELECT DISTINCT course.department, course.name, course.number 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 WHERE program_cour...
[ 818, 1306, 10633, 1622, 644, 389, 262, 337, 7206, 6097, 326, 389, 4438, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 3268, 21479, 32357, 1268, 1781, 62, 2364, 1586, 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...
[ 818, 1306, 10633, 1622, 644, 389, 262, 337, 7206, 6097, 326, 389, 4438, 5633, 46506, 360, 8808, 1268, 4177, 1781, 13, 10378, 1823, 11, 1781, 13, 3672, 11, 1781, 13, 17618, 16034, 1781, 3268, 21479, 32357, 1268, 1781, 62, 2364, 1586, 6...
Which League from has a Player of louis domingue?
SELECT "League from" FROM table_62150 WHERE "Player" = 'louis domingue'
[ 13828, 4041, 422, 468, 257, 7853, 286, 21081, 271, 2401, 278, 518, 30, 46506, 366, 24623, 422, 1, 16034, 3084, 62, 21, 2481, 1120, 33411, 366, 14140, 1, 796, 705, 75, 280, 271, 2401, 278, 518, 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 ]
[ 13828, 4041, 422, 468, 257, 7853, 286, 21081, 271, 2401, 278, 518, 30, 46506, 366, 24623, 422, 1, 16034, 3084, 62, 21, 2481, 1120, 33411, 366, 14140, 1, 796, 705, 75, 280, 271, 2401, 278, 518, 6 ]
What happened in Mazar-i-sharif?
SELECT circumstances FROM table_name_3 WHERE location = "mazar-i-sharif"
[ 2061, 3022, 287, 21625, 283, 12, 72, 12, 1477, 283, 361, 30, 46506, 5917, 16034, 3084, 62, 3672, 62, 18, 33411, 4067, 796, 366, 76, 29413, 12, 72, 12, 1477, 283, 361, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3022, 287, 21625, 283, 12, 72, 12, 1477, 283, 361, 30, 46506, 5917, 16034, 3084, 62, 3672, 62, 18, 33411, 4067, 796, 366, 76, 29413, 12, 72, 12, 1477, 283, 361, 1 ]
When 15 is the number overall what is the original air date?
SELECT original_air_date FROM table_18335117_3 WHERE no_overall = 15
[ 2215, 1315, 318, 262, 1271, 4045, 644, 318, 262, 2656, 1633, 3128, 30, 46506, 2656, 62, 958, 62, 4475, 16034, 3084, 62, 1507, 27326, 17657, 62, 18, 33411, 645, 62, 2502, 439, 796, 1315 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1315, 318, 262, 1271, 4045, 644, 318, 262, 2656, 1633, 3128, 30, 46506, 2656, 62, 958, 62, 4475, 16034, 3084, 62, 1507, 27326, 17657, 62, 18, 33411, 645, 62, 2502, 439, 796, 1315 ]
What is the lowest decile with a state authority and Midhirst school?
SELECT MIN(decile) FROM table_name_71 WHERE authority = "state" AND name = "midhirst school"
[ 2061, 318, 262, 9016, 875, 576, 351, 257, 1181, 4934, 290, 7215, 71, 667, 1524, 30, 46506, 20625, 7, 12501, 576, 8, 16034, 3084, 62, 3672, 62, 4869, 33411, 4934, 796, 366, 5219, 1, 5357, 1438, 796, 366, 13602, 71, 667, 1524, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9016, 875, 576, 351, 257, 1181, 4934, 290, 7215, 71, 667, 1524, 30, 46506, 20625, 7, 12501, 576, 8, 16034, 3084, 62, 3672, 62, 4869, 33411, 4934, 796, 366, 5219, 1, 5357, 1438, 796, 366, 13602, 71, 667, 1524, 1 ]
What Status has Against of 12?
SELECT "Status" FROM table_60147 WHERE "Against" = '12'
[ 2061, 12678, 468, 12914, 286, 1105, 30, 46506, 366, 19580, 1, 16034, 3084, 62, 41706, 2857, 33411, 366, 39276, 1, 796, 705, 1065, 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 ]
[ 2061, 12678, 468, 12914, 286, 1105, 30, 46506, 366, 19580, 1, 16034, 3084, 62, 41706, 2857, 33411, 366, 39276, 1, 796, 705, 1065, 6 ]
A bar chart about how many different locations does each school have?, and sort from high to low by the Y-axis.
SELECT SCHOOL_CODE, COUNT(DISTINCT DEPT_ADDRESS) FROM DEPARTMENT ORDER BY COUNT(DISTINCT DEPT_ADDRESS) DESC
[ 32, 2318, 8262, 546, 703, 867, 1180, 7064, 857, 1123, 1524, 423, 21747, 290, 3297, 422, 1029, 284, 1877, 416, 262, 575, 12, 22704, 13, 46506, 35883, 62, 34, 16820, 11, 327, 28270, 7, 35, 8808, 1268, 4177, 5550, 11571, 62, 2885, 7707...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 32, 2318, 8262, 546, 703, 867, 1180, 7064, 857, 1123, 1524, 423, 21747, 290, 3297, 422, 1029, 284, 1877, 416, 262, 575, 12, 22704, 13, 46506, 35883, 62, 34, 16820, 11, 327, 28270, 7, 35, 8808, 1268, 4177, 5550, 11571, 62, 2885, 7707...
A bar chart for returning the number of the dates of birth for entrepreneurs who have either the investor Simon Woodroffe or Peter Jones, and could you list by the total number in asc?
SELECT Date_of_Birth, COUNT(Date_of_Birth) FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Investor = "Simon Woodroffe" OR T1.Investor = "Peter Jones" ORDER BY COUNT(Date_of_Birth)
[ 32, 2318, 8262, 329, 8024, 262, 1271, 286, 262, 9667, 286, 4082, 329, 17038, 508, 423, 2035, 262, 15811, 11288, 5326, 305, 16658, 393, 5613, 5437, 11, 290, 714, 345, 1351, 416, 262, 2472, 1271, 287, 10570, 30, 46506, 7536, 62, 1659, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 32, 2318, 8262, 329, 8024, 262, 1271, 286, 262, 9667, 286, 4082, 329, 17038, 508, 423, 2035, 262, 15811, 11288, 5326, 305, 16658, 393, 5613, 5437, 11, 290, 714, 345, 1351, 416, 262, 2472, 1271, 287, 10570, 30, 46506, 7536, 62, 1659, ...
Which Surface has an Opponent in the final of daniella dominikovic?
SELECT "Surface" FROM table_36037 WHERE "Opponent in the final" = 'daniella dominikovic'
[ 13828, 20321, 468, 281, 9385, 3471, 287, 262, 2457, 286, 288, 34166, 8466, 7462, 1134, 17215, 30, 46506, 366, 14214, 2550, 1, 16034, 3084, 62, 15277, 2718, 33411, 366, 27524, 3471, 287, 262, 2457, 1, 796, 705, 25604, 494, 8466, 7462, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 281, 9385, 3471, 287, 262, 2457, 286, 288, 34166, 8466, 7462, 1134, 17215, 30, 46506, 366, 14214, 2550, 1, 16034, 3084, 62, 15277, 2718, 33411, 366, 27524, 3471, 287, 262, 2457, 1, 796, 705, 25604, 494, 8466, 7462, ...
Views depending on bounty amount (questions with only one bounty).
WITH bounties_cte AS (SELECT SUM(v.BountyAmount) AS bntsum, COUNT(v.BountyAmount) AS bntnum, p.Id AS pid, p.ViewCount AS vc FROM Posts AS p JOIN Votes AS v ON v.PostId = p.Id WHERE v.VoteTypeId = 8 GROUP BY p.Id, p.ViewCount) SELECT bntsum AS "total_bounties", AVG(vc) AS "average_viewcount" FROM bounties_cte WHERE bntn...
[ 7680, 82, 6906, 319, 24180, 2033, 357, 6138, 507, 351, 691, 530, 24180, 737, 54, 10554, 49937, 444, 62, 310, 68, 7054, 357, 46506, 35683, 7, 85, 13, 33, 17705, 31264, 8, 7054, 275, 429, 16345, 11, 327, 28270, 7, 85, 13, 33, 17705,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 7680, 82, 6906, 319, 24180, 2033, 357, 6138, 507, 351, 691, 530, 24180, 737, 54, 10554, 49937, 444, 62, 310, 68, 7054, 357, 46506, 35683, 7, 85, 13, 33, 17705, 31264, 8, 7054, 275, 429, 16345, 11, 327, 28270, 7, 85, 13, 33, 17705,...
The game in week 11 has what result?
SELECT "Result" FROM table_44457 WHERE "Week" = '11'
[ 464, 983, 287, 1285, 1367, 468, 644, 1255, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 2598, 33032, 33411, 366, 20916, 1, 796, 705, 1157, 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 ]
[ 464, 983, 287, 1285, 1367, 468, 644, 1255, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 2598, 33032, 33411, 366, 20916, 1, 796, 705, 1157, 6 ]
Who is the advisor of student with ID 1004?
SELECT Advisor FROM Student WHERE StuID = 1004
[ 8241, 318, 262, 20685, 286, 3710, 351, 4522, 1802, 19, 30, 46506, 35399, 16034, 13613, 33411, 520, 84, 2389, 796, 1802, 19 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 ]
[ 8241, 318, 262, 20685, 286, 3710, 351, 4522, 1802, 19, 30, 46506, 35399, 16034, 13613, 33411, 520, 84, 2389, 796, 1802, 19 ]
What is the nationality of the player from round 5?
SELECT nationality FROM table_name_31 WHERE round = 5
[ 2061, 318, 262, 29835, 286, 262, 2137, 422, 2835, 642, 30, 46506, 29835, 16034, 3084, 62, 3672, 62, 3132, 33411, 2835, 796, 642 ]
[ 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, 29835, 286, 262, 2137, 422, 2835, 642, 30, 46506, 29835, 16034, 3084, 62, 3672, 62, 3132, 33411, 2835, 796, 642 ]
which was the first canal opened in scotland ?
SELECT "canal" FROM table_203_594 ORDER BY "year opened" LIMIT 1
[ 4758, 373, 262, 717, 29365, 4721, 287, 629, 313, 1044, 5633, 46506, 366, 5171, 282, 1, 16034, 3084, 62, 22416, 62, 46438, 38678, 11050, 366, 1941, 4721, 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 ]
[ 4758, 373, 262, 717, 29365, 4721, 287, 629, 313, 1044, 5633, 46506, 366, 5171, 282, 1, 16034, 3084, 62, 22416, 62, 46438, 38678, 11050, 366, 1941, 4721, 1, 27564, 2043, 352 ]
Places I've left a comment (*). I'm just after the query plan. This really isn't the query you want. See instead: http://data.stackexchange.com/programmers/revision/139691/172016/places-ive-left-a-comment
SELECT * FROM Comments AS c JOIN Posts AS p ON (c.PostId = p.Id) JOIN PostTypes AS pt ON (p.PostTypeId = pt.Id) WHERE UserId = '##UserId##' ORDER BY p.Score
[ 3646, 2114, 314, 1053, 1364, 257, 2912, 20789, 737, 314, 1101, 655, 706, 262, 12405, 1410, 13, 770, 1107, 2125, 470, 262, 12405, 345, 765, 13, 4091, 2427, 25, 2638, 1378, 7890, 13, 301, 330, 365, 87, 3803, 13, 785, 14, 23065, 11056,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3646, 2114, 314, 1053, 1364, 257, 2912, 20789, 737, 314, 1101, 655, 706, 262, 12405, 1410, 13, 770, 1107, 2125, 470, 262, 12405, 345, 765, 13, 4091, 2427, 25, 2638, 1378, 7890, 13, 301, 330, 365, 87, 3803, 13, 785, 14, 23065, 11056,...
What COSPAR ID has a Launch date/time (UTC) of 1995-11-06, 05:15:01?
SELECT "COSPAR ID" FROM table_57481 WHERE "Launch date/time (UTC)" = '1995-11-06, 05:15:01'
[ 2061, 327, 2640, 27082, 4522, 468, 257, 21225, 3128, 14, 2435, 357, 17429, 8, 286, 8735, 12, 1157, 12, 3312, 11, 8870, 25, 1314, 25, 486, 30, 46506, 366, 34, 2640, 27082, 4522, 1, 16034, 3084, 62, 3553, 40271, 33411, 366, 38296, 312...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 327, 2640, 27082, 4522, 468, 257, 21225, 3128, 14, 2435, 357, 17429, 8, 286, 8735, 12, 1157, 12, 3312, 11, 8870, 25, 1314, 25, 486, 30, 46506, 366, 34, 2640, 27082, 4522, 1, 16034, 3084, 62, 3553, 40271, 33411, 366, 38296, 312...
Which episodes in season 3 were written by Mark Drop?
SELECT "Season Episode #" FROM table_28452 WHERE "Written by" = 'Mark Drop'
[ 13828, 8640, 287, 1622, 513, 547, 3194, 416, 2940, 14258, 30, 46506, 366, 18960, 7922, 1303, 1, 16034, 3084, 62, 2078, 37730, 33411, 366, 25354, 416, 1, 796, 705, 9704, 14258, 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 ]
[ 13828, 8640, 287, 1622, 513, 547, 3194, 416, 2940, 14258, 30, 46506, 366, 18960, 7922, 1303, 1, 16034, 3084, 62, 2078, 37730, 33411, 366, 25354, 416, 1, 796, 705, 9704, 14258, 6 ]
what is the number of patients whose primary disease is pneumonia and year of death is less than or equal to 2131?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.diagnosis = "PNEUMONIA" AND demographic.dod_year <= "2131.0"
[ 10919, 318, 262, 1271, 286, 3871, 3025, 4165, 4369, 318, 35647, 290, 614, 286, 1918, 318, 1342, 621, 393, 4961, 284, 362, 22042, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4165, 4369, 318, 35647, 290, 614, 286, 1918, 318, 1342, 621, 393, 4961, 284, 362, 22042, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 33411, 16728,...
when was stephen hendry 's first uk championship win ?
SELECT "year" FROM table_204_399 WHERE "championship" = 'uk championship' AND "outcome" = 'winner' ORDER BY "year" LIMIT 1
[ 12518, 373, 2239, 831, 339, 358, 563, 705, 82, 717, 334, 74, 12184, 1592, 5633, 46506, 366, 1941, 1, 16034, 3084, 62, 18638, 62, 28771, 33411, 366, 354, 4350, 1056, 1, 796, 705, 2724, 12184, 6, 5357, 366, 448, 2958, 1, 796, 705, 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 ]
[ 12518, 373, 2239, 831, 339, 358, 563, 705, 82, 717, 334, 74, 12184, 1592, 5633, 46506, 366, 1941, 1, 16034, 3084, 62, 18638, 62, 28771, 33411, 366, 354, 4350, 1056, 1, 796, 705, 2724, 12184, 6, 5357, 366, 448, 2958, 1, 796, 705, 3...
What season was herschelle gibbs andrew symonds venugopal rao batsmen?
SELECT "Season" FROM table_25600 WHERE "Batsmen" = 'Herschelle Gibbs Andrew Symonds Venugopal Rao'
[ 2061, 1622, 373, 607, 1416, 34454, 46795, 1443, 290, 1809, 5659, 24764, 8710, 1018, 33067, 2179, 78, 19553, 3653, 30, 46506, 366, 18960, 1, 16034, 3084, 62, 1495, 8054, 33411, 366, 33, 1381, 3653, 1, 796, 705, 39, 364, 29232, 293, 410...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1622, 373, 607, 1416, 34454, 46795, 1443, 290, 1809, 5659, 24764, 8710, 1018, 33067, 2179, 78, 19553, 3653, 30, 46506, 366, 18960, 1, 16034, 3084, 62, 1495, 8054, 33411, 366, 33, 1381, 3653, 1, 796, 705, 39, 364, 29232, 293, 410...
Show the names of all the employees with role 'HR'.
SELECT employee_name FROM Employees WHERE role_code = "HR"
[ 15307, 262, 3891, 286, 477, 262, 4409, 351, 2597, 705, 17184, 4458, 46506, 6538, 62, 3672, 16034, 30260, 33411, 2597, 62, 8189, 796, 366, 17184, 1 ]
[ 1, 1, 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, 262, 3891, 286, 477, 262, 4409, 351, 2597, 705, 17184, 4458, 46506, 6538, 62, 3672, 16034, 30260, 33411, 2597, 62, 8189, 796, 366, 17184, 1 ]
what flight do you have from PITTSBURGH to SAN FRANCISCO on the morning of 8 27
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 ((CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'SAN FRANCISCO' AND date_day.day_number = 27 AND date_day.month_number = ...
[ 10919, 5474, 466, 345, 423, 422, 49040, 4694, 38926, 17511, 284, 37376, 8782, 20940, 1797, 8220, 319, 262, 3329, 286, 807, 2681, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 350...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5474, 466, 345, 423, 422, 49040, 4694, 38926, 17511, 284, 37376, 8782, 20940, 1797, 8220, 319, 262, 3329, 286, 807, 2681, 46506, 360, 8808, 1268, 4177, 5474, 13, 22560, 62, 312, 16034, 9003, 62, 15271, 7054, 31600, 15490, 62, 350...
Find the number of students who is older than 20 in each dorm. Visualize by pie chart.
SELECT dorm_name, COUNT(*) FROM Student AS T1 JOIN Lives_in AS T2 ON T1.stuid = T2.stuid JOIN Dorm AS T3 ON T3.dormid = T2.dormid WHERE T1.Age > 20 GROUP BY T3.dorm_name
[ 16742, 262, 1271, 286, 2444, 508, 318, 4697, 621, 1160, 287, 1123, 18586, 13, 15612, 1096, 416, 2508, 8262, 13, 46506, 18586, 62, 3672, 11, 327, 28270, 7, 28104, 16034, 13613, 7054, 309, 16, 32357, 1268, 18965, 62, 259, 7054, 309, 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...
[ 16742, 262, 1271, 286, 2444, 508, 318, 4697, 621, 1160, 287, 1123, 18586, 13, 15612, 1096, 416, 2508, 8262, 13, 46506, 18586, 62, 3672, 11, 327, 28270, 7, 28104, 16034, 13613, 7054, 309, 16, 32357, 1268, 18965, 62, 259, 7054, 309, 17,...
What is the label that has the most albums?
SELECT label FROM albums GROUP BY label ORDER BY COUNT(*) DESC LIMIT 1
[ 2061, 318, 262, 6167, 326, 468, 262, 749, 16788, 30, 46506, 6167, 16034, 16788, 44441, 11050, 6167, 38678, 11050, 327, 28270, 7, 28104, 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 ]
[ 2061, 318, 262, 6167, 326, 468, 262, 749, 16788, 30, 46506, 6167, 16034, 16788, 44441, 11050, 6167, 38678, 11050, 327, 28270, 7, 28104, 22196, 34, 27564, 2043, 352 ]
What are the exact Cubic inches of the Metric value of 104.955 L?
SELECT cubic_inches__exact_ FROM table_name_9 WHERE metric_value = "104.955 l"
[ 2061, 389, 262, 2748, 7070, 291, 8331, 286, 262, 3395, 1173, 1988, 286, 14436, 13, 24, 2816, 406, 30, 46506, 27216, 62, 45457, 834, 1069, 529, 62, 16034, 3084, 62, 3672, 62, 24, 33411, 18663, 62, 8367, 796, 366, 13464, 13, 24, 2816,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 389, 262, 2748, 7070, 291, 8331, 286, 262, 3395, 1173, 1988, 286, 14436, 13, 24, 2816, 406, 30, 46506, 27216, 62, 45457, 834, 1069, 529, 62, 16034, 3084, 62, 3672, 62, 24, 33411, 18663, 62, 8367, 796, 366, 13464, 13, 24, 2816,...
What is the status in the district with the incumbent Bob Barr?
SELECT "Status" FROM table_28584 WHERE "Incumbent" = 'Bob Barr'
[ 2061, 318, 262, 3722, 287, 262, 4783, 351, 262, 23526, 5811, 27883, 30, 46506, 366, 19580, 1, 16034, 3084, 62, 2078, 46352, 33411, 366, 25517, 2178, 298, 1, 796, 705, 18861, 27883, 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, 3722, 287, 262, 4783, 351, 262, 23526, 5811, 27883, 30, 46506, 366, 19580, 1, 16034, 3084, 62, 2078, 46352, 33411, 366, 25517, 2178, 298, 1, 796, 705, 18861, 27883, 6 ]
When st kilda played as the away team, what date was that?
SELECT date FROM table_name_67 WHERE away_team = "st kilda"
[ 2215, 336, 479, 27281, 2826, 355, 262, 1497, 1074, 11, 644, 3128, 373, 326, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 3134, 33411, 1497, 62, 15097, 796, 366, 301, 479, 27281, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 336, 479, 27281, 2826, 355, 262, 1497, 1074, 11, 644, 3128, 373, 326, 30, 46506, 3128, 16034, 3084, 62, 3672, 62, 3134, 33411, 1497, 62, 15097, 796, 366, 301, 479, 27281, 1 ]
give me the number of patients whose procedure icd9 code is 9744?
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE procedures.icd9_code = "9744"
[ 26535, 502, 262, 1271, 286, 3871, 3025, 8771, 14158, 67, 24, 2438, 318, 10111, 2598, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 18108, 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...
[ 26535, 502, 262, 1271, 286, 3871, 3025, 8771, 14158, 67, 24, 2438, 318, 10111, 2598, 30, 46506, 327, 28270, 7, 35, 8808, 1268, 4177, 16728, 13, 32796, 62, 312, 8, 16034, 16728, 3268, 21479, 32357, 1268, 9021, 6177, 16728, 13, 18108, 7...
which Pada 3 has a Pada 2 of che?
SELECT "Pada 3" FROM table_75564 WHERE "Pada 2" = 'चे che'
[ 4758, 350, 4763, 513, 468, 257, 350, 4763, 362, 286, 1125, 30, 46506, 366, 47, 4763, 513, 1, 16034, 3084, 62, 38172, 2414, 33411, 366, 47, 4763, 362, 1, 796, 705, 11976, 248, 24231, 229, 1125, 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 ]
[ 4758, 350, 4763, 513, 468, 257, 350, 4763, 362, 286, 1125, 30, 46506, 366, 47, 4763, 513, 1, 16034, 3084, 62, 38172, 2414, 33411, 366, 47, 4763, 362, 1, 796, 705, 11976, 248, 24231, 229, 1125, 6 ]
What was the date of the game when the Lightning had a record of 10 13 2?
SELECT "Date" FROM table_53116 WHERE "Record" = '10–13–2'
[ 2061, 373, 262, 3128, 286, 262, 983, 618, 262, 12469, 550, 257, 1700, 286, 838, 1511, 362, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 4310, 18298, 33411, 366, 23739, 1, 796, 705, 940, 1906, 1485, 1906, 17, 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, 373, 262, 3128, 286, 262, 983, 618, 262, 12469, 550, 257, 1700, 286, 838, 1511, 362, 30, 46506, 366, 10430, 1, 16034, 3084, 62, 4310, 18298, 33411, 366, 23739, 1, 796, 705, 940, 1906, 1485, 1906, 17, 6 ]
What is the original title of the film directed by Cristian Mungiu?
SELECT "Original title" FROM table_68197 WHERE "Director'" = 'cristian mungiu'
[ 2061, 318, 262, 2656, 3670, 286, 262, 2646, 7924, 416, 24568, 666, 337, 2150, 16115, 30, 46506, 366, 20556, 3670, 1, 16034, 3084, 62, 3104, 24991, 33411, 366, 28702, 29653, 796, 705, 66, 1585, 666, 285, 2150, 16115, 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, 2656, 3670, 286, 262, 2646, 7924, 416, 24568, 666, 337, 2150, 16115, 30, 46506, 366, 20556, 3670, 1, 16034, 3084, 62, 3104, 24991, 33411, 366, 28702, 29653, 796, 705, 66, 1585, 666, 285, 2150, 16115, 6 ]
What is the least apparent magnitude for all constellations from hydra?
SELECT MIN(apparent_magnitude) FROM table_name_31 WHERE constellation = "hydra"
[ 2061, 318, 262, 1551, 4156, 14735, 329, 477, 1500, 695, 602, 422, 25039, 30, 46506, 20625, 7, 1324, 1580, 62, 76, 4660, 3984, 8, 16034, 3084, 62, 3672, 62, 3132, 33411, 38712, 796, 366, 15511, 430, 1 ]
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4156, 14735, 329, 477, 1500, 695, 602, 422, 25039, 30, 46506, 20625, 7, 1324, 1580, 62, 76, 4660, 3984, 8, 16034, 3084, 62, 3672, 62, 3132, 33411, 38712, 796, 366, 15511, 430, 1 ]
When was the first elected when the party was republican and the candidate were robert h. michel (r) 66.1% rosa lee fox (d) 33.9%?
SELECT MIN(first_elected) FROM table_1341718_14 WHERE party = "Republican" AND candidates = "Robert H. Michel (R) 66.1% Rosa Lee Fox (D) 33.9%"
[ 2215, 373, 262, 717, 7018, 618, 262, 2151, 373, 41477, 290, 262, 4540, 547, 686, 4835, 289, 13, 12314, 2978, 357, 81, 8, 7930, 13, 16, 4, 686, 11400, 443, 68, 21831, 357, 67, 8, 4747, 13, 24, 4, 30, 46506, 20625, 7, 11085, 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...
[ 2215, 373, 262, 717, 7018, 618, 262, 2151, 373, 41477, 290, 262, 4540, 547, 686, 4835, 289, 13, 12314, 2978, 357, 81, 8, 7930, 13, 16, 4, 686, 11400, 443, 68, 21831, 357, 67, 8, 4747, 13, 24, 4, 30, 46506, 20625, 7, 11085, 62, ...
What was the result when the team was 4-1?
SELECT "Result" FROM table_985 WHERE "Record" = '4-1'
[ 2061, 373, 262, 1255, 618, 262, 1074, 373, 604, 12, 16, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 42250, 33411, 366, 23739, 1, 796, 705, 19, 12, 16, 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 ]
[ 2061, 373, 262, 1255, 618, 262, 1074, 373, 604, 12, 16, 30, 46506, 366, 23004, 1, 16034, 3084, 62, 42250, 33411, 366, 23739, 1, 796, 705, 19, 12, 16, 6 ]
What is the average Total for the Rank of 6, when Silver is smaller than 0?
SELECT AVG(total) FROM table_name_36 WHERE rank = 6 AND silver < 0
[ 2061, 318, 262, 2811, 7472, 329, 262, 10916, 286, 718, 11, 618, 7698, 318, 4833, 621, 657, 30, 46506, 35224, 7, 23350, 8, 16034, 3084, 62, 3672, 62, 2623, 33411, 4279, 796, 718, 5357, 8465, 1279, 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, 1, 1, 1 ]
[ 2061, 318, 262, 2811, 7472, 329, 262, 10916, 286, 718, 11, 618, 7698, 318, 4833, 621, 657, 30, 46506, 35224, 7, 23350, 8, 16034, 3084, 62, 3672, 62, 2623, 33411, 4279, 796, 718, 5357, 8465, 1279, 657 ]
How many golds have a bronze greater than 1, total as the nation, and a silver less than 18?
SELECT COUNT("Gold") FROM table_64828 WHERE "Bronze" > '1' AND "Nation" = 'total' AND "Silver" < '18'
[ 2437, 867, 3869, 82, 423, 257, 22101, 3744, 621, 352, 11, 2472, 355, 262, 3277, 11, 290, 257, 8465, 1342, 621, 1248, 30, 46506, 327, 28270, 7203, 13306, 4943, 16034, 3084, 62, 34287, 2078, 33411, 366, 18760, 2736, 1, 1875, 705, 16, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3869, 82, 423, 257, 22101, 3744, 621, 352, 11, 2472, 355, 262, 3277, 11, 290, 257, 8465, 1342, 621, 1248, 30, 46506, 327, 28270, 7203, 13306, 4943, 16034, 3084, 62, 34287, 2078, 33411, 366, 18760, 2736, 1, 1875, 705, 16, ...
Name the country vijay singh is from
SELECT country FROM table_name_16 WHERE player = "vijay singh"
[ 5376, 262, 1499, 410, 2926, 323, 1702, 71, 318, 422, 46506, 1499, 16034, 3084, 62, 3672, 62, 1433, 33411, 2137, 796, 366, 85, 2926, 323, 1702, 71, 1 ]
[ 1, 1, 1, 1, 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, 1499, 410, 2926, 323, 1702, 71, 318, 422, 46506, 1499, 16034, 3084, 62, 3672, 62, 1433, 33411, 2137, 796, 366, 85, 2926, 323, 1702, 71, 1 ]