NATURAL_LANG
stringlengths
0
446
SCHEMA
stringlengths
27
2.21k
SQL
stringlengths
18
453
input_ids
list
attention_mask
list
labels
list
Name the Losing BP of Newport Saracens RFC and has a Lost of 19.
CREATE TABLE table_70820 ( "Club" text, "Played" text, "Drawn" text, "Lost" text, "Try BP" text, "Losing BP" text )
SELECT "Losing BP" FROM table_70820 WHERE "Lost" = '19' AND "Club" = 'newport saracens rfc'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2518, 927, 1755, 41, 96, 254, 11158, 121, 1499, 6, 96, 15800, 15, 26, 121, 1499, 6, 96, 308, 10936, 29, 121, 1499, 6, 96, 434, 3481, 121, 1499, 6, 96, 382, 651, 3, 1116...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 434, 32, 7, 53, 3, 11165, 121, 21680, 953, 834, 2518, 927, 1755, 549, 17444, 427, 96, 434, 3481, 121, 3274, 3, 31, 2294, 31, 3430, 96, 254, 11158, 121, 3274, 3, 31, 5534, 1493, 3, 7, 9, 3738, 35, 7, 3, 5...
What is the lowest week that has Minnesota Vikings as the opponent?
CREATE TABLE table_66682 ( "Week" real, "Date" text, "Opponent" text, "Result" text, "Attendance" real )
SELECT MIN("Week") FROM table_66682 WHERE "Opponent" = 'minnesota vikings'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3539, 3651, 357, 41, 96, 518, 10266, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 20119, 121, 1499, 6, 96, 188, 17, 324, 26, 663, 121,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 121, 518, 10266, 8512, 21680, 953, 834, 3539, 3651, 357, 549, 17444, 427, 96, 667, 102, 9977, 121, 3274, 3, 31, 1109, 1496, 32, 17, 9, 3, 21346, 53, 7, 31, 1, -100, -100, -100, -100, -100, -100, -...
how many patients have the drug code gent60pm?
CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE diagnoses ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE demographic ( subject_id text, hadm_id t...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE prescriptions.formulary_drug_cd = "GENT60PM"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 4293, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 3, 447, 26, 1298, 834, 4978, 1499, 6, 710, 834, 21869, 1499, 6, 307, 834, 21869, 1499, 3, 61, 3, 32102, 32103...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 14798, 5, 7304, 11827, 834, 23, 26, 61, 21680, 14798, 3388, 18206, 3, 15355, 3162, 7744, 7, 9191, 14798, 5, 8399, 51, 834, 23, 26, 3274, 7744, 7, 5, 8399, 51, 834, 23, 26, 549...
What is the result of proteus mirabilis tested with indole?
CREATE TABLE table_16083989_1 (indole VARCHAR, species VARCHAR)
SELECT indole FROM table_16083989_1 WHERE species = "Proteus mirabilis"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2938, 4018, 3288, 3914, 834, 536, 41, 77, 26, 32, 109, 584, 4280, 28027, 6, 3244, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 741, 13, 22618, 302, 1870...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 16, 26, 32, 109, 21680, 953, 834, 2938, 4018, 3288, 3914, 834, 536, 549, 17444, 427, 3244, 3274, 96, 3174, 17, 15, 302, 1870, 14237, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the rank of the player who had 13 assists?
CREATE TABLE table_33870 ( "Rank" text, "Player" text, "Goals" text, "Assists" text, "Points" text, "Years" text )
SELECT "Rank" FROM table_33870 WHERE "Assists" = '13'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 519, 3747, 2518, 41, 96, 22557, 121, 1499, 6, 96, 15800, 49, 121, 1499, 6, 96, 6221, 5405, 121, 1499, 6, 96, 188, 7, 7, 343, 7, 121, 1499, 6, 96, 22512, 7, 121, 1499, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 22557, 121, 21680, 953, 834, 519, 3747, 2518, 549, 17444, 427, 96, 188, 7, 7, 343, 7, 121, 3274, 3, 31, 2368, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which player has a Position of defence, and a Pick # of 6?
CREATE TABLE table_name_42 (player VARCHAR, position VARCHAR, pick__number VARCHAR)
SELECT player FROM table_name_42 WHERE position = "defence" AND pick__number = "6"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4165, 41, 20846, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 1432, 834, 834, 5525, 1152, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 4073, 1959, 65, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 4350, 834, 4165, 549, 17444, 427, 1102, 3274, 96, 221, 89, 1433, 121, 3430, 1432, 834, 834, 5525, 1152, 3274, 96, 948, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who are the hosts from the event with a theme of codehunters and the host city of Bangkok?
CREATE TABLE table_38862 ( "Year" text, "Theme" text, "Host city" text, "Venue" text, "Hosts" text )
SELECT "Hosts" FROM table_38862 WHERE "Host city" = 'bangkok' AND "Theme" = 'codehunters'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3747, 3840, 357, 41, 96, 476, 2741, 121, 1499, 6, 96, 634, 526, 121, 1499, 6, 96, 566, 3481, 690, 121, 1499, 6, 96, 553, 35, 76, 15, 121, 1499, 6, 96, 566, 3481, 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, 1...
[ 3, 23143, 14196, 96, 566, 3481, 7, 121, 21680, 953, 834, 3747, 3840, 357, 549, 17444, 427, 96, 566, 3481, 690, 121, 3274, 3, 31, 115, 1468, 157, 1825, 31, 3430, 96, 634, 526, 121, 3274, 3, 31, 4978, 24963, 277, 31, 1, -100, -100...
What is the status of the building for 2014 with 33 floors?
CREATE TABLE table_name_54 (status VARCHAR, year VARCHAR, floors VARCHAR)
SELECT status FROM table_name_54 WHERE year < 2014 AND floors = 33
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 8547, 302, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 8242, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 2637, 13, 8, 740, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2637, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 215, 3, 2, 1412, 3430, 8242, 3274, 5400, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
When did essendon play away?
CREATE TABLE table_54825 ( "Home team" text, "Home team score" text, "Away team" text, "Away team score" text, "Venue" text, "Crowd" real, "Date" text )
SELECT "Date" FROM table_54825 WHERE "Away team" = 'essendon'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 755, 3707, 1828, 41, 96, 19040, 372, 121, 1499, 6, 96, 19040, 372, 2604, 121, 1499, 6, 96, 188, 1343, 372, 121, 1499, 6, 96, 188, 1343, 372, 2604, 121, 1499, 6, 96, 553, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 308, 342, 121, 21680, 953, 834, 755, 3707, 1828, 549, 17444, 427, 96, 188, 1343, 372, 121, 3274, 3, 31, 8185, 2029, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What location has a school with enrollment of 850?
CREATE TABLE table_262560_2 (location VARCHAR, enrollment VARCHAR)
SELECT location FROM table_262560_2 WHERE enrollment = 850
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2688, 1828, 3328, 834, 357, 41, 14836, 584, 4280, 28027, 6, 17938, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 1128, 65, 3, 9, 496, 28, 17938, 13, 3, 17246, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1128, 21680, 953, 834, 2688, 1828, 3328, 834, 357, 549, 17444, 427, 17938, 3274, 3, 17246, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
who is the artist performing at heineken music hall?
CREATE TABLE table_1359212_2 (artist VARCHAR, venue VARCHAR)
SELECT artist FROM table_1359212_2 WHERE venue = "Heineken Music Hall"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2368, 3390, 24837, 834, 357, 41, 1408, 343, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 113, 19, 8, 2377, 5505, 44, 3, 88, 630, 2217, 72...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2377, 21680, 953, 834, 2368, 3390, 24837, 834, 357, 549, 17444, 427, 5669, 3274, 96, 3845, 630, 2217, 3057, 2501, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What percentage of Azad Kashmir is Hindu?
CREATE TABLE table_name_74 (_percentage_hindu VARCHAR, area VARCHAR)
SELECT _percentage_hindu FROM table_name_74 WHERE area = "azad kashmir"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4581, 41, 834, 883, 3728, 545, 834, 107, 13580, 584, 4280, 28027, 6, 616, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 5294, 13, 12611, 9, 26, 26869, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 834, 883, 3728, 545, 834, 107, 13580, 21680, 953, 834, 4350, 834, 4581, 549, 17444, 427, 616, 3274, 96, 5246, 26, 3, 157, 3198, 5884, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the lowest salary in departments with average salary greater than the overall average Plot them as bar chart, and could you rank by the bar in desc?
CREATE TABLE course ( course_id varchar(8), title varchar(50), dept_name varchar(20), credits numeric(2,0) ) CREATE TABLE section ( course_id varchar(8), sec_id varchar(8), semester varchar(6), year numeric(4,0), building varchar(15), room_number varchar(7), time_slot_id var...
SELECT dept_name, MIN(salary) FROM instructor GROUP BY dept_name ORDER BY dept_name DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 503, 41, 503, 834, 23, 26, 3, 4331, 4059, 28007, 6, 2233, 3, 4331, 4059, 599, 1752, 201, 20, 102, 17, 834, 4350, 3, 4331, 4059, 599, 1755, 201, 11893, 206, 17552, 599, 4482, 632, 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...
[ 3, 23143, 14196, 20, 102, 17, 834, 4350, 6, 3, 17684, 599, 7, 138, 1208, 61, 21680, 10617, 350, 4630, 6880, 272, 476, 20, 102, 17, 834, 4350, 4674, 11300, 272, 476, 20, 102, 17, 834, 4350, 309, 25067, 1, -100, -100, -100, -100, ...
how many high jumpers had a result of 2.19 ?
CREATE TABLE table_204_173 ( id number, "rank" number, "group" text, "name" text, "nationality" text, "2.05" text, "2.15" text, "2.19" text, "2.23" text, "2.26" text, "result" text, "notes" text )
SELECT COUNT("name") FROM table_204_173 WHERE "rank" = '2.19'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26363, 834, 2517, 519, 41, 3, 23, 26, 381, 6, 96, 6254, 121, 381, 6, 96, 10739, 121, 1499, 6, 96, 4350, 121, 1499, 6, 96, 16557, 485, 121, 1499, 6, 96, 24273, 17395, 14...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 121, 4350, 8512, 21680, 953, 834, 26363, 834, 2517, 519, 549, 17444, 427, 96, 6254, 121, 3274, 3, 31, 4416, 2294, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which nhl team has a college/junior/club team named university of notre dame (ncaa)
CREATE TABLE table_1213511_7 ( nhl_team VARCHAR, college_junior_club_team VARCHAR )
SELECT nhl_team FROM table_1213511_7 WHERE college_junior_club_team = "University of Notre Dame (NCAA)"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 22011, 2469, 2596, 834, 940, 41, 3, 29, 107, 40, 834, 11650, 584, 4280, 28027, 6, 1900, 834, 6959, 23, 127, 834, 13442, 834, 11650, 584, 4280, 28027, 3, 61, 3, 32102, 32103...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 29, 107, 40, 834, 11650, 21680, 953, 834, 22011, 2469, 2596, 834, 940, 549, 17444, 427, 1900, 834, 6959, 23, 127, 834, 13442, 834, 11650, 3274, 96, 8313, 485, 13, 7711, 3, 17084, 41, 8137, 5498, 61, 121, 1, -10...
In the 21.40km Santa Rosa 1 Stage, what was the Time?
CREATE TABLE table_14979 ( "Stage" text, "Time" text, "Name" text, "Length" text, "Winner" text, "Rally leader" text )
SELECT "Time" FROM table_14979 WHERE "Length" = '21.40km' AND "Name" = 'santa rosa 1'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 24816, 4440, 41, 96, 134, 6505, 121, 1499, 6, 96, 13368, 121, 1499, 6, 96, 23954, 121, 1499, 6, 96, 434, 4606, 189, 121, 1499, 6, 96, 18455, 687, 121, 1499, 6, 96, 448, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 13368, 121, 21680, 953, 834, 24816, 4440, 549, 17444, 427, 96, 434, 4606, 189, 121, 3274, 3, 31, 2658, 5, 2445, 5848, 31, 3430, 96, 23954, 121, 3274, 3, 31, 7, 288, 9, 3, 1859, 9, 209, 31, 1, -100, -100, -...
what is the number of patients whose primary disease is atrial septal defect/mitral valve replacement; repair atrial-septal defect/sda and born before the year 2080?
CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE prescriptions ( subject_id text, hadm_id text, icustay_id text, drug_type text, drug text, formulary_drug_cd text, route text, drug_dose text ) ...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.diagnosis = "ATRIAL SEPTAL DEFECT\MITRAL VALVE REPLACEMENT;REPAIR ATRIAL-SEPTAL DEFECT/SDA" AND demographic.dob_year < "2080"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 4293, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 3, 447, 26, 1298, 834, 4978, 1499, 6, 710, 834, 21869, 1499, 6, 307, 834, 21869, 1499, 3, 61, 3, 32102, 32103...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 14798, 5, 7304, 11827, 834, 23, 26, 61, 21680, 14798, 549, 17444, 427, 14798, 5, 25930, 4844, 159, 3274, 96, 188, 16840, 4090, 180, 8569, 16359, 3396, 371, 14196, 2, 12604, 21415, ...
For those dates that have the 5 highest cloud cover rates, please bin the date into day of the week interval and compute their average cloud cover, and display y-axis in ascending order.
CREATE TABLE trip ( id INTEGER, duration INTEGER, start_date TEXT, start_station_name TEXT, start_station_id INTEGER, end_date TEXT, end_station_name TEXT, end_station_id INTEGER, bike_id INTEGER, subscription_type TEXT, zip_code INTEGER ) CREATE TABLE weather ( date TEX...
SELECT date, AVG(cloud_cover) FROM weather ORDER BY AVG(cloud_cover)
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 1469, 41, 3, 23, 26, 3, 21342, 17966, 6, 8659, 3, 21342, 17966, 6, 456, 834, 5522, 3, 3463, 4, 382, 6, 456, 834, 6682, 834, 4350, 3, 3463, 4, 382, 6, 456, 834, 6682, 834, 23, 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...
[ 3, 23143, 14196, 833, 6, 71, 17217, 599, 23742, 834, 9817, 61, 21680, 1969, 4674, 11300, 272, 476, 71, 17217, 599, 23742, 834, 9817, 61, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Name the Weight which has a Name of bal zs h rai category:articles with hcards?
CREATE TABLE table_61567 ( "Name" text, "Pos." text, "Height" text, "Weight" text, "2012 club" text )
SELECT "Weight" FROM table_61567 WHERE "Name" = 'balázs hárai category:articles with hcards'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 948, 1808, 3708, 41, 96, 23954, 121, 1499, 6, 96, 345, 32, 7, 535, 1499, 6, 96, 3845, 2632, 121, 1499, 6, 96, 1326, 2632, 121, 1499, 6, 96, 12172, 1886, 121, 1499, 3, 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...
[ 3, 23143, 14196, 96, 1326, 2632, 121, 21680, 953, 834, 948, 1808, 3708, 549, 17444, 427, 96, 23954, 121, 3274, 3, 31, 3849, 2975, 172, 7, 3, 107, 2975, 7253, 3295, 10, 8372, 7, 28, 3, 107, 6043, 7, 31, 1, -100, -100, -100, -100,...
What is the total number of weeks when the New York Jets are the opponent?
CREATE TABLE table_name_35 ( week VARCHAR, opponent VARCHAR )
SELECT COUNT(week) FROM table_name_35 WHERE opponent = "new york jets"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2469, 41, 471, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 792, 381, 13, 1274, 116, 8, 368, 1060, 12434, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 8041, 61, 21680, 953, 834, 4350, 834, 2469, 549, 17444, 427, 15264, 3274, 96, 5534, 25453, 8757, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
provide the the number of black/african american patients born before 2076.
CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text, label text, fluid text ) CREATE TABLE demographic ...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.ethnicity = "BLACK/AFRICAN AMERICAN" AND demographic.dob_year < "2076"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 4293, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 3, 447, 26, 1298, 834, 4978, 1499, 6, 710, 834, 21869, 1499, 6, 307, 834, 21869, 1499, 3, 61, 3, 32102, 32103...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 14798, 5, 7304, 11827, 834, 23, 26, 61, 21680, 14798, 549, 17444, 427, 14798, 5, 15, 189, 2532, 485, 3274, 96, 8775, 15339, 87, 6282, 5593, 11425, 3, 17683, 5593, 11425, 121, 3430...
Who were the writers when there were 27.11 million viewers?
CREATE TABLE table_18217753_1 (written_by VARCHAR, us_viewers__millions_ VARCHAR)
SELECT written_by FROM table_18217753_1 WHERE us_viewers__millions_ = "27.11"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2606, 2658, 4013, 4867, 834, 536, 41, 14973, 834, 969, 584, 4280, 28027, 6, 178, 834, 4576, 277, 834, 834, 17030, 7, 834, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1545, 834, 969, 21680, 953, 834, 2606, 2658, 4013, 4867, 834, 536, 549, 17444, 427, 178, 834, 4576, 277, 834, 834, 17030, 7, 834, 3274, 96, 2555, 5, 2596, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What percentage of users were using mobile browsers during the period in which 9.00% were using Chrome?
CREATE TABLE table_66073 ( "Period" text, "Internet Explorer" text, "Firefox" text, "Chrome" text, "Safari" text, "Opera" text, "Other Mozilla" text, "Mobile" text )
SELECT "Mobile" FROM table_66073 WHERE "Chrome" = '9.00%'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 27720, 4552, 41, 96, 12988, 23, 32, 26, 121, 1499, 6, 96, 22912, 15762, 121, 1499, 6, 96, 3183, 60, 20400, 121, 1499, 6, 96, 3541, 11956, 121, 1499, 6, 96, 134, 9, 5544, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 22162, 121, 21680, 953, 834, 27720, 4552, 549, 17444, 427, 96, 3541, 11956, 121, 3274, 3, 31, 28308, 1454, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many touchdowns does Boggs have?
CREATE TABLE table_25517718_3 (touchdowns INTEGER, player VARCHAR)
SELECT MIN(touchdowns) FROM table_25517718_3 WHERE player = "Boggs"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 25502, 26793, 2606, 834, 519, 41, 17681, 3035, 7, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 571, 186, 19396, 7, 405, 24586, 122, 7, 43, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 17681, 3035, 7, 61, 21680, 953, 834, 25502, 26793, 2606, 834, 519, 549, 17444, 427, 1959, 3274, 96, 279, 32, 4102, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who is the player from Auburn?
CREATE TABLE table_name_86 (player VARCHAR, school_club_team VARCHAR)
SELECT player FROM table_name_86 WHERE school_club_team = "auburn"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 20846, 584, 4280, 28027, 6, 496, 834, 13442, 834, 11650, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 2645, 19, 8, 1959, 45, 28384, 58, 1, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 496, 834, 13442, 834, 11650, 3274, 96, 402, 7223, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the date for the La Granja de San Ildefonso to Alto de Navacerrada course?
CREATE TABLE table_name_67 ( date VARCHAR, course VARCHAR )
SELECT date FROM table_name_67 WHERE course = "la granja de san ildefonso to alto de navacerrada"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 833, 584, 4280, 28027, 6, 503, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 833, 21, 8, 325, 12102, 1191, 20, 1051, 802, 221, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 503, 3274, 96, 521, 3, 7662, 1191, 20, 3, 7, 152, 3, 173, 221, 89, 106, 7, 32, 12, 4445, 32, 20, 3, 14128, 9, 2110, 14842, 121, 1, -100, -100, -100, -100...
Which Date has a Time of 12:00?
CREATE TABLE table_46026 ( "Date" text, "Time" text, "Score" text, "Set 1" text, "Set 2" text, "Set 3" text, "Total" text )
SELECT "Date" FROM table_46026 WHERE "Time" = '12:00'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 25991, 2688, 41, 96, 308, 342, 121, 1499, 6, 96, 13368, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 17175, 209, 121, 1499, 6, 96, 17175, 204, 121, 1499, 6, 96, 17175, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 308, 342, 121, 21680, 953, 834, 25991, 2688, 549, 17444, 427, 96, 13368, 121, 3274, 3, 31, 536, 24112, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
For those records from the products and each product's manufacturer, find name and code , and group by attribute founder, and visualize them by a bar chart, order X-axis from low to high order.
CREATE TABLE Manufacturers ( Code INTEGER, Name VARCHAR(255), Headquarter VARCHAR(255), Founder VARCHAR(255), Revenue REAL ) CREATE TABLE Products ( Code INTEGER, Name VARCHAR(255), Price DECIMAL, Manufacturer INTEGER )
SELECT T1.Name, T1.Code FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY Founder, T1.Name ORDER BY T1.Name
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 15248, 7, 41, 3636, 3, 21342, 17966, 6, 5570, 584, 4280, 28027, 599, 25502, 201, 3642, 19973, 584, 4280, 28027, 599, 25502, 201, 3, 19145, 584, 4280, 28027, 599, 25502, 201, 19764, 17833...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 332, 5411, 23954, 6, 332, 5411, 22737, 21680, 7554, 6157, 332, 536, 3, 15355, 3162, 15248, 7, 6157, 332, 357, 9191, 332, 5411, 7296, 76, 8717, 450, 49, 3274, 332, 4416, 22737, 350, 4630, 6880, 272, 476, 3, 19145, 6,...
Bar graph to show the average of high temperature from different day of week, and could you order by the bars in desc?
CREATE TABLE train ( id int, train_number int, name text, origin text, destination text, time text, interval text ) CREATE TABLE route ( train_id int, station_id int ) CREATE TABLE station ( id int, network_name text, services text, local_authority text ) CREATE TA...
SELECT day_of_week, AVG(high_temperature) FROM weekly_weather GROUP BY day_of_week ORDER BY day_of_week DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 2412, 41, 3, 23, 26, 16, 17, 6, 2412, 834, 5525, 1152, 16, 17, 6, 564, 1499, 6, 5233, 1499, 6, 3954, 1499, 6, 97, 1499, 6, 8572, 1499, 3, 61, 3, 32102, 32103, 32102, 205, 4386, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 239, 834, 858, 834, 8041, 6, 71, 17217, 599, 6739, 834, 21010, 15, 61, 21680, 5547, 834, 26809, 350, 4630, 6880, 272, 476, 239, 834, 858, 834, 8041, 4674, 11300, 272, 476, 239, 834, 858, 834, 8041, 309, 25067, 1, ...
Which rider had a time of 1:54.26.6?
CREATE TABLE table_74608 ( "Rank" real, "Rider" text, "Team" text, "Speed" text, "Time" text )
SELECT "Rider" FROM table_74608 WHERE "Time" = '1:54.26.6'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4581, 3328, 927, 41, 96, 22557, 121, 490, 6, 96, 448, 23, 588, 121, 1499, 6, 96, 18699, 121, 1499, 6, 96, 28328, 121, 1499, 6, 96, 13368, 121, 1499, 3, 61, 3, 32102, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 96, 448, 23, 588, 121, 21680, 953, 834, 4581, 3328, 927, 549, 17444, 427, 96, 13368, 121, 3274, 3, 31, 536, 10, 755, 19765, 28833, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What score has january 15, 2005 as the date?
CREATE TABLE table_name_8 ( score VARCHAR, date VARCHAR )
SELECT score FROM table_name_8 WHERE date = "january 15, 2005"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 2604, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 2604, 65, 3, 7066, 76, 1208, 10725, 3105, 38, 8, 833, 58, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 833, 3274, 96, 7066, 76, 1208, 10725, 3105, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What Venue on October 27, 2005 had a Score of 5-0?
CREATE TABLE table_name_65 ( venue VARCHAR, score VARCHAR, date VARCHAR )
SELECT venue FROM table_name_65 WHERE score = "5-0" AND date = "october 27, 2005"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 5669, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 29940, 30, 1797, 14141, 3105, 141...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5669, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 2604, 3274, 96, 29325, 121, 3430, 833, 3274, 96, 32, 75, 235, 1152, 14141, 3105, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many races was Loki in?
CREATE TABLE table_25594888_1 ( race_number VARCHAR, yacht VARCHAR )
SELECT COUNT(race_number) FROM table_25594888_1 WHERE yacht = "Loki"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 25502, 4240, 10927, 834, 536, 41, 1964, 834, 5525, 1152, 584, 4280, 28027, 6, 18082, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 571, 186, 10879, 47, 19863, 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, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 12614, 834, 5525, 1152, 61, 21680, 953, 834, 25502, 4240, 10927, 834, 536, 549, 17444, 427, 18082, 3274, 96, 434, 1825, 23, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Destination has a Stopping pattern of [2777] mciver station platforms?
CREATE TABLE table_name_47 ( destination VARCHAR, stopping_pattern VARCHAR )
SELECT destination FROM table_name_47 WHERE stopping_pattern = "[2777] mciver station platforms"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 3954, 584, 4280, 28027, 6, 10847, 834, 4665, 2947, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 19344, 257, 65, 3, 9, 9078, 2462, 3275, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3954, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 10847, 834, 4665, 2947, 3274, 96, 6306, 2555, 4013, 908, 3, 51, 27981, 49, 2478, 5357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Name the least attendance for 52-37 record
CREATE TABLE table_name_53 ( attendance INTEGER, record VARCHAR )
SELECT MIN(attendance) FROM table_name_53 WHERE record = "52-37"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 11364, 3, 21342, 17966, 6, 1368, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 709, 11364, 21, 9065, 18, 4118, 1368, 1, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 15116, 663, 61, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 1368, 3274, 96, 5373, 18, 4118, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
how many patients who stayed in the hospital for more than 17 days have death status as 1?
CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text, label text, fluid text ) CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE diagnoses ( ...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.expire_flag = "1" AND demographic.days_stay > "17"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 7690, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 2118, 23, 26, 1499, 6, 5059, 715, 1499, 6, 5692, 1499, 6, 701, 834, 15129, 1499, 6, 3783, 1499, 6, 5798, 1499...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 14798, 5, 7304, 11827, 834, 23, 26, 61, 21680, 14798, 549, 17444, 427, 14798, 5, 994, 2388, 15, 834, 89, 5430, 3274, 96, 536, 121, 3430, 14798, 5, 1135, 7, 834, 21545, 2490, 96,...
Who was the incumbent who was first elected in 1876?
CREATE TABLE table_name_43 ( incumbent VARCHAR, first_elected VARCHAR )
SELECT incumbent FROM table_name_43 WHERE first_elected = "1876"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 28406, 584, 4280, 28027, 6, 166, 834, 19971, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 2645, 47, 8, 28406, 113, 47, 166, 8160, 16, 507, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 28406, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 166, 834, 19971, 3274, 96, 2606, 3959, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the score when the venue is stade g n ral seyni kountch , niamey, the competition is friendly and the date is 9 october 2012?
CREATE TABLE table_62921 ( "Date" text, "Venue" text, "Score" text, "Result" text, "Competition" text )
SELECT "Score" FROM table_62921 WHERE "Venue" = 'stade général seyni kountché, niamey' AND "Competition" = 'friendly' AND "Date" = '9 october 2012'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 948, 3166, 2658, 41, 96, 308, 342, 121, 1499, 6, 96, 553, 35, 76, 15, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 20119, 121, 1499, 6, 96, 5890, 4995, 4749, 121, 149...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 134, 9022, 121, 21680, 953, 834, 948, 3166, 2658, 549, 17444, 427, 96, 553, 35, 76, 15, 121, 3274, 3, 31, 2427, 221, 8956, 142, 63, 29, 23, 3, 157, 32, 202, 17, 8831, 6, 3, 29, 23, 265, 15, 63, 31, 3430,...
What is listed as the highest Rank that has a Gold that's larger than 0, and Participants that's smaller than 10?
CREATE TABLE table_name_6 (rank INTEGER, gold VARCHAR, participants VARCHAR)
SELECT MAX(rank) FROM table_name_6 WHERE gold > 0 AND participants < 10
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 6254, 3, 21342, 17966, 6, 2045, 584, 4280, 28027, 6, 3008, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 2616, 38, 8, 2030, 3, 22557, 24...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 4800, 4, 599, 6254, 61, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 2045, 2490, 3, 632, 3430, 3008, 3, 2, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
When did they win 7 races?
CREATE TABLE table_73702 ( "Name" text, "Nation" text, "Seasons" text, "Championship titles" text, "Races (Starts)" text, "Poles" real, "Wins" real, "Podiums" real, "Fastest Laps" real, "Points (Dropped points)" text )
SELECT "Seasons" FROM table_73702 WHERE "Wins" = '7'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 27931, 4305, 41, 96, 23954, 121, 1499, 6, 96, 567, 257, 121, 1499, 6, 96, 134, 15, 9, 6577, 121, 1499, 6, 96, 254, 1483, 12364, 2009, 8342, 121, 1499, 6, 96, 448, 9, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 134, 15, 9, 6577, 121, 21680, 953, 834, 27931, 4305, 549, 17444, 427, 96, 18455, 7, 121, 3274, 3, 31, 940, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the 2012 when 2009 was 205?
CREATE TABLE table_62844 ( "Tournament" text, "2008" text, "2009" text, "2010" text, "2011" text, "2012" text )
SELECT "2012" FROM table_62844 WHERE "2009" = '205'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 948, 2577, 3628, 41, 96, 382, 1211, 20205, 17, 121, 1499, 6, 96, 16128, 121, 1499, 6, 96, 16660, 121, 1499, 6, 96, 14926, 121, 1499, 6, 96, 13907, 121, 1499, 6, 96, 12172...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 12172, 121, 21680, 953, 834, 948, 2577, 3628, 549, 17444, 427, 96, 16660, 121, 3274, 3, 31, 23201, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which driver has 23 as 3rd places?
CREATE TABLE table_5439 ( "Driver" text, "Seasons" text, "Entries" real, "3rd places" real, "Percentage" text )
SELECT "Driver" FROM table_5439 WHERE "3rd places" = '23'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 5062, 3288, 41, 96, 20982, 52, 121, 1499, 6, 96, 134, 15, 9, 6577, 121, 1499, 6, 96, 16924, 2593, 121, 490, 6, 96, 519, 52, 26, 1747, 121, 490, 6, 96, 12988, 3728, 545,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 20982, 52, 121, 21680, 953, 834, 5062, 3288, 549, 17444, 427, 96, 519, 52, 26, 1747, 121, 3274, 3, 31, 2773, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
WHAT IS THE AVERAGE PICK FOR PURDUE, WITH A ROUND SMALLER THAN 5?
CREATE TABLE table_47805 ( "Round" real, "Pick" real, "Overall" real, "Name" text, "Position" text, "College" text )
SELECT AVG("Pick") FROM table_47805 WHERE "College" = 'purdue' AND "Round" < '5'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4177, 2079, 755, 41, 96, 448, 32, 1106, 121, 490, 6, 96, 345, 3142, 121, 490, 6, 96, 23847, 1748, 121, 490, 6, 96, 23954, 121, 1499, 6, 96, 345, 32, 7, 4749, 121, 1499,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 121, 345, 3142, 8512, 21680, 953, 834, 4177, 2079, 755, 549, 17444, 427, 96, 9939, 7883, 121, 3274, 3, 31, 3791, 1259, 15, 31, 3430, 96, 448, 32, 1106, 121, 3, 2, 3, 31, 755, 31, 1, -100, -100, ...
What are the companies of entrepreneurs, ordered descending by amount of money requested?
CREATE TABLE people ( people_id number, name text, height number, weight number, date_of_birth text ) CREATE TABLE entrepreneur ( entrepreneur_id number, people_id number, company text, money_requested number, investor text )
SELECT company FROM entrepreneur ORDER BY money_requested DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 151, 41, 151, 834, 23, 26, 381, 6, 564, 1499, 6, 3902, 381, 6, 1293, 381, 6, 833, 834, 858, 834, 20663, 1499, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 3, 12290, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 349, 21680, 3, 12290, 4674, 11300, 272, 476, 540, 834, 60, 835, 6265, 309, 25067, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the runner-up when Polonia Bydgoszcz won and Mega-Lada Togliatti finished 3rd?
CREATE TABLE table_70188 ( "Year" text, "Venue" text, "Winners" text, "Runner-up" text, "3rd place" text )
SELECT "Runner-up" FROM table_70188 WHERE "Winners" = 'polonia bydgoszcz' AND "3rd place" = 'mega-lada togliatti'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2518, 25794, 41, 96, 476, 2741, 121, 1499, 6, 96, 553, 35, 76, 15, 121, 1499, 6, 96, 18455, 687, 7, 121, 1499, 6, 96, 23572, 18, 413, 121, 1499, 6, 96, 519, 52, 26, 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...
[ 3, 23143, 14196, 96, 23572, 18, 413, 121, 21680, 953, 834, 2518, 25794, 549, 17444, 427, 96, 18455, 687, 7, 121, 3274, 3, 31, 3233, 8008, 57, 26, 839, 7, 172, 75, 172, 31, 3430, 96, 519, 52, 26, 286, 121, 3274, 3, 31, 51, 1202...
What was the average date with a record of 30-31-9 in a game over 70?
CREATE TABLE table_name_29 ( date INTEGER, record VARCHAR, game VARCHAR )
SELECT AVG(date) FROM table_name_29 WHERE record = "30-31-9" AND game > 70
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 833, 3, 21342, 17966, 6, 1368, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 1348, 833, 28, 3, 9, 136...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 5522, 61, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 1368, 3274, 96, 1458, 18, 3341, 7141, 121, 3430, 467, 2490, 2861, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
The Eastern Creek Raceway circuit is on what date?
CREATE TABLE table_50777 ( "Circuit" text, "Location / State" text, "Date" text, "Winner" text, "Team" text )
SELECT "Date" FROM table_50777 WHERE "Circuit" = 'eastern creek raceway'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 1752, 26225, 41, 96, 254, 23, 52, 21560, 121, 1499, 6, 96, 434, 32, 75, 257, 3, 87, 1015, 121, 1499, 6, 96, 308, 342, 121, 1499, 6, 96, 18455, 687, 121, 1499, 6, 96, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 308, 342, 121, 21680, 953, 834, 1752, 26225, 549, 17444, 427, 96, 254, 23, 52, 21560, 121, 3274, 3, 31, 15, 9, 13072, 25153, 1964, 1343, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
which representative is listed next after hank coe ?
CREATE TABLE table_204_887 ( id number, "district" number, "representative" text, "party" text, "residence" text, "counties represented" text )
SELECT "representative" FROM table_204_887 WHERE id = (SELECT id FROM table_204_887 WHERE "representative" = 'hank coe') + 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26363, 834, 4060, 940, 41, 3, 23, 26, 381, 6, 96, 26, 23, 20066, 121, 381, 6, 96, 60, 12640, 1528, 121, 1499, 6, 96, 8071, 121, 1499, 6, 96, 60, 1583, 3772, 121, 1499, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 60, 12640, 1528, 121, 21680, 953, 834, 26363, 834, 4060, 940, 549, 17444, 427, 3, 23, 26, 3274, 41, 23143, 14196, 3, 23, 26, 21680, 953, 834, 26363, 834, 4060, 940, 549, 17444, 427, 96, 60, 12640, 1528, 121, 3...
What is the Chinese name for the English name Andy Lau?
CREATE TABLE table_name_58 ( chinese_name VARCHAR, english_name VARCHAR )
SELECT chinese_name FROM table_name_58 WHERE english_name = "andy lau"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 3, 1436, 1496, 15, 834, 4350, 584, 4280, 28027, 6, 22269, 834, 4350, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 2830, 564, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 1436, 1496, 15, 834, 4350, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 22269, 834, 4350, 3274, 96, 232, 63, 50, 76, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who was the loser playing football with england b as a winner after 1992?
CREATE TABLE table_name_55 ( loser VARCHAR, date VARCHAR, sport VARCHAR, winner VARCHAR )
SELECT loser FROM table_name_55 WHERE sport = "football" AND winner = "england b" AND date > 1992
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 2615, 52, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 6, 2600, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 2645, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 2615, 52, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 2600, 3274, 96, 6259, 3184, 121, 3430, 4668, 3274, 96, 4606, 40, 232, 3, 115, 121, 3430, 833, 2490, 9047, 1, -100, -100, -100, -100, -100, -100, -100, -10...
What are the names and prices of all products in the store Plot them as bar chart, show Y-axis from high to low order.
CREATE TABLE Manufacturers ( Code INTEGER, Name VARCHAR(255), Headquarter VARCHAR(255), Founder VARCHAR(255), Revenue REAL ) CREATE TABLE Products ( Code INTEGER, Name VARCHAR(255), Price DECIMAL, Manufacturer INTEGER )
SELECT Name, AVG(Price) FROM Products GROUP BY Name ORDER BY AVG(Price) DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 15248, 7, 41, 3636, 3, 21342, 17966, 6, 5570, 584, 4280, 28027, 599, 25502, 201, 3642, 19973, 584, 4280, 28027, 599, 25502, 201, 3, 19145, 584, 4280, 28027, 599, 25502, 201, 19764, 17833...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 5570, 6, 71, 17217, 599, 345, 4920, 61, 21680, 7554, 350, 4630, 6880, 272, 476, 5570, 4674, 11300, 272, 476, 71, 17217, 599, 345, 4920, 61, 309, 25067, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
give me the number of patients whose diagnoses short title is intracerebral hemorrhage and lab test abnormal status is delta?
CREATE TABLE diagnoses ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text, label text, fluid text ) CREATE TABLE procedures ( ...
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.short_title = "Intracerebral hemorrhage" AND lab.flag = "delta"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 18730, 7, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 3, 447, 26, 1298, 834, 4978, 1499, 6, 710, 834, 21869, 1499, 6, 307, 834, 21869, 1499, 3, 61, 3, 32102, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 14798, 5, 7304, 11827, 834, 23, 26, 61, 21680, 14798, 3388, 18206, 3, 15355, 3162, 18730, 7, 9191, 14798, 5, 8399, 51, 834, 23, 26, 3274, 18730, 7, 5, 8399, 51, 834, 23, 26, 3...
What is the Name of the Historic House of the 18th Century?
CREATE TABLE table_38508 ( "Name" text, "Type" text, "Date" text, "Condition" text, "Ownership" text )
SELECT "Name" FROM table_38508 WHERE "Type" = 'historic house' AND "Date" = '18th century'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3747, 1752, 927, 41, 96, 23954, 121, 1499, 6, 96, 25160, 121, 1499, 6, 96, 308, 342, 121, 1499, 6, 96, 4302, 10569, 121, 1499, 6, 96, 667, 210, 687, 2009, 121, 1499, 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, 1, 1...
[ 3, 23143, 14196, 96, 23954, 121, 21680, 953, 834, 3747, 1752, 927, 549, 17444, 427, 96, 25160, 121, 3274, 3, 31, 28005, 629, 31, 3430, 96, 308, 342, 121, 3274, 3, 31, 2606, 189, 2646, 31, 1, -100, -100, -100, -100, -100, -100, -10...
Find the name of the person who has friends with age above 40 and under age 30?
CREATE TABLE Person (name VARCHAR, age INTEGER); CREATE TABLE PersonFriend (name VARCHAR, friend VARCHAR); CREATE TABLE Person (name VARCHAR)
SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend IN (SELECT name FROM Person WHERE age > 40) INTERSECT SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend IN (SELECT name FROM Person WHERE age < 30)
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 5780, 41, 4350, 584, 4280, 28027, 6, 1246, 3, 21342, 17966, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 5780, 17701, 41, 4350, 584, 4280, 28027, 6, 1565, 584, 4280, 28027, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 332, 5411, 4350, 21680, 5780, 6157, 332, 536, 3, 15355, 3162, 5780, 17701, 6157, 332, 357, 9191, 332, 5411, 4350, 3274, 332, 4416, 4350, 549, 17444, 427, 332, 4416, 15504, 3388, 41, 23143, 14196, 564, 21680, 5780, 549, ...
Which first election for the labor party is James Sharpe a part of?
CREATE TABLE table_53015 ( "Member" text, "Party" text, "Electorate" text, "State" text, "First elected" text )
SELECT "First elected" FROM table_53015 WHERE "Party" = 'labor' AND "Member" = 'james sharpe'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26918, 1808, 41, 96, 329, 18247, 121, 1499, 6, 96, 13725, 63, 121, 1499, 6, 96, 21543, 127, 342, 121, 1499, 6, 96, 134, 4748, 121, 1499, 6, 96, 25171, 8160, 121, 1499, 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, 1, 1...
[ 3, 23143, 14196, 96, 25171, 8160, 121, 21680, 953, 834, 26918, 1808, 549, 17444, 427, 96, 13725, 63, 121, 3274, 3, 31, 9456, 31, 3430, 96, 329, 18247, 121, 3274, 3, 31, 1191, 2687, 4816, 15, 31, 1, -100, -100, -100, -100, -100, -1...
What are the names of all cities with more than one airport and how many airports do they have?
CREATE TABLE airlines ( alid number, name text, iata text, icao text, callsign text, country text, active text ) CREATE TABLE airports ( apid number, name text, city text, country text, x number, y number, elevation number, iata text, icao text ) CREATE ...
SELECT city, COUNT(*) FROM airports GROUP BY city HAVING COUNT(*) > 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 19184, 41, 3, 9, 8130, 381, 6, 564, 1499, 6, 3, 17221, 1499, 6, 3, 2617, 32, 1499, 6, 580, 6732, 1499, 6, 684, 1499, 6, 1676, 1499, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 690, 6, 2847, 17161, 599, 1935, 61, 21680, 3761, 7, 350, 4630, 6880, 272, 476, 690, 454, 6968, 2365, 2847, 17161, 599, 1935, 61, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What Club Established in 2010 has a League of MHL?
CREATE TABLE table_name_13 ( club VARCHAR, league VARCHAR, established VARCHAR )
SELECT club FROM table_name_13 WHERE league = "mhl" AND established = 2010
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 1886, 584, 4280, 28027, 6, 5533, 584, 4280, 28027, 6, 2127, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 1949, 25275, 16, 2735, 65, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1886, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 5533, 3274, 96, 51, 107, 40, 121, 3430, 2127, 3274, 2735, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many airports are there per city in the United States? Order the cities by decreasing number of airports.
CREATE TABLE airports (city VARCHAR, country VARCHAR)
SELECT COUNT(*), city FROM airports WHERE country = 'United States' GROUP BY city ORDER BY COUNT(*) DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 3761, 7, 41, 6726, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 571, 186, 3761, 7, 33, 132, 399, 690, 16, 8, 907, 1323, 58, 5197, 8, 3119, 57, 231...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 1935, 201, 690, 21680, 3761, 7, 549, 17444, 427, 684, 3274, 3, 31, 5110, 23, 1054, 1323, 31, 350, 4630, 6880, 272, 476, 690, 4674, 11300, 272, 476, 2847, 17161, 599, 1935, 61, 309, 25067, 1, -100, ...
how many trains run daily to lonavla and arrive at 12:25
CREATE TABLE table_31073 ( "Train Number" real, "Train Name" text, "Departure Pune" text, "Arrival Lonavla" text, "Frequency" text, "Origin" text )
SELECT COUNT("Train Number") FROM table_31073 WHERE "Frequency" = 'Daily' AND "Arrival Lonavla" = '12:25'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 19947, 4552, 41, 96, 9402, 77, 7720, 121, 490, 6, 96, 9402, 77, 5570, 121, 1499, 6, 96, 2962, 2274, 1462, 19531, 121, 1499, 6, 96, 188, 52, 25295, 1815, 14128, 521, 121, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 121, 9402, 77, 7720, 8512, 21680, 953, 834, 19947, 4552, 549, 17444, 427, 96, 371, 60, 835, 11298, 121, 3274, 3, 31, 308, 9, 9203, 31, 3430, 96, 188, 52, 25295, 1815, 14128, 521, 121, 3274, 3, 31...
What is the coinage metal for a KM number of S75?
CREATE TABLE table_28594 ( "Location" text, "Date" real, "Denomination" text, "Coinage metal" text, "Mintage" real, "KM number" text )
SELECT "Coinage metal" FROM table_28594 WHERE "KM number" = 'S75'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2577, 3390, 591, 41, 96, 434, 32, 75, 257, 121, 1499, 6, 96, 308, 342, 121, 490, 6, 96, 308, 35, 32, 14484, 121, 1499, 6, 96, 3881, 77, 545, 1946, 121, 1499, 6, 96, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 3881, 77, 545, 1946, 121, 21680, 953, 834, 2577, 3390, 591, 549, 17444, 427, 96, 23815, 381, 121, 3274, 3, 31, 134, 3072, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which stage was being played in Romania?
CREATE TABLE table_name_34 (stage VARCHAR, venue VARCHAR)
SELECT stage FROM table_name_34 WHERE venue = "romania"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 10705, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 4073, 1726, 47, 271, 1944, 16, 3871, 58, 1, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1726, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 5669, 3274, 96, 3522, 11219, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the earliest April date with a game less than 76?
CREATE TABLE table_name_10 ( april INTEGER, game INTEGER )
SELECT MIN(april) FROM table_name_10 WHERE game < 76
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 3, 9, 2246, 40, 3, 21342, 17966, 6, 467, 3, 21342, 17966, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 3, 16454, 1186, 833, 28, 3, 9, 467, 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, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 9, 2246, 40, 61, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 467, 3, 2, 3, 3959, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When roxanne and daniel are the couple what is the highest rank?
CREATE TABLE table_23247 ( "Rank" real, "Couple" text, "Judges" real, "Public" real, "Total" real, "Vote percentage" text, "Result" text )
SELECT MAX("Rank") FROM table_23247 WHERE "Couple" = 'Roxanne and Daniel'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23188, 4177, 41, 96, 22557, 121, 490, 6, 96, 3881, 413, 109, 121, 1499, 6, 96, 683, 13164, 7, 121, 490, 6, 96, 30931, 121, 490, 6, 96, 3696, 1947, 121, 490, 6, 96, 553,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 121, 22557, 8512, 21680, 953, 834, 23188, 4177, 549, 17444, 427, 96, 3881, 413, 109, 121, 3274, 3, 31, 448, 32, 226, 4515, 11, 4173, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the points for pontrhydyfen rfc
CREATE TABLE table_1263 ( "Club" text, "Played" text, "Won" text, "Drawn" text, "Lost" text, "Points for" text, "Points against" text, "Tries For" text, "Tries Against" text, "Try Bonus" text, "Losing Bonus" text, "Points" text )
SELECT "Points" FROM table_1263 WHERE "Club" = 'Pontrhydyfen RFC'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2122, 3891, 41, 96, 254, 11158, 121, 1499, 6, 96, 15800, 15, 26, 121, 1499, 6, 96, 518, 106, 121, 1499, 6, 96, 308, 10936, 29, 121, 1499, 6, 96, 434, 3481, 121, 1499, 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...
[ 3, 23143, 14196, 96, 22512, 7, 121, 21680, 953, 834, 2122, 3891, 549, 17444, 427, 96, 254, 11158, 121, 3274, 3, 31, 345, 1770, 52, 107, 63, 26, 63, 89, 35, 391, 5390, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the composition at Valles lava dome?
CREATE TABLE table_1081235_1 ( composition VARCHAR, name_of_lava_dome VARCHAR )
SELECT composition FROM table_1081235_1 WHERE name_of_lava_dome = "Valles lava dome"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 16169, 2122, 2469, 834, 536, 41, 5761, 584, 4280, 28027, 6, 564, 834, 858, 834, 22288, 834, 5012, 15, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 57...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5761, 21680, 953, 834, 16169, 2122, 2469, 834, 536, 549, 17444, 427, 564, 834, 858, 834, 22288, 834, 5012, 15, 3274, 96, 18392, 965, 3, 22288, 22161, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What's the volume:issue of Sheryl Crow with 3 weeks on top?
CREATE TABLE table_name_7 ( volume VARCHAR, weeks_on_top VARCHAR, artist VARCHAR )
SELECT volume AS :issue FROM table_name_7 WHERE weeks_on_top = "3" AND artist = "sheryl crow"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 2908, 584, 4280, 28027, 6, 1274, 834, 106, 834, 2916, 584, 4280, 28027, 6, 2377, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 31, 7, 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, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2908, 6157, 3, 10, 13159, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 1274, 834, 106, 834, 2916, 3274, 96, 519, 121, 3430, 2377, 3274, 96, 7, 88, 12973, 3, 75, 3623, 121, 1, -100, -100, -100, -100, -100, -10...
What is the to par for the player who had a score of 70-72-70-69=281?
CREATE TABLE table_71684 ( "Place" text, "Player" text, "Country" text, "Score" text, "To par" text, "Money ( $ )" real )
SELECT "To par" FROM table_71684 WHERE "Score" = '70-72-70-69=281'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4450, 3651, 591, 41, 96, 345, 11706, 121, 1499, 6, 96, 15800, 49, 121, 1499, 6, 96, 10628, 651, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 3696, 260, 121, 1499, 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...
[ 3, 23143, 14196, 96, 3696, 260, 121, 21680, 953, 834, 4450, 3651, 591, 549, 17444, 427, 96, 134, 9022, 121, 3274, 3, 31, 2518, 18, 5865, 18, 2518, 18, 3951, 2423, 2577, 536, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
For all employees who have the letters D or S in their first name, draw a bar chart about the distribution of hire_date and the sum of salary bin hire_date by time, could you order Y-axis in asc order please?
CREATE TABLE employees ( EMPLOYEE_ID decimal(6,0), FIRST_NAME varchar(20), LAST_NAME varchar(25), EMAIL varchar(25), PHONE_NUMBER varchar(20), HIRE_DATE date, JOB_ID varchar(10), SALARY decimal(8,2), COMMISSION_PCT decimal(2,2), MANAGER_ID decimal(6,0), DEPARTMENT_ID decimal(...
SELECT HIRE_DATE, SUM(SALARY) FROM employees WHERE FIRST_NAME LIKE '%D%' OR FIRST_NAME LIKE '%S%' ORDER BY SUM(SALARY)
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 1652, 41, 262, 5244, 5017, 476, 5080, 834, 4309, 7908, 1982, 599, 11071, 632, 201, 30085, 834, 567, 17683, 3, 4331, 4059, 599, 1755, 201, 301, 12510, 834, 567, 17683, 3, 4331, 4059, 59...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 454, 14132, 834, 308, 6048, 6, 180, 6122, 599, 134, 4090, 24721, 61, 21680, 1652, 549, 17444, 427, 30085, 834, 567, 17683, 8729, 9914, 3, 31, 1454, 308, 1454, 31, 4674, 30085, 834, 567, 17683, 8729, 9914, 3, 31, 145...
What is the release date of the 2x 512 kb L2 cache with a 11x multi 1, and a FPU width of 128-bit?
CREATE TABLE table_name_48 (release_date VARCHAR, fpu_width VARCHAR, l2_cache VARCHAR, multi_1 VARCHAR)
SELECT release_date FROM table_name_48 WHERE l2_cache = "2x 512 kb" AND multi_1 = "11x" AND fpu_width = "128-bit"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 21019, 834, 5522, 584, 4280, 28027, 6, 3, 89, 4987, 834, 12018, 189, 584, 4280, 28027, 6, 3, 40, 357, 834, 75, 4933, 584, 4280, 28027, 6, 1249, 834, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1576, 834, 5522, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 3, 40, 357, 834, 75, 4933, 3274, 96, 357, 226, 3, 24163, 3, 157, 115, 121, 3430, 1249, 834, 536, 3274, 96, 2596, 226, 121, 3430, 3, 89, 4987, 8...
For all storms with at least 1 death, compare the number of deaths by name with a bar graph.
CREATE TABLE storm ( Storm_ID int, Name text, Dates_active text, Max_speed int, Damage_millions_USD real, Number_Deaths int ) CREATE TABLE region ( Region_id int, Region_code text, Region_name text ) CREATE TABLE affected_region ( Region_id int, Storm_ID int, Number_cit...
SELECT Name, Number_Deaths FROM storm WHERE Number_Deaths >= 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 5536, 41, 16133, 834, 4309, 16, 17, 6, 5570, 1499, 6, 7678, 7, 834, 6645, 1499, 6, 5370, 834, 9993, 16, 17, 6, 26135, 834, 17030, 7, 834, 23492, 490, 6, 7720, 834, 2962, 9, 189, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 5570, 6, 7720, 834, 2962, 9, 189, 7, 21680, 5536, 549, 17444, 427, 7720, 834, 2962, 9, 189, 7, 2490, 2423, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What was Week 15 when Week 12 was Washington (9-1)?
CREATE TABLE table_58979 ( "Week 9 Oct 23" text, "Week 10 Oct 30" text, "Week 11 Nov 6" text, "Week 12 Nov 13" text, "Week 13 Nov 20" text, "Week 14 Nov 27" text, "Week 15 (Final) Dec 3" text )
SELECT "Week 15 (Final) Dec 3" FROM table_58979 WHERE "Week 12 Nov 13" = 'washington (9-1)'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 755, 3914, 4440, 41, 96, 518, 10266, 668, 6416, 1902, 121, 1499, 6, 96, 518, 10266, 335, 6416, 604, 121, 1499, 6, 96, 518, 10266, 850, 5098, 431, 121, 1499, 6, 96, 518, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 518, 10266, 627, 41, 371, 10270, 61, 4451, 220, 121, 21680, 953, 834, 755, 3914, 4440, 549, 17444, 427, 96, 518, 10266, 586, 5098, 1179, 121, 3274, 3, 31, 14710, 6029, 14156, 18, 6982, 31, 1, -100, -100, -100, ...
How many products have the characteristic named 'hot'?
CREATE TABLE products ( product_id number, color_code text, product_category_code text, product_name text, typical_buying_price text, typical_selling_price text, product_description text, other_product_details text ) CREATE TABLE ref_product_categories ( product_category_code text, ...
SELECT COUNT(*) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN characteristics AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t3.characteristic_name = "hot"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 494, 41, 556, 834, 23, 26, 381, 6, 945, 834, 4978, 1499, 6, 556, 834, 8367, 839, 651, 834, 4978, 1499, 6, 556, 834, 4350, 1499, 6, 4541, 834, 14584, 53, 834, 102, 4920, 1499, 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...
[ 3, 23143, 14196, 2847, 17161, 599, 1935, 61, 21680, 494, 6157, 3, 17, 536, 3, 15355, 3162, 556, 834, 31886, 3040, 7, 6157, 3, 17, 357, 9191, 3, 17, 5411, 15892, 834, 23, 26, 3274, 3, 17, 4416, 15892, 834, 23, 26, 3, 15355, 3162,...
How many opponents were there for the game recorded as 6-4 in the Atlanta Falcons 1978 season?
CREATE TABLE table_16710971_2 ( opponents VARCHAR, record VARCHAR )
SELECT COUNT(opponents) FROM table_16710971_2 WHERE record = "6-4"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 27650, 17304, 4450, 834, 357, 41, 16383, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 571, 186, 16383, 130, 132, 21, 8, 467, 4381, 38, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 32, 102, 9977, 7, 61, 21680, 953, 834, 27650, 17304, 4450, 834, 357, 549, 17444, 427, 1368, 3274, 96, 25618, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What Gold has the Year of 2006?
CREATE TABLE table_name_56 ( gold VARCHAR, year VARCHAR )
SELECT gold FROM table_name_56 WHERE year = 2006
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4834, 41, 2045, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 2540, 65, 8, 2929, 13, 3581, 58, 1, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2045, 21680, 953, 834, 4350, 834, 4834, 549, 17444, 427, 215, 3274, 3581, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
what is the total of floors when the name is kölntriangle and rank is less thank 63?
CREATE TABLE table_name_10 (floors INTEGER, name VARCHAR, rank VARCHAR)
SELECT SUM(floors) FROM table_name_10 WHERE name = "kölntriangle" AND rank < 63
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 20924, 7, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 6, 11003, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 125, 19, 8, 792, 13, 8242, 116, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 20924, 7, 61, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 564, 3274, 96, 15898, 40, 29, 1788, 13247, 121, 3430, 11003, 3, 2, 3, 3891, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what are the ways to consume potassium chloride 40 meq/100 ml iv piggy back 100 ml bag?
CREATE TABLE vitalperiodic ( vitalperiodicid number, patientunitstayid number, temperature number, sao2 number, heartrate number, respiration number, systemicsystolic number, systemicdiastolic number, systemicmean number, observationtime time ) CREATE TABLE treatment ( treat...
SELECT DISTINCT medication.routeadmin FROM medication WHERE medication.drugname = 'potassium chloride 40 meq/100 ml iv piggy back 100 ml bag'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 3362, 4267, 32, 4370, 41, 3362, 4267, 32, 26, 1294, 26, 381, 6, 1868, 15129, 21545, 23, 26, 381, 6, 2912, 381, 6, 3, 7, 9, 32, 357, 381, 6, 842, 2206, 381, 6, 14114, 257, 381, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 15438, 25424, 6227, 7757, 5, 20300, 20466, 29, 21680, 7757, 549, 17444, 427, 7757, 5, 26, 13534, 4350, 3274, 3, 31, 3013, 6500, 440, 19782, 1599, 1283, 140, 1824, 87, 2915, 3, 51, 40, 3, 23, 208, 2816, 9559, 22...
What team was visiting on February 15?
CREATE TABLE table_name_85 ( visitor VARCHAR, date VARCHAR )
SELECT visitor FROM table_name_85 WHERE date = "february 15"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 7019, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 372, 47, 3644, 30, 2083, 627, 58, 1, 0, 0, 0, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 7019, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 833, 3274, 96, 89, 15, 9052, 1208, 627, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
How many colors are there?
CREATE TABLE characteristics ( characteristic_id number, characteristic_type_code text, characteristic_data_type text, characteristic_name text, other_characteristic_details text ) CREATE TABLE products ( product_id number, color_code text, product_category_code text, product_name t...
SELECT COUNT(*) FROM ref_colors
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 6803, 41, 16115, 834, 23, 26, 381, 6, 16115, 834, 6137, 834, 4978, 1499, 6, 16115, 834, 6757, 834, 6137, 1499, 6, 16115, 834, 4350, 1499, 6, 119, 834, 31886, 3040, 834, 221, 5756, 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...
[ 3, 23143, 14196, 2847, 17161, 599, 1935, 61, 21680, 6273, 834, 9910, 7, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
How many time is sunday day one is ahad?
CREATE TABLE table_1277350_7 (thursday_day_five VARCHAR, sunday_day_one VARCHAR)
SELECT COUNT(thursday_day_five) FROM table_1277350_7 WHERE sunday_day_one = "Ahad"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2122, 4013, 16975, 834, 940, 41, 189, 3589, 1135, 834, 1135, 834, 16443, 584, 4280, 28027, 6, 1997, 1135, 834, 1135, 834, 782, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 189, 3589, 1135, 834, 1135, 834, 16443, 61, 21680, 953, 834, 2122, 4013, 16975, 834, 940, 549, 17444, 427, 1997, 1135, 834, 1135, 834, 782, 3274, 96, 188, 8399, 121, 1, -100, -100, -100, -100, -100, ...
Who is the directed by when 2t6404 is the production code?
CREATE TABLE table_2866456_1 ( directed_by VARCHAR, production_code VARCHAR )
SELECT directed_by FROM table_2866456_1 WHERE production_code = "2T6404"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2577, 3539, 2128, 948, 834, 536, 41, 6640, 834, 969, 584, 4280, 28027, 6, 999, 834, 4978, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 2645, 19, 8, 6640, 57, 116...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6640, 834, 969, 21680, 953, 834, 2577, 3539, 2128, 948, 834, 536, 549, 17444, 427, 999, 834, 4978, 3274, 96, 357, 382, 23714, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
The plural word of hands uses what singular word?
CREATE TABLE table_name_24 ( singular_word VARCHAR, plural_word VARCHAR )
SELECT singular_word FROM table_name_24 WHERE plural_word = "hands"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 22166, 834, 6051, 584, 4280, 28027, 6, 28037, 834, 6051, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 37, 28037, 1448, 13, 1780, 2284, 125, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 22166, 834, 6051, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 28037, 834, 6051, 3274, 96, 2894, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What are the distinct positions of the players from a country whose capital is Dublin?
CREATE TABLE country ( country_id number, country_name text, capital text, official_native_language text ) CREATE TABLE player ( player_id number, player text, years_played text, total_wl text, singles_wl text, doubles_wl text, team number ) CREATE TABLE match_season ( ...
SELECT DISTINCT T2.position FROM country AS T1 JOIN match_season AS T2 ON T1.country_id = T2.country WHERE T1.capital = "Dublin"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 684, 41, 684, 834, 23, 26, 381, 6, 684, 834, 4350, 1499, 6, 1784, 1499, 6, 2314, 834, 29, 1528, 834, 24925, 1499, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 1959, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 15438, 25424, 6227, 332, 4416, 4718, 21680, 684, 6157, 332, 536, 3, 15355, 3162, 1588, 834, 9476, 6157, 332, 357, 9191, 332, 5411, 17529, 834, 23, 26, 3274, 332, 4416, 17529, 549, 17444, 427, 332, 5411, 4010, 9538,...
What was the signed year for the Chinese name who separated in 1987?
CREATE TABLE table_60979 ( "English name" text, "Chinese name" text, "Year signed" real, "Year separated" text, "Reason for separation" text )
SELECT "Year signed" FROM table_60979 WHERE "Year separated" = '1987' AND "Chinese name" = '蘇永康'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3328, 4327, 1298, 41, 96, 26749, 564, 121, 1499, 6, 96, 3541, 4477, 15, 564, 121, 1499, 6, 96, 476, 2741, 3814, 121, 490, 6, 96, 476, 2741, 12494, 121, 1499, 6, 96, 1649,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 476, 2741, 3814, 121, 21680, 953, 834, 3328, 4327, 1298, 549, 17444, 427, 96, 476, 2741, 12494, 121, 3274, 3, 31, 2294, 4225, 31, 3430, 96, 3541, 4477, 15, 564, 121, 3274, 3, 31, 2, 31, 1, -100, -100, -100, ...
What club is R. H. C. Human who has a right arm medium pace bowling style a member of?
CREATE TABLE table_name_41 ( club VARCHAR, bowling_style VARCHAR, name VARCHAR )
SELECT club FROM table_name_41 WHERE bowling_style = "right arm medium pace" AND name = "r. h. c. human"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4853, 41, 1886, 584, 4280, 28027, 6, 3047, 53, 834, 4084, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 1886, 19, 391, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1886, 21680, 953, 834, 4350, 834, 4853, 549, 17444, 427, 3047, 53, 834, 4084, 3274, 96, 3535, 2939, 2768, 4974, 121, 3430, 564, 3274, 96, 52, 5, 3, 107, 5, 3, 75, 5, 936, 121, 1, -100, -100, -100, -100, -100, -1...
Which Saturday has a Name of confederation?
CREATE TABLE table_name_68 (saturday VARCHAR, name VARCHAR)
SELECT saturday FROM table_name_68 WHERE name = "confederation"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3651, 41, 7, 6010, 1135, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 4073, 1856, 65, 3, 9, 5570, 13, 975, 16812, 257, 58, 1, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 7, 6010, 1135, 21680, 953, 834, 4350, 834, 3651, 549, 17444, 427, 564, 3274, 96, 1018, 16812, 257, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was Stage SS2's Winner?
CREATE TABLE table_name_86 (winner VARCHAR, stage VARCHAR)
SELECT winner FROM table_name_86 WHERE stage = "ss2"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 3757, 687, 584, 4280, 28027, 6, 1726, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 13578, 3, 4256, 357, 31, 7, 18125, 58, 1, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4668, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 1726, 3274, 96, 7, 7, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the average Fiscal Year of the firm Headquartered in noida, with less than 85,335 employees?
CREATE TABLE table_35239 ( "Firm" text, "Revenues" text, "Employees" real, "Fiscal Year" real, "Headquarters" text )
SELECT AVG("Fiscal Year") FROM table_35239 WHERE "Headquarters" = 'noida' AND "Employees" < '85,335'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2469, 357, 3288, 41, 96, 3183, 52, 51, 121, 1499, 6, 96, 1649, 15098, 7, 121, 1499, 6, 96, 427, 51, 7379, 63, 15, 15, 7, 121, 490, 6, 96, 3183, 7, 1489, 2929, 121, 49...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 121, 3183, 7, 1489, 2929, 8512, 21680, 953, 834, 2469, 357, 3288, 549, 17444, 427, 96, 3845, 9, 26, 19973, 7, 121, 3274, 3, 31, 5983, 26, 9, 31, 3430, 96, 427, 51, 7379, 63, 15, 15, 7, 121, 3, ...
What is the date of the k-league cup, which has less than 28 goals, at the jeonju venue?
CREATE TABLE table_name_93 (date VARCHAR, competition VARCHAR, venue VARCHAR, goals VARCHAR)
SELECT date FROM table_name_93 WHERE venue = "jeonju" AND goals < 28 AND competition = "k-league cup"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 5522, 584, 4280, 28027, 6, 2259, 584, 4280, 28027, 6, 5669, 584, 4280, 28027, 6, 1766, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 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...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 5669, 3274, 96, 1924, 106, 2047, 121, 3430, 1766, 3, 2, 2059, 3430, 2259, 3274, 96, 157, 18, 29512, 4119, 121, 1, -100, -100, -100, -100, -100, -100, -100, -10...
What's the HDR Output that has a name of name?
CREATE TABLE table_66040 ( "Name" text, "Merging to HDR from LDR images" text, "HDR output ( EXR , HDR, Logluv , etc.)" text, "Tonemapping" text, "Exposure fusion" text )
SELECT "HDR output ( EXR , HDR, Logluv , etc.)" FROM table_66040 WHERE "Name" = 'name'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 27720, 2445, 41, 96, 23954, 121, 1499, 6, 96, 329, 49, 3896, 12, 3726, 448, 45, 301, 3913, 1383, 121, 1499, 6, 96, 566, 3913, 3911, 41, 262, 4, 448, 3, 6, 3726, 448, 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...
[ 3, 23143, 14196, 96, 566, 3913, 3911, 41, 262, 4, 448, 3, 6, 3726, 448, 6, 1815, 13492, 208, 3, 6, 672, 5, 61, 121, 21680, 953, 834, 27720, 2445, 549, 17444, 427, 96, 23954, 121, 3274, 3, 31, 4350, 31, 1, -100, -100, -100, -10...
Which clubs had draws of 9?
CREATE TABLE table_18018248_2 (club VARCHAR, draws VARCHAR)
SELECT club FROM table_18018248_2 WHERE draws = 9
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 20829, 2606, 357, 3707, 834, 357, 41, 13442, 584, 4280, 28027, 6, 14924, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 4073, 8122, 141, 14924, 13, 668, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1886, 21680, 953, 834, 20829, 2606, 357, 3707, 834, 357, 549, 17444, 427, 14924, 3274, 668, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the Manufacturer with a Fuel Type that is diesel?
CREATE TABLE table_name_9 ( manufacturer VARCHAR, fuel_type VARCHAR )
SELECT manufacturer FROM table_name_9 WHERE fuel_type = "diesel"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 4818, 584, 4280, 28027, 6, 2914, 834, 6137, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 15248, 28, 3, 9, 20942, 6632, 24, 19, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4818, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 2914, 834, 6137, 3274, 96, 7719, 15, 40, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
The player for which country had a score of 66-72=138?
CREATE TABLE table_name_90 (country VARCHAR, score VARCHAR)
SELECT country FROM table_name_90 WHERE score = 66 - 72 = 138
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2394, 41, 17529, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 37, 1959, 21, 84, 684, 141, 3, 9, 2604, 13, 3, 3539, 18, 5865, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 2394, 549, 17444, 427, 2604, 3274, 3, 3539, 3, 18, 9455, 3274, 3, 22744, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What are the names of all products, and count them by a bar chart
CREATE TABLE Manufacturers ( Code INTEGER, Name VARCHAR(255), Headquarter VARCHAR(255), Founder VARCHAR(255), Revenue REAL ) CREATE TABLE Products ( Code INTEGER, Name VARCHAR(255), Price DECIMAL, Manufacturer INTEGER )
SELECT Name, COUNT(Name) FROM Products GROUP BY Name
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 15248, 7, 41, 3636, 3, 21342, 17966, 6, 5570, 584, 4280, 28027, 599, 25502, 201, 3642, 19973, 584, 4280, 28027, 599, 25502, 201, 3, 19145, 584, 4280, 28027, 599, 25502, 201, 19764, 17833...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 5570, 6, 2847, 17161, 599, 23954, 61, 21680, 7554, 350, 4630, 6880, 272, 476, 5570, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which to par has a prize less than $800?
CREATE TABLE table_80253 ( "Place" text, "Player" text, "Country" text, "Score" text, "To par" text, "Money ( $ )" real )
SELECT "To par" FROM table_80253 WHERE "Money ( $ )" = '800'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2079, 1828, 519, 41, 96, 345, 11706, 121, 1499, 6, 96, 15800, 49, 121, 1499, 6, 96, 10628, 651, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 3696, 260, 121, 1499, 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...
[ 3, 23143, 14196, 96, 3696, 260, 121, 21680, 953, 834, 2079, 1828, 519, 549, 17444, 427, 96, 9168, 15, 63, 41, 1514, 3, 61, 121, 3274, 3, 31, 6192, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is every game on November 21?
CREATE TABLE table_27539535_4 ( game VARCHAR, november VARCHAR )
SELECT game FROM table_27539535_4 WHERE november = 21
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2555, 4867, 3301, 2469, 834, 591, 41, 467, 584, 4280, 28027, 6, 3, 5326, 18247, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 334, 467, 30, 1671, 1401, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 467, 21680, 953, 834, 2555, 4867, 3301, 2469, 834, 591, 549, 17444, 427, 3, 5326, 18247, 3274, 1401, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the rate limit when budget plans (£m) is limit agreed?
CREATE TABLE table_25316812_1 (rate_limit__p_ VARCHAR, budget_plans__£m_ VARCHAR)
SELECT rate_limit__p_ FROM table_25316812_1 WHERE budget_plans__£m_ = "limit agreed"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 1828, 3341, 3651, 2122, 834, 536, 41, 2206, 834, 16488, 834, 834, 102, 834, 584, 4280, 28027, 6, 1487, 834, 3767, 7, 834, 834, 19853, 51, 834, 584, 4280, 28027, 61, 3, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 1080, 834, 16488, 834, 834, 102, 834, 21680, 953, 834, 1828, 3341, 3651, 2122, 834, 536, 549, 17444, 427, 1487, 834, 3767, 7, 834, 834, 19853, 51, 834, 3274, 96, 16488, 4686, 121, 1, -100, -100, -100, -100, -100, -1...
What is the smallest number of fastest laps listed?
CREATE TABLE table_2028 ( "Name" text, "Nation" text, "Seasons" text, "Championship Titles" text, "Race Starts" real, "Poles" real, "Wins" real, "Podiums" real, "Fastest Laps" real )
SELECT MIN("Fastest Laps") FROM table_2028
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 1755, 2577, 41, 96, 23954, 121, 1499, 6, 96, 567, 257, 121, 1499, 6, 96, 134, 15, 9, 6577, 121, 1499, 6, 96, 254, 1483, 12364, 2009, 11029, 7, 121, 1499, 6, 96, 448, 33...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 121, 371, 9, 7, 4377, 325, 102, 7, 8512, 21680, 953, 834, 1755, 2577, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the interview number in Louisiana, and the swimsuit number is more than 9.1?
CREATE TABLE table_48253 ( "Country" text, "Preliminary" real, "Interview" real, "Swimsuit" real, "Evening Gown" real, "Average" real )
SELECT COUNT("Interview") FROM table_48253 WHERE "Country" = 'louisiana' AND "Swimsuit" > '9.1'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3707, 1828, 519, 41, 96, 10628, 651, 121, 1499, 6, 96, 10572, 4941, 77, 1208, 121, 490, 6, 96, 17555, 4576, 121, 490, 6, 96, 134, 210, 603, 7628, 121, 490, 6, 96, 427, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 121, 17555, 4576, 8512, 21680, 953, 834, 3707, 1828, 519, 549, 17444, 427, 96, 10628, 651, 121, 3274, 3, 31, 40, 1063, 159, 13662, 31, 3430, 96, 134, 210, 603, 7628, 121, 2490, 3, 31, 8797, 536, ...
Which area has a Decile of 9, and a Roll of 31?
CREATE TABLE table_name_98 (area VARCHAR, decile VARCHAR, roll VARCHAR)
SELECT area FROM table_name_98 WHERE decile = 9 AND roll = 31
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 498, 584, 4280, 28027, 6, 7908, 109, 584, 4280, 28027, 6, 3812, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 4073, 616, 65, 3, 9, 14600, 109, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 616, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 7908, 109, 3274, 668, 3430, 3812, 3274, 2664, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What year made has a Quantity made of 4?
CREATE TABLE table_name_63 (year_made VARCHAR, quantity_made VARCHAR)
SELECT year_made FROM table_name_63 WHERE quantity_made = "4"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 1201, 834, 4725, 584, 4280, 28027, 6, 8708, 834, 4725, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 215, 263, 65, 3, 9, 12716, 485, 263, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 215, 834, 4725, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 8708, 834, 4725, 3274, 96, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...