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 advisor (s_id VARCHAR) ### Question: How many students have advisors? ### Answer: SELECT COUNT(DISTINCT s_id) FROM ...
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_13566548_1 (autonomous_community VARCHAR, wind_power VARCHAR) ### Question: What is the community with a wind...
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_20026849_1 (season VARCHAR, winner VARCHAR) ### Question: What season was won by Anthony Yeh? ### 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_14962316_9 (recopa_sudamericana_1998 VARCHAR, team VARCHAR) ### Question: Did Flamengo play in the Recopa Sud...
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 (Name VARCHAR, Company_ID VARCHAR); CREATE TABLE people (People_ID VARCHAR); CREATE TABLE employment (Peopl...
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_20246201_9 (office VARCHAR, states___third_place VARCHAR) ### Question: Which office has 1 New Hampshire as 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_41 (player VARCHAR, position VARCHAR, caps VARCHAR) ### Question: Which player has a Position of fly-hal...
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_4 (condition VARCHAR, platelet_count VARCHAR, partial_thromboplastin_time VARCHAR, prothrombin_time VARC...
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_161591_2 (expenditure__s$m_ VARCHAR, operating_profit__s$m_ VARCHAR) ### Question: What was the expenditure (...
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_48 (score VARCHAR, player VARCHAR, country VARCHAR, place VARCHAR) ### Question: Can you tell me the Sco...
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_2930244_3 (number_of_major_hurricanes VARCHAR, deaths VARCHAR) ### Question: When the death is none 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 table_name_62 (home VARCHAR, away VARCHAR) ### Question: Which Home has an Away of hispano? ### Answer: SELECT home...
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_77 (white__both_hispanic_and_non_hispanic_ VARCHAR, black__both_hispanic_and_non_hispanic_ VARCHAR, hisp...
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 (played INTEGER, points VARCHAR, bp VARCHAR) ### Question: Played that has a Points of 38, and a B.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_63 (year VARCHAR, league VARCHAR) ### Question: What years did the Nashville Metros have Usisl Indoor 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_28418916_3 (coastal_carolina_head_coach VARCHAR, year VARCHAR) ### Question: Who was the coastal Carolina hea...
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_16570286_4 (wickets INTEGER, average VARCHAR) ### Question: What number of wickets were there when the averag...
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_78 (date VARCHAR, record VARCHAR) ### Question: Which Date has a Record of 58–10? ### Answer: SELECT dat...
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_36 (client VARCHAR, gnu_linux VARCHAR) ### Question: Which client had no GNU/Linux? ### Answer: SELECT c...
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_1425958_1 (density__pop_km²_ VARCHAR, _percentage_change VARCHAR) ### Question: When the change is 8.8%, 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_95 (neon VARCHAR, argon VARCHAR) ### Question: Which Neon has a Argon of −189.6? ### Answer: SELECT neon...
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_89 (cores VARCHAR, part_number_s_ VARCHAR) ### Question: What's the cores with the part number cl8064701...
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 (attendance INTEGER, date VARCHAR) ### Question: What was the lowest Attendance for Games played on th...
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_2226817_12 (title VARCHAR, production_code VARCHAR) ### Question: what is the name of the episode when the pr...
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 (time VARCHAR, notes VARCHAR, country VARCHAR) ### Question: What is the Time of the Great Britain pl...
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 (week_6 VARCHAR, week_2 VARCHAR) ### Question: What kind of Week 6 has a Week 2 of see notes 2 , 3 , ...
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 (shooting_score__pts_ VARCHAR, total VARCHAR, athlete VARCHAR) ### Question: Which Shooting Score (pts...
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_86 (university_students_and_adults__18yrs VARCHAR, _ VARCHAR, specification VARCHAR, gender VARCHAR) ###...
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_48 (played INTEGER, goals_for VARCHAR, wins VARCHAR) ### Question: What is the lowest played number when...
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_65 (games INTEGER, season VARCHAR, red_cards VARCHAR) ### Question: Which Games has a Season of 2003/200...
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 (crowd INTEGER, venue VARCHAR) ### Question: What was the smallest crowd of vfl park? ### 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 (dcsf_number INTEGER, faith VARCHAR, opened VARCHAR) ### Question: Faith of rc, and a Opened larger 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_2214582_3 (round VARCHAR, opponents VARCHAR) ### Question: What round did they face fc st. gallen? ### 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_76 (nation VARCHAR, total VARCHAR, silver VARCHAR, gold VARCHAR) ### Question: What Nation has more than...
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 (wins INTEGER, position VARCHAR, f_laps VARCHAR) ### Question: What is the average wins with a 20th 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_36 (round VARCHAR, event VARCHAR) ### Question: What Round is the Event cage rage 17? ### 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_82 (model VARCHAR, number_built VARCHAR, chassis_code VARCHAR) ### Question: What model has a number bui...
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 (high_points VARCHAR, date VARCHAR) ### Question: What player had the high point on July 7? ### 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_41 (people_per_km² INTEGER, regions VARCHAR, area VARCHAR) ### Question: What is the sum of people per k...
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_1342149_42 (result VARCHAR, candidates VARCHAR) ### Question: What is the candidates result that is tom j. 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_28062822_3 (contestant VARCHAR, sponsor VARCHAR) ### Question: Which contestant was sponsored by Yogurt Vita ...
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 (date VARCHAR, tier VARCHAR) ### Question: Which date has the tier of Itf $10k? ### Answer: SELECT da...
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 Products (product_name VARCHAR, product_id VARCHAR); CREATE TABLE Order_items (product_id VARCHAR); CREATE TABLE Pr...
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_25604014_5 (written_by VARCHAR, no_in_series VARCHAR) ### Question: Who wrote episode number 81 in the series...
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_89 (district VARCHAR, result VARCHAR, incumbent VARCHAR) ### Question: wWhich district has a retired rep...
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_18712423_3 (directed_by VARCHAR, written_by VARCHAR) ### Question: Who directed the episode written by Matt 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_84 (player VARCHAR, s_wicket VARCHAR) ### Question: Which player has a s wicket at 48? ### Answer: SELEC...
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_8 (date VARCHAR, ground VARCHAR) ### Question: What day was the ground subiaco? ### 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_91 (week VARCHAR, opponent VARCHAR) ### Question: Which week was the game against the San Diego Chargers...
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 (away_team VARCHAR, venue VARCHAR) ### Question: What home team played at MCG? ### Answer: SELECT awa...
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_41 (total VARCHAR, time VARCHAR, set_3 VARCHAR) ### Question: How much is the total with a time at 16:00...
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_89 (guests VARCHAR, ship_name VARCHAR, crew VARCHAR) ### Question: What is the total for guests with a 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_97 (park_and_ride_lot VARCHAR, station_name VARCHAR) ### Question: What is the park & ride lot for the 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_9 (lost INTEGER, goals_against VARCHAR) ### Question: What are the lowest lost has 111 as the goals agai...
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 (league_goals INTEGER, flt_goals VARCHAR, total_apps VARCHAR, position VARCHAR, league_cup_apps VARCH...
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_1997759_1 (number VARCHAR, registration VARCHAR) ### Question: how many number is located at registration f-b...
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_25368177_1 (team VARCHAR, net_run_rate VARCHAR) ### Question: What team had a net run rate of 0.134? ### 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_33 (rowers VARCHAR, notes VARCHAR, time VARCHAR) ### Question: Who are the rowers with a time of 6:41.45...
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_13 (population_1991 INTEGER, name VARCHAR, population_2007 VARCHAR) ### Question: What is the highest po...
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_62 (years_for_grizzlies VARCHAR, school_club_team VARCHAR) ### Question: Which years did the player from...
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_27712180_13 (team VARCHAR, date VARCHAR) ### Question: What was the name of the opposing team on the May 6 ga...
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 stadium (name VARCHAR, capacity INTEGER) ### Question: Find the names of stadiums whose capacity is smaller than th...
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 customer (active VARCHAR) ### Question: How many customers have an active value of 1? ### Answer: SELECT COUNT(*) 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_61 (duration VARCHAR, end_time VARCHAR) ### Question: What is the duration of the flight with end time o...
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_20193855_2 (result VARCHAR, book_title VARCHAR) ### Question: What is the result of the book title firelands?...
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 (country VARCHAR, pinnacle_height VARCHAR, name VARCHAR) ### Question: Which Country has a Pinnacle h...
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 (goal_difference INTEGER, played INTEGER) ### Question: How many goal differences have Played larger ...
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 county_public_safety (Police_force VARCHAR, LOCATION VARCHAR) ### Question: List the distinct police forces of coun...
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 (nationality VARCHAR, round VARCHAR, college VARCHAR) ### Question: For the draft pick from round 3 o...
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_15187735_13 (segment_b VARCHAR, segment_a VARCHAR) ### Question: Name the segment b for pressure cookers ### ...
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_1341453_12 (candidates VARCHAR, incumbent VARCHAR) ### Question: Who were the candidates in the election wher...
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 (team VARCHAR, laps VARCHAR, grid VARCHAR) ### Question: What team has 104 laps and a grid of 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_12 (team VARCHAR, sponsor VARCHAR) ### Question: what is the sponsor of motorola ### Answer: SELECT 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_91 (second VARCHAR, third VARCHAR) ### Question: What is the Second when the third is don walchuk? ### 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_242813_2 (team VARCHAR, overall_rank VARCHAR) ### Question: Name the team ranked 4 ### Answer: SELECT COUNT(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_69 (name VARCHAR, series VARCHAR, hometown VARCHAR) ### Question: What is the name of the person from se...
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_39 (construction_start VARCHAR, inauguration_date VARCHAR) ### Question: What Construction Start has 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_1342233_11 (party VARCHAR, candidates VARCHAR) ### Question: Which party is associated with the candidate Alb...
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 (record VARCHAR, attendance VARCHAR) ### Question: Who won when the attendance was 8,000? ### 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_73 (decision VARCHAR, date VARCHAR) ### Question: Who had the decision goal when the date was 1? ### Ans...
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 (last_title VARCHAR, club VARCHAR) ### Question: Name the last time for club of newell's old boys ###...
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 player (School_ID VARCHAR); CREATE TABLE school (Location VARCHAR, School_ID VARCHAR) ### Question: Show the locati...
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_1341472_12 (candidates VARCHAR, incumbent VARCHAR) ### Question: Who were the candidates in the district wher...
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, winning_score VARCHAR) ### Question: What is Date, when Winning Score is −14 (68-68-67...
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 (pick INTEGER, round VARCHAR, nationality VARCHAR, college VARCHAR) ### Question: What is the highest...
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_78 (rank INTEGER, total VARCHAR, silver VARCHAR, gold VARCHAR) ### Question: What is the sum of rank wit...
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 concert (YEAR VARCHAR) ### Question: How many concerts are there in year 2014 or 2015? ### Answer: SELECT COUNT(*) ...
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 (technology VARCHAR, gel_pouring VARCHAR, analysis_time VARCHAR) ### Question: what is the technology...
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_16 (game INTEGER, opponent VARCHAR, points VARCHAR) ### Question: What's the highest game against the Ne...
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 (team VARCHAR, make VARCHAR) ### Question: What team drove a Dodge vehicle? ### Answer: SELECT team 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_30 (record VARCHAR, visitor VARCHAR) ### Question: Visitor of calgary has what record? ### Answer: SELEC...
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_27723526_9 (location_attendance VARCHAR, team VARCHAR) ### Question: What location did the Mavericks play aga...
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 (english_translation VARCHAR, artist VARCHAR) ### Question: Can you tell me the English translation 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_19864214_3 (no_decisions INTEGER, pitcher VARCHAR) ### Question: what is the least number of no decisions 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_name_33 (pick__number INTEGER, round INTEGER) ### Question: What is the highest pick # after round 11? ### 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_57 (game__number INTEGER, record VARCHAR) ### Question: Record of 11-10-3 is what sum of game #? ### Ans...
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_93 (score INTEGER, player VARCHAR) ### Question: What was Bernhard Langer's highest score? ### 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_1817852_1 (destroyed VARCHAR, aircraft VARCHAR) ### Question: If the aircraft was ussr mig-25 rb how many we...
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_1342233_5 (district VARCHAR, incumbent VARCHAR) ### Question: How many districts had William F. Norrell as th...
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 (career_games VARCHAR, date_and_opponent VARCHAR) ### Question: Which Career Games has a Date and Opp...