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_56 (hanja VARCHAR, mccune_reischauer VARCHAR) ### Question: What is the Hanja for McCune-Reischauer of 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_name_27 (no_1 VARCHAR, region__year_ VARCHAR) ### Question: What is the No 1 from the Maryland (2008) Region ...
Below is an context that describes a 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 (week_1 VARCHAR, week_3 VARCHAR) ### Question: Who is week 1 if week 3 is Natasha Budhi? ### 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_name_18 (team VARCHAR, game VARCHAR) ### Question: Which team has a Game of 49? ### Answer: SELECT team 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_name_41 (attendance VARCHAR, runner_up VARCHAR, title VARCHAR) ### Question: What is the Attendance number 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 Sportsinfo (StuID VARCHAR, sex VARCHAR, sportname VARCHAR); CREATE TABLE Student (StuID VARCHAR, sex VARCHAR, sport...
Below is an context that describes a 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 (population INTEGER, per_capita_income VARCHAR) ### Question: When the Per capita income is $29,194, ...
Below is an context that describes a 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 (team VARCHAR, best VARCHAR) ### Question: What Team had a 1:25.602 Best? ### 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_name_16 (event VARCHAR, placed VARCHAR, year VARCHAR) ### Question: What event placed bronze earlier than 198...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_17058178_8 (team VARCHAR, date VARCHAR) ### Question: Who did the Trail Blazers play on January 2? ### 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_78 (austria VARCHAR) ### Question: What is the smallest number for 102 when Friendly of friendly, and 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_40 (host VARCHAR, city VARCHAR) ### Question: Which host university is based in Missoula? ### Answer: 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 actor (Character VARCHAR, Duration VARCHAR) ### Question: What are the characters and duration of actors? ### 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_17118657_7 (date VARCHAR, record VARCHAR) ### Question: On which date was the record 1-4? ### 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_30120547_1 (civil_parish VARCHAR, area__acres__ VARCHAR) ### Question: What are the civil parishes of the tow...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE list (firstname VARCHAR, lastname VARCHAR) ### Question: Report the first name and last name of all the students. #...
Below is an context that describes a 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 (score VARCHAR, goal INTEGER) ### Question: What is the score when there are less than 2 goals? ### 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_14407512_24 (nationality VARCHAR) ### Question: Name the 1st m for nor ### Answer: SELECT 1 AS st__m_ FROM ta...
Below is an context that describes a 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 (second_member VARCHAR, first_member VARCHAR, first_party VARCHAR, year VARCHAR) ### Question: Who 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_43 (televote_points VARCHAR, final_points VARCHAR) ### Question: What Televote Points had a Final 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_54 (horse VARCHAR, finished VARCHAR) ### Question: Which Horse finished in 8? ### Answer: SELECT horse 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_24 (year INTEGER, bsu_head_coach VARCHAR) ### Question: What is the sum of the years with bus conner as ...
Below is an context that describes a 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 (stadium VARCHAR, visiting_team VARCHAR) ### Question: What stadium did the Denver Broncos visit? ###...
Below is an context that describes a 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 (game INTEGER, date VARCHAR) ### Question: What is the highest game that has July 31 as the 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_34 (icao VARCHAR, iata VARCHAR) ### Question: What is the ICAO when the IATA is ist? ### 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 (original_title VARCHAR, director VARCHAR) ### Question: What is the original title where Paul Verhoe...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_15211468_3 (episode_no VARCHAR, presenter VARCHAR) ### Question: What episode number is presented by Ben Okri...
Below is an context that describes a 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 (year VARCHAR, runs VARCHAR) ### Question: For what year was 100* runs happen? ### Answer: SELECT 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_name_81 (almalı__qax_ VARCHAR, malax VARCHAR) ### Question: What is the Almali village with the Malax village...
Below is an context that describes a 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 (directed_by VARCHAR, production_code VARCHAR) ### Question: Who direcred the episode with product...
Below is an context that describes a 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 (city VARCHAR, results¹ VARCHAR, opponent VARCHAR) ### Question: In what City was Bulgaria the Opponen...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_11827596_2 (lyricist VARCHAR, co_singer VARCHAR, film_name VARCHAR) ### Question: how many times is the co-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_178399_1 (year_built INTEGER, church_name VARCHAR) ### Question: Name the maximum year built for holmedal kyr...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_22464308_2 (malaysian_team_classification VARCHAR, points_classification VARCHAR) ### Question: Which malaysi...
Below is an context that describes a 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 (airport VARCHAR, iata VARCHAR) ### Question: Which airport has an IATA of hgh? ### Answer: SELECT ai...
Below is an context that describes a 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 (category VARCHAR, nominated VARCHAR) ### Question: In what category was Herself nominated? ### 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_99 (year INTEGER, result VARCHAR, nominated_work_title VARCHAR) ### Question: what is the lowest year 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_2114238_1 (archive VARCHAR, run_time VARCHAR) ### Question: Which archive has a run time of 23:48? ### 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_2511876_1 (reg_season VARCHAR, year VARCHAR) ### Question: Mame the reg season for 2001 ### Answer: SELECT 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 (class VARCHAR, erp_w VARCHAR, call_sign VARCHAR) ### Question: What is the Class for the ERP W of mo...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10975034_4 (player VARCHAR, pick__number VARCHAR) ### Question: Which players have a pick number of 27? ### 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_73 (year VARCHAR) ### Question: what is 2001 when the year is ebitda and 2009 is less than 3,600? ### 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_72 (score VARCHAR, tie_no VARCHAR) ### Question: What was the score when the tie no was 12? ### 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_2 (week INTEGER, attendance VARCHAR) ### Question: For what week was the attendance 40,429? ### 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_27 (bronze VARCHAR, nation VARCHAR, rank VARCHAR, gold VARCHAR, silver VARCHAR) ### Question: What's 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_25800134_19 (director VARCHAR, series__number VARCHAR) ### Question: Who directed episode number 626 in the 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_25360865_1 (_number VARCHAR, last_school VARCHAR) ### Question: Name the number for florida air academy ### 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 STUDENT (LName VARCHAR, Major VARCHAR) ### Question: Find the last names of students with major 50. ### 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_60 (part_3 VARCHAR, verb_meaning VARCHAR) ### Question: What is the Part 3 when the Verb meaning is to g...
Below is an context that describes a 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 (league INTEGER) ### Question: What is the lowest number of League Cups a player with a 434 league ha...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_14345690_15 (uk_co_presenter VARCHAR, co_presenter VARCHAR, series VARCHAR) ### Question: Who is the UK co-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_23 (ifop_5_11_09 VARCHAR, opinionway_5_11_09 VARCHAR, ipsos_3_14_09 VARCHAR) ### Question: Name the lfop...
Below is an context that describes a 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 (played INTEGER, drawn VARCHAR, against VARCHAR) ### Question: What is the smallest played amount 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_14058433_4 (points_against VARCHAR, won VARCHAR) ### Question: what's the points against with won being 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_28853064_15 (winner VARCHAR, mountains_classification VARCHAR, team_classification VARCHAR) ### Question: Who...
Below is an context that describes a 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 (time___et__ VARCHAR, location VARCHAR) ### Question: What time did the game at memorial stadium take...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1974545_2 (nickname VARCHAR, institution VARCHAR) ### Question: What's the nickname of Westfield State Univer...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_23937219_3 (directed_by VARCHAR, season__number VARCHAR) ### Question: How many people directed episode 7 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_77 (college VARCHAR, name VARCHAR) ### Question: What college is Pat Thomas from? ### Answer: SELECT col...
Below is an context that describes a 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 (game INTEGER, record VARCHAR) ### Question: Name the least game for record of 5-1-3 ### 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_55 (bush_number INTEGER, bush_percentage VARCHAR, others_number VARCHAR) ### Question: What is the small...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_10975034_4 (cfl_team VARCHAR, college VARCHAR) ### Question: What CFL teams are part of Simon Fraser college?...
Below is an context that describes a 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 (nord VARCHAR, berlin VARCHAR, year VARCHAR) ### Question: What is the Nord in 1952, when tennis borus...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_30018460_1 (total INTEGER) ### Question: What is the minimum sum? ### Answer: SELECT MIN(total) FROM table_30...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1529260_2 (year VARCHAR, champion VARCHAR) ### Question: How many years was Jiyai Shin the champion? ### 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_26 (type VARCHAR, rank VARCHAR) ### Question: What is the type for rank 2? ### Answer: SELECT type 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_name_25 (series_premiere VARCHAR, tv_network_s_ VARCHAR) ### Question: Which series premiered on Acasa TV? ##...
Below is an context that describes a 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 (date VARCHAR, score VARCHAR) ### Question: What's the date when the score was 690.3? ### 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_29 (length VARCHAR, junctions VARCHAR, route_name VARCHAR) ### Question: What's the length of route FM 2...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_2417345_4 (reason_for_change VARCHAR, successor VARCHAR) ### Question: What was the reason for change when 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_19744915_15 (rank INTEGER) ### Question: What is the lowest rank? ### Answer: SELECT MIN(rank) FROM table_197...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_20174050_1 (title VARCHAR, story__number VARCHAR) ### Question: What's the title of the audio book with story...
Below is an context that describes a 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 (goals_for INTEGER, wins VARCHAR, goal_difference VARCHAR) ### Question: What were the lowest goals 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_98 (res VARCHAR, event VARCHAR) ### Question: What is the result for the Call to Arms I event? ### 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_16175217_1 (country VARCHAR, children_per_donor VARCHAR, donor_payment VARCHAR) ### Question: What is the 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_99 (rank INTEGER, gold VARCHAR, total VARCHAR) ### Question: What is the total of rank when gold is 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_51 (hypertransport_version VARCHAR, max_aggregate_bandwidth__bi_directional_ 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_21 (losses INTEGER, wins VARCHAR, matches VARCHAR) ### Question: What is the highest Losses, when Wins i...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_18540104_1 (japanese_title VARCHAR, average_ratings VARCHAR) ### Question: What is the Japanese title with 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_74 (title VARCHAR, doctor VARCHAR, published VARCHAR) ### Question: What is the title of the 8th doctor ...
Below is an context that describes a 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 (opponent VARCHAR, record VARCHAR) ### Question: Which is the opponent when the record was 43-56? ###...
Below is an context that describes a 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 (class VARCHAR) ### Question: What 1958 CIE is class s? ### Answer: SELECT 1958 AS _cié FROM table_na...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE entrepreneur (Name VARCHAR, People_ID VARCHAR); CREATE TABLE people (Name VARCHAR, People_ID 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_70 (call_sign VARCHAR, frequency_mhz VARCHAR) ### Question: Name the call sign with frequency of 89.5 ##...
Below is an context that describes a 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 (pennant_number VARCHAR, current_status VARCHAR) ### Question: what builder is now retired ### 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_25691838_11 (production_code VARCHAR, original_airdate VARCHAR) ### Question: How many production codes were ...
Below is an context that describes a 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 (format VARCHAR, label VARCHAR, date VARCHAR) ### Question: Name the format on july 27, 1994 for alfa...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_27155243_4 (written_by VARCHAR, episode__number VARCHAR) ### Question: How many items appear in the written 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 airport (name VARCHAR) ### Question: Which of the airport names contains the word 'international'? ### 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_69 (top_speed VARCHAR, model_name VARCHAR) ### Question: Which Top Speed has a Model Name of d14/4 supre...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE table_1973842_2 (location VARCHAR, nickname VARCHAR) ### Question: Where is the school with nickname Tigers located...
Below is an context that describes a 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 (season VARCHAR, nationality VARCHAR, position VARCHAR) ### Question: What season did a United States...
Below is an context that describes a 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 (aggregate VARCHAR) ### Question: What was the 1st leg that had a 4-2 aggregate? ### Answer: SELECT 1...
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501 ### Context: CREATE TABLE employees (employee_id VARCHAR, salary VARCHAR, manager_id VARCHAR, first_name VARCHAR) ### Question: display the 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_3 (ties VARCHAR, lost VARCHAR, win__percentage VARCHAR, tenure VARCHAR) ### Question: I want the total 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_12 (position INTEGER, name VARCHAR, drawn VARCHAR) ### Question: what is the lowest position when the na...
Below is an context that describes a 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 (Running VARCHAR, channel VARCHAR, date VARCHAR) ### Question: What is the running time of the transm...
Below is an context that describes a 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 (pick__number INTEGER, round VARCHAR) ### Question: What is the sum pick # of the player from round 4...
Below is an context that describes a 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 (total_points INTEGER, bonus_pts VARCHAR, matches VARCHAR, rides VARCHAR) ### Question: What is 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_92 (best_fit__wmap VARCHAR, _extra_parameter_ VARCHAR, best_fit__all_data_ VARCHAR) ### Question: What i...