NATURAL_LANG
stringlengths
0
446
SCHEMA
stringlengths
27
2.21k
SQL
stringlengths
18
453
input_ids
list
attention_mask
list
labels
list
count the number of patients whose drug code is lora5?
CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE demographic ( subject_id text, hadm_id text, name text, marital_status text, age text, dob text, gender text, language text, religion text, ...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE prescriptions.formulary_drug_cd = "LORA5"
[ 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 episode is called jewboy
CREATE TABLE table_name_20 ( episodes VARCHAR, title VARCHAR )
SELECT episodes FROM table_name_20 WHERE title = "jewboy"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1755, 41, 13562, 584, 4280, 28027, 6, 2233, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 125, 5640, 19, 718, 528, 210, 7531, 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, 13562, 21680, 953, 834, 4350, 834, 1755, 549, 17444, 427, 2233, 3274, 96, 1924, 210, 7531, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
count the number of newborn patients who were admitted via emergency hospital room.
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 lab ( subject_id text, hadm_id text, ...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.admission_type = "NEWBORN" AND demographic.admission_location = "EMERGENCY ROOM ADMIT"
[ 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, 9, 26, 5451, 834, 6137, 3274, 96, 4171, 518, 8471, 14151, 121, 3430, 14798, 5, 9, 26, 5451, 834,...
What is the score of the game with the San Diego Padres as the opponent and a record of 11-23?
CREATE TABLE table_name_29 ( score VARCHAR, opponent VARCHAR, record VARCHAR )
SELECT score FROM table_name_29 WHERE opponent = "san diego padres" AND record = "11-23"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 2604, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 2604, 13, 8, 467, 28, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 2604, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 15264, 3274, 96, 7, 152, 67, 839, 8950, 60, 7, 121, 3430, 1368, 3274, 96, 2596, 18, 2773, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Rank of the Character with Tenure of 2011?
CREATE TABLE table_name_2 (rank VARCHAR, tenure VARCHAR)
SELECT rank FROM table_name_2 WHERE tenure = "2011"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 6254, 584, 4280, 28027, 6, 20752, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 3, 22557, 13, 8, 20087, 28, 4738, 1462, 13, 2722, 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, 11003, 21680, 953, 834, 4350, 834, 357, 549, 17444, 427, 20752, 3274, 96, 13907, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
how many low zip codes are there in total ?
CREATE TABLE table_204_279 ( id number, "name of place" text, "number\nof\ncounties" number, "principal\ncounty" text, "zip code\nlower" number, "zip code\nupper" number )
SELECT COUNT("zip code\nlower") FROM table_204_279
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26363, 834, 357, 4440, 41, 3, 23, 26, 381, 6, 96, 4350, 13, 286, 121, 1499, 6, 96, 5525, 1152, 2, 29, 858, 2, 29, 13362, 725, 121, 381, 6, 96, 12298, 3389, 138, 2, 29...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13453, 1081, 2, 29, 3216, 49, 8512, 21680, 953, 834, 26363, 834, 357, 4440, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What party is Mick Young a member of?
CREATE TABLE table_name_45 ( party VARCHAR, member VARCHAR )
SELECT party FROM table_name_45 WHERE member = "mick young"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 1088, 584, 4280, 28027, 6, 1144, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 1088, 19, 25665, 5209, 3, 9, 1144, 13, 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, 1088, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 1144, 3274, 96, 51, 3142, 1021, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the language for el villar 1264
CREATE TABLE table_2509350_3 (language VARCHAR, el_villar_municipality VARCHAR)
SELECT language FROM table_2509350_3 WHERE el_villar_municipality = 1264
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 11434, 4271, 1752, 834, 519, 41, 24925, 584, 4280, 28027, 6, 3, 15, 40, 834, 24887, 52, 834, 11760, 3389, 10355, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 5570, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1612, 21680, 953, 834, 11434, 4271, 1752, 834, 519, 549, 17444, 427, 3, 15, 40, 834, 24887, 52, 834, 11760, 3389, 10355, 3274, 586, 4389, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Name the series ep for segment c of luxury cars (part 1)
CREATE TABLE table_name_63 ( series_ep VARCHAR, segment_c VARCHAR )
SELECT series_ep FROM table_name_63 WHERE segment_c = "luxury cars (part 1)"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3891, 41, 939, 834, 15, 102, 584, 4280, 28027, 6, 5508, 834, 75, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 939, 3, 15, 102, 21, 5508, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 939, 834, 15, 102, 21680, 953, 834, 4350, 834, 3891, 549, 17444, 427, 5508, 834, 75, 3274, 96, 8387, 450, 63, 2948, 41, 2274, 8925, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Longitude of the 61.0s Latitude?
CREATE TABLE table_name_27 (longitude VARCHAR, latitude VARCHAR)
SELECT longitude FROM table_name_27 WHERE latitude = "61.0s"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2555, 41, 2961, 20341, 584, 4280, 28027, 6, 50, 6592, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 3230, 20341, 13, 8, 431, 12734, 7, 325, 65...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 307, 20341, 21680, 953, 834, 4350, 834, 2555, 549, 17444, 427, 50, 6592, 3274, 96, 948, 12734, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What was the score on october 23?
CREATE TABLE table_9844 ( "Game" real, "Date" text, "Team" text, "Score" text, "High points" text, "High rebounds" text, "High assists" text, "Location Attendance" text, "Record" text )
SELECT "Score" FROM table_9844 WHERE "Date" = 'october 23'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3916, 3628, 41, 96, 23055, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 18699, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 21417, 979, 121, 1499, 6, 96, 21417, 3, 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, 9022, 121, 21680, 953, 834, 3916, 3628, 549, 17444, 427, 96, 308, 342, 121, 3274, 3, 31, 32, 75, 235, 1152, 1902, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the location attendance for 22-8
CREATE TABLE table_22654073_7 ( location_attendance VARCHAR, record VARCHAR )
SELECT location_attendance FROM table_22654073_7 WHERE record = "22-8"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2884, 4122, 2445, 4552, 834, 940, 41, 1128, 834, 15116, 663, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 1128, 11364, 21, 1630...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 834, 15116, 663, 21680, 953, 834, 2884, 4122, 2445, 4552, 834, 940, 549, 17444, 427, 1368, 3274, 96, 2884, 6039, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the boston celtics' record?
CREATE TABLE table_name_39 (record VARCHAR, team VARCHAR)
SELECT record FROM table_name_39 WHERE team = "boston celtics"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 60, 7621, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 3005, 4411, 1503, 7636, 31, 1368, 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, 1368, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 372, 3274, 96, 115, 32, 4411, 1503, 7636, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the record for a game played on July 16 with attendance of more than 32,162?
CREATE TABLE table_71227 ( "Date" text, "Opponent" text, "Score" text, "Loss" text, "Attendance" real, "Record" text )
SELECT "Record" FROM table_71227 WHERE "Attendance" > '32,162' AND "Date" = 'july 16'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4450, 357, 2555, 41, 96, 308, 342, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 434, 32, 7, 7, 121, 1499, 6, 96, 188, 17, 324, 26,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 1649, 7621, 121, 21680, 953, 834, 4450, 357, 2555, 549, 17444, 427, 96, 188, 17, 324, 26, 663, 121, 2490, 3, 31, 2668, 6, 2938, 357, 31, 3430, 96, 308, 342, 121, 3274, 3, 31, 2047, 120, 898, 31, 1, -100, -...
What is the average number of students in East Lansing, MI?
CREATE TABLE table_44087 ( "Institution" text, "Location" text, "Founded" real, "Affiliation" text, "Enrollment" real, "Nickname" text )
SELECT AVG("Founded") FROM table_44087 WHERE "Location" = 'east lansing, mi'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 22335, 4225, 41, 96, 1570, 17448, 121, 1499, 6, 96, 434, 32, 75, 257, 121, 1499, 6, 96, 20100, 121, 490, 6, 96, 188, 89, 8027, 23, 257, 121, 1499, 6, 96, 8532, 4046, 29...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 20100, 8512, 21680, 953, 834, 22335, 4225, 549, 17444, 427, 96, 434, 32, 75, 257, 121, 3274, 3, 31, 11535, 3, 1618, 7, 53, 6, 1337, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is Record, when Opponent is 'New York Knicks'?
CREATE TABLE table_59290 ( "Date" text, "Opponent" text, "Score" text, "Result" text, "Record" text )
SELECT "Record" FROM table_59290 WHERE "Opponent" = 'new york knicks'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3390, 23838, 41, 96, 308, 342, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 20119, 121, 1499, 6, 96, 1649, 7621, 121, 1499, 3, 61, 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, 1649, 7621, 121, 21680, 953, 834, 3390, 23838, 549, 17444, 427, 96, 667, 102, 9977, 121, 3274, 3, 31, 5534, 25453, 3, 157, 11191, 7, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Show the protein name and the institution name.
CREATE TABLE institution (institution VARCHAR, institution_id VARCHAR); CREATE TABLE protein (protein_name VARCHAR, institution_id VARCHAR)
SELECT T2.protein_name, T1.institution FROM institution AS T1 JOIN protein AS T2 ON T1.institution_id = T2.institution_id
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 6568, 41, 77, 17448, 584, 4280, 28027, 6, 6568, 834, 23, 26, 584, 4280, 28027, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 3619, 41, 23083, 834, 4350, 584, 4280, 28027, 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, 332, 4416, 23083, 834, 4350, 6, 332, 5411, 77, 17448, 21680, 6568, 6157, 332, 536, 3, 15355, 3162, 3619, 6157, 332, 357, 9191, 332, 5411, 77, 17448, 834, 23, 26, 3274, 332, 4416, 77, 17448, 834, 23, 26, 1, -100, -...
How many laps had a time stat of accident for the rider carmelo morales when the grid was more than 25?
CREATE TABLE table_name_84 (laps INTEGER, grid VARCHAR, time VARCHAR, rider VARCHAR)
SELECT SUM(laps) FROM table_name_84 WHERE time = "accident" AND rider = "carmelo morales" AND grid > 25
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4608, 41, 8478, 7, 3, 21342, 17966, 6, 8634, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 6, 2564, 52, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 571, 18...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 8478, 7, 61, 21680, 953, 834, 4350, 834, 4608, 549, 17444, 427, 97, 3274, 96, 6004, 4215, 121, 3430, 2564, 52, 3274, 96, 1720, 2341, 32, 4854, 15, 7, 121, 3430, 8634, 2490, 944, 1, -100, -100, -100...
What is the score in the touranament of Antalya-Belek?
CREATE TABLE table_name_66 (score VARCHAR, tournament VARCHAR)
SELECT score FROM table_name_66 WHERE tournament = "antalya-belek"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3539, 41, 7, 9022, 584, 4280, 28027, 6, 5892, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 2604, 16, 8, 1552, 152, 9, 297, 13, 9141, 9, 120...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 21680, 953, 834, 4350, 834, 3539, 549, 17444, 427, 5892, 3274, 96, 288, 9, 120, 9, 18, 2370, 15, 157, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
return me the area of the VLDB conference .
CREATE TABLE domain_journal ( did int, jid int ) CREATE TABLE journal ( homepage varchar, jid int, name varchar ) CREATE TABLE domain_keyword ( did int, kid int ) CREATE TABLE domain ( did int, name varchar ) CREATE TABLE keyword ( keyword varchar, kid int ) CREATE TABLE...
SELECT domain.name FROM conference, domain, domain_conference WHERE conference.name = 'VLDB' AND domain_conference.cid = conference.cid AND domain.did = domain_conference.did
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 3303, 834, 25340, 41, 410, 16, 17, 6, 3, 354, 23, 26, 16, 17, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 6378, 41, 22844, 3, 4331, 4059, 6, 3, 354, 23, 26, 16, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3303, 5, 4350, 21680, 2542, 6, 3303, 6, 3303, 834, 28496, 549, 17444, 427, 2542, 5, 4350, 3274, 3, 31, 553, 9815, 279, 31, 3430, 3303, 834, 28496, 5, 10812, 3274, 2542, 5, 10812, 3430, 3303, 5, 12416, 3274, 3303, ...
In how many rounds was Race 17?
CREATE TABLE table_26334740_3 ( round VARCHAR, race VARCHAR )
SELECT COUNT(round) FROM table_26334740_3 WHERE race = 17
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2688, 4201, 4177, 2445, 834, 519, 41, 1751, 584, 4280, 28027, 6, 1964, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 86, 149, 186, 14419, 47, 10949, 1003, 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, 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, 2847, 17161, 599, 7775, 61, 21680, 953, 834, 2688, 4201, 4177, 2445, 834, 519, 549, 17444, 427, 1964, 3274, 1003, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest goals for that has a drawn less than 11, with a played less than 42?
CREATE TABLE table_name_54 (goals_for INTEGER, drawn VARCHAR, played VARCHAR)
SELECT MAX(goals_for) FROM table_name_54 WHERE drawn < 11 AND played < 42
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 839, 5405, 834, 1161, 3, 21342, 17966, 6, 6796, 584, 4280, 28027, 6, 1944, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 2030, 1766, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 839, 5405, 834, 1161, 61, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 6796, 3, 2, 850, 3430, 1944, 3, 2, 6426, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which units are commanded by Lieutenant Colonel Francis Hepburn?
CREATE TABLE table_17182 ( "Unit" text, "Commander" text, "Complement" text, "Killed" text, "Wounded" text, "Missing" text )
SELECT "Unit" FROM table_17182 WHERE "Commander" = 'Lieutenant Colonel Francis Hepburn'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2517, 2606, 357, 41, 96, 5110, 155, 121, 1499, 6, 96, 10205, 11849, 121, 1499, 6, 96, 5890, 102, 3335, 121, 1499, 6, 96, 439, 173, 1361, 121, 1499, 6, 96, 518, 14471, 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, 96, 5110, 155, 121, 21680, 953, 834, 2517, 2606, 357, 549, 17444, 427, 96, 10205, 11849, 121, 3274, 3, 31, 19079, 76, 324, 288, 29388, 11065, 216, 102, 7223, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is Pos., when Date From is '28 August 2008'?
CREATE TABLE table_49814 ( "Date From" text, "Date To" text, "Pos." text, "Name" text, "Moving To" text )
SELECT "Pos." FROM table_49814 WHERE "Date From" = '28 august 2008'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 591, 3916, 2534, 41, 96, 308, 342, 1029, 121, 1499, 6, 96, 308, 342, 304, 121, 1499, 6, 96, 345, 32, 7, 535, 1499, 6, 96, 23954, 121, 1499, 6, 96, 329, 32, 3745, 304, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 345, 32, 7, 535, 21680, 953, 834, 591, 3916, 2534, 549, 17444, 427, 96, 308, 342, 1029, 121, 3274, 3, 31, 2577, 14663, 2628, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the metrical equivalence for linha
CREATE TABLE table_26538461_2 ( metrical_equivalence VARCHAR, portuguese_name VARCHAR )
SELECT metrical_equivalence FROM table_26538461_2 WHERE portuguese_name = "Linha"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2688, 4867, 4608, 4241, 834, 357, 41, 3, 7959, 138, 834, 15, 1169, 2165, 1433, 584, 4280, 28027, 6, 2147, 76, 15991, 15, 834, 4350, 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, 0, 0, 0...
[ 3, 23143, 14196, 3, 7959, 138, 834, 15, 1169, 2165, 1433, 21680, 953, 834, 2688, 4867, 4608, 4241, 834, 357, 549, 17444, 427, 2147, 76, 15991, 15, 834, 4350, 3274, 96, 434, 77, 1024, 121, 1, -100, -100, -100, -100, -100, -100, -100,...
which is the lowest favorable on 1954 June and more unfavorable than 45?
CREATE TABLE table_name_72 (favorable INTEGER, date VARCHAR, unfavorable VARCHAR)
SELECT MIN(favorable) FROM table_name_72 WHERE date = "1954 june" AND unfavorable > 45
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 89, 9, 1967, 179, 3, 21342, 17966, 6, 833, 584, 4280, 28027, 6, 73, 89, 9, 1967, 179, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 84, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 89, 9, 1967, 179, 61, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 833, 3274, 96, 2294, 5062, 3, 6959, 15, 121, 3430, 73, 89, 9, 1967, 179, 2490, 3479, 1, -100, -100, -100, -100, -100, -100, ...
How many patients who died in or before year 2138 had pituitary bleed as the primary disease?
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 text, name text, marital_status text, age text, dob text, gender text, language text, religion text, ...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.diagnosis = "PITUITARY BLEED" AND demographic.dod_year <= "2138.0"
[ 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, 549, 17444, 427, 14798, 5, 25930, 4844, 159, 3274, 96, 4111, 9968, 3177, 24721, 272, 3765, 2326, 121, 3430, 14798, 5, 26, 32,...
Which School has a Year Joined larger than 1926, and a Mascot of vikings?
CREATE TABLE table_66114 ( "School" text, "Location" text, "Mascot" text, "# / County" text, "Enrollment" real, "IHSAA Class / Football/Soccer" text, "Year Joined" real, "Previous Conference" text )
SELECT "School" FROM table_66114 WHERE "Year Joined" > '1926' AND "Mascot" = 'vikings'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3539, 18959, 41, 96, 29364, 121, 1499, 6, 96, 434, 32, 75, 257, 121, 1499, 6, 96, 329, 9, 7, 4310, 121, 1499, 6, 96, 4663, 3, 87, 1334, 121, 1499, 6, 96, 8532, 4046, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 29364, 121, 21680, 953, 834, 3539, 18959, 549, 17444, 427, 96, 476, 2741, 5279, 15, 26, 121, 2490, 3, 31, 2294, 2688, 31, 3430, 96, 329, 9, 7, 4310, 121, 3274, 3, 31, 21346, 53, 7, 31, 1, -100, -100, -100, ...
How many races in 2012 season have 0 podiums?
CREATE TABLE table_25980 ( "Season" real, "Series" text, "Team" text, "Races" real, "Wins" real, "Poles" real, "F/Laps" real, "Podiums" real, "Points" text, "Position" text )
SELECT COUNT("Races") FROM table_25980 WHERE "Season" = '2012' AND "Podiums" = '0'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 357, 3390, 2079, 41, 96, 134, 15, 9, 739, 121, 490, 6, 96, 12106, 7, 121, 1499, 6, 96, 18699, 121, 1499, 6, 96, 448, 9, 2319, 121, 490, 6, 96, 18455, 7, 121, 490, 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, 121, 448, 9, 2319, 8512, 21680, 953, 834, 357, 3390, 2079, 549, 17444, 427, 96, 134, 15, 9, 739, 121, 3274, 3, 31, 12172, 31, 3430, 96, 16665, 2552, 7, 121, 3274, 3, 31, 632, 31, 1, -100, -100,...
A bar chart for what are the number of the purchase details of transactions with amount bigger than 10000?, and could you rank in asc by the the number of purchase details?
CREATE TABLE Purchases ( purchase_transaction_id INTEGER, purchase_details VARCHAR(255) ) CREATE TABLE Ref_Transaction_Types ( transaction_type_code VARCHAR(10), transaction_type_description VARCHAR(80) ) CREATE TABLE Transactions ( transaction_id INTEGER, investor_id INTEGER, transaction_...
SELECT purchase_details, COUNT(purchase_details) FROM Purchases AS T1 JOIN Transactions AS T2 ON T1.purchase_transaction_id = T2.transaction_id WHERE T2.amount_of_transaction > 10000 GROUP BY purchase_details ORDER BY COUNT(purchase_details)
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 14839, 7, 41, 1242, 834, 7031, 4787, 834, 23, 26, 3, 21342, 17966, 6, 1242, 834, 221, 5756, 7, 584, 4280, 28027, 599, 25502, 61, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1242, 834, 221, 5756, 7, 6, 2847, 17161, 599, 29446, 834, 221, 5756, 7, 61, 21680, 14839, 7, 6157, 332, 536, 3, 15355, 3162, 21469, 7, 6157, 332, 357, 9191, 332, 5411, 29446, 834, 7031, 4787, 834, 23, 26, 3274, 33...
Which Democrat was selected in the poll with a sample size smaller than 516 where the Republican chosen was Ron Paul?
CREATE TABLE table_name_16 ( democrat VARCHAR, sample_size VARCHAR, republican VARCHAR )
SELECT democrat FROM table_name_16 WHERE sample_size < 516 AND republican = "ron paul"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 3, 23319, 584, 4280, 28027, 6, 3106, 834, 7991, 584, 4280, 28027, 6, 20237, 152, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 3, 19679, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 23319, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 3106, 834, 7991, 3, 2, 305, 2938, 3430, 20237, 152, 3274, 96, 52, 106, 2576, 83, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What type of state is bo qin?
CREATE TABLE table_name_99 ( type VARCHAR, name VARCHAR )
SELECT type FROM table_name_99 WHERE name = "bo qin"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 686, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 686, 13, 538, 19, 3005, 3, 1824, 77, 58, 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, 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, 686, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 564, 3274, 96, 115, 32, 3, 1824, 77, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the number of black/african american patients who had other radiotherapeutic procedures?
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 text, name text, marital_status text, age text, dob text, gender text, language text, religion text, ...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.ethnicity = "BLACK/AFRICAN AMERICAN" AND procedures.short_title = "Radiotherapeut proc NEC"
[ 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, 4293, 9191, 14798, 5, 8399, 51, 834, 23, 26, 3274, 4293, 5, 8399, 51, 834, 23, 26, 549, 17444,...
what is the next cartoon directed by robert mckimson after le quiet squad ?
CREATE TABLE table_203_338 ( id number, "#" number, "title" text, "date" text, "director" text, "story" text, "synopsis" text, "notes" text )
SELECT "title" FROM table_203_338 WHERE "director" = 'robert mckimson' AND "date" > (SELECT "date" FROM table_203_338 WHERE "title" = 'le quiet squad') ORDER BY "date" LIMIT 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23330, 834, 519, 3747, 41, 3, 23, 26, 381, 6, 96, 4663, 121, 381, 6, 96, 21869, 121, 1499, 6, 96, 5522, 121, 1499, 6, 96, 25982, 121, 1499, 6, 96, 13029, 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, 21869, 121, 21680, 953, 834, 23330, 834, 519, 3747, 549, 17444, 427, 96, 25982, 121, 3274, 3, 31, 5840, 49, 17, 3, 51, 2406, 603, 739, 31, 3430, 96, 5522, 121, 2490, 41, 23143, 14196, 96, 5522, 121, 21680, 953...
What is the others# when bush% is 57.0%?
CREATE TABLE table_1302886_1 ( others_number INTEGER, bush_percentage VARCHAR )
SELECT MAX(others_number) FROM table_1302886_1 WHERE bush_percentage = "57.0%"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 21448, 2577, 3840, 834, 536, 41, 717, 834, 5525, 1152, 3, 21342, 17966, 6, 17907, 834, 883, 3728, 545, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 9269, 7, 834, 5525, 1152, 61, 21680, 953, 834, 21448, 2577, 3840, 834, 536, 549, 17444, 427, 17907, 834, 883, 3728, 545, 3274, 96, 3436, 5, 6932, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100,...
In which season did he have 0 Poles and 19th position in the GP2 Series?
CREATE TABLE table_76414 ( "Season" text, "Series" text, "Team" text, "Races" text, "Wins" text, "Poles" text, "F/Laps" text, "Podiums" text, "Points" text, "Position" text )
SELECT "Season" FROM table_76414 WHERE "Poles" = '0' AND "Series" = 'gp2 series' AND "Position" = '19th'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3959, 591, 2534, 41, 96, 134, 15, 9, 739, 121, 1499, 6, 96, 12106, 7, 121, 1499, 6, 96, 18699, 121, 1499, 6, 96, 448, 9, 2319, 121, 1499, 6, 96, 18455, 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, 134, 15, 9, 739, 121, 21680, 953, 834, 3959, 591, 2534, 549, 17444, 427, 96, 8931, 15, 7, 121, 3274, 3, 31, 632, 31, 3430, 96, 12106, 7, 121, 3274, 3, 31, 122, 102, 357, 939, 31, 3430, 96, 345, 32, 7, 47...
What was the outcome for the match that ended in a score of 5 7, 6 4, [10 7]?
CREATE TABLE table_70346 ( "Outcome" text, "Date" text, "Surface" text, "Partner" text, "Opponents in final" text, "Score in final" text )
SELECT "Outcome" FROM table_70346 WHERE "Score in final" = '5–7, 6–4, [10–7]'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2518, 519, 4448, 41, 96, 15767, 287, 15, 121, 1499, 6, 96, 308, 342, 121, 1499, 6, 96, 134, 450, 4861, 121, 1499, 6, 96, 13725, 687, 121, 1499, 6, 96, 667, 102, 9977, 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, 96, 15767, 287, 15, 121, 21680, 953, 834, 2518, 519, 4448, 549, 17444, 427, 96, 134, 9022, 16, 804, 121, 3274, 3, 31, 755, 104, 940, 6, 431, 104, 8525, 784, 1714, 104, 940, 908, 31, 1, -100, -100, -100, -100, -1...
What is the Team in Game 41?
CREATE TABLE table_76276 ( "Game" real, "Date" text, "Team" text, "Score" text, "Record" text, "Streak" text )
SELECT "Team" FROM table_76276 WHERE "Game" = '41'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3959, 357, 3959, 41, 96, 23055, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 18699, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 1649, 7621, 121, 1499, 6, 96, 11500, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 18699, 121, 21680, 953, 834, 3959, 357, 3959, 549, 17444, 427, 96, 23055, 121, 3274, 3, 31, 4853, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Network has 17.5 million Viewers?
CREATE TABLE table_name_99 (network VARCHAR, viewers VARCHAR)
SELECT network FROM table_name_99 WHERE viewers = "17.5 million"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 1582, 1981, 584, 4280, 28027, 6, 13569, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 4073, 3426, 65, 209, 15731, 770, 4197, 277, 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, 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, 1229, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 13569, 3274, 96, 536, 15731, 770, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the name of the top finalist of this semifinals heat ?
CREATE TABLE table_204_59 ( id number, "rank" number, "athlete" text, "nationality" text, "time" text )
SELECT "athlete" FROM table_204_59 WHERE id = 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26363, 834, 3390, 41, 3, 23, 26, 381, 6, 96, 6254, 121, 381, 6, 96, 26170, 15, 121, 1499, 6, 96, 16557, 485, 121, 1499, 6, 96, 715, 121, 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, 96, 26170, 15, 121, 21680, 953, 834, 26363, 834, 3390, 549, 17444, 427, 3, 23, 26, 3274, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
In game 73, what were the total number of high assists?
CREATE TABLE table_28768469_10 ( high_assists VARCHAR, game VARCHAR )
SELECT COUNT(high_assists) FROM table_28768469_10 WHERE game = 73
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2577, 3959, 4608, 3951, 834, 1714, 41, 306, 834, 6500, 7, 17, 7, 584, 4280, 28027, 6, 467, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 86, 467, 3, 4552, 6, 12...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6739, 834, 6500, 7, 17, 7, 61, 21680, 953, 834, 2577, 3959, 4608, 3951, 834, 1714, 549, 17444, 427, 467, 3274, 3, 4552, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which position had f/laps that was test driver?
CREATE TABLE table_name_39 ( position VARCHAR, f_laps VARCHAR )
SELECT position FROM table_name_39 WHERE f_laps = "test driver"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 1102, 584, 4280, 28027, 6, 3, 89, 834, 8478, 7, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 1102, 141, 3, 89, 87, 8478, 7, 24, 47, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1102, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 3, 89, 834, 8478, 7, 3274, 96, 4377, 2535, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
WHich Name origin has a Longitude of 332.5e?
CREATE TABLE table_name_94 (name VARCHAR, longitude VARCHAR)
SELECT name AS origin FROM table_name_94 WHERE longitude = "332.5e"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4240, 41, 4350, 584, 4280, 28027, 6, 307, 20341, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 3, 15313, 362, 5570, 5233, 65, 3, 9, 3230, 20341, 13, 5400, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 564, 6157, 5233, 21680, 953, 834, 4350, 834, 4240, 549, 17444, 427, 307, 20341, 3274, 96, 4201, 15967, 15, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many new entries started in the round where winners from the previous round is 32?
CREATE TABLE table_18328569_1 ( new_entries_this_round VARCHAR, winners_from_previous_round VARCHAR )
SELECT new_entries_this_round FROM table_18328569_1 WHERE winners_from_previous_round = "32"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2606, 2668, 4433, 3951, 834, 536, 41, 126, 834, 35, 9000, 834, 8048, 834, 7775, 584, 4280, 28027, 6, 8969, 834, 7152, 834, 2026, 19117, 834, 7775, 584, 4280, 28027, 3, 61, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 126, 834, 35, 9000, 834, 8048, 834, 7775, 21680, 953, 834, 2606, 2668, 4433, 3951, 834, 536, 549, 17444, 427, 8969, 834, 7152, 834, 2026, 19117, 834, 7775, 3274, 96, 2668, 121, 1, -100, -100, -100, -100, -100, -100, ...
When was William A. Costello appointed?
CREATE TABLE table_76339 ( "Name" text, "Background" text, "Title" text, "Appointment" text, "Presentation of Credentials" text )
SELECT "Appointment" FROM table_76339 WHERE "Name" = 'william a. costello'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3959, 519, 3288, 41, 96, 23954, 121, 1499, 6, 96, 21106, 9232, 121, 1499, 6, 96, 382, 155, 109, 121, 1499, 6, 96, 188, 102, 2700, 297, 121, 1499, 6, 96, 10572, 5277, 257,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 188, 102, 2700, 297, 121, 21680, 953, 834, 3959, 519, 3288, 549, 17444, 427, 96, 23954, 121, 3274, 3, 31, 8894, 23, 265, 3, 9, 5, 583, 7126, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Visualize a bar chart showing each location's total number of passengers, rank in ascending by the x-axis please.
CREATE TABLE station ( Station_ID int, Name text, Annual_entry_exit real, Annual_interchanges real, Total_Passengers real, Location text, Main_Services text, Number_of_Platforms int ) CREATE TABLE train ( Train_ID int, Name text, Time text, Service text ) CREATE TABLE t...
SELECT Location, SUM(Total_Passengers) FROM station GROUP BY Location ORDER BY Location
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 2478, 41, 5939, 834, 4309, 16, 17, 6, 5570, 1499, 6, 7389, 834, 295, 651, 834, 994, 155, 490, 6, 7389, 834, 3870, 13073, 7, 490, 6, 9273, 834, 20192, 4606, 277, 490, 6, 10450, 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, 10450, 6, 180, 6122, 599, 3696, 1947, 834, 20192, 4606, 277, 61, 21680, 2478, 350, 4630, 6880, 272, 476, 10450, 4674, 11300, 272, 476, 10450, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which player is no. 53?
CREATE TABLE table_16865 ( "Player" text, "No." text, "Nationality" text, "Position" text, "Years for Jazz" text, "School/Club Team" text )
SELECT "Player" FROM table_16865 WHERE "No." = '53'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 24274, 4122, 41, 96, 15800, 49, 121, 1499, 6, 96, 4168, 535, 1499, 6, 96, 24732, 485, 121, 1499, 6, 96, 345, 32, 7, 4749, 121, 1499, 6, 96, 476, 2741, 7, 21, 12313, 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, 96, 15800, 49, 121, 21680, 953, 834, 24274, 4122, 549, 17444, 427, 96, 4168, 535, 3274, 3, 31, 4867, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
For those employees whose salary is in the range of 8000 and 12000 and commission is not null or department number does not equal to 40, draw a bar chart about the distribution of hire_date and the average of employee_id bin hire_date by weekday, list by the Y-axis in asc please.
CREATE TABLE locations ( LOCATION_ID decimal(4,0), STREET_ADDRESS varchar(40), POSTAL_CODE varchar(12), CITY varchar(30), STATE_PROVINCE varchar(25), COUNTRY_ID varchar(2) ) CREATE TABLE job_history ( EMPLOYEE_ID decimal(6,0), START_DATE date, END_DATE date, JOB_ID varchar(10), ...
SELECT HIRE_DATE, AVG(EMPLOYEE_ID) FROM employees WHERE SALARY BETWEEN 8000 AND 12000 AND COMMISSION_PCT <> "null" OR DEPARTMENT_ID <> 40 ORDER BY AVG(EMPLOYEE_ID)
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 3248, 41, 301, 5618, 8015, 834, 4309, 7908, 1982, 599, 8525, 632, 201, 3, 13733, 26418, 834, 24604, 12200, 134, 3, 4331, 4059, 599, 2445, 201, 3, 16034, 16359, 834, 5911, 5596, 3, 4331...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 6037, 345, 5017, 476, 5080, 834, 4309, 61, 21680, 1652, 549, 17444, 427, 180, 4090, 24721, 272, 7969, 518, 23394, 3, 25129, 3430, 586, 2313, 3430, 3, 6657, 329, 16994, ...
What is the position of the player with a height of 205 and shirt no 8?
CREATE TABLE table_39653 ( "Shirt No" real, "Nationality" text, "Player" text, "Birth Date" text, "Height" real, "Position" text )
SELECT "Position" FROM table_39653 WHERE "Height" = '205' AND "Shirt No" = '8'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3288, 4122, 519, 41, 96, 16671, 465, 121, 490, 6, 96, 24732, 485, 121, 1499, 6, 96, 15800, 49, 121, 1499, 6, 96, 279, 23, 52, 189, 7678, 121, 1499, 6, 96, 3845, 2632, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 345, 32, 7, 4749, 121, 21680, 953, 834, 3288, 4122, 519, 549, 17444, 427, 96, 3845, 2632, 121, 3274, 3, 31, 23201, 31, 3430, 96, 16671, 465, 121, 3274, 3, 31, 927, 31, 1, -100, -100, -100, -100, -100, -100, ...
Which Mission has a Launch Date of december 30, 1970; 14:50 gmt?
CREATE TABLE table_name_47 ( mission VARCHAR, launch_date VARCHAR )
SELECT mission FROM table_name_47 WHERE launch_date = "december 30, 1970; 14:50 gmt"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 2253, 584, 4280, 28027, 6, 3289, 834, 5522, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 8960, 65, 3, 9, 17113, 7678, 13, 20, 75, 1824...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2253, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 3289, 834, 5522, 3274, 96, 221, 75, 18247, 11558, 7434, 117, 968, 10, 1752, 3, 122, 51, 17, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
what is admission time of subject name jennifer fulgham?
CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text, label text, fluid text ) CREATE TABLE prescriptions ( subject_id text, hadm_id text, icustay_id text, drug_type text, drug text, formulary_drug_cd text, ...
SELECT demographic.admittime FROM demographic WHERE demographic.name = "Jennifer Fulgham"
[ 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, 14798, 5, 20466, 17, 715, 21680, 14798, 549, 17444, 427, 14798, 5, 4350, 3274, 96, 683, 35, 29, 99, 49, 17978, 122, 1483, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was the high assists from a high points of dorell wright (20)?
CREATE TABLE table_name_98 ( high_assists VARCHAR, high_points VARCHAR )
SELECT high_assists FROM table_name_98 WHERE high_points = "dorell wright (20)"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3916, 41, 306, 834, 6500, 7, 17, 7, 584, 4280, 28027, 6, 306, 834, 2700, 7, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 306, 13041, 45,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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...
[ 3, 23143, 14196, 306, 834, 6500, 7, 17, 7, 21680, 953, 834, 4350, 834, 3916, 549, 17444, 427, 306, 834, 2700, 7, 3274, 96, 26, 127, 3820, 3, 210, 3535, 17543, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Constructor won the Roussillon Grand Prix?
CREATE TABLE table_name_95 (winning_constructor VARCHAR, name VARCHAR)
SELECT winning_constructor FROM table_name_95 WHERE name = "roussillon grand prix"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 8163, 834, 15982, 5317, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 4073, 1193, 7593, 127, 751, 8, 10898, 7, 7, 8901, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3447, 834, 15982, 5317, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 564, 3274, 96, 8283, 7, 8901, 1907, 3407, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What was the stats of Trinidad and Tobago
CREATE TABLE table_1231316_4 (wind__m_s_ VARCHAR, country VARCHAR)
SELECT wind__m_s_ FROM table_1231316_4 WHERE country = "Trinidad and Tobago"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 14574, 2368, 2938, 834, 591, 41, 5165, 834, 834, 51, 834, 7, 834, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 3089, 7, 13, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2943, 834, 834, 51, 834, 7, 834, 21680, 953, 834, 14574, 2368, 2938, 834, 591, 549, 17444, 427, 684, 3274, 96, 19310, 29, 15644, 11, 304, 7893, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the lowest attendance in round r1 at H venue?
CREATE TABLE table_9470 ( "Date" text, "Round" text, "Opponent" text, "Venue" text, "Result" text, "Attendance" real )
SELECT MIN("Attendance") FROM table_9470 WHERE "Round" = 'r1' AND "Venue" = 'h'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4240, 2518, 41, 96, 308, 342, 121, 1499, 6, 96, 448, 32, 1106, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 553, 35, 76, 15, 121, 1499, 6, 96, 20119, 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, 3, 17684, 599, 121, 188, 17, 324, 26, 663, 8512, 21680, 953, 834, 4240, 2518, 549, 17444, 427, 96, 448, 32, 1106, 121, 3274, 3, 31, 52, 536, 31, 3430, 96, 553, 35, 76, 15, 121, 3274, 3, 31, 107, 31, 1, -100, ...
What is the average number of silver medals for rank 2 and more than 1 bronze medal?
CREATE TABLE table_name_15 ( silver INTEGER, rank VARCHAR, bronze VARCHAR )
SELECT AVG(silver) FROM table_name_15 WHERE rank = 2 AND bronze > 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1808, 41, 4294, 3, 21342, 17966, 6, 11003, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 1348, 381, 13, 4294, 9...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 1808, 549, 17444, 427, 11003, 3274, 204, 3430, 13467, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the average points of the Ferrari 1512 Chassis after 1965?
CREATE TABLE table_71721 ( "Year" real, "Team" text, "Chassis" text, "Engine" text, "Points" real )
SELECT AVG("Points") FROM table_71721 WHERE "Chassis" = 'ferrari 1512' AND "Year" > '1965'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 940, 2517, 2658, 41, 96, 476, 2741, 121, 490, 6, 96, 18699, 121, 1499, 6, 96, 3541, 6500, 7, 121, 1499, 6, 96, 31477, 121, 1499, 6, 96, 22512, 7, 121, 490, 3, 61, 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, 71, 17217, 599, 121, 22512, 7, 8512, 21680, 953, 834, 940, 2517, 2658, 549, 17444, 427, 96, 3541, 6500, 7, 121, 3274, 3, 31, 1010, 52, 1665, 627, 2122, 31, 3430, 96, 476, 2741, 121, 2490, 3, 31, 2294, 4122, 31, ...
For those employees who did not have any job in the past, find hire_date and the average of manager_id bin hire_date by weekday, and visualize them by a bar chart.
CREATE TABLE locations ( LOCATION_ID decimal(4,0), STREET_ADDRESS varchar(40), POSTAL_CODE varchar(12), CITY varchar(30), STATE_PROVINCE varchar(25), COUNTRY_ID varchar(2) ) CREATE TABLE job_history ( EMPLOYEE_ID decimal(6,0), START_DATE date, END_DATE date, JOB_ID varchar(10), ...
SELECT HIRE_DATE, AVG(MANAGER_ID) FROM employees WHERE NOT EMPLOYEE_ID IN (SELECT EMPLOYEE_ID FROM job_history)
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 3248, 41, 301, 5618, 8015, 834, 4309, 7908, 1982, 599, 8525, 632, 201, 3, 13733, 26418, 834, 24604, 12200, 134, 3, 4331, 4059, 599, 2445, 201, 3, 16034, 16359, 834, 5911, 5596, 3, 4331...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 9312, 188, 17966, 834, 4309, 61, 21680, 1652, 549, 17444, 427, 4486, 262, 5244, 5017, 476, 5080, 834, 4309, 3388, 41, 23143, 14196, 262, 5244, 5017, 476, 5080, 834, 4309,...
What position did Luca Sbisa play for the Philadelphia Flyers?
CREATE TABLE table_77247 ( "Round" real, "Player" text, "Position" text, "Nationality" text, "College/Junior/Club Team (League)" text )
SELECT "Position" FROM table_77247 WHERE "Player" = 'luca sbisa'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4013, 357, 4177, 41, 96, 448, 32, 1106, 121, 490, 6, 96, 15800, 49, 121, 1499, 6, 96, 345, 32, 7, 4749, 121, 1499, 6, 96, 24732, 485, 121, 1499, 6, 96, 9939, 7883, 87, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 345, 32, 7, 4749, 121, 21680, 953, 834, 4013, 357, 4177, 549, 17444, 427, 96, 15800, 49, 121, 3274, 3, 31, 11525, 9, 3, 7, 11514, 9, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What's the D 42 √ when D 44 √ is majority→?
CREATE TABLE table_name_59 (d_42_√ VARCHAR, d_44_√ VARCHAR)
SELECT d_42_√ FROM table_name_59 WHERE d_44_√ = "majority→"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 26, 834, 4165, 834, 2, 584, 4280, 28027, 6, 3, 26, 834, 3628, 834, 2, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 31, 7, 8, 309, 6426, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 26, 834, 4165, 834, 2, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 3, 26, 834, 3628, 834, 2, 3274, 96, 16547, 127, 485, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the result of Declan Donnellan's nomination?
CREATE TABLE table_name_23 ( result VARCHAR, nominee VARCHAR )
SELECT result FROM table_name_23 WHERE nominee = "declan donnellan"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 741, 584, 4280, 28027, 6, 21077, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 741, 13, 28596, 29, 3, 30314, 152, 31, 7, 13588, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 741, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 21077, 3274, 96, 221, 4651, 29, 8551, 195, 152, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
name the podiums for start of 22
CREATE TABLE table_29377 ( "Season" real, "Series" text, "Team" text, "Starts" real, "Wins" real, "Podiums" real, "Poles" real, "Fastest Laps" real, "Points" text, "Place" text )
SELECT "Podiums" FROM table_29377 WHERE "Starts" = '22'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 357, 4271, 4013, 41, 96, 134, 15, 9, 739, 121, 490, 6, 96, 12106, 7, 121, 1499, 6, 96, 18699, 121, 1499, 6, 96, 7681, 17, 7, 121, 490, 6, 96, 18455, 7, 121, 490, 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, 16665, 2552, 7, 121, 21680, 953, 834, 357, 4271, 4013, 549, 17444, 427, 96, 7681, 17, 7, 121, 3274, 3, 31, 2884, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the laps for ryan newman
CREATE TABLE table_2464 ( "Year" real, "Date" text, "Driver" text, "Team" text, "Manufacturer" text, "Laps" text, "Miles (km)" text, "Race Time" text, "Average Speed (mph)" text, "Report" text )
SELECT "Laps" FROM table_2464 WHERE "Driver" = 'Ryan Newman'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2266, 4389, 41, 96, 476, 2741, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 20982, 52, 121, 1499, 6, 96, 18699, 121, 1499, 6, 96, 7296, 76, 8717, 450, 49, 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, 3612, 102, 7, 121, 21680, 953, 834, 2266, 4389, 549, 17444, 427, 96, 20982, 52, 121, 3274, 3, 31, 448, 63, 152, 368, 348, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What tournament had an extra of 3:06.94 s?
CREATE TABLE table_name_60 ( tournament VARCHAR, extra VARCHAR )
SELECT tournament FROM table_name_60 WHERE extra = "3:06.94 s"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 5892, 584, 4280, 28027, 6, 996, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 5892, 141, 46, 996, 13, 220, 10, 13821, 4240, 3, 7, 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, 5892, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 996, 3274, 96, 519, 10, 13821, 4240, 3, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which NHL team has player Mike Loach?
CREATE TABLE table_15979 ( "Pick" real, "Player" text, "Position" text, "Nationality" text, "NHL team" text, "College/junior/club team" text )
SELECT "NHL team" FROM table_15979 WHERE "Player" = 'Mike Loach'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 27904, 4440, 41, 96, 345, 3142, 121, 490, 6, 96, 15800, 49, 121, 1499, 6, 96, 345, 32, 7, 4749, 121, 1499, 6, 96, 24732, 485, 121, 1499, 6, 96, 15743, 434, 372, 121, 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, 96, 15743, 434, 372, 121, 21680, 953, 834, 27904, 4440, 549, 17444, 427, 96, 15800, 49, 121, 3274, 3, 31, 329, 5208, 1815, 1836, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What's the total number of Silver that has Gold that's larger than 0, Bronze that's smaller than 23, a Total that's larger than 22, and has the Nation of Saint Kitts and Nevis?
CREATE TABLE table_name_96 (silver VARCHAR, nation VARCHAR, total VARCHAR, gold VARCHAR, bronze VARCHAR)
SELECT COUNT(silver) FROM table_name_96 WHERE gold > 0 AND bronze < 23 AND total > 22 AND nation = "saint kitts and nevis"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 7, 173, 624, 584, 4280, 28027, 6, 2982, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 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, 7, 173, 624, 61, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 2045, 2490, 3, 632, 3430, 13467, 3, 2, 1902, 3430, 792, 2490, 1630, 3430, 2982, 3274, 96, 7, 9, 77, 17, 3650, 17, 7, 11, 3, ...
Who was the opponent on December 1, before Game 28?
CREATE TABLE table_8978 ( "Game" real, "December" real, "Opponent" text, "Score" text, "Record" text )
SELECT "Opponent" FROM table_8978 WHERE "Game" < '28' AND "December" = '1'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3914, 3940, 41, 96, 23055, 121, 490, 6, 96, 29835, 121, 490, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 1649, 7621, 121, 1499, 3, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 96, 667, 102, 9977, 121, 21680, 953, 834, 3914, 3940, 549, 17444, 427, 96, 23055, 121, 3, 2, 3, 31, 2577, 31, 3430, 96, 29835, 121, 3274, 3, 31, 536, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which zone has max capacity of 23 in a group under 2 at Robbers Roost?
CREATE TABLE table_name_80 ( zone VARCHAR, name VARCHAR, max_people VARCHAR, group_s_ VARCHAR )
SELECT zone FROM table_name_80 WHERE max_people > 23 AND group_s_ < 2 AND name = "robbers roost"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 2901, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 6, 9858, 834, 16588, 584, 4280, 28027, 6, 563, 834, 7, 834, 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, 2901, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 9858, 834, 16588, 2490, 1902, 3430, 563, 834, 7, 834, 3, 2, 204, 3430, 564, 3274, 96, 5840, 1152, 7, 3, 52, 32, 3481, 121, 1, -100, -100, -100, -100, -100, ...
Give me the comparison about Team_ID over the All_Home , and group by attribute ACC_Road, and I want to order in descending by the Y please.
CREATE TABLE basketball_match ( Team_ID int, School_ID int, Team_Name text, ACC_Regular_Season text, ACC_Percent text, ACC_Home text, ACC_Road text, All_Games text, All_Games_Percent int, All_Home text, All_Road text, All_Neutral text ) CREATE TABLE university ( Scho...
SELECT All_Home, Team_ID FROM basketball_match GROUP BY ACC_Road, All_Home ORDER BY Team_ID DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 8498, 834, 19515, 41, 2271, 834, 4309, 16, 17, 6, 1121, 834, 4309, 16, 17, 6, 2271, 834, 23954, 1499, 6, 3, 14775, 834, 17748, 4885, 834, 134, 15, 9, 739, 1499, 6, 3, 14775, 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, 432, 834, 19040, 6, 2271, 834, 4309, 21680, 8498, 834, 19515, 350, 4630, 6880, 272, 476, 3, 14775, 834, 448, 32, 9, 26, 6, 432, 834, 19040, 4674, 11300, 272, 476, 2271, 834, 4309, 309, 25067, 1, -100, -100, -100, ...
What was the attendance for the away team Solihull Moors?
CREATE TABLE table_name_10 ( attendance VARCHAR, away_team VARCHAR )
SELECT attendance FROM table_name_10 WHERE away_team = "solihull moors"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1714, 41, 11364, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 11364, 21, 8, 550, 372, 5175, 23, 2269...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 11364, 21680, 953, 834, 4350, 834, 1714, 549, 17444, 427, 550, 834, 11650, 3274, 96, 7, 4172, 22699, 3, 21477, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the career of player andriy husyn?
CREATE TABLE table_60640 ( "Player" text, "Career" text, "Goals (Caps)" text, "Pct." real, "Playing status" text )
SELECT "Career" FROM table_60640 WHERE "Player" = 'andriy husyn'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3328, 23714, 41, 96, 15800, 49, 121, 1499, 6, 96, 6936, 15, 49, 121, 1499, 6, 96, 6221, 5405, 41, 19566, 7, 61, 121, 1499, 6, 96, 345, 75, 17, 535, 490, 6, 96, 15800, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6936, 15, 49, 121, 21680, 953, 834, 3328, 23714, 549, 17444, 427, 96, 15800, 49, 121, 3274, 3, 31, 232, 52, 23, 63, 3, 11823, 63, 29, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the record time at the Nascar Camping World Truck Series?
CREATE TABLE table_53128 ( "Record" text, "Date" text, "Driver" text, "Time" text, "Speed/Avg. Speed" text )
SELECT "Time" FROM table_53128 WHERE "Record" = 'nascar camping world truck series'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 755, 3341, 2577, 41, 96, 1649, 7621, 121, 1499, 6, 96, 308, 342, 121, 1499, 6, 96, 20982, 52, 121, 1499, 6, 96, 13368, 121, 1499, 6, 96, 28328, 87, 188, 208, 122, 5, 99...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 755, 3341, 2577, 549, 17444, 427, 96, 1649, 7621, 121, 3274, 3, 31, 29, 8419, 52, 8515, 296, 4072, 939, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
A bar chart about how many hosts does each nationality have? List the nationality and the count, and order in ascending by the names.
CREATE TABLE host ( Host_ID int, Name text, Nationality text, Age text ) CREATE TABLE party_host ( Party_ID int, Host_ID int, Is_Main_in_Charge bool ) CREATE TABLE party ( Party_ID int, Party_Theme text, Location text, First_year text, Last_year text, Number_of_host...
SELECT Nationality, COUNT(*) FROM host GROUP BY Nationality ORDER BY Nationality
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 2290, 41, 1546, 7, 17, 834, 4309, 16, 17, 6, 5570, 1499, 6, 868, 485, 1499, 6, 7526, 1499, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 1088, 834, 12675, 41, 3450, 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, 868, 485, 6, 2847, 17161, 599, 1935, 61, 21680, 2290, 350, 4630, 6880, 272, 476, 868, 485, 4674, 11300, 272, 476, 868, 485, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What are the names of tourist attractions that can be reached by bus or is at address 254 Ottilie Junction?
CREATE TABLE Locations ( Location_ID VARCHAR, Address VARCHAR ) CREATE TABLE Tourist_Attractions ( Name VARCHAR, Location_ID VARCHAR, How_to_Get_There VARCHAR )
SELECT T2.Name FROM Locations AS T1 JOIN Tourist_Attractions AS T2 ON T1.Location_ID = T2.Location_ID WHERE T1.Address = "254 Ottilie Junction" OR T2.How_to_Get_There = "bus"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 10450, 7, 41, 10450, 834, 4309, 584, 4280, 28027, 6, 13246, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 21375, 834, 188, 17, 10559, 7, 41, 5570, 584, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4416, 23954, 21680, 10450, 7, 6157, 332, 536, 3, 15355, 3162, 21375, 834, 188, 17, 10559, 7, 6157, 332, 357, 9191, 332, 5411, 434, 32, 75, 257, 834, 4309, 3274, 332, 4416, 434, 32, 75, 257, 834, 4309, 549, 17...
what's the district  with first elected being 1938
CREATE TABLE table_1342292_2 (district VARCHAR, first_elected VARCHAR)
SELECT district FROM table_1342292_2 WHERE first_elected = 1938
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23747, 2884, 4508, 834, 357, 41, 26, 23, 20066, 584, 4280, 28027, 6, 166, 834, 19971, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 125, 31, 7, 8, 3939, 28, 166, 816...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3939, 21680, 953, 834, 23747, 2884, 4508, 834, 357, 549, 17444, 427, 166, 834, 19971, 3274, 25745, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many Wins have Goals against smaller than 30, and Goals for larger than 25, and Draws larger than 5?
CREATE TABLE table_78615 ( "Position" real, "Club" text, "Played" real, "Points" real, "Wins" real, "Draws" real, "Losses" real, "Goals for" real, "Goals against" real, "Goal Difference" real )
SELECT COUNT("Wins") FROM table_78615 WHERE "Goals against" < '30' AND "Goals for" > '25' AND "Draws" > '5'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 940, 3840, 1808, 41, 96, 345, 32, 7, 4749, 121, 490, 6, 96, 254, 11158, 121, 1499, 6, 96, 15800, 15, 26, 121, 490, 6, 96, 22512, 7, 121, 490, 6, 96, 18455, 7, 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, 2847, 17161, 599, 121, 18455, 7, 8512, 21680, 953, 834, 940, 3840, 1808, 549, 17444, 427, 96, 6221, 5405, 581, 121, 3, 2, 3, 31, 1458, 31, 3430, 96, 6221, 5405, 21, 121, 2490, 3, 31, 1828, 31, 3430, 96, 308, 109...
Code of 1.6 duratec ti-vct, and a Power@rpm of ps (kw; hp)@6300 has what torque@rpm?
CREATE TABLE table_39731 ( "Code" text, "Years" text, "Displacement (bore x stroke)/Type" text, "Power@rpm" text, "torque@rpm" text, "Compression (:1)" text )
SELECT "torque@rpm" FROM table_39731 WHERE "Code" = '1.6 duratec ti-vct' AND "Power@rpm" = 'ps (kw; hp)@6300'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 519, 4327, 3341, 41, 96, 22737, 121, 1499, 6, 96, 476, 2741, 7, 121, 1499, 6, 96, 23664, 11706, 297, 41, 6693, 15, 3, 226, 9529, 61, 87, 25160, 121, 1499, 6, 96, 23553, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17, 127, 835, 1741, 52, 2028, 121, 21680, 953, 834, 519, 4327, 3341, 549, 17444, 427, 96, 22737, 121, 3274, 3, 31, 15062, 146, 2206, 75, 3, 17, 23, 18, 208, 75, 17, 31, 3430, 96, 23553, 1741, 52, 2028, 121, ...
What is the weeks rank for the episode with the production code 1alf05?
CREATE TABLE table_26198709_1 (rank__week_ INTEGER, production_code VARCHAR)
SELECT MAX(rank__week_) FROM table_26198709_1 WHERE production_code = "1ALF05"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2688, 2294, 4225, 4198, 834, 536, 41, 6254, 834, 834, 8041, 834, 3, 21342, 17966, 6, 999, 834, 4978, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 1274, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 6254, 834, 834, 8041, 834, 61, 21680, 953, 834, 2688, 2294, 4225, 4198, 834, 536, 549, 17444, 427, 999, 834, 4978, 3274, 96, 536, 4090, 371, 3076, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100...
how many dead patients who were discharged had initial insertion of transvenous leads [electrodes] into atrium and ventricle?
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 INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.discharge_location = "DEAD/EXPIRED" AND procedures.long_title = "Initial insertion of transvenous leads [electrodes] into atrium and ventricle"
[ 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, 4293, 9191, 14798, 5, 8399, 51, 834, 23, 26, 3274, 4293, 5, 8399, 51, 834, 23, 26, 549, 17444,...
Which Rank has a Network of bbc one, and a Number of Viewers of 30.15million? Question 2
CREATE TABLE table_59811 ( "Rank" real, "Show" text, "Number of Viewers" text, "Date" text, "Network" text )
SELECT SUM("Rank") FROM table_59811 WHERE "Network" = 'bbc one' AND "Number of Viewers" = '30.15million'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 755, 3916, 2596, 41, 96, 22557, 121, 490, 6, 96, 134, 4067, 121, 1499, 6, 96, 567, 5937, 49, 13, 4197, 277, 121, 1499, 6, 96, 308, 342, 121, 1499, 6, 96, 9688, 1981, 12...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 121, 22557, 8512, 21680, 953, 834, 755, 3916, 2596, 549, 17444, 427, 96, 9688, 1981, 121, 3274, 3, 31, 115, 115, 75, 80, 31, 3430, 96, 567, 5937, 49, 13, 4197, 277, 121, 3274, 3, 31, 1458, 5, 180...
Where is the real estate agent from?
CREATE TABLE table_17850 ( "Candidate" text, "Background" text, "Original Team" text, "Age" real, "Hometown" text, "Result" text )
SELECT "Hometown" FROM table_17850 WHERE "Background" = 'Real Estate Agent'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2517, 17246, 41, 96, 14050, 12416, 342, 121, 1499, 6, 96, 21106, 9232, 121, 1499, 6, 96, 667, 3380, 10270, 2271, 121, 1499, 6, 96, 188, 397, 121, 490, 6, 96, 19040, 3540, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 19040, 3540, 121, 21680, 953, 834, 2517, 17246, 549, 17444, 427, 96, 21106, 9232, 121, 3274, 3, 31, 1649, 138, 6925, 8628, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What school has a public nickname, founded after 1838 in Harrisonburg, Va?
CREATE TABLE table_name_38 (nickname VARCHAR, location VARCHAR, affiliation VARCHAR, founded VARCHAR)
SELECT nickname FROM table_name_38 WHERE affiliation = "public" AND founded > 1838 AND location = "harrisonburg, va"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 11191, 4350, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 6, 24405, 584, 4280, 28027, 6, 5710, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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...
[ 3, 23143, 14196, 24649, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 24405, 3274, 96, 15727, 121, 3430, 5710, 2490, 507, 3747, 3430, 1128, 3274, 96, 3272, 23790, 4824, 6, 409, 121, 1, -100, -100, -100, -100, -100, -100, -100, -1...
When was the most recently named feature named?
CREATE TABLE table_16799784_13 (year_named INTEGER)
SELECT MAX(year_named) FROM table_16799784_13
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2938, 4440, 21441, 591, 834, 2368, 41, 1201, 834, 4350, 26, 3, 21342, 17966, 61, 3, 32102, 32103, 32101, 32103, 366, 47, 8, 167, 1310, 2650, 1451, 2650, 58, 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, 4800, 4, 599, 1201, 834, 4350, 26, 61, 21680, 953, 834, 2938, 4440, 21441, 591, 834, 2368, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the highest evening gown with an average of 9.531 and swimsuit smaller than 9.449?
CREATE TABLE table_54690 ( "State" text, "Interview" real, "Swimsuit" real, "Evening Gown" real, "Average" real )
SELECT MAX("Evening Gown") FROM table_54690 WHERE "Average" = '9.531' AND "Swimsuit" < '9.449'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 755, 4448, 2394, 41, 96, 134, 4748, 121, 1499, 6, 96, 17555, 4576, 121, 490, 6, 96, 134, 210, 603, 7628, 121, 490, 6, 96, 427, 1926, 53, 350, 9197, 121, 490, 6, 96, 188...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 427, 1926, 53, 350, 9197, 8512, 21680, 953, 834, 755, 4448, 2394, 549, 17444, 427, 96, 188, 624, 545, 121, 3274, 3, 31, 22321, 3341, 31, 3430, 96, 134, 210, 603, 7628, 121, 3, 2, 3, 31, 8797, ...
what is the total rank on airdate march 30, 2011?
CREATE TABLE table_27987623_4 (rank_timeslot_ VARCHAR, airdate VARCHAR)
SELECT COUNT(rank_timeslot_) FROM table_27987623_4 WHERE airdate = "March 30, 2011"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2555, 3916, 3959, 2773, 834, 591, 41, 6254, 834, 715, 7, 3171, 834, 584, 4280, 28027, 6, 799, 5522, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 125, 19, 8, 792, 11...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 6254, 834, 715, 7, 3171, 834, 61, 21680, 953, 834, 2555, 3916, 3959, 2773, 834, 591, 549, 17444, 427, 799, 5522, 3274, 96, 25019, 11558, 2722, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
Find the last name of female (sex is F) students in the descending order of age.
CREATE TABLE STUDENT ( LName VARCHAR, Sex VARCHAR, Age VARCHAR )
SELECT LName FROM STUDENT WHERE Sex = "F" ORDER BY Age DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 5097, 10161, 6431, 41, 301, 23954, 584, 4280, 28027, 6, 679, 226, 584, 4280, 28027, 6, 7526, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 2588, 8, 336, 564, 13, 3955, 41, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 301, 23954, 21680, 5097, 10161, 6431, 549, 17444, 427, 679, 226, 3274, 96, 371, 121, 4674, 11300, 272, 476, 7526, 309, 25067, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Result when the Attendance is 1,634?
CREATE TABLE table_name_85 (result VARCHAR, attendance VARCHAR)
SELECT result FROM table_name_85 WHERE attendance = "1,634"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4433, 41, 60, 7, 83, 17, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 3, 20119, 116, 8, 22497, 663, 19, 1914, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 741, 21680, 953, 834, 4350, 834, 4433, 549, 17444, 427, 11364, 3274, 96, 4347, 3891, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
what tournament comes before the one one 1970 ?
CREATE TABLE table_204_335 ( id number, "outcome" text, "no." number, "date" number, "tournament" text, "surface" text, "partner" text, "opponents in the final" text, "score in the final" text )
SELECT "tournament" FROM table_204_335 WHERE "date" < 1970 ORDER BY "date" DESC LIMIT 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26363, 834, 519, 2469, 41, 3, 23, 26, 381, 6, 96, 670, 287, 15, 121, 1499, 6, 96, 29, 32, 535, 381, 6, 96, 5522, 121, 381, 6, 96, 17, 1211, 20205, 17, 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, 17, 1211, 20205, 17, 121, 21680, 953, 834, 26363, 834, 519, 2469, 549, 17444, 427, 96, 5522, 121, 3, 2, 7434, 4674, 11300, 272, 476, 96, 5522, 121, 309, 25067, 8729, 12604, 209, 1, -100, -100, -100, -100, -100, ...
What is the average Wins, when Points is less than '19'?
CREATE TABLE table_50766 ( "Position" real, "Played" real, "Points" real, "Wins" real, "Draws" real, "Losses" real, "Goals for" real, "Goals against" real, "Goal Difference" real )
SELECT AVG("Wins") FROM table_50766 WHERE "Points" < '19'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 1752, 940, 3539, 41, 96, 345, 32, 7, 4749, 121, 490, 6, 96, 15800, 15, 26, 121, 490, 6, 96, 22512, 7, 121, 490, 6, 96, 18455, 7, 121, 490, 6, 96, 308, 10936, 7, 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, 71, 17217, 599, 121, 18455, 7, 8512, 21680, 953, 834, 1752, 940, 3539, 549, 17444, 427, 96, 22512, 7, 121, 3, 2, 3, 31, 2294, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What was his position when he garnered 38 points?
CREATE TABLE table_25557880_1 (position VARCHAR, points VARCHAR)
SELECT position FROM table_25557880_1 WHERE points = "38"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 1828, 3769, 3940, 2079, 834, 536, 41, 4718, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 112, 1102, 116, 3, 88, 22639, 1271, 6654, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1102, 21680, 953, 834, 1828, 3769, 3940, 2079, 834, 536, 549, 17444, 427, 979, 3274, 96, 3747, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
how many result with district being florida 14
CREATE TABLE table_1341604_10 ( result VARCHAR, district VARCHAR )
SELECT COUNT(result) FROM table_1341604_10 WHERE district = "Florida 14"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23747, 19129, 591, 834, 1714, 41, 741, 584, 4280, 28027, 6, 3939, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 149, 186, 741, 28, 3939, 271, 12215, 26, 9, 968, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2847, 17161, 599, 60, 7, 83, 17, 61, 21680, 953, 834, 23747, 19129, 591, 834, 1714, 549, 17444, 427, 3939, 3274, 96, 11251, 4055, 9, 968, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the high total for algeria with over 2 bronzes?
CREATE TABLE table_6532 ( "Nation" text, "Gold" real, "Silver" real, "Bronze" real, "Total" real )
SELECT MAX("Total") FROM table_6532 WHERE "Nation" = 'algeria' AND "Bronze" > '2'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4122, 2668, 41, 96, 567, 257, 121, 1499, 6, 96, 23576, 121, 490, 6, 96, 134, 173, 624, 121, 490, 6, 96, 22780, 29, 776, 121, 490, 6, 96, 3696, 1947, 121, 490, 3, 61, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3696, 1947, 8512, 21680, 953, 834, 4122, 2668, 549, 17444, 427, 96, 567, 257, 121, 3274, 3, 31, 138, 122, 4476, 31, 3430, 96, 22780, 29, 776, 121, 2490, 3, 31, 357, 31, 1, -100, -100, -100, -1...
Which city has the team nickname bearcats?
CREATE TABLE table_16384648_2 (location VARCHAR, team_nickname VARCHAR)
SELECT location FROM table_16384648_2 WHERE team_nickname = "Bearcats"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2938, 3747, 4448, 3707, 834, 357, 41, 14836, 584, 4280, 28027, 6, 372, 834, 11191, 4350, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 4073, 690, 65, 8, 372, 24649, 45...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1128, 21680, 953, 834, 2938, 3747, 4448, 3707, 834, 357, 549, 17444, 427, 372, 834, 11191, 4350, 3274, 96, 279, 2741, 2138, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
When the # is 4, what is the pop./ km ?
CREATE TABLE table_25114 ( "#" real, "Name" text, "Name (English)" text, "Population 2008-07-01" real, "Area (km\u00b2)" real, "Pop./ km\u00b2" text, "ISO 3166-2" text, "Administrative centre" text )
SELECT "Pop./ km\u00b2" FROM table_25114 WHERE "#" = '4'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 1828, 18959, 41, 96, 4663, 121, 490, 6, 96, 23954, 121, 1499, 6, 96, 23954, 41, 26749, 61, 121, 1499, 6, 96, 27773, 7830, 2628, 18, 4560, 14772, 121, 490, 6, 96, 188, 864...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 27773, 5, 87, 2280, 2, 76, 1206, 115, 357, 121, 21680, 953, 834, 1828, 18959, 549, 17444, 427, 96, 4663, 121, 3274, 3, 31, 591, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
On what frequency does W233AG broadcast?
CREATE TABLE table_7280 ( "Call sign" text, "Frequency MHz" real, "City of license" text, "ERP W" real, "Height m ( ft )" text, "Class" text, "FCC info" text )
SELECT COUNT("Frequency MHz") FROM table_7280 WHERE "Call sign" = 'w233ag'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 5865, 2079, 41, 96, 254, 1748, 1320, 121, 1499, 6, 96, 371, 60, 835, 11298, 3, 20210, 121, 490, 6, 96, 254, 485, 13, 3344, 121, 1499, 6, 96, 3316, 345, 549, 121, 490, 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, 121, 371, 60, 835, 11298, 3, 20210, 8512, 21680, 953, 834, 5865, 2079, 549, 17444, 427, 96, 254, 1748, 1320, 121, 3274, 3, 31, 210, 20879, 9, 122, 31, 1, -100, -100, -100, -100, -100, -100, -100, ...
which film was the first to be directed by sridhar ?
CREATE TABLE table_203_204 ( id number, "year" number, "film" text, "language" text, "actors" text, "music" text, "banner" text, "note" text )
SELECT "film" FROM table_203_204 ORDER BY "year" LIMIT 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23330, 834, 26363, 41, 3, 23, 26, 381, 6, 96, 1201, 121, 381, 6, 96, 9988, 121, 1499, 6, 96, 24925, 121, 1499, 6, 96, 9, 5317, 7, 121, 1499, 6, 96, 22170, 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, 9988, 121, 21680, 953, 834, 23330, 834, 26363, 4674, 11300, 272, 476, 96, 1201, 121, 8729, 12604, 209, 1, -100, -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, show me about the distribution of headquarter and the sum of code , and group by attribute headquarter in a bar chart, and show by the total number of code in descending.
CREATE TABLE Products ( Code INTEGER, Name VARCHAR(255), Price DECIMAL, Manufacturer INTEGER ) CREATE TABLE Manufacturers ( Code INTEGER, Name VARCHAR(255), Headquarter VARCHAR(255), Founder VARCHAR(255), Revenue REAL )
SELECT T2.Headquarter, T1.Code FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY T2.Headquarter ORDER BY T1.Code DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 7554, 41, 3636, 3, 21342, 17966, 6, 5570, 584, 4280, 28027, 599, 25502, 201, 5312, 3396, 254, 26330, 434, 6, 15248, 3, 21342, 17966, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4416, 3845, 9, 26, 19973, 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,...
what is the least total when the nation is canada (can) and bronze is less than 0?
CREATE TABLE table_name_78 ( total INTEGER, nation VARCHAR, bronze VARCHAR )
SELECT MIN(total) FROM table_name_78 WHERE nation = "canada (can)" AND bronze < 0
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 792, 3, 21342, 17966, 6, 2982, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 125, 19, 8, 709, 792, 116, 8, 2982, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 17684, 599, 235, 1947, 61, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 2982, 3274, 96, 658, 18089, 41, 1608, 61, 121, 3430, 13467, 3, 2, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who are the featuring companions of number 3?
CREATE TABLE table_2950964_1 (featuring_companion VARCHAR, _number VARCHAR)
SELECT featuring_companion FROM table_2950964_1 WHERE _number = "3"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3166, 1752, 4314, 591, 834, 536, 41, 89, 1544, 7920, 834, 7699, 2738, 106, 584, 4280, 28027, 6, 3, 834, 5525, 1152, 584, 4280, 28027, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4767, 834, 7699, 2738, 106, 21680, 953, 834, 3166, 1752, 4314, 591, 834, 536, 549, 17444, 427, 3, 834, 5525, 1152, 3274, 96, 519, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
how many f/c 's -lrb- forward/center -rrb- are on the list ?
CREATE TABLE table_204_93 ( id number, "round" number, "pick" number, "player" text, "position" text, "nationality" text, "team" text, "college" text )
SELECT COUNT(*) FROM table_204_93 WHERE "position" = 'f/c'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26363, 834, 4271, 41, 3, 23, 26, 381, 6, 96, 7775, 121, 381, 6, 96, 17967, 121, 381, 6, 96, 20846, 121, 1499, 6, 96, 4718, 121, 1499, 6, 96, 16557, 485, 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, 2847, 17161, 599, 1935, 61, 21680, 953, 834, 26363, 834, 4271, 549, 17444, 427, 96, 4718, 121, 3274, 3, 31, 89, 87, 75, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...