text
stringlengths
293
1.24k
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_46 (venue VARCHAR, opposing_teams VARCHAR, date VARCHAR) ### Question: What is Venue, when Opposing Team...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_88 (score VARCHAR, date VARCHAR) ### Question: What is the score on April 12? ### Answer: SELECT score F...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_94 (time VARCHAR, rank VARCHAR, country VARCHAR) ### Question: When france had a rank larger than 2, wha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1346118_5 (result VARCHAR, candidates VARCHAR) ### Question: What was the net seat gain in the race john a. e...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_81 (total INTEGER, year_s__won VARCHAR, to_par VARCHAR) ### Question: What is the sum of Total, when Yea...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10992_3 (city_district__stadtteil_ VARCHAR, no VARCHAR) ### Question: What is the city where the number is 47...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_7 (wpct VARCHAR) ### Question: What WPct has wins of wins? ### Answer: SELECT wpct FROM table_name_7 WHE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20745685_1 (score VARCHAR, _number VARCHAR) ### Question: What is the score for game #7? ### Answer: SELECT s...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_83 (nationality VARCHAR, date VARCHAR) ### Question: Name Nationality is on 6 july 1942? ### Answer: SEL...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20319085_2 (result VARCHAR, conference_record VARCHAR) ### Question: How many different results are there for...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1594772_2 (s_no INTEGER, margin VARCHAR) ### Question: Name the most number for 74 runs margins ### Answer: S...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14708760_3 (shooter VARCHAR, round_3 VARCHAR) ### Question: Who shot an 80 in round 3 ### Answer: SELECT shoo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_16799784_3 (name VARCHAR, longitude VARCHAR) ### Question: At a latitude of 71.1e, what is the feature's name...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_24 (played VARCHAR, goals_for VARCHAR, goals_against VARCHAR) ### Question: what is the total number of ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_15 (january VARCHAR, september VARCHAR) ### Question: Who is the January playmate with a September playm...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_49 (week INTEGER, attendance VARCHAR) ### Question: Name the sum of week with attendance of 62,233 ### A...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_7 (school VARCHAR, pick VARCHAR, player VARCHAR) ### Question: What is the school of Victor Jones, who w...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_17 (opponent VARCHAR, site VARCHAR, score VARCHAR) ### Question: Who was the Opponent at Homewood Field ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_40 (avg_g VARCHAR, name VARCHAR) ### Question: What is the total avg/g of McCrary, Greg? ### Answer: SEL...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_22 (area__km_2__ INTEGER, name VARCHAR) ### Question: What is Dupuy lowest area in km2? ### Answer: SELE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_42 (points VARCHAR, club VARCHAR) ### Question: How many points did the Bridgend Athletic RFC have? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_54 (name_of_king VARCHAR, sno VARCHAR, no_of_villages VARCHAR) ### Question: What king has an S. number ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_68 (home VARCHAR, date VARCHAR) ### Question: On January 5 who was the home team? ### Answer: SELECT hom...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_66 (candidate_name VARCHAR, votes VARCHAR, religion VARCHAR) ### Question: Who has a religion of ☪ and m...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_64 (name VARCHAR, round VARCHAR, position VARCHAR) ### Question: Who had the placekicker position with a...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_47 (venue VARCHAR, against VARCHAR) ### Question: What venue has 19 against? ### Answer: SELECT venue FR...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_47 (total_attempts INTEGER, percentage VARCHAR, service_aces VARCHAR) ### Question: When there is less t...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_85 (directed_by VARCHAR, written_by VARCHAR) ### Question: Who directed the episode written cyrus nowras...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_99 (rowers VARCHAR, notes VARCHAR, time VARCHAR) ### Question: What is the Rowers of the race with a Tim...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_54 (fast_laps VARCHAR, points VARCHAR, series VARCHAR) ### Question: How many fast laps have 0 points in...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_21 (opponent VARCHAR, game_site VARCHAR) ### Question: Who was the Opponent at the Game Site Indianapoli...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_51 (population VARCHAR, deed_number VARCHAR) ### Question: What is the population for Deed number of 213...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_68 (variant VARCHAR, launch_site VARCHAR) ### Question: What Variant has a Launch site that is white san...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_25369796_1 (series VARCHAR, points VARCHAR) ### Question: What was the series where a team scored 56 points? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_57 (goals_against INTEGER, draws VARCHAR, wins VARCHAR, goal_difference VARCHAR) ### Question: What is t...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE company (headquarters VARCHAR) ### Question: List all headquarters and the number of companies in each headquarter....
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_47 (date VARCHAR, opponent VARCHAR) ### Question: On what Date was the Opponent the Tennessee Titans? ##...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (date_of_appointment VARCHAR, name VARCHAR) ### Question: What is the date of appointment of nejat bi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_17 (visitor VARCHAR, date VARCHAR) ### Question: What visitor has march 26 as the date? ### Answer: SELE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_59 (to_par VARCHAR, player VARCHAR) ### Question: Name the To par for leland gibson ### Answer: SELECT t...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2781227_4 (player VARCHAR, college_junior_club_team VARCHAR) ### Question: For college/junior/club team is br...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_83 (year INTEGER, venue VARCHAR) ### Question: What is the lowest year that has athens, greece as the ve...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18018248_2 (wins VARCHAR, goals_scored VARCHAR) ### Question: How many wins had 58 goals scored? ### Answer: ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_71 (Id VARCHAR) ### Question: Which 2009 had a 2011 of SF? ### Answer: SELECT 2009 FROM table_name_71 WH...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_91 (venue VARCHAR, against VARCHAR, opposing_team VARCHAR) ### Question: Which venue has an against valu...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_91 (surface VARCHAR, date VARCHAR) ### Question: What was the surface on march 2, 1997? ### Answer: SELE...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_18 (long INTEGER, player VARCHAR, avg VARCHAR) ### Question: What is the average long that Ramon Richard...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_80 (tie_no VARCHAR, score VARCHAR, home_team VARCHAR) ### Question: What is the Tie no at the Hull City ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_45 (obverse VARCHAR, reverse VARCHAR) ### Question: What is the obverse of the archery coin? ### Answer:...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_37 (episode INTEGER, performer_4 VARCHAR, performer_2 VARCHAR) ### Question: What is the sum of the epis...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_10 (others VARCHAR, szdsz VARCHAR, fidesz VARCHAR) ### Question: What percentage of others have an SZDSZ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15988037_24 (total INTEGER, average VARCHAR) ### Question: What is the maximum total in which the average is ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_20 (round INTEGER, school VARCHAR, pick VARCHAR) ### Question: After pick number 158, what is the next r...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_19 (status VARCHAR, against VARCHAR) ### Question: What is the status of the match with 24 against? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1342013_10 (candidates VARCHAR, incumbent VARCHAR) ### Question: Name all the candidates listed in the race w...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_31 (bronze VARCHAR, gold VARCHAR, total VARCHAR, nation VARCHAR) ### Question: How many bronzes have 1 a...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_29 (player VARCHAR, score VARCHAR) ### Question: Who is the player with a 68-67-75=210 score? ### Answer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_52 (constructor VARCHAR, grid VARCHAR, driver VARCHAR) ### Question: Who constructed stefan johansson's ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_60 (nationality VARCHAR, player VARCHAR) ### Question: What is Kent Patterson's nationality? ### Answer:...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_91 (income_inequality_1994_2011__latest_available_ VARCHAR, population_2011 VARCHAR) ### Question: What ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_45 (position VARCHAR, overall VARCHAR, pick__number VARCHAR) ### Question: Which Position has an Overall...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_98 (driver VARCHAR, date VARCHAR) ### Question: Who is the Driver, when the Date is October 6? ### Answe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_61 (total_matches INTEGER, year VARCHAR, points_won VARCHAR) ### Question: How many Total matches have a...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27514362_7 (pos VARCHAR, car_make VARCHAR, driver VARCHAR) ### Question: What is the finish position for cars...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10361230_1 (choice INTEGER) ### Question: What is the highest choice? ### Answer: SELECT MAX(choice) FROM tab...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_91 (date VARCHAR, tournament VARCHAR) ### Question: What is the Date of the at&t pebble beach national p...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_97 (opponent VARCHAR, time VARCHAR) ### Question: Who was the opponent when the fight had a time of 0:10...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_11 (winner VARCHAR, year VARCHAR) ### Question: What is Winner, when Year is 2013? ### Answer: SELECT wi...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE Dogs (age INTEGER) ### Question: What is the average age of all the dogs? ### Answer: SELECT AVG(age) FROM Dogs
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_21795650_1 (team VARCHAR, podiums VARCHAR) ### Question: What team had 4 podiums? ### Answer: SELECT team FRO...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15319684_1 (lost INTEGER, team VARCHAR) ### Question: Name the most losst for corinthians ### Answer: SELECT ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11609814_1 (constancy VARCHAR, purity VARCHAR) ### Question: what is the total number of constancy where puri...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_24 (average_ratings VARCHAR, japanese_title VARCHAR) ### Question: What are the average ratings for プリマダ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE CHARACTERISTICS (characteristic_id VARCHAR); CREATE TABLE products (product_id VARCHAR, product_name VARCHAR); CREA...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_42 (competition_name VARCHAR, age_groups VARCHAR, sport VARCHAR) ### Question: what is the competition n...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_73 (game VARCHAR, road_team VARCHAR, date VARCHAR) ### Question: What game number was played on April 23...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2610582_7 (frequency VARCHAR, callsign VARCHAR) ### Question: What frequency is dxec-fm? ### Answer: SELECT f...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_90 (date VARCHAR, tie_no VARCHAR) ### Question: On what date was Tie #26 played? ### Answer: SELECT date...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_59 (record VARCHAR, game VARCHAR) ### Question: What was the record when they played game 58? ### Answer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_29743928_5 (int_caps INTEGER) ### Question: What is the lowest value for int. caps? ### Answer: SELECT MIN(in...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_35 (res VARCHAR, record VARCHAR) ### Question: Which res has a Record of 3-0? ### Answer: SELECT res FRO...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_51 (_percentage_internet_users INTEGER, _percentage_growth__2000_2008_ VARCHAR) ### Question: What was t...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_1 (lost VARCHAR, played VARCHAR, points_against VARCHAR) ### Question: How many losses did the club with...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_83 (caps INTEGER, goals VARCHAR, rank VARCHAR) ### Question: What is the sum of caps for players with le...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_2 (d_46_√ VARCHAR, d_43_√ VARCHAR) ### Question: What is the D 46 √ with a D 43 √ with r 3? ### Answer: ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2840500_8 (pick VARCHAR, player VARCHAR) ### Question: Name the pick for matthew scorsune ### Answer: SELECT ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_38 (date VARCHAR, attendance VARCHAR, week VARCHAR) ### Question: What was date of the bye week 11? ### ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_58 (score VARCHAR, opposition VARCHAR, year VARCHAR) ### Question: What score has Leicestershire as the ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_12 (average_score INTEGER, number VARCHAR) ### Question: What is the lowest average for number 2? ### An...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_82 (rank INTEGER) ### Question: The lowest rank with 2011 less than 80.7 and 2012 less than 73.1 is what...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_26168687_3 (vessel_type VARCHAR, vessel_operator VARCHAR) ### Question: What is the vessel type for vessel op...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_50 (date VARCHAR, site VARCHAR) ### Question: What date was the Site michigan stadium • ann arbor, mi? #...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_9 (away_team VARCHAR, venue VARCHAR) ### Question: What was the away team that played at Corio Oval? ###...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_67 (week VARCHAR, result VARCHAR) ### Question: Tell me the total number of week for w 35–7 ### Answer: ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_70 (attendance VARCHAR, result VARCHAR) ### Question: Which Attendance has a Result of w 51-21? ### Answ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_63 (average VARCHAR, player VARCHAR) ### Question: What is the average of player Matthew Elliott (vic)? ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_29 (off_reb INTEGER, ftm_fta VARCHAR, steals VARCHAR) ### Question: What was the average of the Off Reb ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_27 (modern_title_of_house VARCHAR, house VARCHAR) ### Question: What is the modern house title of the 1s...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_66 (first_elected INTEGER, result VARCHAR, district VARCHAR) ### Question: In the Ohio 4 district, that ...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_name_95 (rank VARCHAR, silver VARCHAR, total VARCHAR) ### Question: Which Rank has a Silver larger than 1 and...