Unnamed: 0
int64
0
60k
input
stringlengths
76
562
answer
stringlengths
18
557
27,700
<question>: How many constructors are listed for the XVI BRDC international trophy race <context>: CREATE TABLE table_1140103_6 (constructor VARCHAR, race_name VARCHAR)
SELECT COUNT(constructor) FROM table_1140103_6 WHERE race_name = "XVI BRDC International Trophy"
27,701
<question>: What is the name of the circuit in which the race name is ii danish grand prix? <context>: CREATE TABLE table_1140105_6 (circuit VARCHAR, race_name VARCHAR)
SELECT circuit FROM table_1140105_6 WHERE race_name = "II Danish Grand Prix"
27,702
<question>: What is te name of the constructors dated 26 march? <context>: CREATE TABLE table_1140105_6 (constructor VARCHAR, date VARCHAR)
SELECT constructor FROM table_1140105_6 WHERE date = "26 March"
27,703
<question>: What is the total amount of circuts dated 22 april? <context>: CREATE TABLE table_1140105_6 (circuit VARCHAR, date VARCHAR)
SELECT COUNT(circuit) FROM table_1140105_6 WHERE date = "22 April"
27,704
<question>: what is the name of the constructor that has the circuit zeltweg airfield? <context>: CREATE TABLE table_1140105_6 (constructor VARCHAR, circuit VARCHAR)
SELECT constructor FROM table_1140105_6 WHERE circuit = "Zeltweg Airfield"
27,705
<question>: What is the name of the winning driver where the circuit name is posillipo? <context>: CREATE TABLE table_1140105_6 (winning_driver VARCHAR, circuit VARCHAR)
SELECT winning_driver FROM table_1140105_6 WHERE circuit = "Posillipo"
27,706
<question>: What is the name of the circuit where the race xi Syracuse grand prix was held? <context>: CREATE TABLE table_1140105_6 (circuit VARCHAR, race_name VARCHAR)
SELECT circuit FROM table_1140105_6 WHERE race_name = "XI Syracuse Grand Prix"
27,707
<question>: What kind of report is for the Pau circuit? <context>: CREATE TABLE table_1140111_5 (report VARCHAR, circuit VARCHAR)
SELECT report FROM table_1140111_5 WHERE circuit = "Pau"
27,708
<question>: How many different kinds of reports are there for races that Juan Manuel Fangio won? <context>: CREATE TABLE table_1140111_5 (report VARCHAR, winning_driver VARCHAR)
SELECT COUNT(report) FROM table_1140111_5 WHERE winning_driver = "Juan Manuel Fangio"
27,709
<question>: Who constructed the Syracuse circuit? <context>: CREATE TABLE table_1140111_5 (constructor VARCHAR, circuit VARCHAR)
SELECT constructor FROM table_1140111_5 WHERE circuit = "Syracuse"
27,710
<question>: What is the name of the race in the Modena circuit? <context>: CREATE TABLE table_1140116_5 (race_name VARCHAR, circuit VARCHAR)
SELECT race_name FROM table_1140116_5 WHERE circuit = "Modena"
27,711
<question>: What is the race name in the Monza circuit? <context>: CREATE TABLE table_1140116_5 (race_name VARCHAR, circuit VARCHAR)
SELECT race_name FROM table_1140116_5 WHERE circuit = "Monza"
27,712
<question>: When does V Madgwick Cup take place? <context>: CREATE TABLE table_1140116_5 (date VARCHAR, race_name VARCHAR)
SELECT date FROM table_1140116_5 WHERE race_name = "V Madgwick Cup"
27,713
<question>: Which driver won the race xiv eläintarhanajot? <context>: CREATE TABLE table_1140116_5 (winning_driver VARCHAR, race_name VARCHAR)
SELECT winning_driver FROM table_1140116_5 WHERE race_name = "XIV Eläintarhanajot"
27,714
<question>: Who won the Modena circuit? <context>: CREATE TABLE table_1140116_5 (winning_driver VARCHAR, circuit VARCHAR)
SELECT winning_driver FROM table_1140116_5 WHERE circuit = "Modena"
27,715
<question>: How many constructors won the III Redex Trophy? <context>: CREATE TABLE table_1140113_5 (constructor VARCHAR, race_name VARCHAR)
SELECT COUNT(constructor) FROM table_1140113_5 WHERE race_name = "III RedeX Trophy"
27,716
<question>: What was the report of Mike Hawthorn's winning race? <context>: CREATE TABLE table_1140113_5 (report VARCHAR, winning_driver VARCHAR)
SELECT report FROM table_1140113_5 WHERE winning_driver = "Mike Hawthorn"
27,717
<question>: What was the name of the race in Bordeaux? <context>: CREATE TABLE table_1140113_5 (race_name VARCHAR, circuit VARCHAR)
SELECT race_name FROM table_1140113_5 WHERE circuit = "Bordeaux"
27,718
<question>: What is the report for the race name V Ulster Trophy? <context>: CREATE TABLE table_1140117_5 (report VARCHAR, race_name VARCHAR)
SELECT report FROM table_1140117_5 WHERE race_name = "V Ulster Trophy"
27,719
<question>: What is the constructor for the Silverstone circuit? <context>: CREATE TABLE table_1140117_5 (constructor VARCHAR, circuit VARCHAR)
SELECT constructor FROM table_1140117_5 WHERE circuit = "Silverstone"
27,720
<question>: What's the report for the Silverstone circuit? <context>: CREATE TABLE table_1140117_5 (report VARCHAR, circuit VARCHAR)
SELECT report FROM table_1140117_5 WHERE circuit = "Silverstone"
27,721
<question>: What's the report for the race name, XIII Grand Prix de l'Albigeois? <context>: CREATE TABLE table_1140117_5 (report VARCHAR, race_name VARCHAR)
SELECT report FROM table_1140117_5 WHERE race_name = "XIII Grand Prix de l'Albigeois"
27,722
<question>: Which date did the race name XII Pau Grand Prix take place on? <context>: CREATE TABLE table_1140117_5 (date VARCHAR, race_name VARCHAR)
SELECT date FROM table_1140117_5 WHERE race_name = "XII Pau Grand Prix"
27,723
<question>: Who was the winning driver for the goodwood circuit? <context>: CREATE TABLE table_1140117_5 (winning_driver VARCHAR, circuit VARCHAR)
SELECT winning_driver FROM table_1140117_5 WHERE circuit = "Goodwood"
27,724
<question>: How many millions of U.S. viewers whatched episodes written by Krystal Houghton? <context>: CREATE TABLE table_11411026_2 (us_viewers__millions_ VARCHAR, written_by VARCHAR)
SELECT us_viewers__millions_ FROM table_11411026_2 WHERE written_by = "Krystal Houghton"
27,725
<question>: How many titles were directed in series 79? <context>: CREATE TABLE table_11411026_2 (directed_by VARCHAR, no_in_series VARCHAR)
SELECT COUNT(directed_by) FROM table_11411026_2 WHERE no_in_series = 79
27,726
<question>: Who wrote an episode watched by 19.01 million US viewers? <context>: CREATE TABLE table_11411026_2 (written_by VARCHAR, us_viewers__millions_ VARCHAR)
SELECT written_by FROM table_11411026_2 WHERE us_viewers__millions_ = "19.01"
27,727
<question>: What are the titles of the episodes where Rodman Flender is the director? <context>: CREATE TABLE table_11404452_1 (episode_title VARCHAR, director VARCHAR)
SELECT episode_title FROM table_11404452_1 WHERE director = "Rodman Flender"
27,728
<question>: What is the original air date of the Jamie Babbit directed episode? <context>: CREATE TABLE table_11404452_1 (original_air_date VARCHAR, director VARCHAR)
SELECT original_air_date FROM table_11404452_1 WHERE director = "Jamie Babbit"
27,729
<question>: What is the original air date when there were 12.81 million u.s viewers? <context>: CREATE TABLE table_11404452_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
SELECT original_air_date FROM table_11404452_1 WHERE us_viewers__millions_ = "12.81"
27,730
<question>: When did Shelia Lawrence join the series? <context>: CREATE TABLE table_11404452_1 (series__number INTEGER, writer_s_ VARCHAR)
SELECT MIN(series__number) FROM table_11404452_1 WHERE writer_s_ = "Shelia Lawrence"
27,731
<question>: Who was the director when there were 13.66 million u.s viewers? <context>: CREATE TABLE table_11404452_1 (director VARCHAR, us_viewers__millions_ VARCHAR)
SELECT director FROM table_11404452_1 WHERE us_viewers__millions_ = "13.66"
27,732
<question>: Name the percentage where the amount won was 25 <context>: CREATE TABLE table_1143966_1 (pct__percentage VARCHAR, won VARCHAR)
SELECT pct__percentage FROM table_1143966_1 WHERE won = 25
27,733
<question>: How many games were won with 2nd oha was standing and there were 62 games? <context>: CREATE TABLE table_1143966_1 (won VARCHAR, standing VARCHAR, games VARCHAR)
SELECT won FROM table_1143966_1 WHERE standing = "2nd OHA" AND games = 62
27,734
<question>: What is the Liscumb when Gauthier is 34? <context>: CREATE TABLE table_11447995_2 (liscumb VARCHAR, gauthier VARCHAR)
SELECT liscumb FROM table_11447995_2 WHERE gauthier = "34"
27,735
<question>: What is the Bello when Ben-Tahir is 296? <context>: CREATE TABLE table_11447995_2 (bello VARCHAR, ben_tahir VARCHAR)
SELECT bello FROM table_11447995_2 WHERE ben_tahir = "296"
27,736
<question>: What is Ben-Tahir when Bello is 51? <context>: CREATE TABLE table_11447995_2 (ben_tahir VARCHAR, bello VARCHAR)
SELECT ben_tahir FROM table_11447995_2 WHERE bello = "51"
27,737
<question>: What is Haydon when Larter is 11 and Libweshya is 4? <context>: CREATE TABLE table_11447995_2 (haydon VARCHAR, larter VARCHAR, libweshya VARCHAR)
SELECT haydon FROM table_11447995_2 WHERE larter = "11" AND libweshya = "4"
27,738
<question>: What is Liscumb when Haydon is 1632? <context>: CREATE TABLE table_11447995_2 (liscumb VARCHAR, haydon VARCHAR)
SELECT liscumb FROM table_11447995_2 WHERE haydon = "1632"
27,739
<question>: What is Doucet when Lawrance is 36? <context>: CREATE TABLE table_11447995_2 (doucet VARCHAR, lawrance VARCHAR)
SELECT doucet FROM table_11447995_2 WHERE lawrance = "36"
27,740
<question>: Which tv had the date december 7, 1986? <context>: CREATE TABLE table_11449590_2 (tv VARCHAR, date VARCHAR)
SELECT tv FROM table_11449590_2 WHERE date = "December 7, 1986"
27,741
<question>: Which kickoff has the opponent at new orleans saints? <context>: CREATE TABLE table_11449590_2 (kickoff_ VARCHAR, a_ VARCHAR, opponent VARCHAR)
SELECT kickoff_[a_] FROM table_11449590_2 WHERE opponent = "at New Orleans Saints"
27,742
<question>: How many houses are green? <context>: CREATE TABLE table_11464746_1 (house_name VARCHAR, colours VARCHAR)
SELECT COUNT(house_name) FROM table_11464746_1 WHERE colours = "Green"
27,743
<question>: What year was the house named gongola made? <context>: CREATE TABLE table_11464746_1 (founded VARCHAR, house_name VARCHAR)
SELECT founded FROM table_11464746_1 WHERE house_name = "Gongola"
27,744
<question>: What is the name of the green house? <context>: CREATE TABLE table_11464746_1 (house_name VARCHAR, colours VARCHAR)
SELECT house_name FROM table_11464746_1 WHERE colours = "Green"
27,745
<question>: What is the green house made of? <context>: CREATE TABLE table_11464746_1 (composition VARCHAR, colours VARCHAR)
SELECT composition FROM table_11464746_1 WHERE colours = "Green"
27,746
<question>: What is the benue house made of? <context>: CREATE TABLE table_11464746_1 (composition VARCHAR, house_name VARCHAR)
SELECT composition FROM table_11464746_1 WHERE house_name = "Benue"
27,747
<question>: In which week was the game against a team with a record of 3-6 played? <context>: CREATE TABLE table_11465521_2 (week VARCHAR, record VARCHAR)
SELECT COUNT(week) FROM table_11465521_2 WHERE record = "3-6"
27,748
<question>: Which channel had the game against the Minnesota Vikings? <context>: CREATE TABLE table_11465521_2 (tv VARCHAR, opponent VARCHAR)
SELECT tv FROM table_11465521_2 WHERE opponent = "Minnesota Vikings"
27,749
<question>: How many opponents were there at the game with 64,087 people in attendance? <context>: CREATE TABLE table_11465521_2 (opponent VARCHAR, attendance VARCHAR)
SELECT COUNT(opponent) FROM table_11465521_2 WHERE attendance = "64,087"
27,750
<question>: Where was the game played when the team's record was 1-3? <context>: CREATE TABLE table_11452830_2 (game_site VARCHAR, record VARCHAR)
SELECT game_site FROM table_11452830_2 WHERE record = "1-3"
27,751
<question>: How many times was there a kickoff in the September 4, 1988 game? <context>: CREATE TABLE table_11452830_2 (a_ VARCHAR, kickoff_ VARCHAR, date VARCHAR)
SELECT COUNT(kickoff_)[a_] FROM table_11452830_2 WHERE date = "September 4, 1988"
27,752
<question>: How many crowds watched the game where the record was 1-3? <context>: CREATE TABLE table_11452830_2 (attendance VARCHAR, record VARCHAR)
SELECT COUNT(attendance) FROM table_11452830_2 WHERE record = "1-3"
27,753
<question>: What year finished with Daniel Zueras as the runner-up? <context>: CREATE TABLE table_1149495_1 (year VARCHAR, runner_up VARCHAR)
SELECT COUNT(year) FROM table_1149495_1 WHERE runner_up = "Daniel Zueras"
27,754
<question>: How many people hosted the show in the year when Chenoa ended up in fourth place? <context>: CREATE TABLE table_1149495_1 (host VARCHAR, fourth_place VARCHAR)
SELECT COUNT(host) FROM table_1149495_1 WHERE fourth_place = "Chenoa"
27,755
<question>: How many fourth places were there in 2003? <context>: CREATE TABLE table_1149495_1 (fourth_place VARCHAR, year VARCHAR)
SELECT COUNT(fourth_place) FROM table_1149495_1 WHERE year = "2003"
27,756
<question>: What is the engine type when the max torque at rpm is n·m ( lbf·ft ) @ 4,800 Answers:? <context>: CREATE TABLE table_1147705_1 (engine_type VARCHAR, max_torque_at_rpm VARCHAR)
SELECT engine_type FROM table_1147705_1 WHERE max_torque_at_rpm = "N·m ( lbf·ft ) @ 4,800"
27,757
<question>: What is the engine configuration $notes 0-100km/h for the engine type b5244 t2? <context>: CREATE TABLE table_1147705_1 (engine_configuration_ VARCHAR, _notes_0_100km_h VARCHAR, engine_type VARCHAR)
SELECT engine_configuration_ & _notes_0_100km_h FROM table_1147705_1 WHERE engine_type = "B5244 T2"
27,758
<question>: What is the engine displacement for the engine type b5254 t? <context>: CREATE TABLE table_1147705_1 (engine_displacement VARCHAR, engine_type VARCHAR)
SELECT engine_displacement FROM table_1147705_1 WHERE engine_type = "B5254 T"
27,759
<question>: How many have are model 2.4 awd? <context>: CREATE TABLE table_1147705_1 (engine_type VARCHAR, model VARCHAR)
SELECT COUNT(engine_type) FROM table_1147705_1 WHERE model = "2.4 AWD"
27,760
<question>: How many engine b5204 t3? <context>: CREATE TABLE table_1147705_1 (engine_displacement VARCHAR, engine_type VARCHAR)
SELECT COUNT(engine_displacement) FROM table_1147705_1 WHERE engine_type = "B5204 T3"
27,761
<question>: How many engine b5234 t3? <context>: CREATE TABLE table_1147705_1 (model VARCHAR, engine_type VARCHAR)
SELECT COUNT(model) FROM table_1147705_1 WHERE engine_type = "B5234 T3"
27,762
<question>: what's the comment with model name being 2.4 (2001-2007) <context>: CREATE TABLE table_1147701_4 (comment VARCHAR, model_name VARCHAR)
SELECT comment FROM table_1147701_4 WHERE model_name = "2.4 (2001-2007)"
27,763
<question>: what's the model name with engine code being b5204 t5 <context>: CREATE TABLE table_1147701_4 (model_name VARCHAR, engine_code VARCHAR)
SELECT model_name FROM table_1147701_4 WHERE engine_code = "B5204 T5"
27,764
<question>: what's the model name with engine code being b5254 t4 <context>: CREATE TABLE table_1147701_4 (model_name VARCHAR, engine_code VARCHAR)
SELECT model_name FROM table_1147701_4 WHERE engine_code = "B5254 T4"
27,765
<question>: Name the torque of the engine is d5244 t5 <context>: CREATE TABLE table_1147701_5 (torque__nm VARCHAR, engine_code VARCHAR)
SELECT torque__nm AS @rpm_ FROM table_1147701_5 WHERE engine_code = "D5244 T5"
27,766
<question>: What is the model of the engine d5244 t? <context>: CREATE TABLE table_1147701_5 (model_name VARCHAR, engine_code VARCHAR)
SELECT model_name FROM table_1147701_5 WHERE engine_code = "D5244 T"
27,767
<question>: What is the model of the enginge d5252 t? <context>: CREATE TABLE table_1147701_5 (model_name VARCHAR, engine_code VARCHAR)
SELECT model_name FROM table_1147701_5 WHERE engine_code = "D5252 T"
27,768
<question>: What is the model of the engine d5244 t7? <context>: CREATE TABLE table_1147701_5 (model_name VARCHAR, engine_code VARCHAR)
SELECT model_name FROM table_1147701_5 WHERE engine_code = "D5244 T7"
27,769
<question>: What is the position of number 47? <context>: CREATE TABLE table_11545282_11 (position VARCHAR, no VARCHAR)
SELECT position FROM table_11545282_11 WHERE no = "47"
27,770
<question>: Name the position of Turkey <context>: CREATE TABLE table_11545282_11 (position VARCHAR, nationality VARCHAR)
SELECT position FROM table_11545282_11 WHERE nationality = "Turkey"
27,771
<question>: Who is player number 51? <context>: CREATE TABLE table_11545282_11 (player VARCHAR, no VARCHAR)
SELECT player FROM table_11545282_11 WHERE no = "51"
27,772
<question>: What is the position for the years 1998-99 <context>: CREATE TABLE table_11545282_11 (position VARCHAR, years_for_jazz VARCHAR)
SELECT position FROM table_11545282_11 WHERE years_for_jazz = "1998-99"
27,773
<question>: How many positions are for creighton? <context>: CREATE TABLE table_11545282_11 (position VARCHAR, school_club_team VARCHAR)
SELECT COUNT(position) FROM table_11545282_11 WHERE school_club_team = "Creighton"
27,774
<question>: Which player is from Marshall and played 1974-75? <context>: CREATE TABLE table_11545282_12 (player VARCHAR, years_for_jazz VARCHAR, school_club_team VARCHAR)
SELECT player FROM table_11545282_12 WHERE years_for_jazz = "1974-75" AND school_club_team = "Marshall"
27,775
<question>: Which country is the player that went to Oregon? <context>: CREATE TABLE table_11545282_12 (nationality VARCHAR, school_club_team VARCHAR)
SELECT nationality FROM table_11545282_12 WHERE school_club_team = "Oregon"
27,776
<question>: Which country is Jim Les from? <context>: CREATE TABLE table_11545282_12 (nationality VARCHAR, player VARCHAR)
SELECT nationality FROM table_11545282_12 WHERE player = "Jim Les"
27,777
<question>: Which number is the player from Minnesota? <context>: CREATE TABLE table_11545282_12 (no INTEGER, school_club_team VARCHAR)
SELECT MAX(no) FROM table_11545282_12 WHERE school_club_team = "Minnesota"
27,778
<question>: Which player played for years 2000-02 <context>: CREATE TABLE table_11545282_18 (player VARCHAR, years_for_jazz VARCHAR)
SELECT player FROM table_11545282_18 WHERE years_for_jazz = "2000-02"
27,779
<question>: Which school is Kirk Snyder from? <context>: CREATE TABLE table_11545282_18 (school_club_team VARCHAR, player VARCHAR)
SELECT school_club_team FROM table_11545282_18 WHERE player = "Kirk Snyder"
27,780
<question>: What is the number for years 1985-88 <context>: CREATE TABLE table_11545282_18 (no INTEGER, years_for_jazz VARCHAR)
SELECT MIN(no) FROM table_11545282_18 WHERE years_for_jazz = "1985-88"
27,781
<question>: Which position does John Starks play? <context>: CREATE TABLE table_11545282_18 (position VARCHAR, player VARCHAR)
SELECT position FROM table_11545282_18 WHERE player = "John Starks"
27,782
<question>: Which position does Deshawn Stevenson play? <context>: CREATE TABLE table_11545282_18 (position VARCHAR, player VARCHAR)
SELECT position FROM table_11545282_18 WHERE player = "DeShawn Stevenson"
27,783
<question>: Which player played 2004-05 <context>: CREATE TABLE table_11545282_18 (player VARCHAR, years_for_jazz VARCHAR)
SELECT player FROM table_11545282_18 WHERE years_for_jazz = "2004-05"
27,784
<question>: Name the nationality who played for 1987-89? <context>: CREATE TABLE table_11545282_17 (nationality VARCHAR, years_for_jazz VARCHAR)
SELECT nationality FROM table_11545282_17 WHERE years_for_jazz = "1987-89"
27,785
<question>: Wht years did truck robinson play? <context>: CREATE TABLE table_11545282_17 (years_for_jazz VARCHAR, player VARCHAR)
SELECT years_for_jazz FROM table_11545282_17 WHERE player = "Truck Robinson"
27,786
<question>: What is the player that played 2004-05? <context>: CREATE TABLE table_11545282_17 (player VARCHAR, years_for_jazz VARCHAR)
SELECT player FROM table_11545282_17 WHERE years_for_jazz = "2004-05"
27,787
<question>: What is the number of players that played 1987-89? <context>: CREATE TABLE table_11545282_17 (no VARCHAR, years_for_jazz VARCHAR)
SELECT no FROM table_11545282_17 WHERE years_for_jazz = "1987-89"
27,788
<question>: What is the nationality of bill robinzine? <context>: CREATE TABLE table_11545282_17 (nationality VARCHAR, player VARCHAR)
SELECT nationality FROM table_11545282_17 WHERE player = "Bill Robinzine"
27,789
<question>: What is the nationality of the player named Kelly Tripucka? <context>: CREATE TABLE table_11545282_19 (nationality VARCHAR, player VARCHAR)
SELECT nationality FROM table_11545282_19 WHERE player = "Kelly Tripucka"
27,790
<question>: What years were the Iowa State school/club team have a jazz club? <context>: CREATE TABLE table_11545282_19 (years_for_jazz VARCHAR, school_club_team VARCHAR)
SELECT years_for_jazz FROM table_11545282_19 WHERE school_club_team = "Iowa State"
27,791
<question>: Which player wears the number 6? <context>: CREATE TABLE table_11545282_19 (player VARCHAR, no VARCHAR)
SELECT player FROM table_11545282_19 WHERE no = 6
27,792
<question>: Which player's position is the shooting guard? <context>: CREATE TABLE table_11545282_19 (player VARCHAR, position VARCHAR)
SELECT player FROM table_11545282_19 WHERE position = "Shooting guard"
27,793
<question>: What is the number of school/club teams held by BYU? <context>: CREATE TABLE table_11545282_19 (no INTEGER, school_club_team VARCHAR)
SELECT MIN(no) FROM table_11545282_19 WHERE school_club_team = "BYU"
27,794
<question>: What position did the player from maynard evans hs play <context>: CREATE TABLE table_11545282_4 (position VARCHAR, school_club_team VARCHAR)
SELECT position FROM table_11545282_4 WHERE school_club_team = "Maynard Evans HS"
27,795
<question>: What is the largest jersey number for the player from maryland <context>: CREATE TABLE table_11545282_4 (no INTEGER, school_club_team VARCHAR)
SELECT MAX(no) FROM table_11545282_4 WHERE school_club_team = "Maryland"
27,796
<question>: Who are the players that played for the jazz from 1979-86 <context>: CREATE TABLE table_11545282_4 (player VARCHAR, years_for_jazz VARCHAR)
SELECT player FROM table_11545282_4 WHERE years_for_jazz = "1979-86"
27,797
<question>: What years did number 54 play for the jazz <context>: CREATE TABLE table_11545282_4 (years_for_jazz VARCHAR, no VARCHAR)
SELECT years_for_jazz FROM table_11545282_4 WHERE no = 54
27,798
<question>: How many schools did darryl dawkins play for <context>: CREATE TABLE table_11545282_4 (school_club_team VARCHAR, player VARCHAR)
SELECT COUNT(school_club_team) FROM table_11545282_4 WHERE player = "Darryl Dawkins"
27,799
<question>: What is the nationality of the player who played during the years 1989-92; 1994-95? <context>: CREATE TABLE table_11545282_5 (nationality VARCHAR, years_for_jazz VARCHAR)
SELECT nationality FROM table_11545282_5 WHERE years_for_jazz = "1989-92; 1994-95"