NATURAL_LANG
stringlengths
0
446
SCHEMA
stringlengths
27
2.21k
SQL
stringlengths
18
453
input_ids
list
attention_mask
list
labels
list
What was Matthew Warchus' Award?
CREATE TABLE table_name_29 ( award VARCHAR, nominee VARCHAR )
SELECT award FROM table_name_29 WHERE nominee = "matthew warchus"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3166, 41, 2760, 584, 4280, 28027, 6, 21077, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 9771, 1602, 8019, 7, 31, 3677, 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, 2760, 21680, 953, 834, 4350, 834, 3166, 549, 17444, 427, 21077, 3274, 96, 3357, 532, 210, 615, 8019, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Show the police force shared by counties with location on the east and west.
CREATE TABLE county_public_safety ( Police_force VARCHAR, LOCATION VARCHAR )
SELECT Police_force FROM county_public_safety WHERE LOCATION = "East" INTERSECT SELECT Police_force FROM county_public_safety WHERE LOCATION = "West"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 5435, 834, 15727, 834, 15233, 17, 63, 41, 5076, 834, 10880, 584, 4280, 28027, 6, 301, 5618, 8015, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 3111, 8, 2095, 2054, 2471, 57,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 5076, 834, 10880, 21680, 5435, 834, 15727, 834, 15233, 17, 63, 549, 17444, 427, 301, 5618, 8015, 3274, 96, 25235, 121, 3, 21342, 5249, 14196, 3, 23143, 14196, 5076, 834, 10880, 21680, 5435, 834, 15727, 834, 15233, 17, ...
What is the highest place that has a draw entry smaller than 6 and goal score of 28?
CREATE TABLE table_name_99 (place INTEGER, goals_scored VARCHAR, draw VARCHAR)
SELECT MAX(place) FROM table_name_99 WHERE goals_scored = 28 AND draw < 6
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 4687, 3, 21342, 17966, 6, 1766, 834, 3523, 1271, 584, 4280, 28027, 6, 3314, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 2030, 286, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 4687, 61, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 1766, 834, 3523, 1271, 3274, 2059, 3430, 3314, 3, 2, 431, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the Date of the Competition with a Score of 2 0?
CREATE TABLE table_60431 ( "Date" text, "Venue" text, "Score" text, "Competition" text, "Report" text )
SELECT "Date" FROM table_60431 WHERE "Score" = '2–0'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3328, 591, 3341, 41, 96, 308, 342, 121, 1499, 6, 96, 553, 35, 76, 15, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 5890, 4995, 4749, 121, 1499, 6, 96, 1649, 1493, 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, 308, 342, 121, 21680, 953, 834, 3328, 591, 3341, 549, 17444, 427, 96, 134, 9022, 121, 3274, 3, 31, 357, 104, 632, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How much money has 76-70-68-73=287 as a score?
CREATE TABLE table_name_86 ( money___ INTEGER, score VARCHAR )
SELECT SUM(money___) AS $__ FROM table_name_86 WHERE score = 76 - 70 - 68 - 73 = 287
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 540, 834, 834, 834, 3, 21342, 17966, 6, 2604, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 571, 231, 540, 65, 489, 25302, 9498, 3651, 18, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 28442, 834, 834, 834, 61, 6157, 1514, 834, 834, 21680, 953, 834, 4350, 834, 3840, 549, 17444, 427, 2604, 3274, 3, 3959, 3, 18, 2861, 3, 18, 3, 3651, 3, 18, 3, 4552, 3274, 204, 4225, 1, -100, -100...
What is the English character for Lin Ming Kuan (林明寬)?
CREATE TABLE table_name_88 (english VARCHAR, character VARCHAR)
SELECT english FROM table_name_88 WHERE character = "lin ming kuan (林明寬)"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 4606, 40, 1273, 584, 4280, 28027, 6, 1848, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 1566, 1848, 21, 6741, 283, 53, 3695, 152, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 22269, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 1848, 3274, 96, 40, 77, 3, 51, 53, 3, 2729, 152, 41, 2, 61, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many incumbents were for district georgia 6?
CREATE TABLE table_72391 ( "District" text, "Incumbent" text, "Party" text, "First elected" real, "Result" text, "Candidates" text )
SELECT COUNT("Incumbent") FROM table_72391 WHERE "District" = 'Georgia 6'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 5865, 3288, 536, 41, 96, 308, 23, 20066, 121, 1499, 6, 96, 1570, 75, 5937, 295, 121, 1499, 6, 96, 13725, 63, 121, 1499, 6, 96, 25171, 8160, 121, 490, 6, 96, 20119, 121, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 121, 1570, 75, 5937, 295, 8512, 21680, 953, 834, 5865, 3288, 536, 549, 17444, 427, 96, 308, 23, 20066, 121, 3274, 3, 31, 517, 15, 1677, 23, 9, 431, 31, 1, -100, -100, -100, -100, -100, -100, -100...
Show me a bar chart for how many bookings does each booking status have? List the booking status code and the number of corresponding bookings, I want to order total number in desc order.
CREATE TABLE Apartments ( apt_id INTEGER, building_id INTEGER, apt_type_code CHAR(15), apt_number CHAR(10), bathroom_count INTEGER, bedroom_count INTEGER, room_count CHAR(5) ) CREATE TABLE View_Unit_Status ( apt_id INTEGER, apt_booking_id INTEGER, status_date DATETIME, avail...
SELECT booking_status_code, COUNT(*) FROM Apartment_Bookings GROUP BY booking_status_code ORDER BY COUNT(*) DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 15970, 7, 41, 3, 6789, 834, 23, 26, 3, 21342, 17966, 6, 740, 834, 23, 26, 3, 21342, 17966, 6, 3, 6789, 834, 6137, 834, 4978, 3, 28027, 599, 1808, 201, 3, 6789, 834, 5525, 1152, 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, 5038, 834, 8547, 302, 834, 4978, 6, 2847, 17161, 599, 1935, 61, 21680, 15970, 834, 13355, 53, 7, 350, 4630, 6880, 272, 476, 5038, 834, 8547, 302, 834, 4978, 4674, 11300, 272, 476, 2847, 17161, 599, 1935, 61, 309, 25...
What is the result F_A on 17 December 2002?
CREATE TABLE table_name_60 (result_f_a VARCHAR, date VARCHAR)
SELECT result_f_a FROM table_name_60 WHERE date = "17 december 2002"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3328, 41, 60, 7, 83, 17, 834, 89, 834, 9, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 741, 377, 834, 188, 30, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 741, 834, 89, 834, 9, 21680, 953, 834, 4350, 834, 3328, 549, 17444, 427, 833, 3274, 96, 2517, 20, 75, 18247, 4407, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the rank of Tim Paine?
CREATE TABLE table_24142 ( "Rank" real, "Dismissals" real, "Player" text, "Matches" real, "Caught" real, "Stumped" real )
SELECT "Rank" FROM table_24142 WHERE "Player" = 'Tim Paine'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2266, 24978, 41, 96, 22557, 121, 490, 6, 96, 308, 159, 11502, 5405, 121, 490, 6, 96, 15800, 49, 121, 1499, 6, 96, 329, 144, 2951, 121, 490, 6, 96, 254, 9313, 121, 490, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 22557, 121, 21680, 953, 834, 2266, 24978, 549, 17444, 427, 96, 15800, 49, 121, 3274, 3, 31, 382, 603, 19043, 15, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What was Herdez Competition's total points with a grid larger than 1?
CREATE TABLE table_name_39 ( points VARCHAR, team VARCHAR, grid VARCHAR )
SELECT COUNT(points) FROM table_name_39 WHERE team = "herdez competition" AND grid > 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3288, 41, 979, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 6, 8634, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 1347, 26, 457, 15571, 31, 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, 2847, 17161, 599, 2700, 7, 61, 21680, 953, 834, 4350, 834, 3288, 549, 17444, 427, 372, 3274, 96, 760, 26, 457, 2259, 121, 3430, 8634, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which video is on channel 31.2 with a 4:3 aspect?
CREATE TABLE table_name_97 ( video VARCHAR, aspect VARCHAR, channel VARCHAR )
SELECT video FROM table_name_97 WHERE aspect = "4:3" AND channel = 31.2
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4327, 41, 671, 584, 4280, 28027, 6, 2663, 584, 4280, 28027, 6, 4245, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 671, 19, 30, 4245, 220, 10917, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 671, 21680, 953, 834, 4350, 834, 4327, 549, 17444, 427, 2663, 3274, 96, 591, 10, 519, 121, 3430, 4245, 3274, 220, 10917, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Who was the SS when jim lefebvre was at 2nd, willie davis at CF, and don drysdale was the SP.
CREATE TABLE table_12142298_2 (shortstop VARCHAR, starting_pitcher VARCHAR, second_baseman VARCHAR, centerfielder VARCHAR)
SELECT shortstop FROM table_12142298_2 WHERE second_baseman = "Jim Lefebvre" AND centerfielder = "Willie Davis" AND starting_pitcher = "Don Drysdale"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2122, 2534, 2884, 3916, 834, 357, 41, 7, 14184, 7618, 584, 4280, 28027, 6, 1684, 834, 5230, 1703, 584, 4280, 28027, 6, 511, 834, 10925, 348, 584, 4280, 28027, 6, 1530, 1846, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 710, 7618, 21680, 953, 834, 2122, 2534, 2884, 3916, 834, 357, 549, 17444, 427, 511, 834, 10925, 348, 3274, 96, 683, 603, 312, 89, 15, 115, 10859, 121, 3430, 1530, 1846, 49, 3274, 96, 518, 173, 1896, 8688, 121, 3430,...
What is the lowest Draw, when the Song is 'The Innocent Days'?
CREATE TABLE table_40716 ( "Draw" real, "Song" text, "Performer" text, "Points" real, "Rank" text )
SELECT MIN("Draw") FROM table_40716 WHERE "Song" = 'the innocent days'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2445, 940, 2938, 41, 96, 308, 10936, 121, 490, 6, 96, 134, 2444, 121, 1499, 6, 96, 12988, 2032, 49, 121, 1499, 6, 96, 22512, 7, 121, 490, 6, 96, 22557, 121, 1499, 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, 3, 17684, 599, 121, 308, 10936, 8512, 21680, 953, 834, 2445, 940, 2938, 549, 17444, 427, 96, 134, 2444, 121, 3274, 3, 31, 532, 16679, 477, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
How many different partners played in the finale in 1973?
CREATE TABLE table_30398 ( "Outcome" text, "Year" real, "Championship" text, "Surface" text, "Partner" text, "Opponents in the final" text, "Score in the final" text )
SELECT COUNT("Partner") FROM table_30398 WHERE "Year" = '1973'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23335, 3916, 41, 96, 15767, 287, 15, 121, 1499, 6, 96, 476, 2741, 121, 490, 6, 96, 254, 1483, 12364, 2009, 121, 1499, 6, 96, 134, 450, 4861, 121, 1499, 6, 96, 13725, 687,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13725, 687, 8512, 21680, 953, 834, 23335, 3916, 549, 17444, 427, 96, 476, 2741, 121, 3274, 3, 31, 2294, 4552, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Give me the number of patients on iv bolus route of drug administration who have cerebral aneurysm/sda as their primary disease.
CREATE TABLE diagnoses ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) 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 t...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.diagnosis = "CEREBRAL ANEURYSM/SDA" AND prescriptions.route = "IV BOLUS"
[ 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, 7744, 7, 9191, 14798, 5, 8399, 51, 834, 23, 26, 3274, 7744, 7, 5, 8399, 51, 834, 23, 26, 549...
In what format was the release that was dated 7 April 2003 from catalog 584 2112?
CREATE TABLE table_42461 ( "Country" text, "Date" text, "Label" text, "Format" text, "Catalog" text )
SELECT "Format" FROM table_42461 WHERE "Date" = '7 april 2003' AND "Catalog" = '584 2112'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 591, 2266, 4241, 41, 96, 10628, 651, 121, 1499, 6, 96, 308, 342, 121, 1499, 6, 96, 434, 10333, 121, 1499, 6, 96, 3809, 3357, 121, 1499, 6, 96, 18610, 9, 2152, 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, 3809, 3357, 121, 21680, 953, 834, 591, 2266, 4241, 549, 17444, 427, 96, 308, 342, 121, 3274, 3, 31, 940, 3, 9, 2246, 40, 3888, 31, 3430, 96, 18610, 9, 2152, 121, 3274, 3, 31, 3449, 591, 1401, 2122, 31, 1, ...
What date did episode 10 in the series originally air?
CREATE TABLE table_27910411_1 ( original_air_date VARCHAR, no_in_series VARCHAR )
SELECT original_air_date FROM table_27910411_1 WHERE no_in_series = 10
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 357, 4440, 15442, 2596, 834, 536, 41, 926, 834, 2256, 834, 5522, 584, 4280, 28027, 6, 150, 834, 77, 834, 10833, 7, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 926, 834, 2256, 834, 5522, 21680, 953, 834, 357, 4440, 15442, 2596, 834, 536, 549, 17444, 427, 150, 834, 77, 834, 10833, 7, 3274, 335, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the propulsion for the RB 04 earlier than 1962?
CREATE TABLE table_name_79 (propulsion VARCHAR, year VARCHAR, name VARCHAR)
SELECT propulsion FROM table_name_79 WHERE year < 1962 AND name = "rb 04"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4440, 41, 1409, 20567, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 813, 20567, 21, 8, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 813, 20567, 21680, 953, 834, 4350, 834, 4440, 549, 17444, 427, 215, 3, 2, 20236, 3430, 564, 3274, 96, 52, 115, 11484, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the coronie for marowijne being 6.8%
CREATE TABLE table_16886076_1 ( coronie VARCHAR, marowijne VARCHAR )
SELECT coronie FROM table_16886076_1 WHERE marowijne = "6.8%"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2938, 4060, 3328, 3959, 834, 536, 41, 576, 18074, 15, 584, 4280, 28027, 6, 954, 3623, 28469, 15, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 576, 18074, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 576, 18074, 15, 21680, 953, 834, 2938, 4060, 3328, 3959, 834, 536, 549, 17444, 427, 954, 3623, 28469, 15, 3274, 96, 948, 5, 5953, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
IN EVENTS 1995 STOH, WHO WAS THE THIRD WITH SKIP SANDRA PETERSON AND SECOND JOAN MCCUSKER?
CREATE TABLE table_11171 ( "Season" text, "Skip" text, "Third" text, "Second" text, "Lead" text, "Events" text )
SELECT "Third" FROM table_11171 WHERE "Skip" = 'sandra peterson' AND "Second" = 'joan mccusker' AND "Events" = '1995 stoh'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 15866, 4450, 41, 96, 134, 15, 9, 739, 121, 1499, 6, 96, 134, 2168, 102, 121, 1499, 6, 96, 382, 9288, 26, 121, 1499, 6, 96, 134, 15, 1018, 26, 121, 1499, 6, 96, 2796, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 382, 9288, 26, 121, 21680, 953, 834, 15866, 4450, 549, 17444, 427, 96, 134, 2168, 102, 121, 3274, 3, 31, 7, 152, 3515, 3947, 13515, 31, 3430, 96, 134, 15, 1018, 26, 121, 3274, 3, 31, 1927, 152, 3, 51, 75, ...
Which Nation has a Gold larger than 0, and a Bronze smaller than 2, and a Total larger than 3, and a Silver larger than 1?
CREATE TABLE table_name_96 ( nation VARCHAR, silver VARCHAR, total VARCHAR, gold VARCHAR, bronze VARCHAR )
SELECT nation FROM table_name_96 WHERE gold > 0 AND bronze < 2 AND total > 3 AND silver > 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 2982, 584, 4280, 28027, 6, 4294, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 3, 61, 3, 32102, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2982, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 2045, 2490, 3, 632, 3430, 13467, 3, 2, 204, 3430, 792, 2490, 220, 3430, 4294, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Date with a Record that is 7.39?
CREATE TABLE table_name_87 (date VARCHAR, record VARCHAR)
SELECT date FROM table_name_87 WHERE record = "7.39"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4225, 41, 5522, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 7678, 28, 3, 9, 11392, 24, 19, 4306, 3288, 58, 1, 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, 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, 833, 21680, 953, 834, 4350, 834, 4225, 549, 17444, 427, 1368, 3274, 96, 27914, 1298, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Lost has a Position of 4, and a Drawn smaller than 3?
CREATE TABLE table_name_4 (lost INTEGER, position VARCHAR, drawn VARCHAR)
SELECT AVG(lost) FROM table_name_4 WHERE position = 4 AND drawn < 3
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 2298, 17, 3, 21342, 17966, 6, 1102, 584, 4280, 28027, 6, 6796, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 4073, 19576, 65, 3, 9, 14258, 13, 64...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 2298, 17, 61, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 1102, 3274, 314, 3430, 6796, 3, 2, 220, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
tell me the director of the production code ad1d02.
CREATE TABLE table_name_32 ( directed_by VARCHAR, production_code VARCHAR )
SELECT directed_by FROM table_name_32 WHERE production_code = "ad1d02"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2668, 41, 6640, 834, 969, 584, 4280, 28027, 6, 999, 834, 4978, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 817, 140, 8, 2090, 13, 8, 999, 1081, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6640, 834, 969, 21680, 953, 834, 4350, 834, 2668, 549, 17444, 427, 999, 834, 4978, 3274, 96, 9, 26, 536, 26, 4305, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
what person was in rank 10
CREATE TABLE table_5438 ( "Rank" real, "Rider" text, "Team" text, "Speed" text, "Time" text )
SELECT "Rider" FROM table_5438 WHERE "Rank" = '10'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 5062, 3747, 41, 96, 22557, 121, 490, 6, 96, 448, 23, 588, 121, 1499, 6, 96, 18699, 121, 1499, 6, 96, 28328, 121, 1499, 6, 96, 13368, 121, 1499, 3, 61, 3, 32102, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 96, 448, 23, 588, 121, 21680, 953, 834, 5062, 3747, 549, 17444, 427, 96, 22557, 121, 3274, 3, 31, 1714, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which December has a Record of 4-3-6?
CREATE TABLE table_name_65 (december VARCHAR, record VARCHAR)
SELECT december FROM table_name_65 WHERE record = "4-3-6"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4122, 41, 221, 75, 18247, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 4073, 1882, 65, 3, 9, 11392, 13, 7769, 25342, 58, 1, 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, 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, 20, 75, 18247, 21680, 953, 834, 4350, 834, 4122, 549, 17444, 427, 1368, 3274, 96, 591, 18, 25342, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Date of the game with a Score of 6–4, 6–2?
CREATE TABLE table_name_26 (date VARCHAR, score VARCHAR)
SELECT date FROM table_name_26 WHERE score = "6–4, 6–2"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 5522, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 7678, 13, 8, 467, 28, 3, 9, 17763, 13, 431, 104, 85...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 2604, 3274, 96, 948, 104, 8525, 431, 104, 357, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
How many margins have a winner of S. Singaravadivel?
CREATE TABLE table_25280 ( "Constituency" text, "Winner" text, "Party" text, "Margin" real, "Runner-up a" text, "Party a" text )
SELECT COUNT("Margin") FROM table_25280 WHERE "Winner" = 'S. Singaravadivel'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 1828, 17518, 41, 96, 4302, 2248, 17, 76, 4392, 121, 1499, 6, 96, 18455, 687, 121, 1499, 6, 96, 13725, 63, 121, 1499, 6, 96, 7286, 122, 77, 121, 490, 6, 96, 23572, 18, 4...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 7286, 122, 77, 8512, 21680, 953, 834, 1828, 17518, 549, 17444, 427, 96, 18455, 687, 121, 3274, 3, 31, 134, 5, 8271, 1478, 8644, 26, 757, 40, 31, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the total number of To Par, when Total is "295"?
CREATE TABLE table_name_38 (to_par VARCHAR, total VARCHAR)
SELECT COUNT(to_par) FROM table_name_38 WHERE total = 295
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 235, 834, 1893, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 792, 381, 13, 304, 2180, 6, 116, 9273, 19, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 235, 834, 1893, 61, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 792, 3274, 204, 3301, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is Final round, when Player is Danilo Gallinari?
CREATE TABLE table_name_50 ( final_round VARCHAR, player VARCHAR )
SELECT final_round FROM table_name_50 WHERE player = "danilo gallinari"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 804, 834, 7775, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 6514, 1751, 6, 116, 12387, 19, 2744, 173, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 804, 834, 7775, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 1959, 3274, 96, 3768, 173, 32, 12486, 77, 1665, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
how many rankings are there ?
CREATE TABLE table_204_713 ( id number, "rank" number, "bib" number, "athlete" text, "country" text, "time" text, "deficit" text )
SELECT MAX("rank") FROM table_204_713
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26363, 834, 4450, 519, 41, 3, 23, 26, 381, 6, 96, 6254, 121, 381, 6, 96, 22456, 121, 381, 6, 96, 26170, 15, 121, 1499, 6, 96, 17529, 121, 1499, 6, 96, 715, 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, 4800, 4, 599, 121, 6254, 8512, 21680, 953, 834, 26363, 834, 4450, 519, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What are the different role codes for users, and how many users have each Show bar chart, order by the the total number from high to low.
CREATE TABLE Images ( image_id INTEGER, image_alt_text VARCHAR(80), image_name VARCHAR(40), image_url VARCHAR(255) ) CREATE TABLE Document_Sections ( section_id INTEGER, document_code VARCHAR(15), section_sequence INTEGER, section_code VARCHAR(20), section_title VARCHAR(80) ) CREAT...
SELECT role_code, COUNT(*) FROM Users GROUP BY role_code ORDER BY COUNT(*) DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 15180, 41, 1023, 834, 23, 26, 3, 21342, 17966, 6, 1023, 834, 2920, 834, 6327, 584, 4280, 28027, 599, 2079, 201, 1023, 834, 4350, 584, 4280, 28027, 599, 2445, 201, 1023, 834, 16137, 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, 1075, 834, 4978, 6, 2847, 17161, 599, 1935, 61, 21680, 13504, 350, 4630, 6880, 272, 476, 1075, 834, 4978, 4674, 11300, 272, 476, 2847, 17161, 599, 1935, 61, 309, 25067, 1, -100, -100, -100, -100, -100, -100, -100, -10...
Who was the wenning witcher when ezequiel astacio was the losing pitcher?
CREATE TABLE table_18927 ( "Date" text, "Winning Team" text, "Score" text, "Winning Pitcher" text, "Losing Pitcher" text, "Attendance" real, "Location" text )
SELECT "Winning Pitcher" FROM table_18927 WHERE "Losing Pitcher" = 'Ezequiel Astacio'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 25312, 2555, 41, 96, 308, 342, 121, 1499, 6, 96, 518, 10503, 2271, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 518, 10503, 13430, 1703, 121, 1499, 6, 96, 434, 32, 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, 518, 10503, 13430, 1703, 121, 21680, 953, 834, 25312, 2555, 549, 17444, 427, 96, 434, 32, 7, 53, 13430, 1703, 121, 3274, 3, 31, 427, 776, 1169, 15, 40, 282, 17, 4268, 32, 31, 1, -100, -100, -100, -100, -100, ...
How many competitions are held in each city? Draw a bar chart, list by the x axis in asc.
CREATE TABLE farm ( Farm_ID int, Year int, Total_Horses real, Working_Horses real, Total_Cattle real, Oxen real, Bulls real, Cows real, Pigs real, Sheep_and_Goats real ) CREATE TABLE city ( City_ID int, Official_Name text, Status text, Area_km_2 real, Populat...
SELECT Official_Name, COUNT(Official_Name) FROM city AS T1 JOIN farm_competition AS T2 ON T1.City_ID = T2.Host_city_ID GROUP BY Official_Name ORDER BY Official_Name
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 3797, 41, 4990, 834, 4309, 16, 17, 6, 2929, 16, 17, 6, 9273, 834, 566, 127, 2260, 490, 6, 7301, 834, 566, 127, 2260, 490, 6, 9273, 834, 254, 9, 8692, 490, 6, 20919, 35, 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, 13686, 834, 23954, 6, 2847, 17161, 599, 667, 89, 22816, 834, 23954, 61, 21680, 690, 6157, 332, 536, 3, 15355, 3162, 3797, 834, 287, 4995, 4749, 6157, 332, 357, 9191, 332, 5411, 254, 485, 834, 4309, 3274, 332, 4416, ...
What is the maximum rank when there is 0 gold, and the bronze is less than 4, and the silver is greater than 1, and 2 as the total?
CREATE TABLE table_name_76 (rank INTEGER, silver VARCHAR, total VARCHAR, gold VARCHAR, bronze VARCHAR)
SELECT MAX(rank) FROM table_name_76 WHERE gold = 0 AND bronze < 4 AND total = 2 AND silver > 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3959, 41, 6254, 3, 21342, 17966, 6, 4294, 584, 4280, 28027, 6, 792, 584, 4280, 28027, 6, 2045, 584, 4280, 28027, 6, 13467, 584, 4280, 28027, 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, 4800, 4, 599, 6254, 61, 21680, 953, 834, 4350, 834, 3959, 549, 17444, 427, 2045, 3274, 3, 632, 3430, 13467, 3, 2, 314, 3430, 792, 3274, 204, 3430, 4294, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the least series number with production code of 717 and season number less than 17
CREATE TABLE table_53533 ( "Series #" real, "Season #" real, "Title" text, "Directed by" text, "Original air date" text, "Production code" real )
SELECT MIN("Series #") FROM table_53533 WHERE "Production code" = '717' AND "Season #" < '17'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 755, 2469, 4201, 41, 96, 12106, 7, 1713, 121, 490, 6, 96, 134, 15, 9, 739, 1713, 121, 490, 6, 96, 382, 155, 109, 121, 1499, 6, 96, 23620, 15, 26, 57, 121, 1499, 6, 96...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 121, 12106, 7, 1713, 8512, 21680, 953, 834, 755, 2469, 4201, 549, 17444, 427, 96, 3174, 8291, 1081, 121, 3274, 3, 31, 940, 2517, 31, 3430, 96, 134, 15, 9, 739, 1713, 121, 3, 2, 3, 31, 2517, 31, ...
Which series was on May 16?
CREATE TABLE table_39287 ( "Game" real, "Date" text, "Team" text, "Score" text, "High points" text, "High rebounds" text, "High assists" text, "Location Attendance" text, "Series" text )
SELECT "Series" FROM table_39287 WHERE "Date" = 'may 16'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3288, 357, 4225, 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, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 12106, 7, 121, 21680, 953, 834, 3288, 357, 4225, 549, 17444, 427, 96, 308, 342, 121, 3274, 3, 31, 13726, 898, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
who was head coach of the team after archie stalcup ?
CREATE TABLE table_203_814 ( id number, "season" number, "head coach" text, "overall record" text, "conference record" text )
SELECT "head coach" FROM table_203_814 WHERE "season" > (SELECT "season" FROM table_203_814 WHERE "head coach" = 'archie stalcup' ORDER BY "season" DESC LIMIT 1) ORDER BY "season" LIMIT 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23330, 834, 927, 2534, 41, 3, 23, 26, 381, 6, 96, 9476, 121, 381, 6, 96, 3313, 3763, 121, 1499, 6, 96, 1890, 1748, 1368, 121, 1499, 6, 96, 28496, 1368, 121, 1499, 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, 96, 3313, 3763, 121, 21680, 953, 834, 23330, 834, 927, 2534, 549, 17444, 427, 96, 9476, 121, 2490, 41, 23143, 14196, 96, 9476, 121, 21680, 953, 834, 23330, 834, 927, 2534, 549, 17444, 427, 96, 3313, 3763, 121, 3274, ...
What was the location and the crowd attendance on December 9?
CREATE TABLE table_17311759_5 ( location_attendance VARCHAR, date VARCHAR )
SELECT location_attendance FROM table_17311759_5 WHERE date = "December 9"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2517, 3341, 2517, 3390, 834, 755, 41, 1128, 834, 15116, 663, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 1128, 11, 8, 4374...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1128, 834, 15116, 663, 21680, 953, 834, 2517, 3341, 2517, 3390, 834, 755, 549, 17444, 427, 833, 3274, 96, 29835, 668, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the sum of Wins when draws shows 0 in 1964?
CREATE TABLE table_name_46 (wins INTEGER, draws VARCHAR, season VARCHAR)
SELECT SUM(wins) FROM table_name_46 WHERE draws = 0 AND season = 1964
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 3757, 7, 3, 21342, 17966, 6, 14924, 584, 4280, 28027, 6, 774, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 4505, 13, 4871, 7, 116, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 14924, 3274, 3, 632, 3430, 774, 3274, 18969, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is Score, when Outcome is Winner, and when Opponent is Angela Haynes?
CREATE TABLE table_44606 ( "Outcome" text, "Date" text, "Championship" text, "Surface" text, "Opponent" text, "Score" text )
SELECT "Score" FROM table_44606 WHERE "Outcome" = 'winner' AND "Opponent" = 'angela haynes'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3628, 3328, 948, 41, 96, 15767, 287, 15, 121, 1499, 6, 96, 308, 342, 121, 1499, 6, 96, 254, 1483, 12364, 2009, 121, 1499, 6, 96, 134, 450, 4861, 121, 1499, 6, 96, 667, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3628, 3328, 948, 549, 17444, 427, 96, 15767, 287, 15, 121, 3274, 3, 31, 3757, 687, 31, 3430, 96, 667, 102, 9977, 121, 3274, 3, 31, 3280, 521, 3, 12687, 1496, 31, 1, -100, -10...
What position does Zack Torquato play?
CREATE TABLE table_77734 ( "Round" real, "Player" text, "Position" text, "Nationality" text, "College/Junior/Club team (League)" text )
SELECT "Position" FROM table_77734 WHERE "Player" = 'zack torquato'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26225, 3710, 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, 683,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 26225, 3710, 549, 17444, 427, 96, 15800, 49, 121, 3274, 3, 31, 172, 4365, 12, 52, 4960, 235, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the D 47 when the D 49 is r 32?
CREATE TABLE table_name_92 (d_47 VARCHAR, d_49 VARCHAR)
SELECT d_47 FROM table_name_92 WHERE d_49 = "r 32"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 26, 834, 4177, 584, 4280, 28027, 6, 3, 26, 834, 3647, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 309, 10635, 116, 8, 309, 9526, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3, 26, 834, 4177, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 3, 26, 834, 3647, 3274, 96, 52, 3538, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What Japanese title had average ratings of 9.2% on the NHK station?
CREATE TABLE table_name_78 (japanese_title VARCHAR, average_ratings VARCHAR, tv_station VARCHAR)
SELECT japanese_title FROM table_name_78 WHERE average_ratings = "9.2%" AND tv_station = "nhk"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 1191, 2837, 15, 7, 15, 834, 21869, 584, 4280, 28027, 6, 1348, 834, 52, 1014, 7, 584, 4280, 28027, 6, 3, 17, 208, 834, 6682, 584, 4280, 28027, 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, 2662, 2837, 15, 7, 15, 834, 21869, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 1348, 834, 52, 1014, 7, 3274, 96, 8797, 5406, 121, 3430, 3, 17, 208, 834, 6682, 3274, 96, 29, 107, 157, 121, 1, -100, -100, -...
how many registed students do each course have? List course name and the number of their registered students?, sort X in asc order.
CREATE TABLE People ( person_id INTEGER, first_name VARCHAR(255), middle_name VARCHAR(255), last_name VARCHAR(255), cell_mobile_number VARCHAR(40), email_address VARCHAR(40), login_name VARCHAR(40), password VARCHAR(40) ) CREATE TABLE People_Addresses ( person_address_id INTEGER, ...
SELECT course_name, COUNT(*) FROM Students AS T1 JOIN Student_Course_Registrations AS T2 ON T1.student_id = T2.student_id JOIN Courses AS T3 ON T2.course_id = T3.course_id GROUP BY T2.course_id ORDER BY course_name
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 2449, 41, 568, 834, 23, 26, 3, 21342, 17966, 6, 166, 834, 4350, 584, 4280, 28027, 599, 25502, 201, 2214, 834, 4350, 584, 4280, 28027, 599, 25502, 201, 336, 834, 4350, 584, 4280, 28027,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 503, 834, 4350, 6, 2847, 17161, 599, 1935, 61, 21680, 4375, 6157, 332, 536, 3, 15355, 3162, 6341, 834, 3881, 3589, 15, 834, 18752, 1628, 6157, 332, 357, 9191, 332, 5411, 8637, 295, 834, 23, 26, 3274, 332, 4416, 8637...
What is the set 2 the has 1 set of 21-25, and 4 sets of 25-20?
CREATE TABLE table_name_17 ( set_2 VARCHAR, set_1 VARCHAR, set_4 VARCHAR )
SELECT set_2 FROM table_name_17 WHERE set_1 = "21-25" AND set_4 = "25-20"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 356, 834, 357, 584, 4280, 28027, 6, 356, 834, 536, 584, 4280, 28027, 6, 356, 834, 591, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0...
[ 3, 23143, 14196, 356, 834, 357, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 356, 834, 536, 3274, 96, 2658, 14855, 121, 3430, 356, 834, 591, 3274, 96, 1828, 7988, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Papers about robotics
CREATE TABLE paperkeyphrase ( paperid int, keyphraseid int ) CREATE TABLE cite ( citingpaperid int, citedpaperid int ) CREATE TABLE paperfield ( fieldid int, paperid int ) CREATE TABLE paper ( paperid int, title varchar, venueid int, year int, numciting int, numcitedby...
SELECT DISTINCT paper.paperid FROM paper, venue WHERE venue.venueid = paper.venueid AND venue.venuename = 'robotics'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 1040, 4397, 27111, 41, 1040, 23, 26, 16, 17, 6, 843, 27111, 23, 26, 16, 17, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 3, 8464, 41, 3, 17994, 19587, 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, 3, 15438, 25424, 6227, 1040, 5, 19587, 23, 26, 21680, 1040, 6, 5669, 549, 17444, 427, 5669, 5, 15098, 23, 26, 3274, 1040, 5, 15098, 23, 26, 3430, 5669, 5, 15098, 4350, 3274, 3, 31, 23801, 7636, 31, 1, -100, -100, ...
Draw a bar chart for what is the average high temperature for each day of week?, and sort from low to high by the total number please.
CREATE TABLE weekly_weather ( station_id int, day_of_week text, high_temperature int, low_temperature int, precipitation real, wind_speed_mph int ) CREATE TABLE station ( id int, network_name text, services text, local_authority text ) CREATE TABLE route ( train_id int, ...
SELECT day_of_week, AVG(high_temperature) FROM weekly_weather GROUP BY day_of_week ORDER BY AVG(high_temperature)
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 5547, 834, 26809, 41, 2478, 834, 23, 26, 16, 17, 6, 239, 834, 858, 834, 8041, 1499, 6, 306, 834, 21010, 15, 16, 17, 6, 731, 834, 21010, 15, 16, 17, 6, 19742, 257, 490, 6, 2943, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 239, 834, 858, 834, 8041, 6, 71, 17217, 599, 6739, 834, 21010, 15, 61, 21680, 5547, 834, 26809, 350, 4630, 6880, 272, 476, 239, 834, 858, 834, 8041, 4674, 11300, 272, 476, 71, 17217, 599, 6739, 834, 21010, 15, 61, ...
what is the number of patients whose admission location is trsf within this facility and item id is 51181?
CREATE TABLE demographic ( subject_id text, hadm_id text, name text, marital_status text, age text, dob text, gender text, language text, religion text, admission_type text, days_stay text, insurance text, ethnicity text, expire_flag text, admission_location t...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE demographic.admission_location = "TRSF WITHIN THIS FACILITY" AND lab.itemid = "51181"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 14798, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 564, 1499, 6, 2774, 1947, 834, 8547, 302, 1499, 6, 1246, 1499, 6, 103, 115, 1499, 6, 7285, 1499, 6, 1612, 14...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 14798, 5, 7304, 11827, 834, 23, 26, 61, 21680, 14798, 3388, 18206, 3, 15355, 3162, 7690, 9191, 14798, 5, 8399, 51, 834, 23, 26, 3274, 7690, 5, 8399, 51, 834, 23, 26, 549, 17444,...
How many episodes are directed by ricardo mendez matta?
CREATE TABLE table_29112 ( "Series #" real, "Season #" real, "Title" text, "Director" text, "Writer" text, "Original Airdate" text )
SELECT COUNT("Season #") FROM table_29112 WHERE "Director" = 'Ricardo Mendez Matta'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3166, 2596, 357, 41, 96, 12106, 7, 1713, 121, 490, 6, 96, 134, 15, 9, 739, 1713, 121, 490, 6, 96, 382, 155, 109, 121, 1499, 6, 96, 23620, 127, 121, 1499, 6, 96, 24965, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 134, 15, 9, 739, 1713, 8512, 21680, 953, 834, 3166, 2596, 357, 549, 17444, 427, 96, 23620, 127, 121, 3274, 3, 31, 448, 23, 6043, 32, 3137, 26, 457, 5199, 9, 31, 1, -100, -100, -100, -100, ...
What's the name of the episode whose part 3 aired on February 7, 2008?
CREATE TABLE table_13241993_3 (title VARCHAR, part_3 VARCHAR)
SELECT title FROM table_13241993_3 WHERE part_3 = "February 7, 2008"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2368, 2266, 2294, 4271, 834, 519, 41, 21869, 584, 4280, 28027, 6, 294, 834, 519, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 31, 7, 8, 564, 13, 8, 5640, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2233, 21680, 953, 834, 2368, 2266, 2294, 4271, 834, 519, 549, 17444, 427, 294, 834, 519, 3274, 96, 31122, 7973, 2628, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
which state has the top swimsuit amount ?
CREATE TABLE table_204_757 ( id number, "state" text, "interview" number, "swimsuit" number, "evening gown" number, "average" number )
SELECT "state" FROM table_204_757 ORDER BY "swimsuit" DESC LIMIT 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26363, 834, 3072, 940, 41, 3, 23, 26, 381, 6, 96, 5540, 121, 1499, 6, 96, 3870, 4576, 121, 381, 6, 96, 7, 210, 603, 7628, 121, 381, 6, 96, 6190, 53, 19879, 121, 381, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 5540, 121, 21680, 953, 834, 26363, 834, 3072, 940, 4674, 11300, 272, 476, 96, 7, 210, 603, 7628, 121, 309, 25067, 8729, 12604, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What region is the Gold Vinyl format from?
CREATE TABLE table_8351 ( "Date" text, "Region" text, "Label" text, "Catalogue" text, "Format" text )
SELECT "Region" FROM table_8351 WHERE "Format" = 'gold vinyl'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4591, 5553, 41, 96, 308, 342, 121, 1499, 6, 96, 17748, 23, 106, 121, 1499, 6, 96, 434, 10333, 121, 1499, 6, 96, 18610, 9, 10384, 121, 1499, 6, 96, 3809, 3357, 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, 0, 0, 0...
[ 3, 23143, 14196, 96, 17748, 23, 106, 121, 21680, 953, 834, 4591, 5553, 549, 17444, 427, 96, 3809, 3357, 121, 3274, 3, 31, 14910, 9335, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which species has a Voges-Proskauer reading of negative and an indole reading of negative?
CREATE TABLE table_name_43 ( species VARCHAR, voges_proskauer VARCHAR, indole VARCHAR )
SELECT species FROM table_name_43 WHERE voges_proskauer = "negative" AND indole = "negative"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 3244, 584, 4280, 28027, 6, 3, 1621, 2897, 834, 1409, 10717, 7014, 584, 4280, 28027, 6, 16, 26, 32, 109, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3244, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 3, 1621, 2897, 834, 1409, 10717, 7014, 3274, 96, 31600, 121, 3430, 16, 26, 32, 109, 3274, 96, 31600, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
Return a histogram on how old is each gender, on average?
CREATE TABLE PersonFriend ( name varchar(20), friend varchar(20), year INTEGER ) CREATE TABLE Person ( name varchar(20), age INTEGER, city TEXT, gender TEXT, job TEXT )
SELECT gender, AVG(age) FROM Person GROUP BY gender
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 5780, 17701, 41, 564, 3, 4331, 4059, 599, 1755, 201, 1565, 3, 4331, 4059, 599, 1755, 201, 215, 3, 21342, 17966, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 5780, 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, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 7285, 6, 71, 17217, 599, 545, 61, 21680, 5780, 350, 4630, 6880, 272, 476, 7285, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
provide the number of patients whose procedure long title is percutaneous (endoscopic) jejunostomy (pej) and lab test fluid is joint fluid.
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 ) CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) ...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE procedures.long_title = "Percutaneous (endoscopic) jejunostomy [PEJ]" AND lab.fluid = "Joint Fluid"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 7744, 7, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 3, 23, 1071, 21545, 834, 23, 26, 1499, 6, 2672, 834, 6137, 1499, 6, 2672, 1499, 6, 5403, 651, 834, 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, 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, 3388, 18206...
What is Reuben Foster's college?
CREATE TABLE table_name_59 ( college VARCHAR, player VARCHAR )
SELECT college FROM table_name_59 WHERE player = "reuben foster"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 1900, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 419, 15804, 21190, 31, 7, 1900, 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, 1900, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 1959, 3274, 96, 60, 15804, 11313, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
For those employees who do not work in departments with managers that have ids between 100 and 200, a line chart shows the change of employee_id over hire_date
CREATE TABLE job_history ( EMPLOYEE_ID decimal(6,0), START_DATE date, END_DATE date, JOB_ID varchar(10), DEPARTMENT_ID decimal(4,0) ) CREATE TABLE locations ( LOCATION_ID decimal(4,0), STREET_ADDRESS varchar(40), POSTAL_CODE varchar(12), CITY varchar(30), STATE_PROVINCE varchar(...
SELECT HIRE_DATE, EMPLOYEE_ID FROM employees WHERE NOT DEPARTMENT_ID IN (SELECT DEPARTMENT_ID FROM departments WHERE MANAGER_ID BETWEEN 100 AND 200)
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 613, 834, 10193, 10972, 41, 262, 5244, 5017, 476, 5080, 834, 4309, 7908, 1982, 599, 11071, 632, 201, 5097, 8241, 834, 308, 6048, 833, 6, 3, 14920, 834, 308, 6048, 833, 6, 446, 10539, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 262, 5244, 5017, 476, 5080, 834, 4309, 21680, 1652, 549, 17444, 427, 4486, 3396, 19846, 11810, 834, 4309, 3388, 41, 23143, 14196, 3396, 19846, 11810, 834, 4309, 21680, 10521, 549, 17444, 4...
Which Player has a Total of 3, and an Ekstraklasa smaller than 3, and a UEFA Cup of 2?
CREATE TABLE table_60819 ( "Player" text, "Position" text, "Ekstraklasa" real, "Polish Cup" real, "Puchat Ligi" real, "UEFA Cup" real, "Total" real )
SELECT "Player" FROM table_60819 WHERE "Total" = '3' AND "Ekstraklasa" < '3' AND "UEFA Cup" = '2'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3328, 927, 2294, 41, 96, 15800, 49, 121, 1499, 6, 96, 345, 32, 7, 4749, 121, 1499, 6, 96, 427, 157, 3109, 8142, 7, 9, 121, 490, 6, 96, 8931, 1273, 3802, 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, 15800, 49, 121, 21680, 953, 834, 3328, 927, 2294, 549, 17444, 427, 96, 3696, 1947, 121, 3274, 3, 31, 519, 31, 3430, 96, 427, 157, 3109, 8142, 7, 9, 121, 3, 2, 3, 31, 519, 31, 3430, 96, 5078, 4795, 3802, 12...
Who is number 4 when Harper is number 10 and Abigail is number 5?
CREATE TABLE table_name_24 ( no_4 VARCHAR, no_10 VARCHAR, no_5 VARCHAR )
SELECT no_4 FROM table_name_24 WHERE no_10 = "harper" AND no_5 = "abigail"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 150, 834, 591, 584, 4280, 28027, 6, 150, 834, 1714, 584, 4280, 28027, 6, 150, 834, 755, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 2645, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 150, 834, 591, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 150, 834, 1714, 3274, 96, 3272, 883, 121, 3430, 150, 834, 755, 3274, 96, 9, 12911, 9, 173, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What nurses are on call with block floor 1 and block code 1? Tell me their names.
CREATE TABLE on_call (nurse VARCHAR, blockfloor VARCHAR, blockcode VARCHAR)
SELECT nurse FROM on_call WHERE blockfloor = 1 AND blockcode = 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 30, 834, 16482, 41, 29, 3589, 15, 584, 4280, 28027, 6, 2463, 20924, 584, 4280, 28027, 6, 2463, 4978, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 14993, 33, 30, 580, 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, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 10444, 21680, 30, 834, 16482, 549, 17444, 427, 2463, 20924, 3274, 209, 3430, 2463, 4978, 3274, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which event was Ye Shiwen in?
CREATE TABLE table_name_23 (event VARCHAR, name VARCHAR)
SELECT event FROM table_name_23 WHERE name = "ye shiwen"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 15, 2169, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 4073, 605, 47, 7271, 4804, 210, 35, 16, 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, 605, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 564, 3274, 96, 63, 15, 3, 5605, 210, 35, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
what is drug type of drug name voriconazole?
CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text, label text, fluid text ) CREATE TABLE demographic ...
SELECT prescriptions.drug_type FROM prescriptions WHERE prescriptions.drug = "Voriconazole"
[ 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, 7744, 7, 5, 26, 13534, 834, 6137, 21680, 7744, 7, 549, 17444, 427, 7744, 7, 5, 26, 13534, 3274, 96, 553, 2057, 1018, 17694, 109, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the Second when Michel Gribi is the lead?
CREATE TABLE table_39122 ( "Country" text, "Skip" text, "Third" text, "Second" text, "Lead" text )
SELECT "Second" FROM table_39122 WHERE "Lead" = 'michel gribi'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3288, 20889, 41, 96, 10628, 651, 121, 1499, 6, 96, 134, 2168, 102, 121, 1499, 6, 96, 382, 9288, 26, 121, 1499, 6, 96, 134, 15, 1018, 26, 121, 1499, 6, 96, 2796, 9, 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, 134, 15, 1018, 26, 121, 21680, 953, 834, 3288, 20889, 549, 17444, 427, 96, 2796, 9, 26, 121, 3274, 3, 31, 51, 23, 8738, 3542, 16775, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What was the percent of slovenes 1951 for bach?
CREATE TABLE table_10797636_1 (percent_of_slovenes_1951 VARCHAR, village__german_ VARCHAR)
SELECT percent_of_slovenes_1951 FROM table_10797636_1 WHERE village__german_ = "Bach"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 4440, 3959, 3420, 834, 536, 41, 883, 3728, 834, 858, 834, 7, 5850, 35, 15, 7, 834, 2294, 5553, 584, 4280, 28027, 6, 3309, 834, 834, 1304, 348, 834, 584, 4280, 28027, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1093, 834, 858, 834, 7, 5850, 35, 15, 7, 834, 2294, 5553, 21680, 953, 834, 1714, 4440, 3959, 3420, 834, 536, 549, 17444, 427, 3309, 834, 834, 1304, 348, 834, 3274, 96, 279, 1836, 121, 1, -100, -100, -100, -100, -1...
Name the number of judges for dré steemans ann van elsen
CREATE TABLE table_16884579_1 (judges VARCHAR, host_s_ VARCHAR)
SELECT COUNT(judges) FROM table_16884579_1 WHERE host_s_ = "Dré Steemans Ann Van Elsen"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2938, 4060, 2128, 4440, 834, 536, 41, 14312, 2897, 584, 4280, 28027, 6, 2290, 834, 7, 834, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 381, 13, 14743, 21, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 14312, 2897, 61, 21680, 953, 834, 2938, 4060, 2128, 4440, 834, 536, 549, 17444, 427, 2290, 834, 7, 834, 3274, 96, 308, 2339, 3557, 15, 348, 7, 6206, 4480, 1289, 7, 35, 121, 1, -100, -100, -100, -...
List all directors along with the number of films directed by each director Plot them as bar chart, display in ascending by the x-axis.
CREATE TABLE schedule ( Cinema_ID int, Film_ID int, Date text, Show_times_per_day int, Price float ) CREATE TABLE cinema ( Cinema_ID int, Name text, Openning_year int, Capacity int, Location text ) CREATE TABLE film ( Film_ID int, Rank_in_series int, Number_in_seaso...
SELECT Directed_by, COUNT(*) FROM film GROUP BY Directed_by ORDER BY Directed_by
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 2023, 41, 17544, 834, 4309, 16, 17, 6, 3417, 834, 4309, 16, 17, 6, 7678, 1499, 6, 3111, 834, 715, 7, 834, 883, 834, 1135, 16, 17, 6, 5312, 3, 12660, 3, 61, 3, 32102, 32103, 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, 7143, 15, 26, 834, 969, 6, 2847, 17161, 599, 1935, 61, 21680, 814, 350, 4630, 6880, 272, 476, 7143, 15, 26, 834, 969, 4674, 11300, 272, 476, 7143, 15, 26, 834, 969, 1, -100, -100, -100, -100, -100, -100, -100, -10...
return me all the papers, which contain the keyword ' Natural Language ' .
CREATE TABLE domain_keyword ( did int, kid int ) CREATE TABLE publication ( abstract varchar, cid int, citation_num int, jid int, pid int, reference_num int, title varchar, year int ) CREATE TABLE domain_conference ( cid int, did int ) CREATE TABLE domain_journal ( ...
SELECT publication.title FROM keyword, publication, publication_keyword WHERE keyword.keyword = 'Natural Language' AND publication_keyword.kid = keyword.kid AND publication.pid = publication_keyword.pid
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 3303, 834, 4397, 6051, 41, 410, 16, 17, 6, 4984, 16, 17, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 5707, 41, 9838, 3, 4331, 4059, 6, 3, 10812, 16, 17, 6, 3, 139...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5707, 5, 21869, 21680, 15693, 6, 5707, 6, 5707, 834, 4397, 6051, 549, 17444, 427, 15693, 5, 4397, 6051, 3274, 3, 31, 567, 13149, 40, 10509, 31, 3430, 5707, 834, 4397, 6051, 5, 2168, 26, 3274, 15693, 5, 2168, 26, 3...
What was the score of the game with a record of 7–10–3–1?
CREATE TABLE table_name_2 (score VARCHAR, record VARCHAR)
SELECT score FROM table_name_2 WHERE record = "7–10–3–1"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 357, 41, 7, 9022, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 2604, 13, 8, 467, 28, 3, 9, 1368, 13, 489, 104, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 357, 549, 17444, 427, 1368, 3274, 96, 940, 104, 1714, 104, 519, 104, 536, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What country has signed type moving from porto?
CREATE TABLE table_name_75 (country VARCHAR, type VARCHAR, moving_from VARCHAR)
SELECT country FROM table_name_75 WHERE type = "signed" AND moving_from = "porto"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 17529, 584, 4280, 28027, 6, 686, 584, 4280, 28027, 6, 1735, 834, 7152, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 684, 65, 3814, 686, 1735...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 684, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 686, 3274, 96, 15532, 121, 3430, 1735, 834, 7152, 3274, 96, 1493, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the home score with marek dupnitsa as opponent?
CREATE TABLE table_name_33 (home VARCHAR, opponent VARCHAR)
SELECT home FROM table_name_33 WHERE opponent = "marek dupnitsa"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 5515, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 234, 2604, 28, 1555, 157, 146, 102, 29, 7085, 9, 38,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 234, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 15264, 3274, 96, 1635, 15, 157, 146, 102, 29, 7085, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the location of the gold medal match?
CREATE TABLE table_name_30 (location VARCHAR, competition VARCHAR)
SELECT location FROM table_name_30 WHERE competition = "gold medal match"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1458, 41, 14836, 584, 4280, 28027, 6, 2259, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 1128, 13, 8, 2045, 9365, 1588, 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, 1128, 21680, 953, 834, 4350, 834, 1458, 549, 17444, 427, 2259, 3274, 96, 14910, 9365, 1588, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What's the official website of Burning Flame 烈火雄心 with 22 episodes?
CREATE TABLE table_name_33 (official_website VARCHAR, number_of_episodes VARCHAR, english_title__chinese_title_ VARCHAR)
SELECT official_website FROM table_name_33 WHERE number_of_episodes > 22 AND english_title__chinese_title_ = "burning flame 烈火雄心"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 20884, 834, 8398, 3585, 584, 4280, 28027, 6, 381, 834, 858, 834, 15, 102, 159, 32, 1395, 584, 4280, 28027, 6, 22269, 834, 21869, 834, 834, 1436, 1496, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2314, 834, 8398, 3585, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 381, 834, 858, 834, 15, 102, 159, 32, 1395, 2490, 1630, 3430, 22269, 834, 21869, 834, 834, 1436, 1496, 15, 834, 21869, 834, 3274, 96, 7223, 5...
What is the highest planetary mass having an RV (cm/s) of 65 and a Period (days) less than 21?
CREATE TABLE table_name_5 (planetary_mass___m INTEGER, rv__cm_s_ VARCHAR, period__days_ VARCHAR)
SELECT MAX(planetary_mass___m) AS ⊕__ FROM table_name_5 WHERE rv__cm_s_ = 65 AND period__days_ < 21
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 755, 41, 30351, 834, 2754, 7, 834, 834, 834, 51, 3, 21342, 17966, 6, 3, 52, 208, 834, 834, 75, 51, 834, 7, 834, 584, 4280, 28027, 6, 1059, 834, 834, 1135, 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, 4800, 4, 599, 30351, 834, 2754, 7, 834, 834, 834, 51, 61, 6157, 3, 2, 834, 834, 21680, 953, 834, 4350, 834, 755, 549, 17444, 427, 3, 52, 208, 834, 834, 75, 51, 834, 7, 834, 3274, 7123, 3430, 1059, 834, 834, 11...
Name the competition for stephanie cox on 2011-07-02
CREATE TABLE table_name_64 (competition VARCHAR, assist_pass VARCHAR, date VARCHAR)
SELECT competition FROM table_name_64 WHERE assist_pass = "stephanie cox" AND date = "2011-07-02"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 287, 4995, 4749, 584, 4280, 28027, 6, 2094, 834, 3968, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 2259, 21, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2259, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 2094, 834, 3968, 3274, 96, 849, 8237, 23, 15, 576, 226, 121, 3430, 833, 3274, 96, 13907, 18, 4560, 18, 4305, 121, 1, -100, -100, -100, -100, -100, -100, -100,...
What is the IHSAA class for Muncie Burris?
CREATE TABLE table_13618 ( "School" text, "Location" text, "Mascot" text, "Enrollment" real, "IHSAA Class" text, "# / County" text )
SELECT "IHSAA Class" FROM table_13618 WHERE "School" = 'muncie burris'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23459, 2606, 41, 96, 29364, 121, 1499, 6, 96, 434, 32, 75, 257, 121, 1499, 6, 96, 329, 9, 7, 4310, 121, 1499, 6, 96, 8532, 4046, 297, 121, 490, 6, 96, 196, 4950, 5498, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 196, 4950, 5498, 4501, 121, 21680, 953, 834, 23459, 2606, 549, 17444, 427, 96, 29364, 121, 3274, 3, 31, 51, 15254, 15, 7018, 52, 159, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is Beohari's highest number of electorates?
CREATE TABLE table_name_81 (number_of_electorates__2009_ INTEGER, name VARCHAR)
SELECT MAX(number_of_electorates__2009_) FROM table_name_81 WHERE name = "beohari"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4959, 41, 5525, 1152, 834, 858, 834, 400, 5317, 6203, 834, 834, 16660, 834, 3, 21342, 17966, 6, 564, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 5525, 1152, 834, 858, 834, 400, 5317, 6203, 834, 834, 16660, 834, 61, 21680, 953, 834, 4350, 834, 4959, 549, 17444, 427, 564, 3274, 96, 346, 32, 16250, 121, 1, -100, -100, -100, -100, -100, -100, -100,...
give me the number of patients whose primary disease is sigmoid diverticulitis, colovestical fistula/sda and year of death is less than or equal to 2133?
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 ) CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text,...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.diagnosis = "SIGMOID DIVERTICULITIS, COLOVESTICAL FISTULA/SDA" AND demographic.dod_year <= "2133.0"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 7744, 7, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 3, 23, 1071, 21545, 834, 23, 26, 1499, 6, 2672, 834, 6137, 1499, 6, 2672, 1499, 6, 5403, 651, 834, 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, 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, 134, 8834, 5365, 4309, 10826, 16174, 18679, 4254, 3177, 4555, 6, 3, 19...
Name the grand prix with a driver of Michael Schumacher and a round of 7?
CREATE TABLE table_1137696_3 (grand_prix VARCHAR, round VARCHAR, winning_driver VARCHAR, fastest_lap VARCHAR)
SELECT grand_prix FROM table_1137696_3 WHERE winning_driver = "Michael Schumacher" AND fastest_lap = "Michael Schumacher" AND round = 7
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 20522, 3959, 4314, 834, 519, 41, 15448, 834, 2246, 226, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 6, 3447, 834, 13739, 52, 584, 4280, 28027, 6, 10391, 834, 8478, 584, 4280...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1907, 834, 2246, 226, 21680, 953, 834, 20522, 3959, 4314, 834, 519, 549, 17444, 427, 3447, 834, 13739, 52, 3274, 96, 329, 362, 9, 15, 40, 6824, 24113, 121, 3430, 10391, 834, 8478, 3274, 96, 329, 362, 9, 15, 40, 68...
What are the names, and revenues for manufacturers, sorted by revenue descending in a bar graph?
CREATE TABLE Manufacturers ( Code INTEGER, Name VARCHAR(255), Headquarter VARCHAR(255), Founder VARCHAR(255), Revenue REAL ) CREATE TABLE Products ( Code INTEGER, Name VARCHAR(255), Price DECIMAL, Manufacturer INTEGER )
SELECT Name, Revenue FROM Manufacturers ORDER BY Revenue DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 15248, 7, 41, 3636, 3, 21342, 17966, 6, 5570, 584, 4280, 28027, 599, 25502, 201, 3642, 19973, 584, 4280, 28027, 599, 25502, 201, 3, 19145, 584, 4280, 28027, 599, 25502, 201, 19764, 17833...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 5570, 6, 19764, 21680, 15248, 7, 4674, 11300, 272, 476, 19764, 309, 25067, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
which year was the most pos .
CREATE TABLE table_204_179 ( id number, "season" number, "division" number, "tms." number, "pos." number, "fa cup" text, "afc cl" number )
SELECT "season" FROM table_204_179 WHERE "pos." = (SELECT MAX("pos.") FROM table_204_179)
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26363, 834, 26593, 41, 3, 23, 26, 381, 6, 96, 9476, 121, 381, 6, 96, 26, 23, 6610, 121, 381, 6, 96, 17, 51, 7, 535, 381, 6, 96, 2748, 535, 381, 6, 96, 89, 9, 4119, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 9476, 121, 21680, 953, 834, 26363, 834, 26593, 549, 17444, 427, 96, 2748, 535, 3274, 41, 23143, 14196, 4800, 4, 599, 121, 2748, 5, 8512, 21680, 953, 834, 26363, 834, 26593, 61, 1, -100, -100, -100, -100, -100, -...
What was the To par for United States golfer fred couples?
CREATE TABLE table_name_17 (to_par VARCHAR, country VARCHAR, player VARCHAR)
SELECT to_par FROM table_name_17 WHERE country = "united states" AND player = "fred couples"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2517, 41, 235, 834, 1893, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 304, 260, 21, 907...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 12, 834, 1893, 21680, 953, 834, 4350, 834, 2517, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 2315, 121, 3430, 1959, 3274, 96, 89, 1271, 11992, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
female , > 55 to < 80 years
CREATE TABLE table_dev_50 ( "id" int, "gender" string, "hemoglobin_a1c_hba1c" float, "diabetic" string, "estimated_glomerular_filtration_rate_egfr" int, "hba1c" float, "age" float, "NOUSE" float )
SELECT * FROM table_dev_50 WHERE gender = 'female' AND (age > 55 AND age < 80)
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 9776, 834, 1752, 41, 96, 23, 26, 121, 16, 17, 6, 96, 122, 3868, 121, 6108, 6, 96, 6015, 32, 14063, 77, 834, 9, 536, 75, 834, 107, 115, 9, 536, 75, 121, 3, 12660, 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, 1429, 21680, 953, 834, 9776, 834, 1752, 549, 17444, 427, 7285, 3274, 3, 31, 89, 15, 13513, 31, 3430, 41, 545, 2490, 6897, 3430, 1246, 3, 2, 2775, 61, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what company has the top revenue ?
CREATE TABLE table_203_83 ( id number, "ranking" number, "company" text, "industry" text, "revenue (usd billions)" text, "fy" text, "capitalization (usd billions)" text, "employees" number, "listing" text, "headquarters" text, "ceo" text )
SELECT "company" FROM table_203_83 ORDER BY "revenue (usd billions)" DESC LIMIT 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23330, 834, 4591, 41, 3, 23, 26, 381, 6, 96, 6254, 53, 121, 381, 6, 96, 29179, 121, 1499, 6, 96, 13580, 7, 8224, 121, 1499, 6, 96, 60, 15098, 41, 302, 26, 2108, 7, 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, 96, 29179, 121, 21680, 953, 834, 23330, 834, 4591, 4674, 11300, 272, 476, 96, 60, 15098, 41, 302, 26, 2108, 7, 61, 121, 309, 25067, 8729, 12604, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Return a bar chart for what is the number of areas for all appellations?
CREATE TABLE appellations ( No INTEGER, Appelation TEXT, County TEXT, State TEXT, Area TEXT, isAVA TEXT ) CREATE TABLE wine ( No INTEGER, Grape TEXT, Winery TEXT, Appelation TEXT, State TEXT, Name TEXT, Year INTEGER, Price INTEGER, Score INTEGER, Cases IN...
SELECT Area, COUNT(Area) FROM appellations GROUP BY Area
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 8319, 6105, 7, 41, 465, 3, 21342, 17966, 6, 3, 27794, 257, 3, 3463, 4, 382, 6, 1334, 3, 3463, 4, 382, 6, 1015, 3, 3463, 4, 382, 6, 5690, 3, 3463, 4, 382, 6, 19, 6968, 188, 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, 5690, 6, 2847, 17161, 599, 188, 864, 61, 21680, 8319, 6105, 7, 350, 4630, 6880, 272, 476, 5690, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
what is the number of patients whose admission year is less than 2190 and procedure long title is formation of cutaneous uretero-ileostomy?
CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text, label text, fluid text ) CREATE TABLE prescription...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.admityear < "2190" AND procedures.long_title = "Formation of cutaneous uretero-ileostomy"
[ 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,...
what was is the number of wins by roderick blakney ?
CREATE TABLE table_203_391 ( id number, "season" text, "greek league" text, "greek cup" text, "europe" text, "coach" text, "roster" text )
SELECT COUNT(*) FROM table_203_391 WHERE "roster" = 'roderick blakney'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23330, 834, 3288, 536, 41, 3, 23, 26, 381, 6, 96, 9476, 121, 1499, 6, 96, 3584, 15, 157, 5533, 121, 1499, 6, 96, 3584, 15, 157, 4119, 121, 1499, 6, 96, 28188, 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, 2847, 17161, 599, 1935, 61, 21680, 953, 834, 23330, 834, 3288, 536, 549, 17444, 427, 96, 1859, 449, 121, 3274, 3, 31, 9488, 15, 5206, 3, 4605, 157, 3186, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the 3rd run was 41.256 (6) the 2nd run?
CREATE TABLE table_13396 ( "Rank" real, "Name" text, "1st run" text, "2nd run" text, "3rd run" text, "Total" real )
SELECT "3rd run" FROM table_13396 WHERE "2nd run" = '41.256 (6)'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 22974, 4314, 41, 96, 22557, 121, 490, 6, 96, 23954, 121, 1499, 6, 96, 536, 7, 17, 661, 121, 1499, 6, 96, 357, 727, 661, 121, 1499, 6, 96, 519, 52, 26, 661, 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, 519, 52, 26, 661, 121, 21680, 953, 834, 22974, 4314, 549, 17444, 427, 96, 357, 727, 661, 121, 3274, 3, 31, 4853, 5, 19337, 3, 18669, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is Top Division Debut, when Tournaments is '12', and when Name is 'Yamamotoyama'?
CREATE TABLE table_name_67 ( top_division_debut VARCHAR, tournaments VARCHAR, name VARCHAR )
SELECT top_division_debut FROM table_name_67 WHERE tournaments = 12 AND name = "yamamotoyama"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 420, 834, 26, 23, 6610, 834, 221, 2780, 584, 4280, 28027, 6, 5892, 7, 584, 4280, 28027, 6, 564, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 420, 834, 26, 23, 6610, 834, 221, 2780, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 5892, 7, 3274, 586, 3430, 564, 3274, 96, 22990, 11188, 22990, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the total number of losses with number result less than 0
CREATE TABLE table_38073 ( "Played" real, "Wins" real, "Losses" real, "No Result" real, "% Win" text )
SELECT COUNT("Losses") FROM table_38073 WHERE "No Result" < '0'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 22671, 4552, 41, 96, 15800, 15, 26, 121, 490, 6, 96, 18455, 7, 121, 490, 6, 96, 434, 13526, 7, 121, 490, 6, 96, 4168, 3, 20119, 121, 490, 6, 96, 1454, 4871, 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, 2847, 17161, 599, 121, 434, 13526, 7, 8512, 21680, 953, 834, 22671, 4552, 549, 17444, 427, 96, 4168, 3, 20119, 121, 3, 2, 3, 31, 632, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what does patient 021-95970 age be in the current hospital visit?
CREATE TABLE treatment ( treatmentid number, patientunitstayid number, treatmentname text, treatmenttime time ) CREATE TABLE allergy ( allergyid number, patientunitstayid number, drugname text, allergyname text, allergytime time ) CREATE TABLE lab ( labid number, patientuni...
SELECT patient.age FROM patient WHERE patient.uniquepid = '021-95970' AND patient.hospitaldischargetime IS NULL
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 1058, 41, 1058, 23, 26, 381, 6, 1868, 15129, 21545, 23, 26, 381, 6, 1058, 4350, 1499, 6, 1058, 715, 97, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 23886, 41, 23886, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1868, 5, 545, 21680, 1868, 549, 17444, 427, 1868, 5, 202, 1495, 12417, 3274, 3, 31, 632, 2658, 7141, 3390, 2518, 31, 3430, 1868, 5, 31386, 26, 159, 7993, 715, 6827, 13046, 10376, 1, -100, -100, -100, -100, -100, -10...
What is the average number of laps for mika salo's arrows car with a grid over 13?
CREATE TABLE table_52841 ( "Driver" text, "Constructor" text, "Laps" real, "Time/Retired" text, "Grid" real )
SELECT AVG("Laps") FROM table_52841 WHERE "Constructor" = 'arrows' AND "Driver" = 'mika salo' AND "Grid" > '13'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 755, 2577, 4853, 41, 96, 20982, 52, 121, 1499, 6, 96, 4302, 7593, 127, 121, 1499, 6, 96, 3612, 102, 7, 121, 490, 6, 96, 13368, 87, 1649, 11809, 26, 121, 1499, 6, 96, 13...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 121, 3612, 102, 7, 8512, 21680, 953, 834, 755, 2577, 4853, 549, 17444, 427, 96, 4302, 7593, 127, 121, 3274, 3, 31, 6770, 7, 31, 3430, 96, 20982, 52, 121, 3274, 3, 31, 20068, 9, 5394, 32, 31, 3430...
return me the citations of ' Making database systems usable ' .
CREATE TABLE domain_keyword ( did int, kid int ) CREATE TABLE conference ( cid int, homepage varchar, name varchar ) CREATE TABLE domain ( did int, name varchar ) CREATE TABLE keyword ( keyword varchar, kid int ) CREATE TABLE publication ( abstract varchar, cid int, c...
SELECT citation_num FROM publication WHERE title = 'Making database systems usable'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 3303, 834, 4397, 6051, 41, 410, 16, 17, 6, 4984, 16, 17, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 2542, 41, 3, 10812, 16, 17, 6, 22844, 3, 4331, 4059, 6, 564, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13903, 834, 5525, 21680, 5707, 549, 17444, 427, 2233, 3274, 3, 31, 329, 9, 1765, 3501, 1002, 178, 179, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many flights for each origin city? Return a bar chart.
CREATE TABLE aircraft ( aid number(9,0), name varchar2(30), distance number(6,0) ) CREATE TABLE certificate ( eid number(9,0), aid number(9,0) ) CREATE TABLE flight ( flno number(4,0), origin varchar2(20), destination varchar2(20), distance number(6,0), departure_date date, ...
SELECT origin, COUNT(origin) FROM flight GROUP BY origin ORDER BY origin
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 6442, 41, 3052, 381, 599, 1298, 6, 632, 201, 564, 3, 4331, 4059, 357, 599, 1458, 201, 2357, 381, 599, 11071, 632, 61, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 6017...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5233, 6, 2847, 17161, 599, 32, 3380, 77, 61, 21680, 3777, 350, 4630, 6880, 272, 476, 5233, 4674, 11300, 272, 476, 5233, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Which Episode has requested 150,000?
CREATE TABLE table_name_38 ( episode VARCHAR, money_requested__£_ VARCHAR )
SELECT episode FROM table_name_38 WHERE money_requested__£_ = "150,000"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3747, 41, 5640, 584, 4280, 28027, 6, 540, 834, 60, 835, 6265, 834, 834, 19853, 834, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 16112, 65, 6709, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5640, 21680, 953, 834, 4350, 834, 3747, 549, 17444, 427, 540, 834, 60, 835, 6265, 834, 834, 19853, 834, 3274, 96, 536, 9286, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
When there were 767 points, what was the point difference?
CREATE TABLE table_name_34 (points_difference VARCHAR, points_against VARCHAR)
SELECT points_difference FROM table_name_34 WHERE points_against = "767"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3710, 41, 2700, 7, 834, 26, 99, 11788, 584, 4280, 28027, 6, 979, 834, 9, 16720, 7, 17, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 366, 132, 130, 489, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 979, 834, 26, 99, 11788, 21680, 953, 834, 4350, 834, 3710, 549, 17444, 427, 979, 834, 9, 16720, 7, 17, 3274, 96, 940, 3708, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What was the 2010 result for a 2008 result of LQ and 2011 result of 2R?
CREATE TABLE table_11629 ( "Tournament" text, "2007" text, "2008" text, "2009" text, "2010" text, "2011" text, "2012" text, "Career Win\u2013Loss" text )
SELECT "2010" FROM table_11629 WHERE "2008" = 'lq' AND "2011" = '2r'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 20159, 3166, 41, 96, 382, 1211, 20205, 17, 121, 1499, 6, 96, 20615, 121, 1499, 6, 96, 16128, 121, 1499, 6, 96, 16660, 121, 1499, 6, 96, 14926, 121, 1499, 6, 96, 13907, 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, 96, 14926, 121, 21680, 953, 834, 20159, 3166, 549, 17444, 427, 96, 16128, 121, 3274, 3, 31, 40, 1824, 31, 3430, 96, 13907, 121, 3274, 3, 31, 357, 52, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Tv Time of the game with an Attendance of 73,578?
CREATE TABLE table_name_40 ( tv_time VARCHAR, attendance VARCHAR )
SELECT tv_time FROM table_name_40 WHERE attendance = "73,578"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2445, 41, 3, 17, 208, 834, 715, 584, 4280, 28027, 6, 11364, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 332, 208, 2900, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17, 208, 834, 715, 21680, 953, 834, 4350, 834, 2445, 549, 17444, 427, 11364, 3274, 96, 4552, 6, 755, 3940, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Show the ids of all the faculty members who participate in an activity and advise a student.
CREATE TABLE Student ( FacID VARCHAR, advisor VARCHAR ) CREATE TABLE Faculty_participates_in ( FacID VARCHAR, advisor VARCHAR )
SELECT FacID FROM Faculty_participates_in INTERSECT SELECT advisor FROM Student
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 6341, 41, 1699, 75, 4309, 584, 4280, 28027, 6, 8815, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 16896, 834, 2274, 23, 3389, 6203, 834, 77, 41, 1699, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1699, 75, 4309, 21680, 16896, 834, 2274, 23, 3389, 6203, 834, 77, 3, 21342, 5249, 14196, 3, 23143, 14196, 8815, 21680, 6341, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...