question
stringlengths 12
244
| sql
stringlengths 22
468
|
|---|---|
What is the number for years 1985-88
|
SELECT MIN No. FROM table WHERE Years for Jazz = 1985-88
|
Which position does John Starks play?
|
SELECT Position FROM table WHERE Player = John Starks
|
Which position does Deshawn Stevenson play?
|
SELECT Position FROM table WHERE Player = DeShawn Stevenson
|
Which player played 2004-05
|
SELECT Player FROM table WHERE Years for Jazz = 2004-05
|
Name the nationality who played for 1987-89?
|
SELECT Nationality FROM table WHERE Years for Jazz = 1987-89
|
Wht years did truck robinson play?
|
SELECT Years for Jazz FROM table WHERE Player = Truck Robinson
|
What is the player that played 2004-05?
|
SELECT Player FROM table WHERE Years for Jazz = 2004-05
|
What is the number of players that played 1987-89?
|
SELECT No. FROM table WHERE Years for Jazz = 1987-89
|
What is the nationality of bill robinzine?
|
SELECT Nationality FROM table WHERE Player = Bill Robinzine
|
What is the player that played in 2004-05?
|
SELECT Player FROM table WHERE Years for Jazz = 2004-05
|
What is the nationality of the player named Kelly Tripucka?
|
SELECT Nationality FROM table WHERE Player = Kelly Tripucka
|
What years were the Iowa State school/club team have a jazz club?
|
SELECT Years for Jazz FROM table WHERE School/Club Team = Iowa State
|
Which player wears the number 6?
|
SELECT Player FROM table WHERE No. = 6
|
Which player's position is the shooting guard?
|
SELECT Player FROM table WHERE Position = Shooting guard
|
What is the number of school/club teams held by BYU?
|
SELECT MIN No. FROM table WHERE School/Club Team = BYU
|
What position did the player from maynard evans hs play
|
SELECT Position FROM table WHERE School/Club Team = Maynard Evans HS
|
What is the largest jersey number for the player from maryland
|
SELECT MAX No. FROM table WHERE School/Club Team = Maryland
|
Who are the players that played for the jazz from 1979-86
|
SELECT Player FROM table WHERE Years for Jazz = 1979-86
|
What years did number 54 play for the jazz
|
SELECT Years for Jazz FROM table WHERE No. = 54
|
How many schools did darryl dawkins play for
|
SELECT COUNT School/Club Team FROM table WHERE Player = Darryl Dawkins
|
What is the nationality of the player who played during the years 1989-92; 1994-95?
|
SELECT Nationality FROM table WHERE Years for Jazz = 1989-92; 1994-95
|
How many schools are listed for the player who played the years for Jazz in 2010-11?
|
SELECT COUNT School/Club Team FROM table WHERE Years for Jazz = 2010-11
|
How many players were names Howard Eisley?
|
SELECT COUNT No. FROM table WHERE Player = Howard Eisley
|
What is the position for player Blue Edwards?
|
SELECT Position FROM table WHERE Player = Blue Edwards
|
Which player played the years for Jazz in 1995-2000, 2004-05
|
SELECT Player FROM table WHERE Years for Jazz = 1995-2000, 2004-05
|
Which player is no. 53?
|
SELECT Player FROM table WHERE No. = 53
|
During which years did Jim Farmer play for Jazz?
|
SELECT Years for Jazz FROM table WHERE Player = Jim Farmer
|
How many players have played for Jazz during 2006-2007?
|
SELECT COUNT Player FROM table WHERE Years for Jazz = 2006-2007
|
What's Jim Farmer's nationality?
|
SELECT Nationality FROM table WHERE Player = Jim Farmer
|
For how many players from UTEP can one calculate how many years they've played for Jazz?
|
SELECT COUNT Years for Jazz FROM table WHERE School/Club Team = UTEP
|
How many position does Jim Farmer play in?
|
SELECT COUNT Position FROM table WHERE Player = Jim Farmer
|
What school or club did number 35 play for?
|
SELECT School/Club Team FROM table WHERE No. = 35
|
How many years did number 25 play for the Jazz?
|
SELECT Years for Jazz FROM table WHERE No. = 25
|
How many years did Paul Griffin play for the Jazz?
|
SELECT COUNT Years for Jazz FROM table WHERE Player = Paul Griffin
|
What position did Lamar Green play?
|
SELECT Position FROM table WHERE Player = Lamar Green
|
How many players only played for the Jazz in only 2010?
|
SELECT COUNT No. FROM table WHERE Years for Jazz = 2010
|
What was the delivery date when s2 (lst) type, s2 (frigate) type, c1-m type was delivered?
|
SELECT 1st Ship Delivery Date FROM table WHERE Ship Types Delivered = S2 (LST) type, S2 (frigate) type, C1-M type
|
What type of ships were delivered on October 1942?
|
SELECT Ship Types Delivered FROM table WHERE 1st Ship Delivery Date = October 1942
|
When was the delevery date when there were 12 ways of delivery?
|
SELECT 1st Ship Delivery Date FROM table WHERE Total Number of Ways = 12 ways
|
What are the episode numbers where the episode features Jack & Locke?
|
SELECT No. in series FROM table WHERE Featured character(s) = Jack & Locke
|
What are the episode numbers of episodes featuring Hurley?
|
SELECT No. in series FROM table WHERE Featured character(s) = Hurley
|
List the episode whose number in the series is 111.
|
SELECT No. in season FROM table WHERE No. in series = 111
|
What date got 9.82 million viewers?
|
SELECT Original air date FROM table WHERE U.S. viewers (million) = 9.82
|
What school placed 4th when Oklahoma State University (black) took 3rd place?
|
SELECT 4th Place FROM table WHERE 3rd Place = Oklahoma State University (Black)
|
What school took 3rd place in 2007?
|
SELECT 3rd Place FROM table WHERE Year = 2007
|
What year did the University of California, San Diego take 1st place?
|
SELECT MAX Year FROM table WHERE 1st Place = University of California, San Diego
|
What school took 4th place in 2002?
|
SELECT 4th Place FROM table WHERE Year = 2002
|
What school took 4th place in 2001?
|
SELECT 4th Place FROM table WHERE Year = 2001
|
Who were the runner(s)-up when Tiger won by 11 strokes?
|
SELECT Runner(s)-up FROM table WHERE Margin of victory = 11 strokes
|
What tournament did Tiger hold a 2 shot lead after 54 holes?
|
SELECT Championship FROM table WHERE 54 holes = 2 shot lead
|
What was the margin of victory over Justin Leonard, phillip price?
|
SELECT COUNT Margin of victory FROM table WHERE Runner(s)-up = Justin Leonard, Phillip Price
|
There were 68 worcs f-c matches played on Chester Road North Ground.
|
SELECT Worcs f-c matches FROM table WHERE Name of ground = Chester Road North Ground
|
How many times did Tiger get second in the year where there were 11 cuts?
|
SELECT MAX 2nd FROM table WHERE Cuts made = 11
|
What's written in the notes for the locomotives with cylinder size of 12" x 17"?
|
SELECT Notes FROM table WHERE Cylinders = 12" x 17"
|
Which locomotives 12" x 17" are both ex-industrial and built by Manning Wardle?
|
SELECT Name FROM table WHERE Notes = Ex-industrial AND Builder = Manning Wardle
|
What's the size of the cylinders built by Longbottom, Barnsley?
|
SELECT Cylinders FROM table WHERE Builder = Longbottom, Barnsley
|
Who is the builder of the locomotives with wheel arrangement of 2-4-2 T?
|
SELECT Builder FROM table WHERE Wheel arrangement = 2-4-2 T
|
On what date did Hudswell Clarke build the locomotive with 0-6-0 ST wheel arrangements?
|
SELECT Date built FROM table WHERE Wheel arrangement = 0-6-0 ST AND Builder = Hudswell Clarke
|
What amount of times is the name, Bok De Korver listed?
|
SELECT MAX number FROM table WHERE name = Bok de Korver
|
What is the total number of goals on the debut date of 14-04-1907?
|
SELECT COUNT number of goals FROM table WHERE date of debut = 14-04-1907
|
What is the date of debut that has a date of birth listed at 24-10-1887?
|
SELECT date of debut FROM table WHERE date of birth = 24-10-1887
|
What is the name of person that scored 10 goals?
|
SELECT name FROM table WHERE number of goals = 10
|
What is the name of the person whose date of death is 01-04-1954?
|
SELECT name FROM table WHERE date of death† = 01-04-1954
|
What is the toatl number of caps where the name is Hans Blume?
|
SELECT COUNT number of caps FROM table WHERE name = Hans Blume
|
What was the date of Henk Hordijk's death?
|
SELECT date of death† FROM table WHERE name = Henk Hordijk
|
What frequency is the pentium dual-core t3200?
|
SELECT Frequency FROM table WHERE Model number = Pentium Dual-Core T3200
|
What is the frequency of the model with part number lf80537gf0411m?
|
SELECT Frequency FROM table WHERE Part number(s) = LF80537GF0411M
|
What is the FSB of the model with part number lf80537gf0411m?
|
SELECT FSB FROM table WHERE Part number(s) = LF80537GF0411M
|
What is the FSB of the model with part number lf80537ge0251mn?
|
SELECT FSB FROM table WHERE Part number(s) = LF80537GE0251MN
|
What is the socket for the pentium dual-core t2410?
|
SELECT Socket FROM table WHERE Model number = Pentium Dual-Core T2410
|
What is the release date for the model with sspec number sla4h(m0)?
|
SELECT Release date FROM table WHERE sSpec number = SLA4H(M0)
|
How many different scores are there for the Verizon Classic?
|
SELECT COUNT Score FROM table WHERE Tournament = Verizon Classic
|
What was the score for the tournament in Michigan where the purse was smaller than 1813335.221493934?
|
SELECT Score FROM table WHERE Location = Michigan AND Purse( $ ) < 1813335.221493934
|
How many tournaments were held in Maryland?
|
SELECT COUNT Tournament FROM table WHERE Location = Maryland
|
How many different locations have the score 207 (-10)?
|
SELECT COUNT Location FROM table WHERE Score = 207 (-10)
|
What is the founding of parsu cimmarons?
|
SELECT MIN Founded FROM table WHERE Nickname = ParSU Cimmarons
|
What was the founding of navy blue?
|
SELECT Founded FROM table WHERE Color = Navy Blue
|
What was the number of nickname founded 1918?
|
SELECT COUNT Nickname FROM table WHERE Founded = 1918
|
What was the number of location of nickname cbsua formerly known cssac?
|
SELECT COUNT Location FROM table WHERE Nickname = CBSUA formerly known CSSAC
|
Name the tournament for arizona
|
SELECT Tournament FROM table WHERE Location = Arizona
|
Name the state and federal when property taxes is 17,199,210
|
SELECT State & Federal FROM table WHERE Property Taxes = 17,199,210
|
What is the local sources for property taxes of 11,631,227?
|
SELECT Other Local Sources FROM table WHERE Property Taxes = 11,631,227
|
What is the number of local sources for state and federal 12,929,489
|
SELECT Other Local Sources FROM table WHERE State & Federal = 12,929,489
|
What seat does плоцкая губерния hold?
|
SELECT Seat FROM table WHERE Name in Russian = Плоцкая губерния
|
Whose name in Polish holds the Lublin seat?
|
SELECT Name in Polish FROM table WHERE Seat = Lublin
|
Who, in Polish, governs a location with a population of 1640 (in thousands)?
|
SELECT Name in Polish FROM table WHERE Population, in thousands,( 1905 ) = 1640
|
What seat does Gubernia Warszawska hold?
|
SELECT Seat FROM table WHERE Name in Polish = Gubernia warszawska
|
What population (in thousands) is Lublin's seat?
|
SELECT Population, in thousands,( 1905 ) FROM table WHERE Seat = Lublin
|
плоцкая губерния governs an area with what area (in thousand km 2)?
|
SELECT Area, in thousands of km 2 FROM table WHERE Name in Russian = Плоцкая губерния
|
What is the up/down at the venue that hosted 7 games?
|
SELECT Up/Down FROM table WHERE Hosted = 7
|
What was the attendance last year at Manuka Oval?
|
SELECT Last Year FROM table WHERE Venue = Manuka Oval
|
What was the lowest attendance figure at Football Park?
|
SELECT Lowest FROM table WHERE Venue = Football Park
|
What is the total of port adelaide
|
SELECT MAX Total FROM table WHERE Team = Port Adelaide
|
what's the maximum purse( $ ) with score value of 204 (-9)
|
SELECT MAX Purse( $ ) FROM table WHERE Score = 204 (-9)
|
what's the winner with purse( $ ) value of bigger than 964017.2297960471 and date value of may 28
|
SELECT Winner FROM table WHERE Purse( $ ) > 964017.2297960471 AND Date = May 28
|
what's the winner with tournament value of kroger senior classic
|
SELECT Winner FROM table WHERE Tournament = Kroger Senior Classic
|
what's the date with tournament value of ford senior players championship
|
SELECT Date FROM table WHERE Tournament = Ford Senior Players Championship
|
what's the location with tournament value of quicksilver classic
|
SELECT Location FROM table WHERE Tournament = Quicksilver Classic
|
what's the score with date oct 1
|
SELECT Score FROM table WHERE Date = Oct 1
|
What was the score for the Toshiba Senior Classic?
|
SELECT Score FROM table WHERE Tournament = Toshiba Senior Classic
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.