answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT team_s_ FROM table_2190919_1 WHERE position = "92nd"
What racing team/s had the 92nd position?
CREATE TABLE table_2190919_1 (team_s_ VARCHAR, position VARCHAR)
SELECT MAX(lane) FROM table_name_31 WHERE name = "christine mailliet" AND rank < 39
What is the highest lane for Christine Mailliet ranked less than 39?
CREATE TABLE table_name_31 (lane INTEGER, name VARCHAR, rank VARCHAR)
SELECT main_legion_base FROM table_242785_3 WHERE notes = "Primigenia goddess of Fate. XX in Batavi revolt"
What was the main legion base for the Romans when the notes were "primigenia goddess of fate. xx in batavi revolt"?
CREATE TABLE table_242785_3 (main_legion_base VARCHAR, notes VARCHAR)
SELECT platform___os FROM table_name_97 WHERE name = "altova umodel"
Which Platform / OS has a Name of altova umodel?
CREATE TABLE table_name_97 (platform___os VARCHAR, name VARCHAR)
SELECT MAX(year) FROM table_name_89 WHERE rank = "2"
which year holds rank 2?
CREATE TABLE table_name_89 (year INTEGER, rank VARCHAR)
SELECT MAX(_number) FROM table_26914076_4 WHERE us_viewers__millions_ = "0.49"
What number episode in the season was watched by 0.49 million U.S. viewers?
CREATE TABLE table_26914076_4 (_number INTEGER, us_viewers__millions_ VARCHAR)
SELECT COUNT(pick__number) FROM table_name_57 WHERE player = "matt marquess"
How many pick numbers did Matt Marquess have?
CREATE TABLE table_name_57 (pick__number VARCHAR, player VARCHAR)
SELECT czechoslovak_president FROM table_name_99 WHERE tenure_begin = "1950"
Who was the President of Czechoslovakia when an ambassador's tenure began in 1950?
CREATE TABLE table_name_99 (czechoslovak_president VARCHAR, tenure_begin VARCHAR)
SELECT circuit FROM table_name_54 WHERE team = "r.j.macarthur onslow" AND city___state = "sydney , new south wales"
What is Circuit, when Team is "R.J.MacArthur Onslow", and when City / State is "Sydney , New South Wales"?
CREATE TABLE table_name_54 (circuit VARCHAR, team VARCHAR, city___state VARCHAR)
SELECT date FROM table_name_52 WHERE comment = "tailcone on, lakebed landing" AND duration = "5min 34 s"
What is Date, when Comment is Tailcone On, Lakebed Landing, and when Duration is 5min 34 s?
CREATE TABLE table_name_52 (date VARCHAR, comment VARCHAR, duration VARCHAR)
SELECT rank FROM table_145439_1 WHERE country = "Iceland"
what's the rank for iceland
CREATE TABLE table_145439_1 (rank VARCHAR, country VARCHAR)
SELECT score_in_the_final FROM table_23235546_1 WHERE championship = "Australian Open" AND opponent_in_the_final = "Mats Wilander"
What was the score in the final when Mats Wilander was the opponent in the Australian Open?
CREATE TABLE table_23235546_1 (score_in_the_final VARCHAR, championship VARCHAR, opponent_in_the_final VARCHAR)
SELECT COUNT(no_in_season) FROM table_16581695_3 WHERE production_code = 204
How many seasons have a production code of 204?
CREATE TABLE table_16581695_3 (no_in_season VARCHAR, production_code VARCHAR)
SELECT MAX(week) FROM table_name_32 WHERE result = "l 24–20" AND opponent = "at new england patriots"
In what Week has a Result of l 24–20, and a Opponent of at new england patriots?
CREATE TABLE table_name_32 (week INTEGER, result VARCHAR, opponent VARCHAR)
SELECT AVG(grade) FROM Highschooler WHERE id IN (SELECT T1.student_id FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id)
Find the average grade of all students who have some friends.
CREATE TABLE Highschooler (id VARCHAR); CREATE TABLE Friend (student_id VARCHAR); CREATE TABLE Highschooler (grade INTEGER, id VARCHAR)
SELECT total FROM table_name_85 WHERE e_score > 9.6 AND a_score = 6
What was the total score when the E score was larger than 9.6 and the A score was 6?
CREATE TABLE table_name_85 (total VARCHAR, e_score VARCHAR, a_score VARCHAR)
SELECT COUNT(monarch) FROM table_26460435_5 WHERE heir = "Yan Maw La Mon"
What is the number of monarchs that had Yan Maw la Mon as the heir?
CREATE TABLE table_26460435_5 (monarch VARCHAR, heir VARCHAR)
SELECT COUNT(points) FROM table_name_73 WHERE class = "350cc" AND rank = "5th"
How many points did ginger have when she was ranked 5th on a 350cc class bike?
CREATE TABLE table_name_73 (points VARCHAR, class VARCHAR, rank VARCHAR)
SELECT MAX(losses) FROM table_name_99 WHERE byes > 2
What were the highest losses for a byes larger than 2?
CREATE TABLE table_name_99 (losses INTEGER, byes INTEGER)
SELECT 2013 AS _bafa_adult_flag_division FROM table_name_95 WHERE location = "aylesbury"
What is the 2013 BAFA adult flag division in Aylesbury?
CREATE TABLE table_name_95 (location VARCHAR)
SELECT high_assists FROM table_name_3 WHERE game = 77
Who had the high assists in game 77?
CREATE TABLE table_name_3 (high_assists VARCHAR, game VARCHAR)
SELECT COUNT(mon_31_may) FROM table_25220821_4 WHERE rank = 5
How many times are listed for 31 May for the rider ranked 5?
CREATE TABLE table_25220821_4 (mon_31_may VARCHAR, rank VARCHAR)
SELECT original_broadway_performer FROM table_1901751_1 WHERE character = "Colin Craven"
Who is the original broadway performer for the character Colin Craven?
CREATE TABLE table_1901751_1 (original_broadway_performer VARCHAR, character VARCHAR)
SELECT name FROM table_name_74 WHERE transfer_fee = "free" AND moving_to = "retired"
WHAT NAME HAS A FREE TRANSFER FREE AND RETIRED?
CREATE TABLE table_name_74 (name VARCHAR, transfer_fee VARCHAR, moving_to VARCHAR)
SELECT event FROM table_name_82 WHERE medal = "bronze" AND games = "1988 seoul"
What event did Pakistan get the bronze medal at the 1988 Seoul Games?
CREATE TABLE table_name_82 (event VARCHAR, medal VARCHAR, games VARCHAR)
SELECT score FROM table_17288825_5 WHERE team = "San Antonio"
What is the San Antonio's team score?
CREATE TABLE table_17288825_5 (score VARCHAR, team VARCHAR)
SELECT MAX(geo_id) FROM table_name_99 WHERE land___sqmi__ > 38.117 AND water__sqmi_ > 2.065
What is the highest GEO ID for land masses over 38.117 sq mi and over 2.065 sq mi of water?
CREATE TABLE table_name_99 (geo_id INTEGER, land___sqmi__ VARCHAR, water__sqmi_ VARCHAR)
SELECT weekly_rank_sky1 FROM table_26826304_2 WHERE _number = 103
What is title numer 103's rank for weekly rank sky1?
CREATE TABLE table_26826304_2 (weekly_rank_sky1 VARCHAR, _number VARCHAR)
SELECT baltimore_group FROM table_name_13 WHERE virion_shape = "icosahedral" AND envelopment = "non-enveloped" AND replication_site = "cytoplasm" AND family = "astroviridae"
Which Baltimore group has a viron shape of icosahedral, replicates in the cytoplasm, is non-enveloped, and is from the astroviridae family?
CREATE TABLE table_name_13 (baltimore_group VARCHAR, family VARCHAR, replication_site VARCHAR, virion_shape VARCHAR, envelopment VARCHAR)
SELECT inf_stem FROM table_name_13 WHERE subj_pres = "a" AND plur_pret = "uo"
What is the infinitive stem that is associated with a subjunctive present of a and a plural preterite of uo?
CREATE TABLE table_name_13 (inf_stem VARCHAR, subj_pres VARCHAR, plur_pret VARCHAR)
SELECT outcome FROM table_name_94 WHERE partner = "nicole arendt"
What is the outcome of the match when the partner is Nicole Arendt?
CREATE TABLE table_name_94 (outcome VARCHAR, partner VARCHAR)
SELECT record FROM table_name_20 WHERE score = "0-7"
What was the record of the game that went 0-7?
CREATE TABLE table_name_20 (record VARCHAR, score VARCHAR)
SELECT Payment_Method_Code, Date_Payment_Made, Amount_Payment FROM Payments ORDER BY Date_Payment_Made
List the method, date and amount of all the payments, in ascending order of date.
CREATE TABLE Payments (Payment_Method_Code VARCHAR, Date_Payment_Made VARCHAR, Amount_Payment VARCHAR)
SELECT result FROM table_name_73 WHERE opponent = "ayr united"
What is the result of the game against Ayr United?
CREATE TABLE table_name_73 (result VARCHAR, opponent VARCHAR)
SELECT SUM(cars_per_set) FROM table_name_3 WHERE operator = "london midland"
Tell me the sum of cars per set for operator of london midland
CREATE TABLE table_name_3 (cars_per_set INTEGER, operator VARCHAR)
SELECT headquarters FROM table_1610301_1 WHERE population__2011_ = 3811738
Where is the headquarters of the place whose population in 2011 was 3811738?
CREATE TABLE table_1610301_1 (headquarters VARCHAR, population__2011_ VARCHAR)
SELECT driver FROM table_name_42 WHERE grid = 13
If the grid is 13 who is driving?
CREATE TABLE table_name_42 (driver VARCHAR, grid VARCHAR)
SELECT round FROM table_name_43 WHERE opponents = "southampton"
Name the round for southampton opponents
CREATE TABLE table_name_43 (round VARCHAR, opponents VARCHAR)
SELECT winner FROM table_name_26 WHERE fourth = "selby riddle"
Who was the Winner when Selby Riddle came in Fourth?
CREATE TABLE table_name_26 (winner VARCHAR, fourth VARCHAR)
SELECT MAX(game) FROM table_name_8 WHERE series = "flyers win 3–0"
Which Game has a Series of flyers win 3–0? Question 3
CREATE TABLE table_name_8 (game INTEGER, series VARCHAR)
SELECT competition FROM table_name_28 WHERE venue = "wilderspool"
Which competition was at wilderspool?
CREATE TABLE table_name_28 (competition VARCHAR, venue VARCHAR)
SELECT SUM(avg_finish) FROM table_name_91 WHERE year = 2007 AND starts < 1
in 2007, what is the avg finish that had a start less than 1?
CREATE TABLE table_name_91 (avg_finish INTEGER, year VARCHAR, starts VARCHAR)
SELECT COUNT(position) FROM table_name_56 WHERE points > 5 AND drawn = 3 AND lost < 2
What is the total number of positions for teams with more than 5 points, 3 draws, and under 2 losses?
CREATE TABLE table_name_56 (position VARCHAR, lost VARCHAR, points VARCHAR, drawn VARCHAR)
SELECT MIN(_number) FROM table_18305523_1
What is the minimum number which is for title The Enemy Within part 1?
CREATE TABLE table_18305523_1 (_number INTEGER)
SELECT record FROM table_name_72 WHERE date = "october 27"
What was the record on the game that was played on october 27?
CREATE TABLE table_name_72 (record VARCHAR, date VARCHAR)
SELECT SUM(frequency) FROM table_name_47 WHERE brand = "exa fm"
Name the sum of frequecy with brand of exa fm
CREATE TABLE table_name_47 (frequency INTEGER, brand VARCHAR)
SELECT score FROM table_name_99 WHERE song = "第九夜"
What is Score, when Song is 第九夜?
CREATE TABLE table_name_99 (score VARCHAR, song VARCHAR)
SELECT location FROM table_name_90 WHERE winner = "baltimore colts" AND year < 1972 AND result = "14-6"
What is the Location, when the Winner is the Baltimore Colts, when the Year is before 1972, and when the Result is 14-6?
CREATE TABLE table_name_90 (location VARCHAR, result VARCHAR, winner VARCHAR, year VARCHAR)
SELECT COUNT(*), T1.name FROM genres AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id GROUP BY T1.name
Find number of tracks in each genre?
CREATE TABLE tracks (genre_id VARCHAR); CREATE TABLE genres (name VARCHAR, id VARCHAR)
SELECT state FROM table_name_43 WHERE hometown = "mesa, az"
What is the state represented by the contestant from Mesa, AZ?
CREATE TABLE table_name_43 (state VARCHAR, hometown VARCHAR)
SELECT MAX(total) FROM table_name_39 WHERE average < 36.5 AND rank_by_average = 14
Name the most total with average less than 36.5 and rank by average of 14
CREATE TABLE table_name_39 (total INTEGER, average VARCHAR, rank_by_average VARCHAR)
SELECT died FROM table_name_98 WHERE spouse_to = "talal i"
When did the consort who had talal i as a spouse die?
CREATE TABLE table_name_98 (died VARCHAR, spouse_to VARCHAR)
SELECT tally FROM table_name_36 WHERE county = "kerry"
What is the Tally in Kerry County?
CREATE TABLE table_name_36 (tally VARCHAR, county VARCHAR)
SELECT position FROM table_name_72 WHERE nationality = "finland"
What position does the draft pick from Finland play?
CREATE TABLE table_name_72 (position VARCHAR, nationality VARCHAR)
SELECT time FROM table_name_17 WHERE event = "4x100 m relay" AND venue = "frankfurt"
What's the Time for an Event of 4x100 m relay and has a Venue of Frankfurt?
CREATE TABLE table_name_17 (time VARCHAR, event VARCHAR, venue VARCHAR)
SELECT order__number FROM table_15796054_3 WHERE original_artist = "The Beatles" AND result = "Safe"
Name the order number for the beatles and result is safe
CREATE TABLE table_15796054_3 (order__number VARCHAR, original_artist VARCHAR, result VARCHAR)
SELECT AVG(industry) FROM table_name_44 WHERE agriculture > 11
What is the average Industry, when Agriculture is greater than 11?
CREATE TABLE table_name_44 (industry INTEGER, agriculture INTEGER)
SELECT history FROM table_name_88 WHERE name = "speedrunner iii (ssc3)"
What is the history behind Speedrunner III (SSC3)?
CREATE TABLE table_name_88 (history VARCHAR, name VARCHAR)
SELECT fat32 FROM table_name_31 WHERE ntfs = "yes v1.0/v1.1"
Which FAT32 has yes v1.0/v1.1 for NTFS?
CREATE TABLE table_name_31 (fat32 VARCHAR, ntfs VARCHAR)
SELECT MAX(attendance) FROM table_name_14 WHERE away = "real juventud"
What was the highest attendance against Real Juventud?
CREATE TABLE table_name_14 (attendance INTEGER, away VARCHAR)
SELECT visitor FROM table_name_76 WHERE home = "ny rangers"
Who were the visitors when the home team were the ny rangers?
CREATE TABLE table_name_76 (visitor VARCHAR, home VARCHAR)
SELECT score FROM table_name_38 WHERE date = "5 september 2001"
What was the score of the match played on 5 September 2001?
CREATE TABLE table_name_38 (score VARCHAR, date VARCHAR)
SELECT directed_by FROM table_23492454_1 WHERE written_by = "Shonda Rhimes"
who directed the episode written by Shonda Rhimes?
CREATE TABLE table_23492454_1 (directed_by VARCHAR, written_by VARCHAR)
SELECT COUNT(laps) FROM table_name_29 WHERE grid > 8 AND points < 11 AND driver = "will power"
How many laps are associated with a grid greater than 8, under 11 points, and will power?
CREATE TABLE table_name_29 (laps VARCHAR, driver VARCHAR, grid VARCHAR, points VARCHAR)
SELECT MIN(rank) FROM table_name_59 WHERE country = "united states" AND wins < 3
Who is the lowest ranked player from the United States that has less than 3 Wins?
CREATE TABLE table_name_59 (rank INTEGER, country VARCHAR, wins VARCHAR)
SELECT number_built FROM table_25695027_1 WHERE cylinder_size = "20 ½” x 26”" AND firebox = "Belpaire" AND valve_gear = "Stephenson"
How many engines were built with a cylinder size of 20 ½” x 26”, firebox is belpaire and valve gear is from Stephenson?
CREATE TABLE table_25695027_1 (number_built VARCHAR, valve_gear VARCHAR, cylinder_size VARCHAR, firebox VARCHAR)
SELECT COUNT(seasons) FROM table_name_77 WHERE goals = "261-338" AND lost > 111
How many seasons have goals of 261-338 with more than 111 losses?
CREATE TABLE table_name_77 (seasons VARCHAR, goals VARCHAR, lost VARCHAR)
SELECT Title, Issues FROM book
What are the title and issues of the books?
CREATE TABLE book (Title VARCHAR, Issues VARCHAR)
SELECT COUNT(totals) FROM table_2066296_5 WHERE interior_roof = "Parchment/black"
How many different total results are there for the model with parchment/black interior/roof?
CREATE TABLE table_2066296_5 (totals VARCHAR, interior_roof VARCHAR)
SELECT time FROM table_name_79 WHERE rank > 3 AND notes = "fd" AND athlete = "shin yeong-eun"
The Athlete Shin Yeong-eun with a rank larger than 3 and notes of FD had what time?
CREATE TABLE table_name_79 (time VARCHAR, athlete VARCHAR, rank VARCHAR, notes VARCHAR)
SELECT country FROM table_name_21 WHERE airport = "adelaide airport"
Which country features Adelaide Airport?
CREATE TABLE table_name_21 (country VARCHAR, airport VARCHAR)
SELECT results¹ FROM table_name_64 WHERE type_of_game = "1964 summer olympics" AND date = "october 18"
What was the result for the 1964 summer olympics on october 18?
CREATE TABLE table_name_64 (results¹ VARCHAR, type_of_game VARCHAR, date VARCHAR)
SELECT MAX(wins) FROM table_26609690_1
What is the highest number of wins?
CREATE TABLE table_26609690_1 (wins INTEGER)
SELECT SUM(year) FROM table_name_22 WHERE location = "pacific ring of fire" AND eruptions = "pinatubo"
How many years have a Location of pacific ring of fire, and Eruptions of pinatubo?
CREATE TABLE table_name_22 (year INTEGER, location VARCHAR, eruptions VARCHAR)
SELECT commenced_operations FROM table_name_61 WHERE icao = "kal"
What is the commenced operation where the ICAO is KAL?
CREATE TABLE table_name_61 (commenced_operations VARCHAR, icao VARCHAR)
SELECT AVG(points) FROM table_name_96 WHERE played > 42
What is the average number of points for clubs that have played more than 42 times?
CREATE TABLE table_name_96 (points INTEGER, played INTEGER)
SELECT MAX(points_against) FROM table_15847691_2 WHERE attendance = 47678
What is the maximum number of points against when the attendance was 47678?
CREATE TABLE table_15847691_2 (points_against INTEGER, attendance VARCHAR)
SELECT surface FROM table_name_52 WHERE opponent_in_the_final = "don mcneill" AND year = 1940
Which Surface has an Opponent in the final of don mcneill, and a Year of 1940?
CREATE TABLE table_name_52 (surface VARCHAR, opponent_in_the_final VARCHAR, year VARCHAR)
SELECT director FROM table_name_90 WHERE title = "rebel rabbit"
Who was the director of the episode Rebel Rabbit?
CREATE TABLE table_name_90 (director VARCHAR, title VARCHAR)
SELECT MIN(points) FROM table_25352318_1 WHERE position = "3rd"
When 3rd is the position what is the lowest amount of points?
CREATE TABLE table_25352318_1 (points INTEGER, position VARCHAR)
SELECT tournament FROM table_name_28 WHERE 2009 = "q1" AND 2008 = "1r"
Which Tournament has a 2009 of q1, and a 2008 of 1r?
CREATE TABLE table_name_28 (tournament VARCHAR)
SELECT AVG(attendance) FROM table_name_71 WHERE result_f___a = "0 – 2" AND date = "31 january 1903"
How many Attendances have a Result F – A of 0 – 2, and a Date of 31 january 1903?
CREATE TABLE table_name_71 (attendance INTEGER, result_f___a VARCHAR, date VARCHAR)
SELECT week_10_nov_5 FROM table_name_13 WHERE week_9_oct_29 = "dropped: maryland south carolina"
What is the week 10 result where the week 9 result was Dropped: Maryland South Carolina?
CREATE TABLE table_name_13 (week_10_nov_5 VARCHAR, week_9_oct_29 VARCHAR)
SELECT singers FROM table_10848177_1 WHERE lyricist = "Alangudi Somu"
For which singers was Alangudi Somu the lyricist?
CREATE TABLE table_10848177_1 (singers VARCHAR, lyricist VARCHAR)
SELECT COUNT(pop__2001_) FROM table_2134521_1 WHERE pop__1996_ = 880859
How many different results of the population count in 2001 are there for the census division whose population in 1996 is 880859?
CREATE TABLE table_2134521_1 (pop__2001_ VARCHAR, pop__1996_ VARCHAR)
SELECT MAX(wins) FROM table_name_82 WHERE draws > 4 AND club = "cd orense" AND points > 36
What is the highest number of wins for club Cd Orense, with points greater than 36 and more than 4 draws?
CREATE TABLE table_name_82 (wins INTEGER, points VARCHAR, draws VARCHAR, club VARCHAR)
SELECT SUM(year) FROM table_name_79 WHERE name = "one south broad"
What is the total time for one south broad?
CREATE TABLE table_name_79 (year INTEGER, name VARCHAR)
SELECT opponent FROM table_name_46 WHERE date = "10-04-2007"
Name the opponent for 10-04-2007
CREATE TABLE table_name_46 (opponent VARCHAR, date VARCHAR)
SELECT team FROM table_name_70 WHERE rebounds < 275 AND games < 34 AND name = "curtis borchardt"
In game 34 Curtis Borchardt played on which team with less than 275 rebounds?
CREATE TABLE table_name_70 (team VARCHAR, name VARCHAR, rebounds VARCHAR, games VARCHAR)
SELECT COUNT(area__km²_) FROM table_28367242_1 WHERE corporate_name = "Fort St. John, City of"
How many areas are there for the corporation named fort st. john, city of?
CREATE TABLE table_28367242_1 (area__km²_ VARCHAR, corporate_name VARCHAR)
SELECT away_team AS score FROM table_name_23 WHERE home_team = "hawthorn"
Who was the away team when Hawthorn was the home team?
CREATE TABLE table_name_23 (away_team VARCHAR, home_team VARCHAR)
SELECT 2 AS nd_leg FROM table_name_31 WHERE team_1 = "zamalek sc"
What is the 2nd leg of team 1 Zamalek SC?
CREATE TABLE table_name_31 (team_1 VARCHAR)
SELECT COUNT(cuts_made) FROM table_name_45 WHERE top_5 = 2 AND events = 12
What is the sum of cuts made when the top-5 is 2, and there are 12 events?
CREATE TABLE table_name_45 (cuts_made VARCHAR, top_5 VARCHAR, events VARCHAR)
SELECT MAX(rank) FROM table_name_34 WHERE area__sqmi_ = 2 OFFSET 080
What is the largest rank with 2,080 area?
CREATE TABLE table_name_34 (rank INTEGER, area__sqmi_ VARCHAR)
SELECT COUNT(pinyin) FROM table_1300525_1 WHERE simplified = "信州区"
What is the capital of the district who's simplified name is 信州区?
CREATE TABLE table_1300525_1 (pinyin VARCHAR, simplified VARCHAR)
SELECT support_category FROM table_name_67 WHERE round = 9
Which Support Category had a Round score of 9?
CREATE TABLE table_name_67 (support_category VARCHAR, round VARCHAR)
SELECT AVG(points) FROM table_name_80 WHERE points_difference = "61 - 15" AND drawn > 1
What is the Points that has 61 - 15 Point difference and a Drawn larger than 1?
CREATE TABLE table_name_80 (points INTEGER, points_difference VARCHAR, drawn VARCHAR)
SELECT team FROM table_name_41 WHERE circuit = "oran park raceway"
What was the team features at Oran Park Raceway?
CREATE TABLE table_name_41 (team VARCHAR, circuit VARCHAR)
SELECT opponent FROM table_name_17 WHERE event = "ritc 22 - rage in the cage 22"
What is Opponent, when Event is RITC 22 - Rage In The Cage 22?
CREATE TABLE table_name_17 (opponent VARCHAR, event VARCHAR)
SELECT height_in_ft FROM table_11734041_10 WHERE school_club_team_country = "Connecticut"
In connecticut the school/club team/country had a set height in ft. what is true for them?
CREATE TABLE table_11734041_10 (height_in_ft VARCHAR, school_club_team_country VARCHAR)