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_90 (match VARCHAR) ### Question: When the game was played in the stadium called stadium what was the mat...
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_1414743_1 (fte_teachers VARCHAR, pupil_teacher_ratio VARCHAR) ### Question: How many FTE teachers are there 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 campuses (campus VARCHAR, LOCATION VARCHAR) ### Question: What are the names of all campuses located at Chico? ### ...
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_27469019_2 (television_network VARCHAR, television_channel VARCHAR) ### Question: What is the television netw...
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_26561508_1 (patient_portrayer VARCHAR, directed_by VARCHAR, written_by VARCHAR) ### Question: What is the tot...
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_6 (nationality VARCHAR, player VARCHAR) ### Question: What nationality is Barry Duench? ### 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 journalist (Name VARCHAR, journalist_ID VARCHAR); CREATE TABLE news_report (Name VARCHAR, journalist_ID 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_32 (time_retired VARCHAR, driver VARCHAR, grid VARCHAR, laps VARCHAR) ### Question: What is the time/ret...
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 (silver INTEGER, bronze VARCHAR, total VARCHAR) ### Question: What is the largest number of silver 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_12305325_4 (safe VARCHAR, eliminated VARCHAR) ### Question: Who is safe if John and Nicole are eliminated? ##...
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_29486189_4 (first_elected VARCHAR, representative VARCHAR) ### Question: when was al landis first elected ###...
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_2668378_5 (party VARCHAR, district VARCHAR) ### Question: Name the number of party for kentucky 1 ### 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_14882588_3 (yacht VARCHAR, sail_number VARCHAR) ### Question: What were all Yachts with a sail number of 6952...
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 (goals_for INTEGER, team VARCHAR, lost VARCHAR) ### Question: Which Goals For has a Team of congleton...
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 (grid INTEGER, laps VARCHAR, driver VARCHAR) ### Question: What is the average grid for damon hill 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 table_29163303_1 (championship VARCHAR, score VARCHAR) ### Question: What are the championship venues where 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_name_99 (races VARCHAR, series VARCHAR, wins VARCHAR) ### Question: Which Race has the Toyota Racing Series 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_63 (date VARCHAR, score VARCHAR) ### Question: Which Date has a Score of 102–113? ### 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_29 (partnering VARCHAR, opponents_in_final VARCHAR) ### Question: Who is the partnering that had the opp...
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 mountain (Name VARCHAR, Mountain_ID VARCHAR); CREATE TABLE climber (Mountain_ID VARCHAR, Country VARCHAR) ### Quest...
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 (payload VARCHAR, class VARCHAR, range__varies_with_payload_weight_ VARCHAR) ### Question: What is 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_92 (crowd INTEGER, home_team VARCHAR) ### Question: How big was the crowd of the Home team of Collingwoo...
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_24126518_2 (attendance INTEGER, final_score VARCHAR) ### Question: Name the least attendance for l 36–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_2233872_1 (season VARCHAR, gf VARCHAR) ### Question: What was the season where the team reached a GP of 244? ...
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 (college VARCHAR, round VARCHAR, overall VARCHAR) ### Question: Round smaller than 7, and 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_23486853_8 (date VARCHAR, record VARCHAR) ### Question: What is every date with a record of 30–34–12? ### 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_80 (record VARCHAR, game VARCHAR, date VARCHAR) ### Question: What is Record, when Game is greater 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_66 (erp_w INTEGER, city_of_license VARCHAR) ### Question: What is the smallest ERP for allentown, pennsy...
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_170969_2 (area_km_2 VARCHAR, official_name VARCHAR) ### Question: How many areas are named West Isles? ### 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_65 (name_of_kingdom VARCHAR, capital VARCHAR) ### Question: Which kingdom has Suin as its capital? ### 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_83 (skip VARCHAR, third VARCHAR) ### Question: Who is the Skip when Alasdair Guthrie is the third? ### 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 dorm_amenity (amenity_name VARCHAR, amenid VARCHAR); CREATE TABLE has_amenity (amenid VARCHAR) ### Question: Find 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_20898602_1 (position VARCHAR, height VARCHAR) ### Question: what is the position of the player of height ft0i...
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 (team_1 VARCHAR, team_2 VARCHAR) ### Question: What was the name of the Team 1, where the Team 2 was ...
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 (delegate VARCHAR, first_elected VARCHAR) ### Question: When first elected was 2006, who was the dele...
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_79 (kind VARCHAR, year VARCHAR, manuals VARCHAR) ### Question: What kind is in the year 1978 and a manua...
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 (tournament VARCHAR, runner_s__up VARCHAR) ### Question: What tournament had a Runner(s)-up of Tom Ki...
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_34 (school VARCHAR, city VARCHAR) ### Question: What school is in Brookville? ### Answer: SELECT school ...
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 (team__number2 VARCHAR) ### Question: what is the 2nd leg when team #2 is žalgiris kaunas? ### 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_1342149_43 (result VARCHAR, district VARCHAR) ### Question: What was the result of the election in the Texas ...
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 (launched VARCHAR, country VARCHAR) ### Question: What is the Launched from a Country that is spain? ...
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 (winning_driver VARCHAR, constructor VARCHAR, race VARCHAR) ### Question: What driver was the winner ...
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 (opponent VARCHAR, record VARCHAR, score VARCHAR, decision VARCHAR) ### Question: What was the oppone...
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_1416612_1 (mean_elevation VARCHAR, lowest_point VARCHAR, state VARCHAR) ### Question: how many mean elevatio...
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 (october INTEGER, record VARCHAR) ### Question: WHich October has a Record of 1–0–0? ### 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_14631909_1 (english_title VARCHAR, author VARCHAR) ### Question: What is the English version of Mariusz Szczy...
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_19115414_4 (mountains_classification VARCHAR, points_classification VARCHAR) ### Question: Name the mountains...
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_10718631_2 (written_by VARCHAR, no_in_series VARCHAR) ### Question: Who wrote episode 94? ### 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_42 (song VARCHAR, draw VARCHAR, artist VARCHAR) ### Question: Name the song for draw less than 7 and art...
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_1939367_1 (arabs_2001 VARCHAR, province VARCHAR) ### Question: If the province is British Columbia, 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_61 (constellation VARCHAR, right_ascension___j2000__ VARCHAR) ### Question: what is the constellation 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_46 (away_team VARCHAR, home_team VARCHAR) ### Question: What is the score for the away team when they 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_66 (class VARCHAR, no_built VARCHAR) ### Question: Which class at 55 built? ### Answer: SELECT class 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_3 (player VARCHAR, pick VARCHAR, team VARCHAR) ### Question: What player was picked earlier than 126 by ...
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 Charges (charge_amount INTEGER) ### Question: How much does the most expensive charge type costs? ### 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_10333757_1 (frequency VARCHAR, calls VARCHAR) ### Question: Which Frequency is used for WEGP calls? ### 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_35 (time_retired VARCHAR, rider VARCHAR, laps VARCHAR, manufacturer VARCHAR, grid VARCHAR) ### Question:...
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 (time VARCHAR, country VARCHAR) ### Question: What is the time for Kazakhstan? ### Answer: SELECT 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_82 (year INTEGER, entrant VARCHAR, engine VARCHAR, chassis VARCHAR) ### Question: Which is the latest ye...
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 artist (artist_name VARCHAR, country VARCHAR, gender VARCHAR) ### Question: What are the names of artists who are 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 discipline_enrollments (undergraduate INTEGER, campus VARCHAR, year VARCHAR); CREATE TABLE campuses (id VARCHAR, ca...
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 (ratio VARCHAR, unit VARCHAR) ### Question: What Ratio has a Unit of zolotnik? ### Answer: SELECT rat...
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 (performance VARCHAR, class VARCHAR, test_standard VARCHAR, particulate_size_approaching_100_percenta...
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_22546460_4 (best_male_lyricist VARCHAR, best_male_record VARCHAR) ### Question: Who was the Best Male Lyricis...
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 (attendance INTEGER, home VARCHAR) ### Question: What is the least number of people to attend a game ...
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_10601843_2 (capacity INTEGER, stadium VARCHAR) ### Question: What is the maximum capacity of the Otkrytie Are...
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_12744399_1 (english_title_translation VARCHAR, japanese_title VARCHAR) ### Question: What's the English trans...
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 (score VARCHAR, game VARCHAR) ### Question: What was the score of game 4? ### Answer: SELECT score 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_12 (score VARCHAR, opponent VARCHAR, time VARCHAR, location VARCHAR) ### Question: What was the score 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_45 (director_s_ VARCHAR, rank VARCHAR, film VARCHAR) ### Question: Who directed the nominated film 'bloo...
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_15739098_1 (airdate VARCHAR, director VARCHAR) ### Question: What is the airdate when the director is george ...
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 (game VARCHAR, date VARCHAR) ### Question: What is the Game number on March 30? ### Answer: SELECT 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 conductor (Name VARCHAR, Age VARCHAR) ### Question: List the names of conductors in ascending order of age. ### 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 Ref_Attraction_Types (Attraction_Type_Description VARCHAR, Attraction_Type_Code VARCHAR); CREATE TABLE Tourist_Attr...
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 (language VARCHAR, television_service VARCHAR) ### Question: What is the language of the television 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_14903081_1 (country VARCHAR, location VARCHAR) ### Question: Rome is in which country? ### Answer: SELECT cou...
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 (weekly_schedule VARCHAR, timeslot VARCHAR) ### Question: What days of the week is the show aired on ...
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_22862203_2 (terps_points INTEGER, opp_points VARCHAR) ### Question: What is the highest number of terps point...
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 (Id VARCHAR) ### Question: What is 2009, when 2004 is 2R, and when 1993 is A? ### Answer: SELECT 2009...
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 (score VARCHAR, record VARCHAR) ### Question: What was the score of the Kings game when they had a re...
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 (original_name VARCHAR, location VARCHAR) ### Question: What was the original name of the restaurant ...
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 (location VARCHAR, school VARCHAR) ### Question: Where is Terre Haute North located? ### 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_24 (total INTEGER, rank VARCHAR, gold VARCHAR, bronze VARCHAR) ### Question: What is the highest metal 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_92 (entered VARCHAR, celebrity VARCHAR) ### Question: When did kim woodburn enter? ### Answer: SELECT en...
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_23242968_1 (title VARCHAR, production_code VARCHAR) ### Question: What was the name of the episode with a pro...
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 manufacturer (name VARCHAR, open_year VARCHAR, num_of_shops VARCHAR, Num_of_Factories VARCHAR) ### Question: Give 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_79 (played INTEGER, drawn VARCHAR, against VARCHAR) ### Question: What is the average number played of 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_48 (people_on_board INTEGER, airline VARCHAR, aircraft_type VARCHAR) ### Question: What is the 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_7 (kaine__d_ VARCHAR, date VARCHAR) ### Question: What was Kaine's (D) percentage in the poll on septemb...
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 (tournament VARCHAR, location VARCHAR, winner VARCHAR) ### Question: Which Tournament has a Location ...
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 (wrestlers VARCHAR, event VARCHAR) ### Question: What wrestlers have summer brawl 2006 as the event? ...
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_13553701_1 (mens_singles VARCHAR, womens_singles VARCHAR) ### Question: Who is the mens singles and womens si...
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 (rank_points VARCHAR, total VARCHAR, score_points VARCHAR) ### Question: What were the rank points 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_65 (frequency VARCHAR, website VARCHAR) ### Question: what is the frequency of visits to elmanana.com.mx...
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_25740774_1 (season INTEGER, podiums INTEGER) ### Question: What is the season with podiums more than 2.0? ##...
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_25 (opponents_in_final VARCHAR, date VARCHAR) ### Question: Which Opponents in Final has a Date of septe...
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 (date VARCHAR, game VARCHAR) ### Question: Can you tell me the Date that has the Game of 2? ### 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_5 (chassis VARCHAR, entrant VARCHAR, points VARCHAR, year VARCHAR) ### Question: Can you tell me the Cha...
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 (venue VARCHAR, home_team VARCHAR) ### Question: What is the Essendon Home Team's venue? ### 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_97 (home_team VARCHAR, road_team VARCHAR, result VARCHAR) ### Question: Which Home Team has a Road Team ...