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_15187735_15 (netflix VARCHAR, segment_d VARCHAR)
### Question:
What is the netflix episode number where Segme... |
Below is an context that describes a sql 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 (position VARCHAR, wins VARCHAR, season VARCHAR)
### Question:
Which position has 2 wins in 1992?
###... |
Below is an context that describes a sql 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 (colour_commentator_s_ VARCHAR, play_by_play VARCHAR)
### Question:
Were the color commentators who w... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_26 (chassis VARCHAR, tyres VARCHAR, year VARCHAR)
### Question:
What Chassis has g Tyres before 1987?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23292220_13 (first_broadcast VARCHAR, episode VARCHAR)
### Question:
How many episodes are numbered 12x03?
##... |
Below is an context that describes a sql 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 (held_record VARCHAR, structural_type VARCHAR, town VARCHAR)
### Question:
What is the church made 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_67 (title VARCHAR, track VARCHAR, translation VARCHAR)
### Question:
Which title has tracks smaller 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_7 (location__all_in_nagano__ VARCHAR, name VARCHAR)
### Question:
What location has the name of Sakakita... |
Below is an context that describes a sql 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 (opponent_in_the_final VARCHAR, date VARCHAR)
### Question:
Final that has a Date of january 10, 2004... |
Below is an context that describes a 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_5 (cfl_team VARCHAR, player VARCHAR)
### Question:
What is the cfl team with ryan folk?
### 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_5 (rank VARCHAR, laps VARCHAR, qual VARCHAR)
### Question:
Name the rank with laps of 200 and qual of 14... |
Below is an context that describes a sql 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 (first_match VARCHAR, final_position VARCHAR, competition VARCHAR)
### Question:
What was the date 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_14 (time___et__ VARCHAR, week VARCHAR)
### Question:
What time was the game during week 5?
### 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_1745843_8 (verb_meaning VARCHAR, part_3 VARCHAR)
### Question:
What is the verb meaning of the word with part... |
Below is an context that describes a sql 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 (round INTEGER, pick VARCHAR, college VARCHAR, overall VARCHAR)
### Question:
What is the sum of the ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_26 (year_s__of_manufacture VARCHAR, type VARCHAR, quantity VARCHAR)
### Question:
Which Year(s) of manuf... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
What is the 2007 value at the 2012 Grand Slam Tournaments?
### 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_65 (surface VARCHAR, score VARCHAR)
### Question:
Which Surface has a Score of 6–4, 6–2?
### 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_70 (date VARCHAR, attendance VARCHAR)
### Question:
What was the date of the game attended by 25,022?
##... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE Lessons (customer_id VARCHAR, lesson_status_code VARCHAR); CREATE TABLE Customers (customer_id VARCHAR, first_name ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_12 (away_team VARCHAR, home_team VARCHAR)
### Question:
What is the score of the away team when the 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_9 (nat VARCHAR, name VARCHAR)
### Question:
What is the nationality of Acquafresca?
### Answer:
SELECT 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 airport (id VARCHAR, airport_id VARCHAR, pilot VARCHAR); CREATE TABLE flight (id VARCHAR, airport_id VARCHAR, pilot... |
Below is an context that describes a sql 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 (rank VARCHAR, opposition VARCHAR)
### Question:
What is the total rank of the match with tipperary 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_69 (laps INTEGER, driver VARCHAR)
### Question:
What were the lowest laps of Tarso Marques?
### 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_8 (format VARCHAR, frequency VARCHAR)
### Question:
What was the format for the radio with a frequency 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_name_67 (round VARCHAR, opponent VARCHAR, venue VARCHAR)
### Question:
What is the round for the opponent CSK... |
Below is an context that describes a sql 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 (player VARCHAR, college VARCHAR)
### Question:
Who was recruited from Calgary?
### Answer:
SELECT 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 evaluation (Employee_ID VARCHAR, bonus VARCHAR); CREATE TABLE employee (name VARCHAR, Employee_ID VARCHAR)
### Ques... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_53 (competition VARCHAR, venue VARCHAR)
### Question:
Which Competition has a Venue of hong kong?
### 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_71 (producer VARCHAR, production_cost VARCHAR)
### Question:
What is the name of the producer that produ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12032893_1 (year VARCHAR, weight VARCHAR)
### Question:
In which year was the Weight 170?
### 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_22368322_2 (_€_million VARCHAR, tier_1_capital INTEGER, institution VARCHAR)
### Question:
Name the most tier... |
Below is an context that describes a sql 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 (venue VARCHAR, date VARCHAR)
### Question:
What is the venue when the date is September 24, 1980?
##... |
Below is an context that describes a sql 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 (win__percentage INTEGER, drawn INTEGER)
### Question:
Tell me the sum of win % for drawn being large... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE editor (Age VARCHAR)
### Question:
Please show the most common age of editors.
### Answer:
SELECT Age FROM editor 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_6 (season VARCHAR, position VARCHAR, school_club_team VARCHAR)
### Question:
What season was School/Club... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_19 (arena__capacity_ VARCHAR, town VARCHAR)
### Question:
What is the Arena o Kazan?
### 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 branch (name VARCHAR, membership_amount VARCHAR)
### Question:
What are names for top three branches with most numb... |
Below is an context that describes a sql 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 (theme VARCHAR, year INTEGER)
### Question:
What is the theme of the coin from before 2006?
### 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_81 (score INTEGER, player VARCHAR)
### Question:
What is the lowest score that wes ellis got?
### 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_84 (top_25 INTEGER, tournament VARCHAR, cuts_made VARCHAR)
### Question:
What is the total top-25 of the... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_12 (previous_team VARCHAR, pick VARCHAR, nba_years_ VARCHAR, a_ VARCHAR)
### Question:
What is the previ... |
Below is an context that describes a sql 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 (elite_eight VARCHAR, conference VARCHAR)
### Question:
How many elite eight teams came from the Atla... |
Below is an context that describes a sql 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 (split_off___continuation_of VARCHAR, church_name VARCHAR)
### Question:
What was the Pure Church 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_22903426_1 (other_builders VARCHAR, windows_builders VARCHAR)
### Question:
Name the number of other builder... |
Below is an context that describes a 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_37 (candidates VARCHAR, incumbent VARCHAR)
### Question:
Tony P. Hall was the incumbent in the race 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_name_52 (year VARCHAR, finish_position VARCHAR)
### Question:
What was the 4th day in the year before 2012 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_64 (date VARCHAR, home VARCHAR)
### Question:
What date did the team play home in Toronto?
### 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_67 (name VARCHAR, country VARCHAR, index VARCHAR)
### Question:
What is the name of the player from Mala... |
Below is an context that describes a sql 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 (opponent VARCHAR, player VARCHAR)
### Question:
Who was ashley sampi's opponent?
### 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_55 (last_issue VARCHAR, title VARCHAR)
### Question:
What is the last issue entry of Time and Again?
###... |
Below is an context that describes a sql 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 (finals_goals INTEGER, total_goals INTEGER)
### Question:
What is the Average Finals Goals if 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_77 (pages INTEGER, isbn VARCHAR)
### Question:
I want the average pages for ISBN of 978-0-9766580-5-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_60 (player VARCHAR, score VARCHAR)
### Question:
What Player has a Score of 71-71=142?
### 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_19149550_9 (total_asian_population INTEGER, chinese_population VARCHAR)
### Question:
How many Asians live 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_23308178_5 (score VARCHAR, record VARCHAR)
### Question:
How many different scores are there for the game 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 table_name_87 (league INTEGER, total VARCHAR)
### Question:
Which League Cup that has a Total of 19 and a League sm... |
Below is an context that describes a sql 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 (score VARCHAR, to_par VARCHAR)
### Question:
What was the final score when the player was an e to pa... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_91 (date VARCHAR, event VARCHAR)
### Question:
What is the date of the 1500m freestyle event?
### 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_99 (wheel_arrangement VARCHAR, year_made VARCHAR)
### Question:
What is the wheel arrangement made in 18... |
Below is an context that describes a sql 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 (away_team VARCHAR, home_team VARCHAR)
### Question:
What is footscray's away team score?
### Answer:... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_13 (home_team VARCHAR, away_team VARCHAR)
### Question:
Who was the home team against the Bolton Wandere... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24427210_1 (date VARCHAR, stadium VARCHAR)
### Question:
Name the date for raymond james stadium
### 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_27940569_1 (make VARCHAR, sponsor VARCHAR)
### Question:
What car make was sponsored by Aflac?
### 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 table_2618152_1 (written_by VARCHAR, original_air_date VARCHAR)
### Question:
The episode with original air date Ja... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_29414946_3 (replaced_by VARCHAR, team VARCHAR)
### Question:
Who was the new Santos manager?
### 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_14752049_2 (international_tourist_arrivals__2010_ VARCHAR, change__2010_to_2011_ VARCHAR)
### Question:
What ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25042332_31 (incarceration_rate_total VARCHAR, prison_inmates_women VARCHAR)
### Question:
How many regions 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_73 (opponent VARCHAR, record VARCHAR)
### Question:
Who was the opponent at the game that had a record 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_name_89 (position VARCHAR, no_s_ VARCHAR, years_for_rockets VARCHAR)
### Question:
Name the position for numb... |
Below is an context that describes 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 (advisor VARCHAR)
### Question:
Show all advisors and corresponding number of students.
### 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_43 (lane INTEGER, heat VARCHAR, name VARCHAR)
### Question:
What's Sara Isakovič's lane number that had ... |
Below is an context that describes a sql 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 (theatre VARCHAR, performances VARCHAR, role VARCHAR)
### Question:
Name the theatre for aaron jablon... |
Below is an context that describes a sql 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 (team VARCHAR, rider VARCHAR)
### Question:
What team does Anthony Redmond ride for?
### 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_21 (album VARCHAR, label VARCHAR, year VARCHAR)
### Question:
What album had the reunion label in 2006?
... |
Below is an context that describes a sql 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 (byes INTEGER, against VARCHAR, wins VARCHAR)
### Question:
What is the most byes with 11 wins and fe... |
Below is an context that describes a sql 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 (rank INTEGER, nation VARCHAR)
### Question:
What is the lowest rank that spain got?
### 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_68 (written_by VARCHAR, series__number VARCHAR)
### Question:
Who wrote series number 99?
### 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 table_26986076_1 (sat_28_aug VARCHAR, rank VARCHAR)
### Question:
If the Rank is 10, what was the time on Sat aug 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_26815674_1 (wins VARCHAR, final_placing VARCHAR)
### Question:
When 24th is the final placing how many wins 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_1342149_11 (result VARCHAR, incumbent VARCHAR)
### Question:
What was the result of the election when Tic 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_44 (rank INTEGER, athlete VARCHAR, react VARCHAR)
### Question:
What is the lowest rank for Chris Brown ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE genres (id VARCHAR, name VARCHAR); CREATE TABLE tracks (name VARCHAR, genre_id VARCHAR, media_type_id VARCHAR); CRE... |
Below is an context that describes a sql 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 (date VARCHAR, opponent VARCHAR, loss VARCHAR)
### Question:
Which date has an Opponent of angels, 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_95 (date VARCHAR, venue VARCHAR, result VARCHAR)
### Question:
What is Date, when Venue is Melbourne Cri... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE phone (Hardware_Model_name VARCHAR, screen_mode VARCHAR); CREATE TABLE screen_mode (Graphics_mode VARCHAR, Type VAR... |
Below is an context that describes a sql 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 (team VARCHAR, year_entered_league VARCHAR, location VARCHAR)
### Question:
Which team had a year ent... |
Below is an context that describes a sql 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 (production_number INTEGER, director VARCHAR, release_date 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_10 (attendance VARCHAR, away_team VARCHAR)
### Question:
What was the attendance for the away team Solih... |
Below is an context that describes a sql 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 (kickoff_time VARCHAR, date VARCHAR)
### Question:
What is the Kickoff Time on January 7, 2002?
### 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_58 (wins INTEGER, south_west_dfl VARCHAR, byes VARCHAR)
### Question:
What is the lowest value for Wins,... |
Below is an context that describes a sql 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 (area_km_2 INTEGER, official_name VARCHAR, population VARCHAR)
### Question:
Which Area km 2 has an 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_name_83 (game_site VARCHAR, opponent VARCHAR)
### Question:
What is the game site of the game with the san di... |
Below is an context that describes a sql 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 (place VARCHAR, draw VARCHAR, lost VARCHAR)
### Question:
What was the total number of places in whic... |
Below is an context that describes a sql 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 (bronze VARCHAR, rank VARCHAR, total VARCHAR)
### Question:
What is the total number of Bronze when ra... |
Below is an context that describes a sql 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 (opponent_in_the_final VARCHAR, partnering VARCHAR)
### Question:
Which Opponent in the final has a 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 products_for_hire (product_description VARCHAR, product_id VARCHAR); CREATE TABLE products_booked (product_id 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_name_30 (lost VARCHAR, against VARCHAR, points VARCHAR)
### Question:
Which amount of lost had an against 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_85 (position VARCHAR, affiliation VARCHAR)
### Question:
Which position did the drafted player affiliate... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.