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_18 (opponent VARCHAR, partnering VARCHAR, surface VARCHAR, outcome VARCHAR)
### Question:
Who was the Op... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_44 (date VARCHAR, home_team VARCHAR)
### Question:
When the home team was hawthorn, what was 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_23397386_2 (rank__timeslot_ VARCHAR, airdate VARCHAR)
### Question:
How many rankings (timeslot) were there 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_39 (episodes VARCHAR, tv_station VARCHAR, average_ratings VARCHAR)
### Question:
What is the episode 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_20403667_2 (district INTEGER, animal__in_lakh__ VARCHAR)
### Question:
What is the smallest district 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_66 (away_team VARCHAR)
### Question:
What was North Melbourne's score as an away team?
### 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 inventory (store_id VARCHAR)
### Question:
How many items in inventory does store 1 have?
### Answer:
SELECT COUNT(... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22180353_1 (conformity_to_original_design VARCHAR, registration VARCHAR)
### Question:
What is every conformi... |
Below is an context that describes a sql 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 (runs INTEGER, name VARCHAR, inns VARCHAR)
### Question:
Name of clem hill, and Inns larger than 126 ... |
Below is an context that describes a sql 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 (d_49_√ VARCHAR, d_46_√ VARCHAR)
### Question:
Name the D 49 √ for when D 46 √ of i 1 @
### 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_46 (score VARCHAR, record VARCHAR)
### Question:
What was the score of the game when their record was 62... |
Below is an context that describes a sql 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 (season VARCHAR, rating VARCHAR)
### Question:
Which season was one of the players rated +33?
### 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_25604014_8 (no_in_season VARCHAR, no_in_series VARCHAR)
### Question:
How many episodes in the season are epi... |
Below is an context that describes a sql 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 (television_service VARCHAR, content VARCHAR)
### Question:
What is Television Service, when Content ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28677723_9 (style VARCHAR, total VARCHAR)
### Question:
How many styles had a total score of exactly 33?
### ... |
Below is an context that describes a sql 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 (bronze VARCHAR, silver VARCHAR, total VARCHAR)
### Question:
Tell me the number of bronze for silver... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20745759_1 (record VARCHAR, date VARCHAR)
### Question:
Name the record for january 18, 1997
### Answer:
SELE... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_45 (location VARCHAR, rank VARCHAR, date VARCHAR)
### Question:
Which location had a race that took plac... |
Below is an context that describes a sql 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 (tournament VARCHAR, score VARCHAR)
### Question:
What is the Tournament with a Score that is 2–6, 6–... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2683116_1 (E VARCHAR, vap VARCHAR, turnout VARCHAR)
### Question:
What is the e/vap value for a turnout of ex... |
Below is an context that describes a sql 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 (season VARCHAR, home VARCHAR)
### Question:
Which Season has a Home of 0–1?
### Answer:
SELECT seaso... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27986200_3 (aggregate_score VARCHAR, proceed_to_quarter_final VARCHAR)
### Question:
What was the aggregate 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_71 (tournament VARCHAR)
### Question:
Name the tournament of beijing
### Answer:
SELECT 2011 FROM table_... |
Below is an context that describes a sql 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 (years VARCHAR, school VARCHAR)
### Question:
What school year is vaucluse public school?
### 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 Restaurant_Type (ResTypeDescription VARCHAR, ResTypeName VARCHAR)
### Question:
What is the description of the rest... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1515346_2 (country VARCHAR, honoree_s_ VARCHAR)
### Question:
How many countries does honoree Roberto de Vice... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1585609_2 (region VARCHAR, prefecture VARCHAR)
### Question:
Name the region for iwate
### Answer:
SELECT reg... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12591022_2 (teaching_language VARCHAR, focus VARCHAR)
### Question:
what is teaching language where the focus... |
Below is an context that describes a sql 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 (bronze INTEGER, total VARCHAR, silver VARCHAR, rank VARCHAR)
### Question:
What is the average Bronz... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_17 (date VARCHAR, away_team VARCHAR)
### Question:
What was the date of the game for the Wrexham away te... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_96 (type VARCHAR, date VARCHAR, president VARCHAR, year VARCHAR, location VARCHAR)
### Question:
What 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_78 (date VARCHAR, venue VARCHAR)
### Question:
On what date was the match played in Victoria Park?
### 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_51 (year_to_open VARCHAR, name VARCHAR)
### Question:
What was the Year to Open for the Dandeung Bridge?... |
Below is an context that describes a sql 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 (year VARCHAR, status VARCHAR)
### Question:
In what year is the status of won?
### Answer:
SELECT 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 table_23465864_6 (wed_26_aug VARCHAR, rider VARCHAR)
### Question:
What was the event on Wed 26 Aug where rider 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_50 (d_46 VARCHAR, d_44 VARCHAR)
### Question:
Name the D46 when it has D 44 of ← majority
### 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_name_1 (total_goals VARCHAR, player VARCHAR, qualifying_goals VARCHAR)
### Question:
What is the total number... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_55 (player VARCHAR, pick VARCHAR, position VARCHAR)
### Question:
Who is the player with a pick less tha... |
Below is an context that describes a sql 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 (date VARCHAR, home VARCHAR)
### Question:
Home of buffalo happened on what date?
### 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_84 (events INTEGER, top_25 INTEGER)
### Question:
What is the event average for a top-25 smaller than 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_11800185_1 (no_of_sikhs VARCHAR, country VARCHAR)
### Question:
What is the number of sikhs in Japan?
### 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_24 (wickets INTEGER, average VARCHAR, overs VARCHAR, player VARCHAR)
### Question:
What is the average 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_70 (ngc_number INTEGER, constellation VARCHAR, declination___j2000__ VARCHAR)
### Question:
what is 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_2 (state VARCHAR, title VARCHAR, name VARCHAR)
### Question:
In what state did Jing have the title of Ma... |
Below is an context that describes a sql 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 (participants INTEGER, rank VARCHAR, silver VARCHAR)
### Question:
What is listed as the highest 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_254234_1 (area³ INTEGER, density² VARCHAR)
### Question:
What is the area of the province with a density of 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_23 (position INTEGER, against VARCHAR, lost VARCHAR)
### Question:
What is the highest Position when 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_28846752_8 (matches INTEGER)
### Question:
What is the highest number listed for matches?
### 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_5 (tournament VARCHAR)
### Question:
What tournament in 2006 had a score of 0-0?
### Answer:
SELECT tour... |
Below is an context that describes a sql 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 (elected VARCHAR, district VARCHAR)
### Question:
What was the year elected in District 15?
### 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_44 (club_province VARCHAR, caps VARCHAR, player VARCHAR)
### Question:
Which club/province has more than... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_54 (icao VARCHAR, city VARCHAR)
### Question:
What is the ICAO for the airport in Ningbo?
### 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_name_38 (type VARCHAR, satellite VARCHAR)
### Question:
What is the type of the gps iif-10 satellite?
### 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_19744915_16 (result VARCHAR, judges VARCHAR)
### Question:
What is the result of judge 6?
### 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_29 (sport VARCHAR, nation_represented VARCHAR)
### Question:
Which sport did the United States win?
### ... |
Below is an context that describes a sql 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 (score_in_the_final VARCHAR, surface VARCHAR, date VARCHAR)
### Question:
What score in the final has... |
Below is an context that describes a sql 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 (location VARCHAR, method VARCHAR, time VARCHAR)
### Question:
what is the location when the method 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_name_13 (outcome VARCHAR, partner VARCHAR)
### Question:
What was the outcome when the partner was Iryna Brem... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
Which 2009 has a 2008 of wta premier mandatory tournaments?
### 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_name_27 (team_2 VARCHAR)
### Question:
WHAT IS THE SECOND LEG WITH HARO AS TEAM TWO?
### Answer:
SELECT 2 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_89 (lane INTEGER, rank VARCHAR)
### Question:
What is the lane total when rank is 2?
### 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_15869204_8 (high_points VARCHAR, game VARCHAR)
### Question:
Who was the high point scorer in game number 68?... |
Below is an context that describes a sql 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 (country VARCHAR, engine_make_capacity VARCHAR)
### Question:
In what country was the car with the čz... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25085059_1 (player VARCHAR, pick__number VARCHAR)
### Question:
What player was the number 1 draft pick?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2846320_4 (au_won INTEGER, games_played VARCHAR)
### Question:
what was the lowest number that auburn triumph... |
Below is an context that describes a sql 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 (player VARCHAR, total VARCHAR, country VARCHAR)
### Question:
What is Player, when Total is greater ... |
Below is an context that describes a sql 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 (result VARCHAR, opponent_number VARCHAR)
### Question:
What result did Indiana have when they were 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_21 (city VARCHAR, group VARCHAR)
### Question:
WHat kind of 2009 season has a City of panama city, and 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_64 (partner VARCHAR, score VARCHAR)
### Question:
Who was Silva's Partner in the match with a Score of 6... |
Below is an context that describes a sql 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 (constructor VARCHAR, time_retired VARCHAR, laps VARCHAR, grid VARCHAR)
### Question:
When grid is le... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_50 (attendance VARCHAR, visitor VARCHAR)
### Question:
Name the total number in attendance for when 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_66 (attendance VARCHAR, week VARCHAR)
### Question:
For week 15, what was the total number of attendance... |
Below is an context that describes a sql 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 (finished VARCHAR, trainer VARCHAR, horse VARCHAR)
### Question:
What is the Finished place for da'tar... |
Below is an context that describes a sql 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 (points VARCHAR, score VARCHAR)
### Question:
Score of 2 - 2 had what points?
### Answer:
SELECT poin... |
Below is an context that describes a sql 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 (time VARCHAR, notes VARCHAR, country VARCHAR)
### Question:
What is the time for Estonia with sc/d no... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_30120633_1 (area__acres__ INTEGER, townland VARCHAR)
### Question:
How few acres is the area of Clashroe?
###... |
Below is an context that describes a sql 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 (round INTEGER, name VARCHAR)
### Question:
What round was Bob Randall selected in?
### 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 country (Official_native_language VARCHAR)
### Question:
Show all official native languages that contain the word "... |
Below is an context that describes a sql 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 (year INTEGER, notes VARCHAR)
### Question:
What is the highest Year, when Notes is "Celebrity Guest ... |
Below is an context that describes a 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_26 (region VARCHAR, solar_panel VARCHAR)
### Question:
What region has 0.3% solar panel?
### 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_26 (total INTEGER, new_south_wales VARCHAR, victoria VARCHAR)
### Question:
Which is the lowest crop 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_72 (home_team VARCHAR, away_team VARCHAR)
### Question:
Who was Richmond's home team opponent?
### 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_57 (memory__gb_ VARCHAR, number_of_cpus VARCHAR)
### Question:
Which Memory (GB) has a Number of CPUs 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_13 (game INTEGER, score VARCHAR)
### Question:
What Game had a Score of 129–105?
### Answer:
SELECT MIN(... |
Below is an context that describes a sql 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 (score VARCHAR, surface VARCHAR, partnering VARCHAR)
### Question:
Surface of clay, and a Partnering ... |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
What's the 1861 had 1991 in 1881 and a year of year?
### Answer:
SELECT 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 mission (Ship_ID VARCHAR, Launched_Year INTEGER); CREATE TABLE ship (Name VARCHAR, Ship_ID VARCHAR)
### Question:
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_51 (pick VARCHAR, college_high_school_club VARCHAR, round VARCHAR, draft VARCHAR)
### Question:
What 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_7 (date VARCHAR, opponents VARCHAR, h___a VARCHAR)
### Question:
What date was the opponent Nottingham 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_2554479_2 (series VARCHAR, season VARCHAR)
### Question:
Name the series result for season being 1998
### 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_18277458_2 (ticket_sold___available VARCHAR, venue VARCHAR)
### Question:
How many tickets are sold for the 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_13110459_2 (rating VARCHAR, viewers__m_ VARCHAR)
### Question:
what are all the rating with viewers (m) being... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27539535_7 (record VARCHAR, february VARCHAR)
### Question:
What was the team's rcord on february 1?
### 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_28 (screen_size VARCHAR, pixels VARCHAR, dimensions_w×h×d__mm_ VARCHAR, model VARCHAR)
### Question:
Wha... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_149426_4 (available_subnets INTEGER, network_mask VARCHAR)
### Question:
When the network mask is 255.255.25... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_1 (year INTEGER, location VARCHAR)
### Question:
What is the oldest year that the location was at Guangz... |
Below is an context that describes a 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_14 (segment_c VARCHAR, netflix VARCHAR)
### Question:
What is segment C in s07e05
### 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_50 (gpu_frequency VARCHAR, part_number_s_ VARCHAR)
### Question:
what is the gpu frequency when the 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_82 (date VARCHAR, effect VARCHAR, place VARCHAR)
### Question:
What is Date, when Effect is "Shot Down",... |
Below is an context that describes a sql 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 (opponent VARCHAR, date VARCHAR)
### Question:
Who did the Eagle's play on November 5, 1961?
### Answ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.