NATURAL_LANG
stringlengths
0
446
SCHEMA
stringlengths
27
2.21k
SQL
stringlengths
18
453
input_ids
list
attention_mask
list
labels
list
What is part 1 of the verb in class 7b
CREATE TABLE table_1745843_10 (part_1 VARCHAR, class VARCHAR)
SELECT part_1 FROM table_1745843_10 WHERE class = "7b"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 27693, 3449, 4906, 834, 1714, 41, 2274, 834, 536, 584, 4280, 28027, 6, 853, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 294, 209, 13, 8, 7375, 16, 853, 48...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 294, 834, 536, 21680, 953, 834, 27693, 3449, 4906, 834, 1714, 549, 17444, 427, 853, 3274, 96, 940, 115, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What are the average wins that have great britain as the team?
CREATE TABLE table_name_80 ( wins INTEGER, team VARCHAR )
SELECT AVG(wins) FROM table_name_80 WHERE team = "great britain"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 9204, 3, 21342, 17966, 6, 372, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 33, 8, 1348, 9204, 24, 43, 248, 3, 115, 10694, 77, 38, 8,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 71, 17217, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 372, 3274, 96, 20288, 3, 115, 10694, 77, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the Year 10 5th Quads with NC as Open 1st VIII and NC as a Year 10 3rd Quads?
CREATE TABLE table_name_16 ( year_10_5th_quad VARCHAR, open_1st_viii VARCHAR, year_10_3rd_quad VARCHAR )
SELECT year_10_5th_quad FROM table_name_16 WHERE open_1st_viii = "nc" AND year_10_3rd_quad = "nc"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2938, 41, 215, 834, 1714, 834, 755, 189, 834, 4960, 26, 584, 4280, 28027, 6, 539, 834, 536, 7, 17, 834, 14553, 23, 584, 4280, 28027, 6, 215, 834, 1714, 834, 51...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 215, 834, 1714, 834, 755, 189, 834, 4960, 26, 21680, 953, 834, 4350, 834, 2938, 549, 17444, 427, 539, 834, 536, 7, 17, 834, 14553, 23, 3274, 96, 29, 75, 121, 3430, 215, 834, 1714, 834, 519, 52, 26, 834, 4960, 26...
What nominated work has seattle international film festival as the award?
CREATE TABLE table_name_24 ( nominated_work VARCHAR, award VARCHAR )
SELECT nominated_work FROM table_name_24 WHERE award = "seattle international film festival"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2266, 41, 150, 1109, 920, 834, 1981, 584, 4280, 28027, 6, 2760, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 150, 1109, 920, 161, 65, 2805, 8692, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 150, 1109, 920, 834, 1981, 21680, 953, 834, 4350, 834, 2266, 549, 17444, 427, 2760, 3274, 96, 7, 15, 9, 8692, 1038, 814, 3994, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the total capacity for the city of Trogir?
CREATE TABLE table_12998 ( "Club" text, "City" text, "Stadium" text, "2006\u201307 result" text, "Capacity" real )
SELECT SUM("Capacity") FROM table_12998 WHERE "City" = 'trogir'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 22174, 3916, 41, 96, 254, 11158, 121, 1499, 6, 96, 254, 485, 121, 1499, 6, 96, 134, 17, 9, 12925, 121, 1499, 6, 96, 21196, 2, 76, 11138, 4560, 741, 121, 1499, 6, 96, 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, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 121, 19566, 9, 6726, 8512, 21680, 953, 834, 22174, 3916, 549, 17444, 427, 96, 254, 485, 121, 3274, 3, 31, 17, 3822, 23, 52, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the youngest employee in the company? List employee's first and last name.
CREATE TABLE customers ( id number, first_name text, last_name text, company text, address text, city text, state text, country text, postal_code text, phone text, fax text, email text, support_rep_id number ) CREATE TABLE playlists ( id number, name text ) CREATE TABLE artists ( id number, name text ) CREATE TABLE invoices ( id number, customer_id number, invoice_date time, billing_address text, billing_city text, billing_state text, billing_country text, billing_postal_code text, total number ) CREATE TABLE tracks ( id number, name text, album_id number, media_type_id number, genre_id number, composer text, milliseconds number, bytes number, unit_price number ) CREATE TABLE playlist_tracks ( playlist_id number, track_id number ) CREATE TABLE employees ( id number, last_name text, first_name text, title text, reports_to number, birth_date time, hire_date time, address text, city text, state text, country text, postal_code text, phone text, fax text, email text ) CREATE TABLE media_types ( id number, name text ) CREATE TABLE genres ( id number, name text ) CREATE TABLE invoice_lines ( id number, invoice_id number, track_id number, unit_price number, quantity number ) CREATE TABLE albums ( id number, title text, artist_id number ) CREATE TABLE sqlite_sequence ( name text, seq text )
SELECT first_name, last_name FROM employees ORDER BY birth_date DESC LIMIT 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 722, 41, 3, 23, 26, 381, 6, 166, 834, 4350, 1499, 6, 336, 834, 4350, 1499, 6, 349, 1499, 6, 1115, 1499, 6, 690, 1499, 6, 538, 1499, 6, 684, 1499, 6, 19085, 834, 4978, 1499, 6, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 166, 834, 4350, 6, 336, 834, 4350, 21680, 1652, 4674, 11300, 272, 476, 3879, 834, 5522, 309, 25067, 8729, 12604, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the distance/duration on sept 5 of le grand prix de trois-rivi res?
CREATE TABLE table_53969 ( "Year" real, "Date" text, "Drivers" text, "Distance/Duration" text, "Race Title" text )
SELECT "Distance/Duration" FROM table_53969 WHERE "Date" = 'sept 5' AND "Race Title" = 'le grand prix de trois-rivières'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 755, 3288, 3951, 41, 96, 476, 2741, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 20982, 52, 7, 121, 1499, 6, 96, 308, 23, 8389, 87, 12998, 2661, 121, 1499, 6, 96, 448, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 308, 23, 8389, 87, 12998, 2661, 121, 21680, 953, 834, 755, 3288, 3951, 549, 17444, 427, 96, 308, 342, 121, 3274, 3, 31, 7, 6707, 305, 31, 3430, 96, 448, 3302, 11029, 121, 3274, 3, 31, 109, 1907, 3407, 20, 56...
What is the smallest scored with a result of 46-18?
CREATE TABLE table_name_49 ( scored INTEGER, result VARCHAR )
SELECT MIN(scored) FROM table_name_49 WHERE result = "46-18"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3647, 41, 5799, 3, 21342, 17966, 6, 741, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 3, 17924, 5799, 28, 3, 9, 741, 13, 9668, 6996, 58,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 3523, 1271, 61, 21680, 953, 834, 4350, 834, 3647, 549, 17444, 427, 741, 3274, 96, 4448, 6996, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
what's the livingstone with fitzroy being 9499
CREATE TABLE table_12570207_1 ( livingstone VARCHAR, fitzroy VARCHAR )
SELECT livingstone FROM table_12570207_1 WHERE fitzroy = 9499
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 10124, 2518, 26426, 834, 536, 41, 840, 3009, 584, 4280, 28027, 6, 1400, 172, 8170, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 125, 31, 7, 8, 840, 3009, 28, 140...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 840, 3009, 21680, 953, 834, 10124, 2518, 26426, 834, 536, 549, 17444, 427, 1400, 172, 8170, 3274, 3, 4240, 3264, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who is the captain of the team coached by Giles White?
CREATE TABLE table_name_28 (captain VARCHAR, coach VARCHAR)
SELECT captain FROM table_name_28 WHERE coach = "giles white"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2577, 41, 4010, 17, 9, 77, 584, 4280, 28027, 6, 3763, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 2645, 19, 8, 14268, 13, 8, 372, 3, 30940, 57, 3156, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 14268, 21680, 953, 834, 4350, 834, 2577, 549, 17444, 427, 3763, 3274, 96, 122, 699, 7, 872, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Attendance of the game against Jacksonville Jaguars?
CREATE TABLE table_name_53 (attendance VARCHAR, opponent VARCHAR)
SELECT attendance FROM table_name_53 WHERE opponent = "jacksonville jaguars"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4867, 41, 15116, 663, 584, 4280, 28027, 6, 15264, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 22497, 663, 13, 8, 467, 581, 25551, 24457, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 11364, 21680, 953, 834, 4350, 834, 4867, 549, 17444, 427, 15264, 3274, 96, 9325, 739, 1420, 2662, 1744, 291, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
In which year is Nerida Gregory listed as the loser?
CREATE TABLE table_name_13 ( year INTEGER, loser VARCHAR )
SELECT AVG(year) FROM table_name_13 WHERE loser = "nerida gregory"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2368, 41, 215, 3, 21342, 17966, 6, 2615, 52, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 86, 84, 215, 19, 1484, 4055, 9, 25431, 2616, 38, 8, 2615, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 1201, 61, 21680, 953, 834, 4350, 834, 2368, 549, 17444, 427, 2615, 52, 3274, 96, 687, 23, 26, 9, 3, 18301, 127, 63, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What school is located in Huntsville, Texas?
CREATE TABLE table_28243691_2 ( institution VARCHAR, location VARCHAR )
SELECT institution FROM table_28243691_2 WHERE location = "Huntsville, Texas"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2577, 2266, 3420, 4729, 834, 357, 41, 6568, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 496, 19, 1069, 16, 9550, 9727, 6, 2514, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 6568, 21680, 953, 834, 2577, 2266, 3420, 4729, 834, 357, 549, 17444, 427, 1128, 3274, 96, 566, 202, 17, 9727, 6, 2514, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many poles are there with 2 races?
CREATE TABLE table_30420 ( "Series" text, "Seasons" real, "Races" real, "Poles" real, "Wins" real, "Podiums (Non-win)" real, "Point Finishes (Non-podium)" real, "Teams" real, "Total Points" real, "Championships" real, "Best Finish (Championship)" text )
SELECT MAX("Poles") FROM table_30420 WHERE "Races" = '2'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 1458, 21899, 41, 96, 12106, 7, 121, 1499, 6, 96, 134, 15, 9, 6577, 121, 490, 6, 96, 448, 9, 2319, 121, 490, 6, 96, 8931, 15, 7, 121, 490, 6, 96, 18455, 7, 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, 4800, 4, 599, 121, 8931, 15, 7, 8512, 21680, 953, 834, 1458, 21899, 549, 17444, 427, 96, 448, 9, 2319, 121, 3274, 3, 31, 357, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which player Munster from Munster is a fly-half?
CREATE TABLE table_name_67 (player VARCHAR, position VARCHAR, club_province VARCHAR)
SELECT player FROM table_name_67 WHERE position = "fly-half" AND club_province = "munster"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3708, 41, 20846, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 1886, 834, 1409, 2494, 565, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 4073, 1959, 9810, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1959, 21680, 953, 834, 4350, 834, 3708, 549, 17444, 427, 1102, 3274, 96, 89, 120, 18, 17114, 121, 3430, 1886, 834, 1409, 2494, 565, 3274, 96, 51, 202, 1370, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is Liscumb when Haydon is 1632?
CREATE TABLE table_11447995_2 ( liscumb VARCHAR, haydon VARCHAR )
SELECT liscumb FROM table_11447995_2 WHERE haydon = "1632"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2596, 3628, 4440, 3301, 834, 357, 41, 3, 40, 159, 75, 5937, 584, 4280, 28027, 6, 3, 12687, 2029, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 1414, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 40, 159, 75, 5937, 21680, 953, 834, 2596, 3628, 4440, 3301, 834, 357, 549, 17444, 427, 3, 12687, 2029, 3274, 96, 2938, 2668, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
When has Score of 4 5 and quebec nordiques as Visitor?
CREATE TABLE table_36124 ( "Date" text, "Visitor" text, "Score" text, "Home" text, "Record" text )
SELECT "Date" FROM table_36124 WHERE "Score" = '4–5' AND "Visitor" = 'quebec nordiques'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3420, 22504, 41, 96, 308, 342, 121, 1499, 6, 96, 553, 159, 155, 127, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 19040, 121, 1499, 6, 96, 1649, 7621, 121, 1499, 3, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 308, 342, 121, 21680, 953, 834, 3420, 22504, 549, 17444, 427, 96, 134, 9022, 121, 3274, 3, 31, 591, 104, 755, 31, 3430, 96, 553, 159, 155, 127, 121, 3274, 3, 31, 835, 346, 75, 9532, 5125, 31, 1, -100, -100, ...
What is the largest number of points they had?
CREATE TABLE table_23308178_8 (points INTEGER)
SELECT MAX(points) FROM table_23308178_8
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 20879, 4018, 27640, 834, 927, 41, 2700, 7, 3, 21342, 17966, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 2015, 381, 13, 979, 79, 141, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 2700, 7, 61, 21680, 953, 834, 20879, 4018, 27640, 834, 927, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Show different teams in eliminations and the number of eliminations from each team Visualize by bar chart, could you show in desc by the Team?
CREATE TABLE wrestler ( Wrestler_ID int, Name text, Reign text, Days_held text, Location text, Event text ) CREATE TABLE Elimination ( Elimination_ID text, Wrestler_ID text, Team text, Eliminated_By text, Elimination_Move text, Time text )
SELECT Team, COUNT(*) FROM Elimination GROUP BY Team ORDER BY Team DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 26033, 52, 41, 549, 6216, 1171, 834, 4309, 16, 17, 6, 5570, 1499, 6, 419, 3191, 1499, 6, 13992, 834, 14796, 1499, 6, 10450, 1499, 6, 8042, 1499, 3, 61, 3, 32102, 32103, 32102, 205, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2271, 6, 2847, 17161, 599, 1935, 61, 21680, 7495, 14484, 350, 4630, 6880, 272, 476, 2271, 4674, 11300, 272, 476, 2271, 309, 25067, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the total react number with a time less than 20.05 and a lane less than 6?
CREATE TABLE table_63690 ( "Rank" real, "Lane" real, "Name" text, "Nationality" text, "React" real, "Time" real )
SELECT COUNT("React") FROM table_63690 WHERE "Time" < '20.05' AND "Lane" < '6'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 948, 3420, 2394, 41, 96, 22557, 121, 490, 6, 96, 434, 152, 15, 121, 490, 6, 96, 23954, 121, 1499, 6, 96, 24732, 485, 121, 1499, 6, 96, 1649, 2708, 121, 490, 6, 96, 1336...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1649, 2708, 8512, 21680, 953, 834, 948, 3420, 2394, 549, 17444, 427, 96, 13368, 121, 3, 2, 3, 31, 357, 25079, 31, 3430, 96, 434, 152, 15, 121, 3, 2, 3, 31, 948, 31, 1, -100, -100, -100, ...
List the types of competition and the number of competitions of each type by a pie chart.
CREATE TABLE club_rank ( Rank real, Club_ID int, Gold real, Silver real, Bronze real, Total real ) CREATE TABLE competition ( Competition_ID int, Year real, Competition_type text, Country text ) CREATE TABLE player ( Player_ID int, name text, Position text, Club_ID int, Apps real, Tries real, Goals text, Points real ) CREATE TABLE competition_result ( Competition_ID int, Club_ID_1 int, Club_ID_2 int, Score text ) CREATE TABLE club ( Club_ID int, name text, Region text, Start_year text )
SELECT Competition_type, COUNT(*) FROM competition GROUP BY Competition_type
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 1886, 834, 6254, 41, 3, 22557, 490, 6, 1949, 834, 4309, 16, 17, 6, 2540, 490, 6, 5642, 490, 6, 20841, 490, 6, 9273, 490, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 15571, 834, 6137, 6, 2847, 17161, 599, 1935, 61, 21680, 2259, 350, 4630, 6880, 272, 476, 15571, 834, 6137, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the season number of the episode directed by Donald Crombie and the series number is 40?
CREATE TABLE table_20592 ( "Season #" real, "Series #" real, "Title" text, "Director(s)" text, "Writer(s)" text, "Original airdate" text )
SELECT "Season #" FROM table_20592 WHERE "Director(s)" = 'Donald Crombie' AND "Series #" = '40'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23201, 4508, 41, 96, 134, 15, 9, 739, 1713, 121, 490, 6, 96, 12106, 7, 1713, 121, 490, 6, 96, 382, 155, 109, 121, 1499, 6, 96, 23620, 127, 599, 7, 61, 121, 1499, 6, 9...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 134, 15, 9, 739, 1713, 121, 21680, 953, 834, 23201, 4508, 549, 17444, 427, 96, 23620, 127, 599, 7, 61, 121, 3274, 3, 31, 13843, 138, 26, 5811, 14382, 15, 31, 3430, 96, 12106, 7, 1713, 121, 3274, 3, 31, 2445,...
Which Position has a Pick # lower than 278 for Player Charles Benson?
CREATE TABLE table_76146 ( "Pick #" real, "NFL Team" text, "Player" text, "Position" text, "College" text )
SELECT "Position" FROM table_76146 WHERE "Pick #" < '278' AND "Player" = 'charles benson'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3959, 24300, 41, 96, 345, 3142, 1713, 121, 490, 6, 96, 12619, 434, 2271, 121, 1499, 6, 96, 15800, 49, 121, 1499, 6, 96, 345, 32, 7, 4749, 121, 1499, 6, 96, 9939, 7883, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3959, 24300, 549, 17444, 427, 96, 345, 3142, 1713, 121, 3, 2, 3, 31, 357, 3940, 31, 3430, 96, 15800, 49, 121, 3274, 3, 31, 4059, 965, 3, 28162, 29, 31, 1, -100, -100...
What was the attendance for the game where the score was 0-6?
CREATE TABLE table_10795 ( "Date" text, "Opponent" text, "Score" text, "Loss" text, "Attendance" real, "Record" text )
SELECT "Attendance" FROM table_10795 WHERE "Score" = '0-6'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 18057, 3301, 41, 96, 308, 342, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 434, 32, 7, 7, 121, 1499, 6, 96, 188, 17, 324, 26, 663...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 188, 17, 324, 26, 663, 121, 21680, 953, 834, 18057, 3301, 549, 17444, 427, 96, 134, 9022, 121, 3274, 3, 31, 632, 5783, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the sambalpuri saree with a samaleswari temple as sambalpuri language?
CREATE TABLE table_name_22 ( sambalpuri_saree VARCHAR, sambalpuri_language VARCHAR )
SELECT sambalpuri_saree FROM table_name_22 WHERE sambalpuri_language = "samaleswari temple"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2884, 41, 3, 7, 14303, 40, 102, 459, 834, 7, 355, 15, 584, 4280, 28027, 6, 3, 7, 14303, 40, 102, 459, 834, 24925, 584, 4280, 28027, 3, 61, 3, 32102, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 7, 14303, 40, 102, 459, 834, 7, 355, 15, 21680, 953, 834, 4350, 834, 2884, 549, 17444, 427, 3, 7, 14303, 40, 102, 459, 834, 24925, 3274, 96, 7, 265, 4529, 2910, 23, 7657, 121, 1, -100, -100, -100, -100, -100,...
Which week's date was September 27, 1953?
CREATE TABLE table_name_8 ( week VARCHAR, date VARCHAR )
SELECT week FROM table_name_8 WHERE date = "september 27, 1953"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 471, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 471, 31, 7, 833, 47, 1600, 14141, 23726, 58, 1, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 471, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 833, 3274, 96, 7, 6707, 18247, 14141, 23726, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
A bar chart about the number of countries for all people whose age is smaller than the average, display Y in ascending order.
CREATE TABLE wedding ( Church_ID int, Male_ID int, Female_ID int, Year int ) CREATE TABLE church ( Church_ID int, Name text, Organized_by text, Open_Date int, Continuation_of text ) CREATE TABLE people ( People_ID int, Name text, Country text, Is_Male text, Age int )
SELECT Country, COUNT(Country) FROM people WHERE Age < (SELECT AVG(Age) FROM people) GROUP BY Country ORDER BY COUNT(Country)
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 1683, 41, 2345, 834, 4309, 16, 17, 6, 17830, 834, 4309, 16, 17, 6, 27144, 834, 4309, 16, 17, 6, 2929, 16, 17, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 2078, 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, 6993, 6, 2847, 17161, 599, 10628, 651, 61, 21680, 151, 549, 17444, 427, 7526, 3, 2, 41, 23143, 14196, 71, 17217, 599, 188, 397, 61, 21680, 151, 61, 350, 4630, 6880, 272, 476, 6993, 4674, 11300, 272, 476, 2847, 17161...
What position does the draft pick from Finland play?
CREATE TABLE table_name_72 ( position VARCHAR, nationality VARCHAR )
SELECT position FROM table_name_72 WHERE nationality = "finland"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 1102, 584, 4280, 28027, 6, 1157, 485, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 1102, 405, 8, 6488, 1432, 45, 16458, 577, 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, 1102, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 1157, 485, 3274, 96, 89, 25948, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the average of lost for place less than 10, less than 23 points, and goals conceded less than 26 for the Chorrillo team?
CREATE TABLE table_name_21 ( lost INTEGER, goals_conceded VARCHAR, team VARCHAR, place VARCHAR, points VARCHAR )
SELECT AVG(lost) FROM table_name_21 WHERE place < 10 AND points < 23 AND team = "chorrillo" AND goals_conceded < 26
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 1513, 3, 21342, 17966, 6, 1766, 834, 11620, 221, 26, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 6, 286, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 2298, 17, 61, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 286, 3, 2, 335, 3430, 979, 3, 2, 1902, 3430, 372, 3274, 96, 19220, 52, 1092, 32, 121, 3430, 1766, 834, 11620, 221, 26, 3, 2, 2208,...
Give me a bar chart about the number of countries in the artist table, and could you display by the bars in descending?
CREATE TABLE artist ( Artist_ID int, Name text, Country text, Year_Join int, Age int ) CREATE TABLE exhibition ( Exhibition_ID int, Year int, Theme text, Artist_ID int, Ticket_Price real ) CREATE TABLE exhibition_record ( Exhibition_ID int, Date text, Attendance int )
SELECT Country, COUNT(Country) FROM artist GROUP BY Country ORDER BY Country DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 2377, 41, 9152, 834, 4309, 16, 17, 6, 5570, 1499, 6, 6993, 1499, 6, 2929, 834, 683, 32, 77, 16, 17, 6, 7526, 16, 17, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 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, 6993, 6, 2847, 17161, 599, 10628, 651, 61, 21680, 2377, 350, 4630, 6880, 272, 476, 6993, 4674, 11300, 272, 476, 6993, 309, 25067, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the average Grid for a Maserati with less than 80 laps, and a Time/Retired of +2 laps?
CREATE TABLE table_78364 ( "Driver" text, "Constructor" text, "Laps" real, "Time/Retired" text, "Grid" real )
SELECT AVG("Grid") FROM table_78364 WHERE "Laps" < '80' AND "Constructor" = 'maserati' AND "Time/Retired" = '+2 laps'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3940, 3420, 591, 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, 13313, 26, 8512, 21680, 953, 834, 3940, 3420, 591, 549, 17444, 427, 96, 3612, 102, 7, 121, 3, 2, 3, 31, 2079, 31, 3430, 96, 4302, 7593, 127, 121, 3274, 3, 31, 2754, 15, 6850, 31, 3430, 96, ...
What is the current status of the KDAF ** Station?
CREATE TABLE table_18787 ( "City of license/Market" text, "Station" text, "Channel TV ( DT )" text, "Years owned" text, "Current Status" text )
SELECT "Current Status" FROM table_18787 WHERE "Station" = 'KDAF **'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 25828, 4225, 41, 96, 254, 485, 13, 3344, 87, 22572, 121, 1499, 6, 96, 134, 6821, 121, 1499, 6, 96, 3541, 4515, 40, 1424, 41, 3, 12111, 3, 61, 121, 1499, 6, 96, 476, 274...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 254, 450, 5320, 19318, 121, 21680, 953, 834, 25828, 4225, 549, 17444, 427, 96, 134, 6821, 121, 3274, 3, 31, 439, 4296, 371, 14011, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the sum of the pick of the lw position player?
CREATE TABLE table_76777 ( "Round" real, "Pick" real, "Player" text, "Position" text, "Nationality" text, "College/Junior Team" text )
SELECT SUM("Pick") FROM table_76777 WHERE "Position" = 'lw'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3959, 26225, 41, 96, 448, 32, 1106, 121, 490, 6, 96, 345, 3142, 121, 490, 6, 96, 15800, 49, 121, 1499, 6, 96, 345, 32, 7, 4749, 121, 1499, 6, 96, 24732, 485, 121, 1499,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 121, 345, 3142, 8512, 21680, 953, 834, 3959, 26225, 549, 17444, 427, 96, 345, 32, 7, 4749, 121, 3274, 3, 31, 40, 210, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Find the last name of the first ever contact person of the organization with the highest UK Vat number.
CREATE TABLE organizations (uk_vat_number INTEGER); CREATE TABLE individuals (individual_last_name VARCHAR, individual_id VARCHAR); CREATE TABLE organizations (organization_id VARCHAR, uk_vat_number INTEGER); CREATE TABLE organization_contact_individuals (organization_id VARCHAR, individual_id VARCHAR, date_contact_to VARCHAR)
SELECT t3.individual_last_name FROM organizations AS t1 JOIN organization_contact_individuals AS t2 ON t1.organization_id = t2.organization_id JOIN individuals AS t3 ON t2.individual_id = t3.individual_id WHERE t1.uk_vat_number = (SELECT MAX(uk_vat_number) FROM organizations) ORDER BY t2.date_contact_to LIMIT 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 2371, 41, 1598, 834, 900, 17, 834, 5525, 1152, 3, 21342, 17966, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 1742, 41, 17027, 138, 834, 5064, 834, 4350, 584, 4280, 28027, 6...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17, 5787, 17027, 138, 834, 5064, 834, 4350, 21680, 2371, 6157, 3, 17, 536, 3, 15355, 3162, 1470, 834, 27608, 834, 17027, 5405, 6157, 3, 17, 357, 9191, 3, 17, 5411, 17939, 257, 834, 23, 26, 3274, 3, 17, 4416, ...
What is the series number for the Golden Frog?
CREATE TABLE table_24510 ( "Series #" real, "Title" text, "Story #" real, "Artist" text, "Strip numbers" text, "Number of strips" text, "Dates of original publication of strip" text )
SELECT "Series #" FROM table_24510 WHERE "Title" = 'The Golden Frog'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2266, 25926, 41, 96, 12106, 7, 1713, 121, 490, 6, 96, 382, 155, 109, 121, 1499, 6, 96, 134, 10972, 1713, 121, 490, 6, 96, 7754, 343, 121, 1499, 6, 96, 134, 14192, 2302, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1713, 121, 21680, 953, 834, 2266, 25926, 549, 17444, 427, 96, 382, 155, 109, 121, 3274, 3, 31, 634, 7100, 377, 3822, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
When was the home team score 17.5 (107)?
CREATE TABLE table_50202 ( "Home team" text, "Home team score" text, "Away team" text, "Away team score" text, "Ground" text, "Crowd" real, "Date" text )
SELECT "Date" FROM table_50202 WHERE "Home team score" = '17.5 (107)'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 1752, 19818, 41, 96, 19040, 372, 121, 1499, 6, 96, 19040, 372, 2604, 121, 1499, 6, 96, 188, 1343, 372, 121, 1499, 6, 96, 188, 1343, 372, 2604, 121, 1499, 6, 96, 517, 7775...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 308, 342, 121, 21680, 953, 834, 1752, 19818, 549, 17444, 427, 96, 19040, 372, 2604, 121, 3274, 3, 31, 536, 15731, 11704, 12703, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many games were Tied during the Span of 2011 2013 with a less than 80% Win %?
CREATE TABLE table_name_57 ( tied VARCHAR, span VARCHAR, win__percentage VARCHAR )
SELECT COUNT(tied) FROM table_name_57 WHERE span = "2011–2013" AND win__percentage < 80
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 10422, 584, 4280, 28027, 6, 8438, 584, 4280, 28027, 6, 1369, 834, 834, 883, 3728, 545, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 571, 186, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17, 5973, 61, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 8438, 3274, 96, 13907, 104, 11138, 121, 3430, 1369, 834, 834, 883, 3728, 545, 3, 2, 2775, 1, -100, -100, -100, -100, -100, -100, -10...
Name the Nationality / Opponent of rosario?
CREATE TABLE table_name_64 (competition VARCHAR, nationality___opponent VARCHAR)
SELECT competition FROM table_name_64 WHERE nationality___opponent = "rosario"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 287, 4995, 4749, 584, 4280, 28027, 6, 1157, 485, 834, 834, 834, 32, 102, 9977, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 868, 485, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2259, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 1157, 485, 834, 834, 834, 32, 102, 9977, 3274, 96, 1859, 14414, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the home stadium of the Atlanta Falcons?
CREATE TABLE table_67159 ( "Date" text, "Visiting team" text, "Final score" text, "Host team" text, "Stadium" text )
SELECT "Stadium" FROM table_67159 WHERE "Host team" = 'atlanta falcons'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3708, 27904, 41, 96, 308, 342, 121, 1499, 6, 96, 30338, 372, 121, 1499, 6, 96, 371, 10270, 2604, 121, 1499, 6, 96, 566, 3481, 372, 121, 1499, 6, 96, 134, 17, 9, 12925, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17, 9, 12925, 121, 21680, 953, 834, 3708, 27904, 549, 17444, 427, 96, 566, 3481, 372, 121, 3274, 3, 31, 144, 6761, 9, 12553, 8056, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is Pos., when From Club is 'Chelsea', and when Date is '30 July 2008'?
CREATE TABLE table_48620 ( "Date" text, "Pos." text, "Player" text, "From club" text, "Transfer fee" text )
SELECT "Pos." FROM table_48620 WHERE "From club" = 'chelsea' AND "Date" = '30 july 2008'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3707, 26898, 41, 96, 308, 342, 121, 1499, 6, 96, 345, 32, 7, 535, 1499, 6, 96, 15800, 49, 121, 1499, 6, 96, 22674, 1886, 121, 1499, 6, 96, 18474, 1010, 2572, 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, 345, 32, 7, 535, 21680, 953, 834, 3707, 26898, 549, 17444, 427, 96, 22674, 1886, 121, 3274, 3, 31, 8738, 7, 15, 9, 31, 3430, 96, 308, 342, 121, 3274, 3, 31, 1458, 3, 2047, 120, 2628, 31, 1, -100, -100, -10...
Which City of license has a Call sign of w220ba?
CREATE TABLE table_name_64 ( city_of_license VARCHAR, call_sign VARCHAR )
SELECT city_of_license FROM table_name_64 WHERE call_sign = "w220ba"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4389, 41, 690, 834, 858, 834, 28062, 584, 4280, 28027, 6, 580, 834, 6732, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 896, 13, 3344, 65, 3, 9, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 690, 834, 858, 834, 28062, 21680, 953, 834, 4350, 834, 4389, 549, 17444, 427, 580, 834, 6732, 3274, 96, 210, 357, 1755, 115, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is the name when born is december 30, 1957 detroit, mi?
CREATE TABLE table_399 ( "Name" text, "Position" text, "Height" text, "Weight(lbs)" real, "Born" text, "College" text, "Drafted" text, "Pro Team" text )
SELECT "Name" FROM table_399 WHERE "Born" = 'December 30, 1957 Detroit, MI'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 519, 3264, 41, 96, 23954, 121, 1499, 6, 96, 345, 32, 7, 4749, 121, 1499, 6, 96, 3845, 2632, 121, 1499, 6, 96, 1326, 2632, 599, 9949, 61, 121, 490, 6, 96, 279, 127, 29, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 23954, 121, 21680, 953, 834, 519, 3264, 549, 17444, 427, 96, 279, 127, 29, 121, 3274, 3, 31, 29835, 11558, 24011, 11901, 6, 8161, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What are the maximum and minimum number of transit passengers of all aiports.
CREATE TABLE airport ( Transit_Passengers INTEGER )
SELECT MAX(Transit_Passengers), MIN(Transit_Passengers) FROM airport
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 3761, 41, 24885, 834, 20192, 4606, 277, 3, 21342, 17966, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 33, 8, 2411, 11, 2559, 381, 13, 11811, 9234, 13, 66, 3, 9, 23, 1493, 7, 5, 1, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 18474, 155, 834, 20192, 4606, 277, 201, 3, 17684, 599, 18474, 155, 834, 20192, 4606, 277, 61, 21680, 3761, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Name the least season for round of 32
CREATE TABLE table_245694_4 ( season INTEGER, us_open_cup VARCHAR )
SELECT MIN(season) FROM table_245694_4 WHERE us_open_cup = "Round of 32"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2266, 4834, 4240, 834, 591, 41, 774, 3, 21342, 17966, 6, 178, 834, 8751, 834, 4658, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 709, 774, 21, 1751, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 9476, 61, 21680, 953, 834, 2266, 4834, 4240, 834, 591, 549, 17444, 427, 178, 834, 8751, 834, 4658, 3274, 96, 448, 32, 1106, 13, 3538, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What was Canada's skip?
CREATE TABLE table_34913 ( "Country" text, "Skip" text, "Third" text, "Second" text, "Lead" text )
SELECT "Skip" FROM table_34913 WHERE "Country" = 'canada'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 519, 3647, 2368, 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, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 96, 134, 2168, 102, 121, 21680, 953, 834, 519, 3647, 2368, 549, 17444, 427, 96, 10628, 651, 121, 3274, 3, 31, 658, 18089, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What was the date during week 13?
CREATE TABLE table_name_70 (date VARCHAR, week VARCHAR)
SELECT date FROM table_name_70 WHERE week = 13
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 5522, 584, 4280, 28027, 6, 471, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 833, 383, 471, 1179, 58, 1, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 833, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 471, 3274, 1179, 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,...
How many connection catagories are there for Tampa?
CREATE TABLE table_2093995_1 ( connections VARCHAR, stations VARCHAR )
SELECT COUNT(connections) FROM table_2093995_1 WHERE stations = "Tampa"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 357, 4198, 3288, 3301, 834, 536, 41, 5992, 584, 4280, 28027, 6, 6991, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 571, 186, 2135, 1712, 9, 839, 2593, 33, 132, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 28102, 7, 61, 21680, 953, 834, 357, 4198, 3288, 3301, 834, 536, 549, 17444, 427, 6991, 3274, 96, 382, 4624, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
In which district is the incumbent Marcia C. Kaptur?
CREATE TABLE table_1341453_37 ( district VARCHAR, incumbent VARCHAR )
SELECT district FROM table_1341453_37 WHERE incumbent = "Marcia C. Kaptur"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23747, 2534, 4867, 834, 4118, 41, 3939, 584, 4280, 28027, 6, 28406, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 86, 84, 3939, 19, 8, 28406, 1571, 4915, 205, 5, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3939, 21680, 953, 834, 23747, 2534, 4867, 834, 4118, 549, 17444, 427, 28406, 3274, 96, 7286, 4915, 205, 5, 12232, 2905, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
how many patients whose ethnicity is hispanic or latino and age is less than 20?
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 text, discharge_location text, diagnosis text, dod text, dob_year text, dod_year text, admittime text, dischtime text, admityear text ) CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE prescriptions ( subject_id text, hadm_id text, icustay_id text, drug_type text, drug text, formulary_drug_cd text, route text, drug_dose text ) CREATE TABLE diagnoses ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text, label text, fluid text )
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.ethnicity = "HISPANIC OR LATINO" AND demographic.age < "20"
[ 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, 549, 17444, 427, 14798, 5, 15, 189, 2532, 485, 3274, 96, 7094, 21215, 18830, 4674, 301, 21580, 7400, 121, 3430, 14798, 5, 545...
What was the highest long of Charles Pauley with fewer than 60 yards?
CREATE TABLE table_name_83 ( long INTEGER, player VARCHAR, yards VARCHAR )
SELECT MAX(long) FROM table_name_83 WHERE player = "charles pauley" AND yards < 60
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 307, 3, 21342, 17966, 6, 1959, 584, 4280, 28027, 6, 6460, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 2030, 307, 13, 5417, 1838...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4800, 4, 599, 2961, 61, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 1959, 3274, 96, 4059, 965, 2576, 76, 1306, 121, 3430, 6460, 3, 2, 1640, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Who are the rowers with a time of 6:41.45 and notes of FA?
CREATE TABLE table_name_33 ( rowers VARCHAR, notes VARCHAR, time VARCHAR )
SELECT rowers FROM table_name_33 WHERE notes = "fa" AND time = "6:41.45"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 7358, 277, 584, 4280, 28027, 6, 3358, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 2645, 33, 8, 7358, 277, 28, 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, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 7358, 277, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 3358, 3274, 96, 89, 9, 121, 3430, 97, 3274, 96, 948, 10, 4853, 5, 2128, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
On what date was the attendance at TD Garden 18,624?
CREATE TABLE table_23274514_8 ( date VARCHAR, location_attendance VARCHAR )
SELECT date FROM table_23274514_8 WHERE location_attendance = "TD Garden 18,624"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2773, 2555, 2128, 2534, 834, 927, 41, 833, 584, 4280, 28027, 6, 1128, 834, 15116, 663, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 461, 125, 833, 47, 8, 11364, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 2773, 2555, 2128, 2534, 834, 927, 549, 17444, 427, 1128, 834, 15116, 663, 3274, 96, 10494, 5072, 14985, 4056, 20364, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the home team score of St Kilda?
CREATE TABLE table_name_4 (home_team VARCHAR)
SELECT home_team AS score FROM table_name_4 WHERE home_team = "st kilda"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 5515, 834, 11650, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 234, 372, 2604, 13, 472, 12672, 26, 9, 58, 1, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 234, 834, 11650, 6157, 2604, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 234, 834, 11650, 3274, 96, 7, 17, 3, 157, 173, 26, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
give me the number of patients whose admission year is less than 2137 and diagnoses icd9 code is v489?
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, label text, fluid text ) CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE diagnoses ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE demographic ( subject_id text, hadm_id text, name text, marital_status text, age text, dob text, gender text, language text, religion text, admission_type text, days_stay text, insurance text, ethnicity text, expire_flag text, admission_location text, discharge_location text, diagnosis text, dod text, dob_year text, dod_year text, admittime text, dischtime text, admityear text )
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id WHERE demographic.admityear < "2137" AND diagnoses.icd9_code = "V489"
[ 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, 18730, 7, 9191, 14798, 5, 8399, 51, 834, 23, 26, 3274, 18730, 7, 5, 8399, 51, 834, 23, 26, 5...
what is the date of vacancy when the position in table is 10th and the team is balboa?
CREATE TABLE table_name_70 ( date_of_vacancy VARCHAR, position_in_table VARCHAR, team VARCHAR )
SELECT date_of_vacancy FROM table_name_70 WHERE position_in_table = "10th" AND team = "balboa"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2518, 41, 833, 834, 858, 834, 29685, 584, 4280, 28027, 6, 1102, 834, 77, 834, 3869, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 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, 833, 834, 858, 834, 29685, 21680, 953, 834, 4350, 834, 2518, 549, 17444, 427, 1102, 834, 77, 834, 3869, 3274, 96, 1714, 189, 121, 3430, 372, 3274, 96, 3849, 115, 32, 9, 121, 1, -100, -100, -100, -100, -100, -100, ...
Report all advisors that advise more than 2 students.
CREATE TABLE STUDENT ( Advisor VARCHAR )
SELECT Advisor FROM STUDENT GROUP BY Advisor HAVING COUNT(*) > 2
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 5097, 10161, 6431, 41, 17228, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 3750, 66, 8815, 7, 24, 7786, 72, 145, 204, 481, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 17228, 21680, 5097, 10161, 6431, 350, 4630, 6880, 272, 476, 17228, 454, 6968, 2365, 2847, 17161, 599, 1935, 61, 2490, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What's the IHSAA Football Class in Decatur with an AAA IHSAA class?
CREATE TABLE table_name_78 (ihsaa_football_class VARCHAR, ihsaa_class VARCHAR, location VARCHAR)
SELECT ihsaa_football_class FROM table_name_78 WHERE ihsaa_class = "aaa" AND location = "decatur"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 23, 107, 7, 9, 9, 834, 6259, 3184, 834, 4057, 584, 4280, 28027, 6, 3, 23, 107, 7, 9, 9, 834, 4057, 584, 4280, 28027, 6, 1128, 584, 4280, 28027, 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, 23, 107, 7, 9, 9, 834, 6259, 3184, 834, 4057, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 3, 23, 107, 7, 9, 9, 834, 4057, 3274, 96, 9, 9, 9, 121, 3430, 1128, 3274, 96, 221, 75, 6010, 121, 1, -100, ...
What is the sum of the evening gown scores where the interview score is less than 8.77, the swimsuit score is equal to 7.8, and the average score is less than 8.2?
CREATE TABLE table_name_4 ( evening_gown INTEGER, average VARCHAR, interview VARCHAR, swimsuit VARCHAR )
SELECT SUM(evening_gown) FROM table_name_4 WHERE interview < 8.77 AND swimsuit = 7.8 AND average < 8.2
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 591, 41, 2272, 834, 122, 9197, 3, 21342, 17966, 6, 1348, 584, 4280, 28027, 6, 2772, 584, 4280, 28027, 6, 9728, 7628, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 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, 180, 6122, 599, 6190, 53, 834, 122, 9197, 61, 21680, 953, 834, 4350, 834, 591, 549, 17444, 427, 2772, 3, 2, 4848, 4013, 3430, 9728, 7628, 3274, 4306, 927, 3430, 1348, 3, 2, 4848, 357, 1, -100, -100, -100, -100, -1...
Who are the Runner(s)-up with a Margin of 1 stroke?
CREATE TABLE table_39383 ( "Year" real, "Championship" text, "54 holes" text, "Winning score" text, "Margin" text, "Runner(s)-up" text )
SELECT "Runner(s)-up" FROM table_39383 WHERE "Margin" = '1 stroke'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3288, 3747, 519, 41, 96, 476, 2741, 121, 490, 6, 96, 254, 1483, 12364, 2009, 121, 1499, 6, 96, 5062, 8034, 121, 1499, 6, 96, 518, 10503, 2604, 121, 1499, 6, 96, 7286, 122...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 23572, 599, 7, 61, 18, 413, 121, 21680, 953, 834, 3288, 3747, 519, 549, 17444, 427, 96, 7286, 122, 77, 121, 3274, 3, 31, 536, 9529, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What was the original air date of the episode written by amanda segel?
CREATE TABLE table_3452 ( "No. in series" real, "Title" text, "Directed by" text, "Written by" text, "Original air date" text, "U.S. viewers (million)" text )
SELECT "Original air date" FROM table_3452 WHERE "Written by" = 'Amanda Segel'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3710, 5373, 41, 96, 4168, 5, 16, 939, 121, 490, 6, 96, 382, 155, 109, 121, 1499, 6, 96, 23620, 15, 26, 57, 121, 1499, 6, 96, 24965, 324, 57, 121, 1499, 6, 96, 667, 33...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 667, 3380, 10270, 799, 833, 121, 21680, 953, 834, 3710, 5373, 549, 17444, 427, 96, 24965, 324, 57, 121, 3274, 3, 31, 8123, 232, 9, 679, 1803, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What Date has a Circuit of cremona?
CREATE TABLE table_name_36 ( date VARCHAR, circuit VARCHAR )
SELECT date FROM table_name_36 WHERE circuit = "cremona"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 833, 584, 4280, 28027, 6, 4558, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 7678, 65, 3, 9, 17007, 13, 3935, 2157, 9, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 4558, 3274, 96, 5045, 2157, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many times did outgoing manager Bart de Roover vacated a position?
CREATE TABLE table_29458 ( "Team" text, "Outgoing manager" text, "Manner of departure" text, "Date of vacancy" text, "Replaced by" text, "Date of appointment" text, "Position in table" text )
SELECT COUNT("Date of vacancy") FROM table_29458 WHERE "Outgoing manager" = 'Bart De Roover'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 357, 4240, 3449, 41, 96, 18699, 121, 1499, 6, 96, 15767, 9545, 2743, 121, 1499, 6, 96, 7296, 687, 13, 12028, 121, 1499, 6, 96, 308, 342, 13, 3, 29685, 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, 2847, 17161, 599, 121, 308, 342, 13, 3, 29685, 8512, 21680, 953, 834, 357, 4240, 3449, 549, 17444, 427, 96, 15767, 9545, 2743, 121, 3274, 3, 31, 14851, 17, 374, 2158, 1890, 31, 1, -100, -100, -100, -100, -100, -100,...
What was the NBA draft status for Northeast High School?
CREATE TABLE table_name_7 (nba_draft VARCHAR, school VARCHAR)
SELECT nba_draft FROM table_name_7 WHERE school = "northeast high school"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 29, 115, 9, 834, 26, 10913, 584, 4280, 28027, 6, 496, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 14512, 6488, 2637, 21, 21732, 159...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 29, 115, 9, 834, 26, 10913, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 496, 3274, 96, 29, 127, 189, 11535, 306, 496, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
find the number of medicaid patients who had transplant from live non-related donor.
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 ( 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 text, discharge_location text, diagnosis text, dod text, dob_year text, dod_year text, admittime text, dischtime text, admityear text ) CREATE TABLE prescriptions ( subject_id text, hadm_id text, icustay_id text, drug_type text, drug text, formulary_drug_cd text, route text, drug_dose text ) CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE diagnoses ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text )
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN procedures ON demographic.hadm_id = procedures.hadm_id WHERE demographic.insurance = "Medicaid" AND procedures.long_title = "Transplant from live non-related donor"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 7690, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 2118, 23, 26, 1499, 6, 5059, 715, 1499, 6, 5692, 1499, 6, 701, 834, 15129, 1499, 6, 3783, 1499, 6, 5798, 1499...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 14798, 5, 7304, 11827, 834, 23, 26, 61, 21680, 14798, 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 athena chu 's first role ?
CREATE TABLE table_203_239 ( id number, "year" number, "title" text, "chinese title" text, "role" text, "notes" text )
SELECT "role" FROM table_203_239 WHERE id = 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23330, 834, 357, 3288, 41, 3, 23, 26, 381, 6, 96, 1201, 121, 381, 6, 96, 21869, 121, 1499, 6, 96, 1436, 1496, 15, 2233, 121, 1499, 6, 96, 3491, 15, 121, 1499, 6, 96, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 3491, 15, 121, 21680, 953, 834, 23330, 834, 357, 3288, 549, 17444, 427, 3, 23, 26, 3274, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Standalone when Tron is the Arcade?
CREATE TABLE table_name_99 (standalone VARCHAR, arcade VARCHAR)
SELECT standalone FROM table_name_99 WHERE arcade = "tron"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3264, 41, 2976, 138, 782, 584, 4280, 28027, 6, 26211, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 7351, 138, 782, 116, 7080, 29, 19, 8, 1533...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 27162, 21680, 953, 834, 4350, 834, 3264, 549, 17444, 427, 26211, 3274, 96, 6255, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What team was Andrew Ranger in?
CREATE TABLE table_35173 ( "Name" text, "Team" text, "Qual 1" text, "Qual 2" text, "Best" text )
SELECT "Team" FROM table_35173 WHERE "Name" = 'andrew ranger'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2469, 2517, 519, 41, 96, 23954, 121, 1499, 6, 96, 18699, 121, 1499, 6, 96, 5991, 138, 209, 121, 1499, 6, 96, 5991, 138, 204, 121, 1499, 6, 96, 17278, 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, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 96, 18699, 121, 21680, 953, 834, 2469, 2517, 519, 549, 17444, 427, 96, 23954, 121, 3274, 3, 31, 232, 60, 210, 620, 52, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Does Venezuela admit only boys, only girls, or both?
CREATE TABLE table_104858_1 ( admits_boys_girls VARCHAR, country VARCHAR )
SELECT admits_boys_girls FROM table_104858_1 WHERE country = "Venezuela"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 1714, 3707, 3449, 834, 536, 41, 6264, 7, 834, 7531, 7, 834, 18722, 7, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 3520, 17841, 6264, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6264, 7, 834, 7531, 7, 834, 18722, 7, 21680, 953, 834, 1714, 3707, 3449, 834, 536, 549, 17444, 427, 684, 3274, 96, 553, 35, 15, 1000, 15, 521, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who won the Senior British Open when Hale Irwin (3/7) won the Senior PGA Championship?
CREATE TABLE table_name_57 ( senior_british_open VARCHAR, senior_pga_championship VARCHAR )
SELECT senior_british_open FROM table_name_57 WHERE senior_pga_championship = "hale irwin (3/7)"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3436, 41, 2991, 834, 2160, 17, 1273, 834, 8751, 584, 4280, 28027, 6, 2991, 834, 102, 122, 9, 834, 17788, 12364, 2009, 584, 4280, 28027, 3, 61, 3, 32102, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2991, 834, 2160, 17, 1273, 834, 8751, 21680, 953, 834, 4350, 834, 3436, 549, 17444, 427, 2991, 834, 102, 122, 9, 834, 17788, 12364, 2009, 3274, 96, 3828, 15, 3, 23, 52, 3757, 41, 15020, 12703, 121, 1, -100, -100, ...
What was the ranking of Beirasar Rosalía, the year they played 32 games?
CREATE TABLE table_name_6 (rank INTEGER, team VARCHAR, games VARCHAR)
SELECT MAX(rank) FROM table_name_6 WHERE team = "beirasar rosalía" AND games < 32
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 6254, 3, 21342, 17966, 6, 372, 584, 4280, 28027, 6, 1031, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 11592, 13, 272, 15809, 7, 291...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 4800, 4, 599, 6254, 61, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 372, 3274, 96, 115, 15809, 7, 291, 3, 1859, 138, 2, 9, 121, 3430, 1031, 3, 2, 3538, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Who is the candidate in Race for State representative, hd18?
CREATE TABLE table_51555 ( "Race" text, "Candidate" text, "Party" text, "Notes" text, "Votes" real )
SELECT "Candidate" FROM table_51555 WHERE "Race" = 'state representative, hd18'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 5553, 28803, 41, 96, 448, 3302, 121, 1499, 6, 96, 14050, 12416, 342, 121, 1499, 6, 96, 13725, 63, 121, 1499, 6, 96, 10358, 15, 7, 121, 1499, 6, 96, 553, 32, 1422, 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, 14050, 12416, 342, 121, 21680, 953, 834, 5553, 28803, 549, 17444, 427, 96, 448, 3302, 121, 3274, 3, 31, 5540, 6978, 6, 3, 107, 26, 2606, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What final was Farhad Rezaei in?
CREATE TABLE table_name_46 ( final VARCHAR, athlete VARCHAR )
SELECT final FROM table_name_46 WHERE athlete = "farhad rezaei"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4448, 41, 804, 584, 4280, 28027, 6, 17893, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 804, 47, 5186, 8399, 18100, 9, 15, 23, 16, 58, 1, 0, 0,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 804, 21680, 953, 834, 4350, 834, 4448, 549, 17444, 427, 17893, 3274, 96, 5544, 8399, 3, 2638, 9, 15, 23, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
what is the difference in attendance between the first and last game of the season ?
CREATE TABLE table_204_443 ( id number, "week" number, "date" text, "opponent" text, "result" text, "game site" text, "attendance" number, "bye" text )
SELECT ABS((SELECT "attendance" FROM table_204_443 ORDER BY "date" LIMIT 1) - (SELECT "attendance" FROM table_204_443 ORDER BY "date" DESC LIMIT 1))
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26363, 834, 3628, 519, 41, 3, 23, 26, 381, 6, 96, 8041, 121, 381, 6, 96, 5522, 121, 1499, 6, 96, 32, 102, 9977, 121, 1499, 6, 96, 60, 7, 83, 17, 121, 1499, 6, 96, 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, 20798, 599, 599, 23143, 14196, 96, 15116, 663, 121, 21680, 953, 834, 26363, 834, 3628, 519, 4674, 11300, 272, 476, 96, 5522, 121, 8729, 12604, 8925, 3, 18, 41, 23143, 14196, 96, 15116, 663, 121, 21680, 953, 834, 26363...
What is the sum of Round with a Position that is center?
CREATE TABLE table_name_88 (round INTEGER, position VARCHAR)
SELECT SUM(round) FROM table_name_88 WHERE position = "center"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4060, 41, 7775, 3, 21342, 17966, 6, 1102, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 4505, 13, 9609, 28, 3, 9, 14258, 24, 19, 1530, 58, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 180, 6122, 599, 7775, 61, 21680, 953, 834, 4350, 834, 4060, 549, 17444, 427, 1102, 3274, 96, 13866, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What venue has the away side scoring 16.14 (110)?
CREATE TABLE table_52115 ( "Home team" text, "Home team score" text, "Away team" text, "Away team score" text, "Venue" text, "Crowd" real, "Date" text )
SELECT "Venue" FROM table_52115 WHERE "Away team score" = '16.14 (110)'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 5373, 15660, 41, 96, 19040, 372, 121, 1499, 6, 96, 19040, 372, 2604, 121, 1499, 6, 96, 188, 1343, 372, 121, 1499, 6, 96, 188, 1343, 372, 2604, 121, 1499, 6, 96, 553, 35, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 553, 35, 76, 15, 121, 21680, 953, 834, 5373, 15660, 549, 17444, 427, 96, 188, 1343, 372, 2604, 121, 3274, 3, 31, 2938, 5, 2534, 4077, 16968, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
How many players led Game #66 in scoring?
CREATE TABLE table_18876 ( "Game" real, "Date" text, "Team" text, "Score" text, "High points" text, "High rebounds" text, "High assists" text, "Location Attendance" text, "Record" text )
SELECT COUNT("High points") FROM table_18876 WHERE "Game" = '66'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 25794, 3959, 41, 96, 23055, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 18699, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 21417, 979, 121, 1499, 6, 96, 21417, 3, 2...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 121, 21417, 979, 8512, 21680, 953, 834, 25794, 3959, 549, 17444, 427, 96, 23055, 121, 3274, 3, 31, 3539, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
When the United Kingdom had a time of 1:30.51.2, what was the lowest that they ranked?
CREATE TABLE table_name_8 (place INTEGER, country VARCHAR, time VARCHAR)
SELECT MIN(place) FROM table_name_8 WHERE country = "united kingdom" AND time = "1:30.51.2"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 4687, 3, 21342, 17966, 6, 684, 584, 4280, 28027, 6, 97, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 366, 8, 907, 6524, 141, 3, 9, 97, 13, 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, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 17684, 599, 4687, 61, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 684, 3274, 96, 15129, 15, 26, 14740, 121, 3430, 97, 3274, 96, 20120, 5, 755, 10917, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the source corresponding to a date of May 25 27?
CREATE TABLE table_name_7 ( source VARCHAR, date VARCHAR )
SELECT source FROM table_name_7 WHERE date = "may 25–27"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 1391, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 1391, 3, 9921, 12, 3, 9, 833, 13, 932, 944, 2307, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 1391, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 833, 3274, 96, 13726, 944, 104, 2555, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What type of settlement is футог?
CREATE TABLE table_2562572_9 (type VARCHAR, cyrillic_name_other_names VARCHAR)
SELECT type FROM table_2562572_9 WHERE cyrillic_name_other_names = "Футог"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 19337, 1828, 5865, 834, 1298, 41, 6137, 584, 4280, 28027, 6, 3, 75, 63, 52, 173, 2176, 834, 4350, 834, 9269, 834, 4350, 7, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 321...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 686, 21680, 953, 834, 19337, 1828, 5865, 834, 1298, 549, 17444, 427, 3, 75, 63, 52, 173, 2176, 834, 4350, 834, 9269, 834, 4350, 7, 3274, 96, 2, 3700, 9592, 2, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100...
Return a histogram on what is the average high temperature for each day of week?, display in asc by the total number.
CREATE TABLE train ( id int, train_number int, name text, origin text, destination text, time text, interval text ) CREATE TABLE station ( id int, network_name text, services text, local_authority text ) 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 route ( train_id int, station_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, 2412, 41, 3, 23, 26, 16, 17, 6, 2412, 834, 5525, 1152, 16, 17, 6, 564, 1499, 6, 5233, 1499, 6, 3954, 1499, 6, 97, 1499, 6, 8572, 1499, 3, 61, 3, 32102, 32103, 32102, 205, 4386, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 239, 834, 858, 834, 8041, 6, 71, 17217, 599, 6739, 834, 21010, 15, 61, 21680, 5547, 834, 26809, 350, 4630, 6880, 272, 476, 239, 834, 858, 834, 8041, 4674, 11300, 272, 476, 71, 17217, 599, 6739, 834, 21010, 15, 61, ...
What was team number 2's Fluminense's 2nd leg?
CREATE TABLE table_24426072_1 (team__number2 VARCHAR)
SELECT 2 AS nd_leg FROM table_24426072_1 WHERE team__number2 = "Fluminense"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 357, 3628, 18365, 5865, 834, 536, 41, 11650, 834, 834, 5525, 1152, 357, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 372, 381, 204, 31, 7, 9507, 1109, 5167, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 204, 6157, 3, 727, 834, 5772, 21680, 953, 834, 357, 3628, 18365, 5865, 834, 536, 549, 17444, 427, 372, 834, 834, 5525, 1152, 357, 3274, 96, 371, 5171, 77, 5167, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100...
What is the altitude (or elevation) of the airports in the city of New York? Show me a bar chart, order in ascending by the elevation.
CREATE TABLE airports ( apid integer, name text, city text, country text, x real, y real, elevation bigint, iata character varchar(3), icao character varchar(4) ) CREATE TABLE airlines ( alid integer, name text, iata varchar(2), icao varchar(3), callsign text, country text, active varchar(2) ) CREATE TABLE routes ( rid integer, dst_apid integer, dst_ap varchar(4), src_apid bigint, src_ap varchar(4), alid bigint, airline varchar(4), codeshare text )
SELECT name, elevation FROM airports WHERE city = 'New York' ORDER BY elevation
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 3761, 7, 41, 3, 9, 12417, 30278, 6, 564, 1499, 6, 690, 1499, 6, 684, 1499, 6, 3, 226, 490, 6, 3, 63, 490, 6, 16417, 600, 77, 17, 6, 3, 17221, 1848, 3, 4331, 4059, 17867, 6, 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, 564, 6, 16417, 21680, 3761, 7, 549, 17444, 427, 690, 3274, 3, 31, 6861, 1060, 31, 4674, 11300, 272, 476, 16417, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What place does Fred Funk, who has a score of 69-69=138, have?
CREATE TABLE table_name_71 ( place VARCHAR, player VARCHAR, score VARCHAR )
SELECT place FROM table_name_71 WHERE score = 69 - 69 = 138 AND player = "fred funk"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 286, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 6, 2604, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 286, 405, 12264, 21867, 6, 113, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 286, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 2604, 3274, 3, 3951, 3, 18, 3, 3951, 3274, 3, 22744, 3430, 1959, 3274, 96, 89, 1271, 3, 15668, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
find the health insurance and religious background of patient kelly gallardo.
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 text, discharge_location text, diagnosis text, dod text, dob_year text, dod_year text, admittime text, dischtime text, admityear text ) CREATE TABLE prescriptions ( subject_id text, hadm_id text, icustay_id text, drug_type text, drug text, formulary_drug_cd text, route text, drug_dose text ) CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE diagnoses ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text, label text, fluid text )
SELECT demographic.religion, demographic.insurance FROM demographic WHERE demographic.name = "Kelly Gallardo"
[ 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, 14798, 5, 60, 2825, 23, 106, 6, 14798, 5, 29441, 21680, 14798, 549, 17444, 427, 14798, 5, 4350, 3274, 96, 439, 15, 6073, 10987, 986, 32, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What album came out before 2008 called We're not Made in the USA?
CREATE TABLE table_13597 ( "Year" real, "Title" text, "Singapore 987FM Top Position" text, "Singapore Power98 Top Position" text, "Album" text )
SELECT "Album" FROM table_13597 WHERE "Year" < '2008' AND "Title" = 'we''re not made in the usa'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 536, 2469, 4327, 41, 96, 476, 2741, 121, 490, 6, 96, 382, 155, 109, 121, 1499, 6, 96, 134, 53, 9, 21642, 668, 4225, 14908, 2224, 14258, 121, 1499, 6, 96, 134, 53, 9, 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, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 25691, 440, 121, 21680, 953, 834, 536, 2469, 4327, 549, 17444, 427, 96, 476, 2741, 121, 3, 2, 3, 31, 16128, 31, 3430, 96, 382, 155, 109, 121, 3274, 3, 31, 1123, 31, 31, 60, 59, 263, 16, 8, 178, 9, 31, 1,...
count the number of patients whose primary disease is abdominal abscess and admission year is less than 2162?
CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE prescriptions ( subject_id text, hadm_id text, icustay_id text, drug_type text, drug text, formulary_drug_cd text, route text, drug_dose text ) 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 text, discharge_location text, diagnosis text, dod text, dob_year text, dod_year text, admittime text, dischtime text, admityear 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 diagnoses ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text )
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic WHERE demographic.diagnosis = "ABDOMINAL ABSCESS" AND demographic.admityear < "2162"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 4293, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 3, 447, 26, 1298, 834, 4978, 1499, 6, 710, 834, 21869, 1499, 6, 307, 834, 21869, 1499, 3, 61, 3, 32102, 32103...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 14798, 5, 7304, 11827, 834, 23, 26, 61, 21680, 14798, 549, 17444, 427, 14798, 5, 25930, 4844, 159, 3274, 96, 5359, 27415, 21116, 434, 20798, 254, 10087, 121, 3430, 14798, 5, 20466, ...
Which player is from Sweden?
CREATE TABLE table_name_3 ( player VARCHAR, country VARCHAR )
SELECT player FROM table_name_3 WHERE country = "sweden"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 519, 41, 1959, 584, 4280, 28027, 6, 684, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 1959, 19, 45, 12207, 58, 1, 0, 0, 0, 0, 0, 0, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1959, 21680, 953, 834, 4350, 834, 519, 549, 17444, 427, 684, 3274, 96, 7, 1123, 537, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the party where the incumbent is overton brooks?
CREATE TABLE table_1342198_18 ( party VARCHAR, incumbent VARCHAR )
SELECT party FROM table_1342198_18 WHERE incumbent = "Overton Brooks"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2368, 4165, 24151, 834, 2606, 41, 1088, 584, 4280, 28027, 6, 28406, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 1088, 213, 8, 28406, 19, 147, 17, 10...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1088, 21680, 953, 834, 2368, 4165, 24151, 834, 2606, 549, 17444, 427, 28406, 3274, 96, 23847, 17, 106, 9083, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Name the new entries this round for third round
CREATE TABLE table_19089486_1 ( new_entries_this_round VARCHAR, round VARCHAR )
SELECT new_entries_this_round FROM table_19089486_1 WHERE round = "Third round"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 11776, 3914, 591, 3840, 834, 536, 41, 126, 834, 35, 9000, 834, 8048, 834, 7775, 584, 4280, 28027, 6, 1751, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 126, 834, 35, 9000, 834, 8048, 834, 7775, 21680, 953, 834, 11776, 3914, 591, 3840, 834, 536, 549, 17444, 427, 1751, 3274, 96, 382, 9288, 26, 1751, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the score in the final, that Víctor Pecci was the opponent and winner after 1984?
CREATE TABLE table_name_92 (score_in_the_final VARCHAR, opponent_in_the_final VARCHAR, date VARCHAR, outcome VARCHAR)
SELECT score_in_the_final FROM table_name_92 WHERE date > 1984 AND outcome = "winner" AND opponent_in_the_final = "víctor pecci"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4508, 41, 7, 9022, 834, 77, 834, 532, 834, 12406, 584, 4280, 28027, 6, 15264, 834, 77, 834, 532, 834, 12406, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 6, 6138,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 834, 77, 834, 532, 834, 12406, 21680, 953, 834, 4350, 834, 4508, 549, 17444, 427, 833, 2490, 13480, 3430, 6138, 3274, 96, 3757, 687, 121, 3430, 15264, 834, 77, 834, 532, 834, 12406, 3274, 96, 208, 2, 5317, 158...
What is the high grid that has a Time/Retired of +6 laps, and under 69 laps?
CREATE TABLE table_52193 ( "Driver" text, "Constructor" text, "Laps" real, "Time/Retired" text, "Grid" real )
SELECT MAX("Grid") FROM table_52193 WHERE "Time/Retired" = '+6 laps' AND "Laps" < '69'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 5373, 2294, 519, 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, 4800, 4, 599, 121, 13313, 26, 8512, 21680, 953, 834, 5373, 2294, 519, 549, 17444, 427, 96, 13368, 87, 1649, 11809, 26, 121, 3274, 3, 31, 1220, 948, 14941, 7, 31, 3430, 96, 3612, 102, 7, 121, 3, 2, 3, 31, 3951, ...
Find the minimum salary for the departments whose average salary is above the average payment of all instructors.
CREATE TABLE classroom ( building text, room_number text, capacity number ) CREATE TABLE teaches ( id text, course_id text, sec_id text, semester text, year number ) CREATE TABLE department ( dept_name text, building text, budget number ) CREATE TABLE course ( course_id text, title text, dept_name text, credits number ) CREATE TABLE instructor ( id text, name text, dept_name text, salary number ) CREATE TABLE prereq ( course_id text, prereq_id text ) CREATE TABLE student ( id text, name text, dept_name text, tot_cred number ) CREATE TABLE advisor ( s_id text, i_id text ) CREATE TABLE section ( course_id text, sec_id text, semester text, year number, building text, room_number text, time_slot_id text ) CREATE TABLE time_slot ( time_slot_id text, day text, start_hr number, start_min number, end_hr number, end_min number ) CREATE TABLE takes ( id text, course_id text, sec_id text, semester text, year number, grade text )
SELECT MIN(salary), dept_name FROM instructor GROUP BY dept_name HAVING AVG(salary) > (SELECT AVG(salary) FROM instructor)
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 4858, 41, 740, 1499, 6, 562, 834, 5525, 1152, 1499, 6, 2614, 381, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 3, 11749, 41, 3, 23, 26, 1499, 6, 503, 834, 23, 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, 3, 17684, 599, 7, 138, 1208, 201, 20, 102, 17, 834, 4350, 21680, 10617, 350, 4630, 6880, 272, 476, 20, 102, 17, 834, 4350, 454, 6968, 2365, 71, 17217, 599, 7, 138, 1208, 61, 2490, 41, 23143, 14196, 71, 17217, 599,...
What round did the MWEHL team, Detroit Honeybaked, and the NHL Team Columbus Blue Jackets play?
CREATE TABLE table_name_9 ( round VARCHAR, mwehl_team VARCHAR, nhl_team VARCHAR )
SELECT round FROM table_name_9 WHERE mwehl_team = "detroit honeybaked" AND nhl_team = "columbus blue jackets"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1298, 41, 1751, 584, 4280, 28027, 6, 3, 51, 1123, 107, 40, 834, 11650, 584, 4280, 28027, 6, 3, 29, 107, 40, 834, 11650, 584, 4280, 28027, 3, 61, 3, 32102, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1751, 21680, 953, 834, 4350, 834, 1298, 549, 17444, 427, 3, 51, 1123, 107, 40, 834, 11650, 3274, 96, 26, 15252, 155, 8591, 115, 15461, 121, 3430, 3, 29, 107, 40, 834, 11650, 3274, 96, 3297, 440, 3465, 1692, 8094, ...
What day did the job open up when bogi evi was outgoing?
CREATE TABLE table_22008 ( "Team" text, "Outgoing manage" text, "Manner" text, "Date of vacancy" text, "Incoming manager" text, "Date of appointment" text )
SELECT "Date of vacancy" FROM table_22008 WHERE "Outgoing manage" = 'Bogićević'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 357, 16128, 41, 96, 18699, 121, 1499, 6, 96, 15767, 9545, 1865, 121, 1499, 6, 96, 7296, 687, 121, 1499, 6, 96, 308, 342, 13, 3, 29685, 121, 1499, 6, 96, 1570, 10622, 2743...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 13, 3, 29685, 121, 21680, 953, 834, 357, 16128, 549, 17444, 427, 96, 15767, 9545, 1865, 121, 3274, 3, 31, 279, 32, 122, 23, 2, 15, 2099, 2, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the highest Wins, when Goals For is greater than 39, and when Points is less than 25?
CREATE TABLE table_name_55 ( wins INTEGER, goals_for VARCHAR, points VARCHAR )
SELECT MAX(wins) FROM table_name_55 WHERE goals_for > 39 AND points < 25
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3769, 41, 9204, 3, 21342, 17966, 6, 1766, 834, 1161, 584, 4280, 28027, 6, 979, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 2030, 4871, 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, 0...
[ 3, 23143, 14196, 4800, 4, 599, 3757, 7, 61, 21680, 953, 834, 4350, 834, 3769, 549, 17444, 427, 1766, 834, 1161, 2490, 6352, 3430, 979, 3, 2, 944, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the tyre for the circuit of Prince George, which had Jim Clark as the fastest lap?
CREATE TABLE table_name_82 ( tyre VARCHAR, fastest_lap VARCHAR, circuit VARCHAR )
SELECT tyre FROM table_name_82 WHERE fastest_lap = "jim clark" AND circuit = "prince george"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4613, 41, 3, 17, 63, 60, 584, 4280, 28027, 6, 10391, 834, 8478, 584, 4280, 28027, 6, 4558, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17, 63, 60, 21680, 953, 834, 4350, 834, 4613, 549, 17444, 427, 10391, 834, 8478, 3274, 96, 354, 603, 6860, 157, 121, 3430, 4558, 3274, 96, 12298, 565, 873, 1677, 15, 121, 1, -100, -100, -100, -100, -100, -100, ...
who had all the high rebounds when high assists is by dwyane wade (9)
CREATE TABLE table_13762472_4 ( high_rebounds VARCHAR, high_assists VARCHAR )
SELECT high_rebounds FROM table_13762472_4 WHERE high_assists = "Dwyane Wade (9)"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2368, 3959, 2266, 5865, 834, 591, 41, 306, 834, 23768, 584, 4280, 28027, 6, 306, 834, 6500, 7, 17, 7, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 113, 141, 66, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 306, 834, 23768, 21680, 953, 834, 2368, 3959, 2266, 5865, 834, 591, 549, 17444, 427, 306, 834, 6500, 7, 17, 7, 3274, 96, 308, 210, 63, 152, 15, 26765, 41, 11728, 121, 1, -100, -100, -100, -100, -100, -100, -100, -...
What is the sum rating with more than 1 comp for mark miller?
CREATE TABLE table_name_78 ( rating VARCHAR, player VARCHAR, comp VARCHAR )
SELECT COUNT(rating) FROM table_name_78 WHERE player = "mark miller" AND comp > 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3940, 41, 5773, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 6, 2890, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 4505, 5773, 28, 72, 145...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 52, 1014, 61, 21680, 953, 834, 4350, 834, 3940, 549, 17444, 427, 1959, 3274, 96, 3920, 3293, 49, 121, 3430, 2890, 2490, 209, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Oracle Corporation product has a Java EE compatibility of 1.4?
CREATE TABLE table_name_80 ( product VARCHAR, java_ee_compatibility VARCHAR, vendor VARCHAR )
SELECT product FROM table_name_80 WHERE java_ee_compatibility = "1.4" AND vendor = "oracle corporation"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2079, 41, 556, 584, 4280, 28027, 6, 3, 27578, 834, 15, 15, 834, 7699, 144, 11102, 584, 4280, 28027, 6, 11407, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 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, 0, 0, 0, 0...
[ 3, 23143, 14196, 556, 21680, 953, 834, 4350, 834, 2079, 549, 17444, 427, 3, 27578, 834, 15, 15, 834, 7699, 144, 11102, 3274, 96, 14912, 121, 3430, 11407, 3274, 96, 127, 9, 2482, 11861, 121, 1, -100, -100, -100, -100, -100, -100, -10...
How much does Point Barrow weight?
CREATE TABLE table_23542 ( "Starting price" text, "Number" real, "Name" text, "Age" real, "Weight (st, lb)" text, "Jockey" text, "Trainer" text, "Owner" text, "Colours" text )
SELECT "Weight (st, lb)" FROM table_23542 WHERE "Name" = 'Point Barrow'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 25174, 4165, 41, 96, 7681, 1222, 594, 121, 1499, 6, 96, 567, 5937, 49, 121, 490, 6, 96, 23954, 121, 1499, 6, 96, 188, 397, 121, 490, 6, 96, 1326, 2632, 41, 7, 17, 6, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 1326, 2632, 41, 7, 17, 6, 3, 40, 115, 61, 121, 21680, 953, 834, 25174, 4165, 549, 17444, 427, 96, 23954, 121, 3274, 3, 31, 22512, 272, 6770, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...