NATURAL_LANG
stringlengths
0
446
SCHEMA
stringlengths
27
2.21k
SQL
stringlengths
18
453
input_ids
list
attention_mask
list
labels
list
what is the total number of films released ?
CREATE TABLE table_203_762 ( id number, "#" number, "date" text, "film" text, "gross" text, "notes" text )
SELECT COUNT("film") FROM table_203_762
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23330, 834, 3959, 357, 41, 3, 23, 26, 381, 6, 96, 4663, 121, 381, 6, 96, 5522, 121, 1499, 6, 96, 9988, 121, 1499, 6, 96, 3844, 7, 7, 121, 1499, 6, 96, 7977, 7, 121, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 121, 9988, 8512, 21680, 953, 834, 23330, 834, 3959, 357, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What is the average of all the years when the notes are “electronics brand?”
CREATE TABLE table_name_36 (year INTEGER, notes VARCHAR)
SELECT AVG(year) FROM table_name_36 WHERE notes = "electronics brand"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3420, 41, 1201, 3, 21342, 17966, 6, 3358, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 1348, 13, 66, 8, 203, 116, 8, 3358, 33, 105, 15, 343...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 71, 17217, 599, 1201, 61, 21680, 953, 834, 4350, 834, 3420, 549, 17444, 427, 3358, 3274, 96, 15, 3437, 52, 4554, 7, 1056, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who was North Melbourne's home opponent?
CREATE TABLE table_name_26 ( home_team VARCHAR, away_team VARCHAR )
SELECT home_team FROM table_name_26 WHERE away_team = "north melbourne"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 234, 834, 11650, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 2645, 47, 1117, 9396, 31, 7, 234, 15264, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 234, 834, 11650, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 550, 834, 11650, 3274, 96, 29, 127, 189, 3, 2341, 26255, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What date of segment description red line mos-2 north open?
CREATE TABLE table_1817879_2 (date_opened VARCHAR, segment_description VARCHAR)
SELECT date_opened FROM table_1817879_2 WHERE segment_description = "Red Line MOS-2 North"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2606, 27640, 4440, 834, 357, 41, 5522, 834, 26940, 584, 4280, 28027, 6, 5508, 834, 221, 11830, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 833, 13, 5508, 4210, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 834, 26940, 21680, 953, 834, 2606, 27640, 4440, 834, 357, 549, 17444, 427, 5508, 834, 221, 11830, 3274, 96, 1649, 26, 4919, 7109, 134, 4949, 1117, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
When has Clark University joined the Conference?
CREATE TABLE table_1974782_1 (joined INTEGER, institution VARCHAR)
SELECT MAX(joined) FROM table_1974782_1 WHERE institution = "Clark University"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 27181, 4177, 4613, 834, 536, 41, 1927, 630, 26, 3, 21342, 17966, 6, 6568, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 366, 65, 8265, 636, 3311, 8, 4379, 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, 4800, 4, 599, 1927, 630, 26, 61, 21680, 953, 834, 27181, 4177, 4613, 834, 536, 549, 17444, 427, 6568, 3274, 96, 254, 40, 6604, 636, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What score has charlton athletic as the away team?
CREATE TABLE table_name_83 (score VARCHAR, away_team VARCHAR)
SELECT score FROM table_name_83 WHERE away_team = "charlton athletic"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4591, 41, 7, 9022, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 2604, 65, 3, 4059, 7377, 12217, 38, 8, 550, 37...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2604, 21680, 953, 834, 4350, 834, 4591, 549, 17444, 427, 550, 834, 11650, 3274, 96, 4059, 7377, 12217, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which rebound was 8 and has and ast that was less than 57?
CREATE TABLE table_31771 ( "Nationality" text, "No [a ]" text, "Pos [a ]" text, "From" text, "School/club" text, "Pts [b ]" real, "Reb [b ]" real, "Ast [b ]" real )
SELECT AVG("Reb [b ]") FROM table_31771 WHERE "No [a ]" = '8' AND "Ast [b ]" < '57'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 519, 2517, 4450, 41, 96, 24732, 485, 121, 1499, 6, 96, 4168, 784, 9, 3, 908, 121, 1499, 6, 96, 345, 32, 7, 784, 9, 3, 908, 121, 1499, 6, 96, 22674, 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, 71, 17217, 599, 121, 1649, 115, 784, 115, 3, 908, 8512, 21680, 953, 834, 519, 2517, 4450, 549, 17444, 427, 96, 4168, 784, 9, 3, 908, 121, 3274, 3, 31, 927, 31, 3430, 96, 188, 7, 17, 784, 115, 3, 908, 121, 3, ...
What is the rank when the col is larger than 0?
CREATE TABLE table_name_7 ( rank VARCHAR, col__m_ INTEGER )
SELECT COUNT(rank) FROM table_name_7 WHERE col__m_ > 0
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 11003, 584, 4280, 28027, 6, 7632, 834, 834, 51, 834, 3, 21342, 17966, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 11003, 116, 8, 7632, 19, 2186, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 6254, 61, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 7632, 834, 834, 51, 834, 2490, 3, 632, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the opposition for the player who has a total of 10 points?
CREATE TABLE table_64444 ( "Rank" real, "Player" text, "County" text, "Tally" text, "Total" real, "Opposition" text )
SELECT "Opposition" FROM table_64444 WHERE "Total" = '10'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4389, 591, 3628, 41, 96, 22557, 121, 490, 6, 96, 15800, 49, 121, 1499, 6, 96, 10628, 63, 121, 1499, 6, 96, 382, 1427, 121, 1499, 6, 96, 3696, 1947, 121, 490, 6, 96, 667...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 667, 102, 4718, 121, 21680, 953, 834, 4389, 591, 3628, 549, 17444, 427, 96, 3696, 1947, 121, 3274, 3, 31, 1714, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What are the life spans of representatives from New York state or Indiana state?
CREATE TABLE representative ( representative_id number, name text, state text, party text, lifespan text ) CREATE TABLE election ( election_id number, representative_id number, date text, votes number, vote_percent number, seats number, place number )
SELECT lifespan FROM representative WHERE state = "New York" OR state = "Indiana"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 6978, 41, 6978, 834, 23, 26, 381, 6, 564, 1499, 6, 538, 1499, 6, 1088, 1499, 6, 27617, 1499, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 4356, 41, 4356, 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, 27617, 21680, 6978, 549, 17444, 427, 538, 3274, 96, 6861, 1060, 121, 4674, 538, 3274, 96, 22126, 29, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What team does Seth Sinovic play for?
CREATE TABLE table_25518547_2 (mls_team VARCHAR, player VARCHAR)
SELECT mls_team FROM table_25518547_2 WHERE player = "Seth Sinovic"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 25502, 21594, 4177, 834, 357, 41, 51, 40, 7, 834, 11650, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 372, 405, 679, 189, 8271, 13388,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 51, 40, 7, 834, 11650, 21680, 953, 834, 25502, 21594, 4177, 834, 357, 549, 17444, 427, 1959, 3274, 96, 17175, 107, 8271, 13388, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the visitor when phoenix was at home?
CREATE TABLE table_53986 ( "Date" text, "Visitor" text, "Score" text, "Home" text, "Decision" text, "Attendance" real, "Record" text )
SELECT "Visitor" FROM table_53986 WHERE "Home" = 'phoenix'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 755, 3288, 3840, 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, 2962, 18901, 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, 553, 159, 155, 127, 121, 21680, 953, 834, 755, 3288, 3840, 549, 17444, 427, 96, 19040, 121, 3274, 3, 31, 9553, 35, 2407, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
What is the team #1 that has unics kazan for team #2?
CREATE TABLE table_41693 ( "Team #1" text, "Agg." text, "Team #2" text, "1st leg" text, "2nd leg" text )
SELECT "Team #1" FROM table_41693 WHERE "Team #2" = 'unics kazan'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 591, 2938, 4271, 41, 96, 18699, 7172, 121, 1499, 6, 96, 188, 4102, 535, 1499, 6, 96, 18699, 15493, 121, 1499, 6, 96, 536, 7, 17, 4553, 121, 1499, 6, 96, 357, 727, 4553, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 18699, 7172, 121, 21680, 953, 834, 591, 2938, 4271, 549, 17444, 427, 96, 18699, 15493, 121, 3274, 3, 31, 202, 447, 7, 3, 1258, 10241, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
Count the number of patients with drug code linebase who died in or before 2122.
CREATE TABLE diagnoses ( 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 ) C...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.dod_year <= "2122.0" AND prescriptions.formulary_drug_cd = "LINEBASE"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 18730, 7, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 3, 447, 26, 1298, 834, 4978, 1499, 6, 710, 834, 21869, 1499, 6, 307, 834, 21869, 1499, 3, 61, 3, 32102, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 15438, 25424, 6227, 14798, 5, 7304, 11827, 834, 23, 26, 61, 21680, 14798, 3388, 18206, 3, 15355, 3162, 7744, 7, 9191, 14798, 5, 8399, 51, 834, 23, 26, 3274, 7744, 7, 5, 8399, 51, 834, 23, 26, 549...
What is the US 100 rank of Champlin's Chicago 19 album with a US AC of 1?
CREATE TABLE table_11246 ( "Year" text, "Title" text, "US 100" text, "US AC" text, "Lead singer" text, "Album" text, "Label and cat#" text )
SELECT "US 100" FROM table_11246 WHERE "Lead singer" = 'champlin' AND "Album" = 'chicago 19' AND "US AC" = '1'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2596, 357, 4448, 41, 96, 476, 2741, 121, 1499, 6, 96, 382, 155, 109, 121, 1499, 6, 96, 3063, 910, 121, 1499, 6, 96, 3063, 5686, 121, 1499, 6, 96, 2796, 9, 26, 7634, 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, 3063, 910, 121, 21680, 953, 834, 2596, 357, 4448, 549, 17444, 427, 96, 2796, 9, 26, 7634, 121, 3274, 3, 31, 17788, 10574, 31, 3430, 96, 25691, 440, 121, 3274, 3, 31, 1436, 658, 839, 957, 31, 3430, 96, 3063, ...
What is the Distance of the 1945 Vuelta a Espana with 4A Stage?
CREATE TABLE table_48268 ( "Stage" text, "Date" text, "Course" text, "Distance" text, "Winner" text )
SELECT "Distance" FROM table_48268 WHERE "Stage" = '4a'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3707, 357, 3651, 41, 96, 134, 6505, 121, 1499, 6, 96, 308, 342, 121, 1499, 6, 96, 3881, 3589, 15, 121, 1499, 6, 96, 308, 23, 8389, 121, 1499, 6, 96, 18455, 687, 121, 14...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 308, 23, 8389, 121, 21680, 953, 834, 3707, 357, 3651, 549, 17444, 427, 96, 134, 6505, 121, 3274, 3, 31, 591, 9, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which 2009 has a 2012 of 17,536,000, and a 2010 smaller than 16,972,000?
CREATE TABLE table_48832 ( "Rank" real, "Location" text, "2008" real, "2009" real, "2010" real, "2011" real, "2012" real )
SELECT MAX("2009") FROM table_48832 WHERE "2012" = '17,536,000' AND "2010" < '16,972,000'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3707, 4591, 357, 41, 96, 22557, 121, 490, 6, 96, 434, 32, 75, 257, 121, 1499, 6, 96, 16128, 121, 490, 6, 96, 16660, 121, 490, 6, 96, 14926, 121, 490, 6, 96, 13907, 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, 4800, 4, 599, 121, 16660, 8512, 21680, 953, 834, 3707, 4591, 357, 549, 17444, 427, 96, 12172, 121, 3274, 3, 31, 2517, 6, 4867, 14835, 31, 3430, 96, 14926, 121, 3, 2, 3, 31, 2938, 6, 4327, 8630, 31, 1, -100, -100...
Name the total number of rank for tom churchill
CREATE TABLE table_26454128_7 ( rank VARCHAR, athlete VARCHAR )
SELECT COUNT(rank) FROM table_26454128_7 WHERE athlete = "Tom Churchill"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2688, 2128, 4853, 2577, 834, 940, 41, 11003, 584, 4280, 28027, 6, 17893, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 5570, 8, 792, 381, 13, 11003, 21, 12, 51, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 2847, 17161, 599, 6254, 61, 21680, 953, 834, 2688, 2128, 4853, 2577, 834, 940, 549, 17444, 427, 17893, 3274, 96, 3696, 51, 2345, 1092, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which score has a Date of october 29, 2008?
CREATE TABLE table_9044 ( "Game" real, "Date" text, "Opponent" text, "Score" text, "Location" text, "Attendance" real, "Record" text, "Points" real )
SELECT "Score" FROM table_9044 WHERE "Date" = 'october 29, 2008'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2394, 3628, 41, 96, 23055, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 434, 32, 75, 257, 121, 1499, 6, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 134, 9022, 121, 21680, 953, 834, 2394, 3628, 549, 17444, 427, 96, 308, 342, 121, 3274, 3, 31, 32, 75, 235, 1152, 14405, 2628, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which College did the Buffalo Sabres' pick play for?
CREATE TABLE table_1965650_7 (college_junior_club_team VARCHAR, nhl_team VARCHAR)
SELECT college_junior_club_team FROM table_1965650_7 WHERE nhl_team = "Buffalo Sabres"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2294, 4122, 15348, 834, 940, 41, 3297, 7883, 834, 6959, 23, 127, 834, 13442, 834, 11650, 584, 4280, 28027, 6, 3, 29, 107, 40, 834, 11650, 584, 4280, 28027, 61, 3, 32102, 32...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1900, 834, 6959, 23, 127, 834, 13442, 834, 11650, 21680, 953, 834, 2294, 4122, 15348, 834, 940, 549, 17444, 427, 3, 29, 107, 40, 834, 11650, 3274, 96, 279, 2999, 138, 32, 11315, 60, 7, 121, 1, -100, -100, -100, -1...
Where is Train No. 16031 arriving from?
CREATE TABLE table_8588 ( "Train No." text, "Train Name" text, "From" text, "Arrival" text, "Runs On" text )
SELECT "From" FROM table_8588 WHERE "Train No." = '16031'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4433, 4060, 41, 96, 9402, 77, 465, 535, 1499, 6, 96, 9402, 77, 5570, 121, 1499, 6, 96, 22674, 121, 1499, 6, 96, 188, 52, 25295, 121, 1499, 6, 96, 448, 202, 7, 461, 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, 22674, 121, 21680, 953, 834, 4433, 4060, 549, 17444, 427, 96, 9402, 77, 465, 535, 3274, 3, 31, 19129, 3341, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
How many dead patients had prescription for hydrocerin?
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 te...
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.expire_flag = "1" AND prescriptions.drug = "Hydrocerin"
[ 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, 7744, 7, 9191, 14798, 5, 8399, 51, 834, 23, 26, 3274, 7744, 7, 5, 8399, 51, 834, 23, 26, 549...
When by80607002907ahbx80607i7720qm is the part number what is the socket?
CREATE TABLE table_18823880_10 ( socket VARCHAR, part_number_s_ VARCHAR )
SELECT socket FROM table_18823880_10 WHERE part_number_s_ = "BY80607002907AHBX80607I7720QM"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2606, 4613, 3747, 2079, 834, 1714, 41, 16197, 584, 4280, 28027, 6, 294, 834, 5525, 1152, 834, 7, 834, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 366, 57, 2079, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 16197, 21680, 953, 834, 2606, 4613, 3747, 2079, 834, 1714, 549, 17444, 427, 294, 834, 5525, 1152, 834, 7, 834, 3274, 96, 279, 476, 2079, 3328, 9295, 3166, 4560, 14084, 279, 4, 2079, 3328, 940, 196, 4013, 1755, 2247, ...
timothy truman worked on what dates
CREATE TABLE table_1420954_1 (publication_dates VARCHAR, artist_s_ VARCHAR)
SELECT publication_dates FROM table_1420954_1 WHERE artist_s_ = "Timothy Truman"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 24978, 4198, 5062, 834, 536, 41, 15727, 257, 834, 5522, 7, 584, 4280, 28027, 6, 2377, 834, 7, 834, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 3, 2998, 32, 189, 63...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 5707, 834, 5522, 7, 21680, 953, 834, 24978, 4198, 5062, 834, 536, 549, 17444, 427, 2377, 834, 7, 834, 3274, 96, 382, 603, 32, 189, 63, 7953, 348, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the record after the game at Rich Stadium?
CREATE TABLE table_name_72 (record VARCHAR, game_site VARCHAR)
SELECT record FROM table_name_72 WHERE game_site = "rich stadium"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5865, 41, 60, 7621, 584, 4280, 28027, 6, 467, 834, 3585, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 1368, 227, 8, 467, 44, 10825, 12750, 58...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1368, 21680, 953, 834, 4350, 834, 5865, 549, 17444, 427, 467, 834, 3585, 3274, 96, 3723, 14939, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
For those records from the products and each product's manufacturer, show me about the distribution of founder and the sum of manufacturer , and group by attribute founder in a bar chart, and could you display from high to low by the y-axis?
CREATE TABLE Products ( Code INTEGER, Name VARCHAR(255), Price DECIMAL, Manufacturer INTEGER ) CREATE TABLE Manufacturers ( Code INTEGER, Name VARCHAR(255), Headquarter VARCHAR(255), Founder VARCHAR(255), Revenue REAL )
SELECT Founder, SUM(Manufacturer) FROM Products AS T1 JOIN Manufacturers AS T2 ON T1.Manufacturer = T2.Code GROUP BY Founder ORDER BY SUM(Manufacturer) DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 7554, 41, 3636, 3, 21342, 17966, 6, 5570, 584, 4280, 28027, 599, 25502, 201, 5312, 3396, 254, 26330, 434, 6, 15248, 3, 21342, 17966, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 19145, 6, 180, 6122, 599, 7296, 76, 8717, 450, 49, 61, 21680, 7554, 6157, 332, 536, 3, 15355, 3162, 15248, 7, 6157, 332, 357, 9191, 332, 5411, 7296, 76, 8717, 450, 49, 3274, 332, 4416, 22737, 350, 4630, 6880, 2...
What is the date of the match where Jeriome Robertson lost?
CREATE TABLE table_name_86 ( date VARCHAR, loss VARCHAR )
SELECT date FROM table_name_86 WHERE loss = "jeriome robertson"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3840, 41, 833, 584, 4280, 28027, 6, 1453, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 833, 13, 8, 1588, 213, 446, 49, 23, 7159, 2715, 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, 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, 3840, 549, 17444, 427, 1453, 3274, 96, 12488, 23, 7159, 3, 5840, 49, 17, 739, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who was the opponent before week 8 when the result was l 28-17?
CREATE TABLE table_51002 ( "Week" real, "Date" text, "Opponent" text, "Result" text, "Attendance" real )
SELECT "Opponent" FROM table_51002 WHERE "Week" < '8' AND "Result" = 'l 28-17'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 25926, 4305, 41, 96, 518, 10266, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 20119, 121, 1499, 6, 96, 188, 17, 324, 26, 663, 121, 490...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 667, 102, 9977, 121, 21680, 953, 834, 25926, 4305, 549, 17444, 427, 96, 518, 10266, 121, 3, 2, 3, 31, 927, 31, 3430, 96, 20119, 121, 3274, 3, 31, 40, 2059, 10794, 31, 1, -100, -100, -100, -100, -100, -100, -...
What is the record which shows Kickoff as kickoff?
CREATE TABLE table_name_75 ( record VARCHAR )
SELECT record FROM table_name_75 WHERE "kickoff" = "kickoff"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3072, 41, 1368, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 1368, 84, 1267, 20759, 1647, 38, 4583, 1647, 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, 1368, 21680, 953, 834, 4350, 834, 3072, 549, 17444, 427, 96, 157, 3142, 1647, 121, 3274, 96, 157, 3142, 1647, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Show me the number of born state by born state in a histogram
CREATE TABLE management ( department_ID int, head_ID int, temporary_acting text ) CREATE TABLE head ( head_ID int, name text, born_state text, age real ) CREATE TABLE department ( Department_ID int, Name text, Creation text, Ranking int, Budget_in_Billions real, Num...
SELECT born_state, COUNT(born_state) FROM head GROUP BY born_state
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 758, 41, 3066, 834, 4309, 16, 17, 6, 819, 834, 4309, 16, 17, 6, 7234, 834, 2708, 53, 1499, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 819, 41, 819, 834, 4309, 16, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2170, 834, 5540, 6, 2847, 17161, 599, 7473, 834, 5540, 61, 21680, 819, 350, 4630, 6880, 272, 476, 2170, 834, 5540, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
What crew's EVA started on 20 February 20:09?
CREATE TABLE table_name_33 (crew VARCHAR, start_date_time VARCHAR)
SELECT crew FROM table_name_33 WHERE start_date_time = "20 february 20:09"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4201, 41, 5045, 210, 584, 4280, 28027, 6, 456, 834, 5522, 834, 715, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 4627, 31, 7, 262, 8230, 708, 30, 46...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 4627, 21680, 953, 834, 4350, 834, 4201, 549, 17444, 427, 456, 834, 5522, 834, 715, 3274, 96, 1755, 29976, 76, 1208, 460, 10, 4198, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which country is the player that went to Georgetown from?
CREATE TABLE table_10015132_21 ( nationality VARCHAR, school_club_team VARCHAR )
SELECT nationality FROM table_10015132_21 WHERE school_club_team = "Georgetown"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2915, 1808, 23757, 834, 2658, 41, 1157, 485, 584, 4280, 28027, 6, 496, 834, 13442, 834, 11650, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 684, 19, 8, 1959,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1157, 485, 21680, 953, 834, 2915, 1808, 23757, 834, 2658, 549, 17444, 427, 496, 834, 13442, 834, 11650, 3274, 96, 31317, 3540, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the original air date of the episode that was watched by 0.88 million U.S. viewers?
CREATE TABLE table_30685 ( "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_30685 WHERE "U.S. viewers (million)" = '0.88'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 1458, 3651, 755, 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, 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, 1...
[ 3, 23143, 14196, 96, 667, 3380, 10270, 799, 833, 121, 21680, 953, 834, 1458, 3651, 755, 549, 17444, 427, 96, 1265, 5, 134, 5, 13569, 41, 17030, 61, 121, 3274, 3, 31, 22384, 927, 31, 1, -100, -100, -100, -100, -100, -100, -100, -10...
What is the Winning Team, when Losing Team is South Sydney Rabbitohs?
CREATE TABLE table_name_50 (winning_team VARCHAR, losing_team VARCHAR)
SELECT winning_team FROM table_name_50 WHERE losing_team = "south sydney rabbitohs"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1752, 41, 8163, 834, 11650, 584, 4280, 28027, 6, 5489, 834, 11650, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 549, 10503, 2271, 6, 116, 3144,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3447, 834, 11650, 21680, 953, 834, 4350, 834, 1752, 549, 17444, 427, 5489, 834, 11650, 3274, 96, 7, 670, 107, 3, 7, 63, 26, 3186, 18383, 32, 107, 7, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What's the location of Mom's Radio 95.9 Naga having a power of 10kw?
CREATE TABLE table_name_58 (location VARCHAR, power__kw_ VARCHAR, branding VARCHAR)
SELECT location FROM table_name_58 WHERE power__kw_ = "10kw" AND branding = "mom's radio 95.9 naga"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3449, 41, 14836, 584, 4280, 28027, 6, 579, 834, 834, 157, 210, 834, 584, 4280, 28027, 6, 14282, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 31, 7, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1128, 21680, 953, 834, 4350, 834, 3449, 549, 17444, 427, 579, 834, 834, 157, 210, 834, 3274, 96, 1714, 157, 210, 121, 3430, 14282, 3274, 96, 51, 32, 51, 31, 7, 2252, 11923, 5, 1298, 3, 15603, 9, 121, 1, -100, -1...
What was the 2nd Party in the 1918 Election?
CREATE TABLE table_57466 ( "Election" text, "1st Member" text, "1st Party" text, "2nd Member" text, "2nd Party" text, "3rd Member" text, "3rd Party" text )
SELECT "2nd Party" FROM table_57466 WHERE "Election" = '1918'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3436, 591, 3539, 41, 96, 427, 12252, 121, 1499, 6, 96, 536, 7, 17, 8541, 121, 1499, 6, 96, 536, 7, 17, 3450, 121, 1499, 6, 96, 357, 727, 8541, 121, 1499, 6, 96, 357, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 357, 727, 3450, 121, 21680, 953, 834, 3436, 591, 3539, 549, 17444, 427, 96, 427, 12252, 121, 3274, 3, 31, 2294, 2606, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the total rank with a Nation of gotland, and a Gold larger than 23?
CREATE TABLE table_14494 ( "Rank" real, "Nation" text, "Gold" real, "Silver" real, "Bronze" real, "Total" real )
SELECT COUNT("Rank") FROM table_14494 WHERE "Nation" = 'gotland' AND "Gold" > '23'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 20885, 4240, 41, 96, 22557, 121, 490, 6, 96, 567, 257, 121, 1499, 6, 96, 23576, 121, 490, 6, 96, 134, 173, 624, 121, 490, 6, 96, 22780, 29, 776, 121, 490, 6, 96, 3696, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 22557, 8512, 21680, 953, 834, 20885, 4240, 549, 17444, 427, 96, 567, 257, 121, 3274, 3, 31, 10779, 40, 232, 31, 3430, 96, 23576, 121, 2490, 3, 31, 2773, 31, 1, -100, -100, -100, -100, -100, ...
What was the tie no when the away team was northwich victoria?
CREATE TABLE table_name_21 ( tie_no VARCHAR, away_team VARCHAR )
SELECT tie_no FROM table_name_21 WHERE away_team = "northwich victoria"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2658, 41, 6177, 834, 29, 32, 584, 4280, 28027, 6, 550, 834, 11650, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 6177, 150, 116, 8, 550, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6177, 834, 29, 32, 21680, 953, 834, 4350, 834, 2658, 549, 17444, 427, 550, 834, 11650, 3274, 96, 29, 127, 189, 210, 362, 3, 7287, 3600, 9, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which opponent has 1-1 as the record?
CREATE TABLE table_name_95 (opponent VARCHAR, record VARCHAR)
SELECT opponent FROM table_name_95 WHERE record = "1-1"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3301, 41, 32, 102, 9977, 584, 4280, 28027, 6, 1368, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 4073, 15264, 65, 209, 2292, 38, 8, 1368, 58, 1, 0, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 3301, 549, 17444, 427, 1368, 3274, 96, 536, 2292, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the result of the 1948 og competition?
CREATE TABLE table_56352 ( "Date" text, "Venue" text, "Score" text, "Result" text, "Competition" text )
SELECT "Result" FROM table_56352 WHERE "Competition" = '1948 og'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4834, 2469, 357, 41, 96, 308, 342, 121, 1499, 6, 96, 553, 35, 76, 15, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 20119, 121, 1499, 6, 96, 5890, 4995, 4749, 121, 149...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 20119, 121, 21680, 953, 834, 4834, 2469, 357, 549, 17444, 427, 96, 5890, 4995, 4749, 121, 3274, 3, 31, 2294, 3707, 3, 32, 122, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Runner(s)-up has a Winning score of –8 (68-68-72-72=280)?
CREATE TABLE table_name_26 (runner_s__up VARCHAR, winning_score VARCHAR)
SELECT runner_s__up FROM table_name_26 WHERE winning_score = –8(68 - 68 - 72 - 72 = 280)
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2688, 41, 10806, 834, 7, 834, 834, 413, 584, 4280, 28027, 6, 3447, 834, 7, 9022, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 4073, 3, 23572, 599, 7, 61,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 10806, 834, 7, 834, 834, 413, 21680, 953, 834, 4350, 834, 2688, 549, 17444, 427, 3447, 834, 7, 9022, 3274, 3, 104, 927, 599, 3651, 3, 18, 3, 3651, 3, 18, 9455, 3, 18, 9455, 3274, 3, 17518, 61, 1, -100, -100...
Name the right ascension for sagittarius and NGC number larger than 6522 for open cluster and declination of 22
CREATE TABLE table_10403 ( "NGC number" real, "Object type" text, "Constellation" text, "Right ascension ( J2000 )" text, "Declination ( J2000 )" text )
SELECT "Right ascension ( J2000 )" FROM table_10403 WHERE "Constellation" = 'sagittarius' AND "NGC number" > '6522' AND "Object type" = 'open cluster' AND "Declination ( J2000 )" = '°22′'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 15442, 4928, 41, 96, 12531, 254, 381, 121, 490, 6, 96, 17057, 686, 121, 1499, 6, 96, 4302, 7, 6714, 257, 121, 1499, 6, 96, 448, 2632, 38, 75, 35, 1938, 41, 446, 13527, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 448, 2632, 38, 75, 35, 1938, 41, 446, 13527, 3, 61, 121, 21680, 953, 834, 15442, 4928, 549, 17444, 427, 96, 4302, 7, 6714, 257, 121, 3274, 3, 31, 7, 5356, 5310, 302, 31, 3430, 96, 12531, 254, 381, 121, 2490,...
What is the highest grid that tetsuya harada rode in?
CREATE TABLE table_46693 ( "Rider" text, "Manufacturer" text, "Laps" real, "Time/Retired" text, "Grid" real )
SELECT MAX("Grid") FROM table_46693 WHERE "Rider" = 'tetsuya harada'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4448, 3951, 519, 41, 96, 448, 23, 588, 121, 1499, 6, 96, 7296, 76, 8717, 450, 49, 121, 1499, 6, 96, 3612, 102, 7, 121, 490, 6, 96, 13368, 87, 1649, 11809, 26, 121, 1499...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 121, 13313, 26, 8512, 21680, 953, 834, 4448, 3951, 519, 549, 17444, 427, 96, 448, 23, 588, 121, 3274, 3, 31, 17, 15, 17, 7, 76, 63, 9, 4244, 14842, 31, 1, -100, -100, -100, -100, -100, -100, -100, ...
What is the highest Feb value having an opponent of the Philadelphia Flyers and is after game 63?
CREATE TABLE table_36416 ( "Game" real, "February" real, "Opponent" text, "Score" text, "Record" text )
SELECT MAX("February") FROM table_36416 WHERE "Opponent" = 'philadelphia flyers' AND "Game" > '63'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3420, 591, 2938, 41, 96, 23055, 121, 490, 6, 96, 31122, 121, 490, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 1649, 7621, 121, 1499, 3, 61, 3,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 121, 31122, 8512, 21680, 953, 834, 3420, 591, 2938, 549, 17444, 427, 96, 667, 102, 9977, 121, 3274, 3, 31, 18118, 15311, 11692, 9, 3971, 277, 31, 3430, 96, 23055, 121, 2490, 3, 31, 3891, 31, 1, -100,...
What is the number for swimsuit when the evening gown number is larger than 9.257 and the interview number is 9.357?
CREATE TABLE table_name_25 (swimsuit INTEGER, evening_gown VARCHAR, interview VARCHAR)
SELECT SUM(swimsuit) FROM table_name_25 WHERE evening_gown > 9.257 AND interview = 9.357
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 1828, 41, 7, 210, 603, 7628, 3, 21342, 17966, 6, 2272, 834, 122, 9197, 584, 4280, 28027, 6, 2772, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 180, 6122, 599, 7, 210, 603, 7628, 61, 21680, 953, 834, 4350, 834, 1828, 549, 17444, 427, 2272, 834, 122, 9197, 2490, 5835, 357, 3436, 3430, 2772, 3274, 5835, 519, 3436, 1, -100, -100, -100, -100, -100, -100, -100, ...
What was the lowest water(sqmi) in the county of dickey where the longitude was smaller than -98.444062?
CREATE TABLE table_name_47 ( water__sqmi_ INTEGER, county VARCHAR, longitude VARCHAR )
SELECT MIN(water__sqmi_) FROM table_name_47 WHERE county = "dickey" AND longitude < -98.444062
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4177, 41, 387, 834, 834, 7, 1824, 51, 23, 834, 3, 21342, 17966, 6, 5435, 584, 4280, 28027, 6, 307, 20341, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 3552, 834, 834, 7, 1824, 51, 23, 834, 61, 21680, 953, 834, 4350, 834, 4177, 549, 17444, 427, 5435, 3274, 96, 4370, 4397, 121, 3430, 307, 20341, 3, 2, 3, 18, 3916, 5, 3628, 2445, 4056, 1, -100, -10...
Head Coach of wojciech kami ski is what club?
CREATE TABLE table_name_96 ( club VARCHAR, head_coach VARCHAR )
SELECT club FROM table_name_96 WHERE head_coach = "wojciech kamiński"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4314, 41, 1886, 584, 4280, 28027, 6, 819, 834, 509, 1836, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 3642, 9493, 13, 2275, 354, 6267, 524, 6511, 23, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 1886, 21680, 953, 834, 4350, 834, 4314, 549, 17444, 427, 819, 834, 509, 1836, 3274, 96, 210, 32, 354, 6267, 524, 6511, 23, 2, 4009, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
For team Atl tico Nacional, what were the points?
CREATE TABLE table_16795394_3 ( points VARCHAR, team__number2 VARCHAR )
SELECT points FROM table_16795394_3 WHERE team__number2 = "Atlético Nacional"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2938, 4440, 4867, 4240, 834, 519, 41, 979, 584, 4280, 28027, 6, 372, 834, 834, 5525, 1152, 357, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 242, 372, 486, 40, 3...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 979, 21680, 953, 834, 2938, 4440, 4867, 4240, 834, 519, 549, 17444, 427, 372, 834, 834, 5525, 1152, 357, 3274, 96, 188, 17, 40, 17678, 509, 1823, 75, 6318, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which 1990-1991 is the average one that has Played of 38, and Points of 40?
CREATE TABLE table_39453 ( "Team" text, "Average" real, "Points" real, "Played" real, "1988-89" text, "1989-90" text, "1990-1991" real )
SELECT AVG("1990-1991") FROM table_39453 WHERE "Played" = '38' AND "Points" = '40'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3288, 2128, 519, 41, 96, 18699, 121, 1499, 6, 96, 188, 624, 545, 121, 490, 6, 96, 22512, 7, 121, 490, 6, 96, 15800, 15, 26, 121, 490, 6, 96, 2294, 4060, 18, 3914, 121, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 71, 17217, 599, 121, 2294, 2394, 4481, 4729, 8512, 21680, 953, 834, 3288, 2128, 519, 549, 17444, 427, 96, 15800, 15, 26, 121, 3274, 3, 31, 3747, 31, 3430, 96, 22512, 7, 121, 3274, 3, 31, 2445, 31, 1, -100, -100, ...
Compute the total the number of location across location as a pie chart.
CREATE TABLE Elimination ( Elimination_ID text, Wrestler_ID text, Team text, Eliminated_By text, Elimination_Move text, Time text ) CREATE TABLE wrestler ( Wrestler_ID int, Name text, Reign text, Days_held text, Location text, Event text )
SELECT Location, COUNT(Location) FROM wrestler GROUP BY Location
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 7495, 14484, 41, 7495, 14484, 834, 4309, 1499, 6, 549, 6216, 1171, 834, 4309, 1499, 6, 2271, 1499, 6, 7495, 1109, 920, 834, 279, 63, 1499, 6, 7495, 14484, 834, 329, 32, 162, 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, 10450, 6, 2847, 17161, 599, 434, 32, 75, 257, 61, 21680, 26033, 52, 350, 4630, 6880, 272, 476, 10450, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What is the general classification at stage 18 that has a points classification of Tony Rominger?
CREATE TABLE table_name_59 (general_classification VARCHAR, points_classification VARCHAR, stage VARCHAR)
SELECT general_classification FROM table_name_59 WHERE points_classification = "tony rominger" AND stage = "18"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 27369, 834, 4057, 2420, 584, 4280, 28027, 6, 979, 834, 4057, 2420, 584, 4280, 28027, 6, 1726, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 879, 834, 4057, 2420, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 979, 834, 4057, 2420, 3274, 96, 17, 106, 63, 3, 3522, 9963, 121, 3430, 1726, 3274, 96, 2606, 121, 1, -100, -100, -100, -100, -100, -100, -100,...
What is the Aspect of Channel 26.5?
CREATE TABLE table_name_23 (aspect VARCHAR, channel VARCHAR)
SELECT aspect FROM table_name_23 WHERE channel = 26.5
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2773, 41, 9, 5628, 584, 4280, 28027, 6, 4245, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 71, 5628, 13, 9916, 204, 17255, 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, 2663, 21680, 953, 834, 4350, 834, 2773, 549, 17444, 427, 4245, 3274, 204, 17255, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
Which Team has a Winner of 1?
CREATE TABLE table_name_6 ( team VARCHAR, winner VARCHAR )
SELECT team FROM table_name_6 WHERE winner = "1"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 948, 41, 372, 584, 4280, 28027, 6, 4668, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 2271, 65, 3, 9, 18125, 13, 209, 58, 1, 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, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 372, 21680, 953, 834, 4350, 834, 948, 549, 17444, 427, 4668, 3274, 96, 536, 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 was the score of the tournament that was held in 1974?
CREATE TABLE table_4537 ( "Outcome" text, "Date" real, "Tournament" text, "Surface" text, "Partner" text, "Opponents in the final" text, "Score in the final" text )
SELECT "Score in the final" FROM table_4537 WHERE "Date" = '1974'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2128, 4118, 41, 96, 15767, 287, 15, 121, 1499, 6, 96, 308, 342, 121, 490, 6, 96, 382, 1211, 20205, 17, 121, 1499, 6, 96, 134, 450, 4861, 121, 1499, 6, 96, 13725, 687, 1...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 134, 9022, 16, 8, 804, 121, 21680, 953, 834, 2128, 4118, 549, 17444, 427, 96, 308, 342, 121, 3274, 3, 31, 2294, 4581, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Name the title that aired on 5 august 1967
CREATE TABLE table_2235 ( "No" real, "Season" real, "Ep" real, "Title" text, "Writer" text, "Director" text, "Original airdate" text, "Archive" text )
SELECT COUNT("Title") FROM table_2235 WHERE "Original airdate" = '5 August 1967'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2884, 2469, 41, 96, 4168, 121, 490, 6, 96, 134, 15, 9, 739, 121, 490, 6, 96, 427, 102, 121, 490, 6, 96, 382, 155, 109, 121, 1499, 6, 96, 24965, 49, 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, 382, 155, 109, 8512, 21680, 953, 834, 2884, 2469, 549, 17444, 427, 96, 667, 3380, 10270, 799, 5522, 121, 3274, 3, 31, 755, 1660, 18148, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -...
Which Division has a Position of 6th?
CREATE TABLE table_5751 ( "Season" real, "Level" text, "Division" text, "Administration" text, "Position" text )
SELECT "Division" FROM table_5751 WHERE "Position" = '6th'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3436, 5553, 41, 96, 134, 15, 9, 739, 121, 490, 6, 96, 25465, 121, 1499, 6, 96, 308, 23, 6610, 121, 1499, 6, 96, 16313, 343, 2661, 121, 1499, 6, 96, 345, 32, 7, 4749, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 6610, 121, 21680, 953, 834, 3436, 5553, 549, 17444, 427, 96, 345, 32, 7, 4749, 121, 3274, 3, 31, 948, 189, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
Which race has a pole of test driver and a team name of Lucky Strike Honda Racing f1 team?
CREATE TABLE table_11476 ( "Season" real, "Series" text, "Team Name" text, "Races" text, "Poles" text, "Wins" text, "Points" text, "Final Placing" text )
SELECT "Races" FROM table_11476 WHERE "Poles" = 'test driver' AND "Team Name" = 'lucky strike honda racing f1 team'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 18959, 3959, 41, 96, 134, 15, 9, 739, 121, 490, 6, 96, 12106, 7, 121, 1499, 6, 96, 18699, 5570, 121, 1499, 6, 96, 448, 9, 2319, 121, 1499, 6, 96, 8931, 15, 7, 121, 14...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 448, 9, 2319, 121, 21680, 953, 834, 18959, 3959, 549, 17444, 427, 96, 8931, 15, 7, 121, 3274, 3, 31, 4377, 2535, 31, 3430, 96, 18699, 5570, 121, 3274, 3, 31, 18219, 63, 6585, 3, 31782, 8191, 3, 89, 536, 372,...
What is the title of the episode that was directed by Roy Dupuis?
CREATE TABLE table_57002 ( "Episode #" text, "Title" text, "Directed by" text, "Written by" text, "Original airdate" text )
SELECT "Title" FROM table_57002 WHERE "Directed by" = 'roy dupuis'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 28363, 4305, 41, 96, 427, 102, 159, 32, 221, 1713, 121, 1499, 6, 96, 382, 155, 109, 121, 1499, 6, 96, 23620, 15, 26, 57, 121, 1499, 6, 96, 24965, 324, 57, 121, 1499, 6,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 382, 155, 109, 121, 21680, 953, 834, 28363, 4305, 549, 17444, 427, 96, 23620, 15, 26, 57, 121, 3274, 3, 31, 8170, 146, 4987, 159, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
retrieve the patient ids of those diagnosed with valvular insufficiency - with chf until 1 year ago.
CREATE TABLE cost ( costid number, uniquepid text, patienthealthsystemstayid number, eventtype text, eventid number, chargetime time, cost number ) CREATE TABLE lab ( labid number, patientunitstayid number, labname text, labresult number, labresulttime time ) CREATE TAB...
SELECT patient.uniquepid FROM patient WHERE patient.patientunitstayid IN (SELECT diagnosis.patientunitstayid FROM diagnosis WHERE diagnosis.diagnosisname = 'valvular insufficiency - with chf' AND DATETIME(diagnosis.diagnosistime) <= DATETIME(CURRENT_TIME(), '-1 year'))
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 583, 41, 583, 23, 26, 381, 6, 775, 12417, 1499, 6, 1868, 15878, 3734, 21545, 23, 26, 381, 6, 605, 6137, 1499, 6, 605, 23, 26, 381, 6, 1567, 715, 97, 6, 583, 381, 3, 61, 3, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 1868, 5, 202, 1495, 12417, 21680, 1868, 549, 17444, 427, 1868, 5, 10061, 15129, 21545, 23, 26, 3388, 41, 23143, 14196, 8209, 5, 10061, 15129, 21545, 23, 26, 21680, 8209, 549, 17444, 427, 8209, 5, 25930, 4844, 159, 435...
Who was the opponent with a series of 3-2?
CREATE TABLE table_name_54 ( opponent VARCHAR, series VARCHAR )
SELECT opponent FROM table_name_54 WHERE series = "3-2"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 5062, 41, 15264, 584, 4280, 28027, 6, 939, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 2645, 47, 8, 15264, 28, 3, 9, 939, 13, 3, 21160, 58, 1, 0, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 15264, 21680, 953, 834, 4350, 834, 5062, 549, 17444, 427, 939, 3274, 96, 21160, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Find the business which has the most number of categories
CREATE TABLE review ( rid int, business_id varchar, user_id varchar, rating float, text longtext, year int, month varchar ) CREATE TABLE checkin ( cid int, business_id varchar, count int, day varchar ) CREATE TABLE category ( id int, business_id varchar, categor...
SELECT business.name FROM business, category WHERE category.business_id = business.business_id GROUP BY business.name ORDER BY COUNT(DISTINCT (category.category_name)) DESC LIMIT 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 1132, 41, 5413, 16, 17, 6, 268, 834, 23, 26, 3, 4331, 4059, 6, 1139, 834, 23, 26, 3, 4331, 4059, 6, 5773, 3, 12660, 6, 1499, 307, 6327, 6, 215, 16, 17, 6, 847, 3, 4331, 4059, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 268, 5, 4350, 21680, 268, 6, 3295, 549, 17444, 427, 3295, 5, 16394, 834, 23, 26, 3274, 268, 5, 16394, 834, 23, 26, 350, 4630, 6880, 272, 476, 268, 5, 4350, 4674, 11300, 272, 476, 2847, 17161, 599, 15438, 25424, 62...
What was Catalogue tojp 60121-22's Date?
CREATE TABLE table_52126 ( "Country" text, "Date" text, "Label" text, "Format" text, "Catalogue" text )
SELECT "Date" FROM table_52126 WHERE "Catalogue" = 'tojp 60121-22'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 5373, 21976, 41, 96, 10628, 651, 121, 1499, 6, 96, 308, 342, 121, 1499, 6, 96, 434, 10333, 121, 1499, 6, 96, 3809, 3357, 121, 1499, 6, 96, 18610, 9, 10384, 121, 1499, 3, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 308, 342, 121, 21680, 953, 834, 5373, 21976, 549, 17444, 427, 96, 18610, 9, 10384, 121, 3274, 3, 31, 235, 354, 102, 1640, 22011, 16149, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What is the largest WNBA game average with 9,290 (4th) is the average, and less than 157,934 is the total for the year?
CREATE TABLE table_name_11 ( wnba_game_average INTEGER, average VARCHAR, total_for_year VARCHAR )
SELECT MAX(wnba_game_average) FROM table_name_11 WHERE average = "9,290 (4th)" AND total_for_year < 157 OFFSET 934
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2596, 41, 3, 210, 29, 115, 9, 834, 7261, 834, 28951, 3, 21342, 17966, 6, 1348, 584, 4280, 28027, 6, 792, 834, 1161, 834, 1201, 584, 4280, 28027, 3, 61, 3, 3210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 4800, 4, 599, 210, 29, 115, 9, 834, 7261, 834, 28951, 61, 21680, 953, 834, 4350, 834, 2596, 549, 17444, 427, 1348, 3274, 96, 1298, 6, 23838, 8457, 189, 61, 121, 3430, 792, 834, 1161, 834, 1201, 3, 2, 3, 27452, 3...
Show each gender code and the corresponding count of guests sorted by the count in descending order.
CREATE TABLE apartment_bookings ( apt_booking_id number, apt_id number, guest_id number, booking_status_code text, booking_start_date time, booking_end_date time ) CREATE TABLE view_unit_status ( apt_id number, apt_booking_id number, status_date time, available_yn others ) CREA...
SELECT gender_code, COUNT(*) FROM guests GROUP BY gender_code ORDER BY COUNT(*) DESC
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 4579, 834, 2567, 53, 7, 41, 3, 6789, 834, 2567, 53, 834, 23, 26, 381, 6, 3, 6789, 834, 23, 26, 381, 6, 3886, 834, 23, 26, 381, 6, 5038, 834, 8547, 302, 834, 4978, 1499, 6, 5038...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 7285, 834, 4978, 6, 2847, 17161, 599, 1935, 61, 21680, 2554, 350, 4630, 6880, 272, 476, 7285, 834, 4978, 4674, 11300, 272, 476, 2847, 17161, 599, 1935, 61, 309, 25067, 1, -100, -100, -100, -100, -100, -100, -100, -100...
What is Opponent in Final, when Surface is 'Hard', and when Date is '13 January 1992'?
CREATE TABLE table_58905 ( "Date" text, "Tournament" text, "Surface" text, "Opponent in Final" text, "Score in Final" text )
SELECT "Opponent in Final" FROM table_58905 WHERE "Surface" = 'hard' AND "Date" = '13 january 1992'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3449, 2394, 755, 41, 96, 308, 342, 121, 1499, 6, 96, 382, 1211, 20205, 17, 121, 1499, 6, 96, 134, 450, 4861, 121, 1499, 6, 96, 667, 102, 9977, 16, 6514, 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, 667, 102, 9977, 16, 6514, 121, 21680, 953, 834, 3449, 2394, 755, 549, 17444, 427, 96, 134, 450, 4861, 121, 3274, 3, 31, 5651, 31, 3430, 96, 308, 342, 121, 3274, 3, 31, 2368, 3, 7066, 76, 1208, 9047, 31, 1, ...
What was the nick name for the school established in 1958?
CREATE TABLE table_name_71 (nickname VARCHAR, established VARCHAR)
SELECT nickname FROM table_name_71 WHERE established = 1958
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4450, 41, 11191, 4350, 584, 4280, 28027, 6, 2127, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 47, 8, 3, 11191, 564, 21, 8, 496, 2127, 16, 22306, 58...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 24649, 21680, 953, 834, 4350, 834, 4450, 549, 17444, 427, 2127, 3274, 22306, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
Who played the home team during the game on January 6?
CREATE TABLE table_35011 ( "Date" text, "Visitor" text, "Score" text, "Home" text, "Record" text )
SELECT "Home" FROM table_35011 WHERE "Date" = 'january 6'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 16975, 2596, 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, 0...
[ 3, 23143, 14196, 96, 19040, 121, 21680, 953, 834, 16975, 2596, 549, 17444, 427, 96, 308, 342, 121, 3274, 3, 31, 7066, 76, 1208, 431, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
What was the year of the last final for the club whose last title was 1990?
CREATE TABLE table_4085 ( "School" text, "Titles" real, "Shared Titles" real, "Runners-Up" real, "Total Finals" real, "Last Title" text, "Last Final" real )
SELECT "Last Final" FROM table_4085 WHERE "Last Title" = '1990'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2445, 4433, 41, 96, 29364, 121, 1499, 6, 96, 382, 155, 965, 121, 490, 6, 96, 24501, 26, 11029, 7, 121, 490, 6, 96, 23572, 7, 18, 11161, 121, 490, 6, 96, 3696, 1947, 651...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 3612, 7, 17, 6514, 121, 21680, 953, 834, 2445, 4433, 549, 17444, 427, 96, 3612, 7, 17, 11029, 121, 3274, 3, 31, 2294, 2394, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the Studio of the Film directed by Paul Greengrass?
CREATE TABLE table_name_45 (studio_s_ VARCHAR, director VARCHAR)
SELECT studio_s_ FROM table_name_45 WHERE director = "paul greengrass"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2128, 41, 22991, 834, 7, 834, 584, 4280, 28027, 6, 2090, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 5929, 13, 8, 3417, 6640, 57, 1838, 1862...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3100, 834, 7, 834, 21680, 953, 834, 4350, 834, 2128, 549, 17444, 427, 2090, 3274, 96, 102, 9, 83, 1442, 16446, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Show all church names except for those that had a wedding in year 2015.
CREATE TABLE church (name VARCHAR); CREATE TABLE wedding (church_id VARCHAR, year VARCHAR); CREATE TABLE church (name VARCHAR, church_id VARCHAR)
SELECT name FROM church EXCEPT SELECT T1.name FROM church AS T1 JOIN wedding AS T2 ON T1.church_id = T2.church_id WHERE T2.year = 2015
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 2078, 41, 4350, 584, 4280, 28027, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 1683, 41, 28854, 834, 23, 26, 584, 4280, 28027, 6, 215, 584, 4280, 28027, 61, 3, 32102, 32103...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 564, 21680, 2078, 262, 4, 30416, 3, 23143, 14196, 332, 5411, 4350, 21680, 2078, 6157, 332, 536, 3, 15355, 3162, 1683, 6157, 332, 357, 9191, 332, 5411, 28854, 834, 23, 26, 3274, 332, 4416, 28854, 834, 23, 26, 549, 17...
Name the max bike number of position for 30
CREATE TABLE table_21413 ( "Position" real, "Driver / Passenger" text, "Equipment" text, "Bike No" real, "Points" real )
SELECT MAX("Bike No") FROM table_21413 WHERE "Position" = '30'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 27357, 2368, 41, 96, 345, 32, 7, 4749, 121, 490, 6, 96, 20982, 52, 3, 87, 3424, 35, 1304, 121, 1499, 6, 96, 427, 23067, 297, 121, 1499, 6, 96, 279, 5208, 465, 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, 279, 5208, 465, 8512, 21680, 953, 834, 27357, 2368, 549, 17444, 427, 96, 345, 32, 7, 4749, 121, 3274, 3, 31, 1458, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
prior to over the rainbow , how many previous television appearances did kerry ellis have ?
CREATE TABLE table_203_224 ( id number, "title" text, "year" number, "channel" text, "role" text, "notes" text )
SELECT COUNT(*) FROM table_203_224 WHERE "year" < (SELECT "year" FROM table_203_224 WHERE "title" = 'over the rainbow')
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23330, 834, 24622, 41, 3, 23, 26, 381, 6, 96, 21869, 121, 1499, 6, 96, 1201, 121, 381, 6, 96, 19778, 121, 1499, 6, 96, 3491, 15, 121, 1499, 6, 96, 7977, 7, 121, 1499, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2847, 17161, 599, 1935, 61, 21680, 953, 834, 23330, 834, 24622, 549, 17444, 427, 96, 1201, 121, 3, 2, 41, 23143, 14196, 96, 1201, 121, 21680, 953, 834, 23330, 834, 24622, 549, 17444, 427, 96, 21869, 121, 3274, 3, 31...
What was the Attendance on November 7, 1999?
CREATE TABLE table_44978 ( "Week" real, "Date" text, "Opponent" text, "Result" text, "Attendance" text )
SELECT "Attendance" FROM table_44978 WHERE "Date" = 'november 7, 1999'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3628, 21441, 41, 96, 518, 10266, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 667, 102, 9977, 121, 1499, 6, 96, 20119, 121, 1499, 6, 96, 188, 17, 324, 26, 663, 121, 149...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0...
[ 3, 23143, 14196, 96, 188, 17, 324, 26, 663, 121, 21680, 953, 834, 3628, 21441, 549, 17444, 427, 96, 308, 342, 121, 3274, 3, 31, 5326, 18247, 7973, 5247, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the position in the 2004 season?
CREATE TABLE table_49031 ( "Season" real, "Level" text, "Division" text, "Administration" text, "Position" text )
SELECT "Position" FROM table_49031 WHERE "Season" > '2004'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 591, 2394, 3341, 41, 96, 134, 15, 9, 739, 121, 490, 6, 96, 25465, 121, 1499, 6, 96, 308, 23, 6610, 121, 1499, 6, 96, 16313, 343, 2661, 121, 1499, 6, 96, 345, 32, 7, 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, 96, 345, 32, 7, 4749, 121, 21680, 953, 834, 591, 2394, 3341, 549, 17444, 427, 96, 134, 15, 9, 739, 121, 2490, 3, 31, 21653, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What are the companies and investors that correspond to each entrepreneur?
CREATE TABLE people ( people_id number, name text, height number, weight number, date_of_birth text ) CREATE TABLE entrepreneur ( entrepreneur_id number, people_id number, company text, money_requested number, investor text )
SELECT company, investor FROM entrepreneur
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 151, 41, 151, 834, 23, 26, 381, 6, 564, 1499, 6, 3902, 381, 6, 1293, 381, 6, 833, 834, 858, 834, 20663, 1499, 3, 61, 3, 32102, 32103, 32102, 205, 4386, 6048, 332, 17098, 3, 12290, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 349, 6, 12024, 21680, 3, 12290, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What home team played an away team with a score of 6.8 (44)?
CREATE TABLE table_77845 ( "Home team" text, "Home team score" text, "Away team" text, "Away team score" text, "Venue" text, "Crowd" real, "Date" text )
SELECT "Home team" FROM table_77845 WHERE "Away team score" = '6.8 (44)'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 940, 3940, 2128, 41, 96, 19040, 372, 121, 1499, 6, 96, 19040, 372, 2604, 121, 1499, 6, 96, 188, 1343, 372, 121, 1499, 6, 96, 188, 1343, 372, 2604, 121, 1499, 6, 96, 553, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 19040, 372, 121, 21680, 953, 834, 940, 3940, 2128, 549, 17444, 427, 96, 188, 1343, 372, 2604, 121, 3274, 3, 31, 948, 5, 927, 8457, 7256, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Which Height has a Player of mike bibby?
CREATE TABLE table_name_43 ( height VARCHAR, player VARCHAR )
SELECT height FROM table_name_43 WHERE player = "mike bibby"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4906, 41, 3902, 584, 4280, 28027, 6, 1959, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 4073, 24231, 65, 3, 9, 12387, 13, 3, 20068, 15, 3, 22456, 969,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3902, 21680, 953, 834, 4350, 834, 4906, 549, 17444, 427, 1959, 3274, 96, 20068, 15, 3, 22456, 969, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
How many times was the candidates paul tsongas (d) 60.6% paul w. cronin (r) 39.4%?
CREATE TABLE table_1341690_21 (incumbent VARCHAR, candidates VARCHAR)
SELECT COUNT(incumbent) FROM table_1341690_21 WHERE candidates = "Paul Tsongas (D) 60.6% Paul W. Cronin (R) 39.4%"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23747, 2938, 2394, 834, 2658, 41, 77, 75, 5937, 295, 584, 4280, 28027, 6, 4341, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 571, 186, 648, 47, 8, 4341, 2576, 83, 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, 2847, 17161, 599, 77, 75, 5937, 295, 61, 21680, 953, 834, 23747, 2938, 2394, 834, 2658, 549, 17444, 427, 4341, 3274, 96, 23183, 332, 739, 5556, 41, 308, 61, 1640, 5, 6370, 1838, 549, 5, 5811, 29, 77, 41, 448, 61, ...
How many news stations opened on the date of June 24, 2000?
CREATE TABLE table_1817879_2 ( _number_of_new_stations VARCHAR, date_opened VARCHAR )
SELECT _number_of_new_stations FROM table_1817879_2 WHERE date_opened = "June 24, 2000"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2606, 27640, 4440, 834, 357, 41, 3, 834, 5525, 1152, 834, 858, 834, 5534, 834, 6682, 7, 584, 4280, 28027, 6, 833, 834, 26940, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 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, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 3, 834, 5525, 1152, 834, 858, 834, 5534, 834, 6682, 7, 21680, 953, 834, 2606, 27640, 4440, 834, 357, 549, 17444, 427, 833, 834, 26940, 3274, 96, 683, 444, 14320, 2766, 121, 1, -100, -100, -100, -100, -100, -100, -10...
name the date where score time is w 74-63
CREATE TABLE table_17186229_4 (date VARCHAR, score_time VARCHAR)
SELECT date FROM table_17186229_4 WHERE score_time = "W 74-63"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2517, 2606, 4056, 3166, 834, 591, 41, 5522, 584, 4280, 28027, 6, 2604, 834, 715, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 564, 8, 833, 213, 2604, 97, 19, 3, 210...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 833, 21680, 953, 834, 2517, 2606, 4056, 3166, 834, 591, 549, 17444, 427, 2604, 834, 715, 3274, 96, 518, 3, 4581, 18, 3891, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What's the engine used for rounds 5-6?
CREATE TABLE table_name_1 (engine VARCHAR, rounds VARCHAR)
SELECT engine FROM table_name_1 WHERE rounds = "5-6"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 536, 41, 20165, 584, 4280, 28027, 6, 14419, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 31, 7, 8, 1948, 261, 21, 14419, 305, 5783, 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, 1948, 21680, 953, 834, 4350, 834, 536, 549, 17444, 427, 14419, 3274, 96, 755, 5783, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
Who had the highest rebounds of the game with A. Johnson (14) as the highest assists?
CREATE TABLE table_51535 ( "Game" real, "Date" text, "Team" text, "Score" text, "High points" text, "High rebounds" text, "High assists" text, "Location Attendance" text, "Record" text )
SELECT "High rebounds" FROM table_51535 WHERE "High assists" = 'a. johnson (14)'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 755, 1808, 2469, 41, 96, 23055, 121, 490, 6, 96, 308, 342, 121, 1499, 6, 96, 18699, 121, 1499, 6, 96, 134, 9022, 121, 1499, 6, 96, 21417, 979, 121, 1499, 6, 96, 21417, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 21417, 3, 23768, 121, 21680, 953, 834, 755, 1808, 2469, 549, 17444, 427, 96, 21417, 13041, 121, 3274, 3, 31, 9, 5, 3, 27341, 739, 4077, 7256, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the lowest Pioneer population with a Sarina population less than 7,537 and a Mirani population less than 5,379 in 1966?
CREATE TABLE table_68676 ( "Year" real, "Total Region" real, "Mackay" real, "Pioneer" real, "Mirani" real, "Sarina" real )
SELECT MIN("Pioneer") FROM table_68676 WHERE "Sarina" < '7,537' AND "Year" = '1966' AND "Mirani" < '5,379'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3651, 3708, 948, 41, 96, 476, 2741, 121, 490, 6, 96, 3696, 1947, 6163, 121, 490, 6, 96, 17772, 18075, 121, 490, 6, 96, 345, 23, 782, 49, 121, 490, 6, 96, 329, 23, 2002,...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 3, 17684, 599, 121, 345, 23, 782, 49, 8512, 21680, 953, 834, 3651, 3708, 948, 549, 17444, 427, 96, 134, 291, 77, 9, 121, 3, 2, 3, 31, 940, 6, 755, 4118, 31, 3430, 96, 476, 2741, 121, 3274, 3, 31, 2294, 3539, ...
What pressure is Ken?
CREATE TABLE table_60814 ( "Name" text, "Dates active" text, "Windspeeds" text, "Pressure" text, "Deaths" text )
SELECT "Pressure" FROM table_60814 WHERE "Name" = 'ken'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3328, 927, 2534, 41, 96, 23954, 121, 1499, 6, 96, 308, 6203, 1676, 121, 1499, 6, 96, 18455, 26, 9993, 7, 121, 1499, 6, 96, 24313, 1462, 121, 1499, 6, 96, 2962, 9, 189, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0...
[ 3, 23143, 14196, 96, 24313, 1462, 121, 21680, 953, 834, 3328, 927, 2534, 549, 17444, 427, 96, 23954, 121, 3274, 3, 31, 2217, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the date of vacancy when the team is manchester city and replaced by is mark hughes?
CREATE TABLE table_10592536_8 (date_of_vacancy VARCHAR, team VARCHAR, replaced_by VARCHAR)
SELECT date_of_vacancy FROM table_10592536_8 WHERE team = "Manchester City" AND replaced_by = "Mark Hughes"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 12869, 28456, 3420, 834, 927, 41, 5522, 834, 858, 834, 29685, 584, 4280, 28027, 6, 372, 584, 4280, 28027, 6, 5821, 834, 969, 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, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 833, 834, 858, 834, 29685, 21680, 953, 834, 12869, 28456, 3420, 834, 927, 549, 17444, 427, 372, 3274, 96, 7296, 13263, 896, 121, 3430, 5821, 834, 969, 3274, 96, 19762, 21512, 121, 1, -100, -100, -100, -100, -100, -100...
What is the Series leader with a Date that is october 9?
CREATE TABLE table_name_93 ( series_leader VARCHAR, date VARCHAR )
SELECT series_leader FROM table_name_93 WHERE date = "october 9"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 4271, 41, 939, 834, 22900, 584, 4280, 28027, 6, 833, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 4531, 2488, 28, 3, 9, 7678, 24, 19, 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0...
[ 3, 23143, 14196, 939, 834, 22900, 21680, 953, 834, 4350, 834, 4271, 549, 17444, 427, 833, 3274, 96, 32, 75, 235, 1152, 668, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What were the notes for the player who finished with a rank smaller than 2?
CREATE TABLE table_name_48 ( notes VARCHAR, rank INTEGER )
SELECT notes FROM table_name_48 WHERE rank < 2
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3707, 41, 3358, 584, 4280, 28027, 6, 11003, 3, 21342, 17966, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 130, 8, 3358, 21, 8, 1959, 113, 2369, 28, 3, 9, 11003, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3358, 21680, 953, 834, 4350, 834, 3707, 549, 17444, 427, 11003, 3, 2, 204, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -...
What is guido bontempi's general classification when he has a stage of 6?
CREATE TABLE table_32904 ( "Stage" text, "Winner" text, "General classification" text, "Points classification" text, "Young rider classification" text, "Team classification" text )
SELECT "General classification" FROM table_32904 WHERE "Winner" = 'guido bontempi' AND "Stage" = '6'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 2668, 2394, 591, 41, 96, 134, 6505, 121, 1499, 6, 96, 18455, 687, 121, 1499, 6, 96, 20857, 13774, 121, 1499, 6, 96, 22512, 7, 13774, 121, 1499, 6, 96, 3774, 1725, 2564, 5...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 20857, 13774, 121, 21680, 953, 834, 2668, 2394, 591, 549, 17444, 427, 96, 18455, 687, 121, 3274, 3, 31, 7938, 26, 32, 2682, 15076, 23, 31, 3430, 96, 134, 6505, 121, 3274, 3, 31, 948, 31, 1, -100, -100, -100, ...
What is the lowest official ITV1 rating with 45.4% share?
CREATE TABLE table_name_32 ( official_itv1_rating INTEGER, share VARCHAR )
SELECT MIN(official_itv1_rating) FROM table_name_32 WHERE share = "45.4%"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2668, 41, 2314, 834, 155, 208, 536, 834, 52, 1014, 3, 21342, 17966, 6, 698, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 7402, 2314, 27, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 17684, 599, 20884, 834, 155, 208, 536, 834, 52, 1014, 61, 21680, 953, 834, 4350, 834, 2668, 549, 17444, 427, 698, 3274, 96, 2128, 5, 5988, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100,...
Which Japanese Title has more than 9 Episodes, and a Romaji Title of haikei, chichiue-sama?
CREATE TABLE table_name_12 (japanese_title VARCHAR, episodes VARCHAR, romaji_title VARCHAR)
SELECT japanese_title FROM table_name_12 WHERE episodes > 9 AND romaji_title = "haikei, chichiue-sama"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 2122, 41, 1191, 2837, 15, 7, 15, 834, 21869, 584, 4280, 28027, 6, 13562, 584, 4280, 28027, 6, 3, 3522, 17815, 834, 21869, 584, 4280, 28027, 61, 3, 32102, 32103, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2662, 2837, 15, 7, 15, 834, 21869, 21680, 953, 834, 4350, 834, 2122, 549, 17444, 427, 13562, 2490, 668, 3430, 3, 3522, 17815, 834, 21869, 3274, 96, 1024, 5208, 23, 6, 3, 1436, 1436, 76, 15, 18, 7, 265, 9, 121, 1...
Find Team_Name and ACC_Percent , and visualize them by a bar chart, and order by the ACC_Percent in ascending.
CREATE TABLE university ( School_ID int, School text, Location text, Founded real, Affiliation text, Enrollment real, Nickname text, Primary_conference text ) CREATE TABLE basketball_match ( Team_ID int, School_ID int, Team_Name text, ACC_Regular_Season text, ACC_Per...
SELECT Team_Name, ACC_Percent FROM basketball_match ORDER BY ACC_Percent
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 3819, 41, 1121, 834, 4309, 16, 17, 6, 1121, 1499, 6, 10450, 1499, 6, 3, 20100, 490, 6, 71, 89, 8027, 23, 257, 1499, 6, 695, 4046, 297, 490, 6, 7486, 4350, 1499, 6, 14542, 834, 28...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 2271, 834, 23954, 6, 3, 14775, 834, 12988, 3728, 21680, 8498, 834, 19515, 4674, 11300, 272, 476, 3, 14775, 834, 12988, 3728, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What was the record in the competition in which the home team was the Mavericks?
CREATE TABLE table_56052 ( "Date" text, "Visitor" text, "Score" text, "Home" text, "Leading scorer" text, "Attendance" real, "Record" text )
SELECT "Record" FROM table_56052 WHERE "Home" = 'mavericks'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4834, 3076, 357, 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, 2796, 9, 26, 53, 2604, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 1649, 7621, 121, 21680, 953, 834, 4834, 3076, 357, 549, 17444, 427, 96, 19040, 121, 3274, 3, 31, 51, 9, 162, 5206, 7, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
which state hosted the most pga tour tournaments ?
CREATE TABLE table_203_531 ( id number, "date" text, "tournament" text, "location" text, "winner" text, "score" text, "1st prize ($)" number )
SELECT "location" FROM table_203_531 GROUP BY "location" ORDER BY COUNT(*) DESC LIMIT 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 23330, 834, 755, 3341, 41, 3, 23, 26, 381, 6, 96, 5522, 121, 1499, 6, 96, 17, 1211, 20205, 17, 121, 1499, 6, 96, 14836, 121, 1499, 6, 96, 3757, 687, 121, 1499, 6, 96, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 14836, 121, 21680, 953, 834, 23330, 834, 755, 3341, 350, 4630, 6880, 272, 476, 96, 14836, 121, 4674, 11300, 272, 476, 2847, 17161, 599, 1935, 61, 309, 25067, 8729, 12604, 209, 1, -100, -100, -100, -100, -100, -100...
What are all the reports where Paul Tracy had the fastest lap?
CREATE TABLE table_16428 ( "Rnd" real, "Race Name" text, "Pole position" text, "Fastest lap" text, "Winning driver" text, "Winning team" text, "Report" text )
SELECT "Report" FROM table_16428 WHERE "Fastest lap" = 'Paul Tracy'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 26987, 2577, 41, 96, 448, 727, 121, 490, 6, 96, 448, 3302, 5570, 121, 1499, 6, 96, 8931, 15, 1102, 121, 1499, 6, 96, 371, 9, 7, 4377, 14941, 121, 1499, 6, 96, 518, 1050...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 96, 1649, 1493, 121, 21680, 953, 834, 26987, 2577, 549, 17444, 427, 96, 371, 9, 7, 4377, 14941, 121, 3274, 3, 31, 23183, 29464, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...
what date was giulia casoni the partner?
CREATE TABLE table_69706 ( "Outcome" text, "Date" text, "Tournament" text, "Surface" text, "Partner" text, "Score" text )
SELECT "Date" FROM table_69706 WHERE "Partner" = 'giulia casoni'
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 3951, 2518, 948, 41, 96, 15767, 287, 15, 121, 1499, 6, 96, 308, 342, 121, 1499, 6, 96, 382, 1211, 20205, 17, 121, 1499, 6, 96, 134, 450, 4861, 121, 1499, 6, 96, 13725, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 3951, 2518, 948, 549, 17444, 427, 96, 13725, 687, 121, 3274, 3, 31, 24930, 40, 23, 9, 212, 739, 23, 31, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100...
What's the song of artist liam reilly?
CREATE TABLE table_name_8 (song VARCHAR, artist VARCHAR)
SELECT song FROM table_name_8 WHERE artist = "liam reilly"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 927, 41, 7, 2444, 584, 4280, 28027, 6, 2377, 584, 4280, 28027, 61, 3, 32102, 32103, 32101, 32103, 363, 31, 7, 8, 2324, 13, 2377, 3, 40, 23, 265, 3, 60, 173, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 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, 2324, 21680, 953, 834, 4350, 834, 927, 549, 17444, 427, 2377, 3274, 96, 40, 23, 265, 3, 60, 173, 120, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -10...
when was patient 012-25893 last discharged this year from the hospital?
CREATE TABLE lab ( labid number, patientunitstayid number, labname text, labresult number, labresulttime time ) CREATE TABLE intakeoutput ( intakeoutputid number, patientunitstayid number, cellpath text, celllabel text, cellvaluenumeric number, intakeoutputtime time ) CREAT...
SELECT patient.hospitaldischargetime FROM patient WHERE patient.uniquepid = '012-25893' AND DATETIME(patient.hospitaldischargetime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-0 year') ORDER BY patient.hospitaldischargetime DESC LIMIT 1
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 7690, 41, 50, 9824, 381, 6, 1868, 15129, 21545, 23, 26, 381, 6, 7690, 4350, 1499, 6, 50, 1999, 7, 83, 17, 381, 6, 50, 1999, 7, 83, 17, 715, 97, 3, 61, 3, 32102, 32103, 32102, 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, 1868, 5, 31386, 26, 159, 7993, 715, 21680, 1868, 549, 17444, 427, 1868, 5, 202, 1495, 12417, 3274, 3, 31, 4542, 22451, 3449, 4271, 31, 3430, 309, 6048, 382, 15382, 599, 10061, 5, 31386, 26, 159, 7993, 715, 6, 3, 3...
what is date of death of subject id 2560?
CREATE TABLE diagnoses ( 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 ) C...
SELECT demographic.dod FROM demographic WHERE demographic.subject_id = "2560"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 18730, 7, 41, 1426, 834, 23, 26, 1499, 6, 141, 51, 834, 23, 26, 1499, 6, 3, 447, 26, 1298, 834, 4978, 1499, 6, 710, 834, 21869, 1499, 6, 307, 834, 21869, 1499, 3, 61, 3, 32102, ...
[ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1...
[ 3, 23143, 14196, 14798, 5, 26, 32, 26, 21680, 14798, 549, 17444, 427, 14798, 5, 7304, 11827, 834, 23, 26, 3274, 96, 1828, 3328, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, ...
What is the College with a Position of db, and the CFL Team was Winnipeg Blue Bombers?
CREATE TABLE table_name_59 ( college VARCHAR, position VARCHAR, cfl_team VARCHAR )
SELECT college FROM table_name_59 WHERE position = "db" AND cfl_team = "winnipeg blue bombers"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 3390, 41, 1900, 584, 4280, 28027, 6, 1102, 584, 4280, 28027, 6, 3, 75, 89, 40, 834, 11650, 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, 1900, 21680, 953, 834, 4350, 834, 3390, 549, 17444, 427, 1102, 3274, 96, 26, 115, 121, 3430, 3, 75, 89, 40, 834, 11650, 3274, 96, 3757, 29, 23, 855, 122, 1692, 6417, 277, 121, 1, -100, -100, -100, -100, -100, -100...
What is the call sign for the radio owned by astral media?
CREATE TABLE table_name_7 ( call_sign VARCHAR, owner VARCHAR )
SELECT call_sign FROM table_name_7 WHERE owner = "astral media"
[ 32100, 32103, 32102, 205, 4386, 6048, 332, 17098, 953, 834, 4350, 834, 940, 41, 580, 834, 6732, 584, 4280, 28027, 6, 2527, 584, 4280, 28027, 3, 61, 3, 32102, 32103, 32101, 32103, 363, 19, 8, 580, 1320, 21, 8, 2252, 4157, 57, 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, 580, 834, 6732, 21680, 953, 834, 4350, 834, 940, 549, 17444, 427, 2527, 3274, 96, 12163, 138, 783, 121, 1, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -1...