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_21535453_1 (brian_moran VARCHAR, source VARCHAR, creigh_deeds VARCHAR)
### Question:
What was Brian Moran's 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_25277363_2 (written_by VARCHAR, no_in_series VARCHAR)
### Question:
Who wrote episode number 149 in the serie... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_19787093_1 (for_round_trip INTEGER, till_agra VARCHAR)
### Question:
If the till agra is 1050, what is the 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 captain (ship_id VARCHAR); CREATE TABLE ship (name VARCHAR, ship_id VARCHAR)
### Question:
Find the name of the shi... |
Below is an context that describes a sql 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 (country VARCHAR, province_region VARCHAR, airport VARCHAR)
### Question:
In what country is Hokkaidō... |
Below is an context that describes a sql 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, acts VARCHAR)
### Question:
I want to know the events for 106 bands
### 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_1341663_10 (candidates VARCHAR, incumbent VARCHAR)
### Question:
who are the candidates where the incumbent 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_80 (height VARCHAR, number VARCHAR)
### Question:
What is the height of number 52?
### Answer:
SELECT he... |
Below is an context that describes a sql 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 (cuts_made INTEGER, top_5 INTEGER)
### Question:
What is the average number of cuts made for events 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_20928661_1 (opponent VARCHAR, result VARCHAR)
### Question:
Name the number opponent for loss result
### 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_26041144_16 (catches INTEGER, player VARCHAR)
### Question:
If the player is Hashan Tillakaratne, 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_24887326_6 (tie_no INTEGER, attendance VARCHAR)
### Question:
What is the highest tie that had 19129 attendan... |
Below is an context that describes a sql 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 (region VARCHAR, format VARCHAR)
### Question:
Which region had the CD maxi format?
### 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_30 (pole_position VARCHAR, fastest_lap VARCHAR, round VARCHAR)
### Question:
What pole position was Rube... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE ROLES (role_code VARCHAR, role_name VARCHAR); CREATE TABLE Employees (employee_name VARCHAR, role_code VARCHAR)
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_19 (driver VARCHAR, fin_pos VARCHAR)
### Question:
Who was the driver who had a final position 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_79 (lane INTEGER, nationality VARCHAR, react VARCHAR)
### Question:
What is the average lane for Kenya 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_27 (writer_s_ VARCHAR, catalogue VARCHAR, track VARCHAR)
### Question:
On songs with track numbers 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_name_23 (date VARCHAR, result VARCHAR)
### Question:
When was the match with a result of sa by 10 wkts?
### 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_85 (route VARCHAR, elevation VARCHAR)
### Question:
Elevation of 11,158 feet 3401 m had what route?
### ... |
Below is an context that describes a sql 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 (laps INTEGER, year INTEGER)
### Question:
What is the total number of Laps that's got a Year less 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_89 (iata VARCHAR, city VARCHAR)
### Question:
What shows for IATA for the City of sapporo?
### 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_58 (points INTEGER, year VARCHAR)
### Question:
What is the total point for the year listed in 1988?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28188239_1 (incumbent VARCHAR, district VARCHAR)
### Question:
Who is the incumbent of district pa-8?
### 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_4 (hindu VARCHAR, ethnic_group VARCHAR)
### Question:
Tell me the Hindu for ethnic group for white irish... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17058226_8 (location_attendance VARCHAR, team VARCHAR)
### Question:
Where are all of Utah's games held and 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_66 (rank INTEGER, heat INTEGER)
### Question:
what is the rank when the heat is more than 4?
### 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_70 (race_name VARCHAR, year VARCHAR, winner VARCHAR)
### Question:
Jud Larson who which race after 1956?... |
Below is an context that describes a sql 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 (category VARCHAR, year VARCHAR)
### Question:
What category was in 1964?
### Answer:
SELECT category... |
Below is an context that describes 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 (membership_amount INTEGER, open_year VARCHAR, city VARCHAR)
### Question:
Show minimum and maximum amount 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_46 (terminus VARCHAR, color VARCHAR)
### Question:
The color diamond is assigned to which Terminus?
### ... |
Below is an context that describes a sql 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 (grid VARCHAR, laps VARCHAR, rider VARCHAR)
### Question:
What grid has 23 laps done by Josh Brookes?
... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_16388439_3 (away_team VARCHAR, home_team VARCHAR)
### Question:
Name the away team score for carlton
### 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_25517718_3 (starter VARCHAR, position VARCHAR)
### Question:
Is the right halfback player a starter?
### 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_76 (frequency VARCHAR, call_sign VARCHAR)
### Question:
What is the frequency of KQLX?
### 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_23 (bangladeshis_admitted INTEGER, nepalis_admitted VARCHAR, pakistanis_admitted 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 College (cName VARCHAR, enr INTEGER)
### Question:
List the name of the colleges whose enrollment is greater 18000 ... |
Below is an context that describes a sql 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 (exit_date VARCHAR, to_club VARCHAR)
### Question:
What is the exit date of the player who transferre... |
Below is an context that describes a sql 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 (position INTEGER, played VARCHAR, drawn VARCHAR, against VARCHAR, points 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_31 (launched VARCHAR, time_elapsed VARCHAR)
### Question:
What Launched has Time elapsed of 1991 days (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_43 (score VARCHAR, year VARCHAR, runner_up VARCHAR)
### Question:
Name the Score of the Year larger 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_29 (place VARCHAR, dance VARCHAR, points_jury VARCHAR)
### Question:
What was the place for the tango da... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_93 (recipients_and_nominees VARCHAR, category VARCHAR, year VARCHAR)
### Question:
What recipients and 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_81 (race_title VARCHAR, vehicle VARCHAR)
### Question:
What's the name of the title for the Maserati A6G... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_10294071_1 (singles_w_l VARCHAR, doubles_w_l VARCHAR)
### Question:
what is the total number of singles w–l 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_14999879_2 (round INTEGER)
### Question:
What was the last round the team drafted?
### Answer:
SELECT MAX(rou... |
Below is an context that describes a sql 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 (player VARCHAR, score VARCHAR)
### Question:
What player has a score of 67-70-77=214?
### 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_71 (year_of_release INTEGER, title VARCHAR)
### Question:
What was the latest year of release for the gr... |
Below is an context that describes a sql 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 (second VARCHAR, lead VARCHAR)
### Question:
Who was second when Shane McKinlay was the lead?
### 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_67 (venue VARCHAR, home_team VARCHAR)
### Question:
what is the venue when the home team is melbourne?
#... |
Below is an context that describes a sql 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 (lineup VARCHAR, result VARCHAR)
### Question:
What was the lineup that resulted in 1-0 AET W?
### 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_41 (previous_conference VARCHAR, school VARCHAR)
### Question:
The school of Portage was in what confere... |
Below is an context that describes a sql 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 (opponents VARCHAR, surface VARCHAR, date VARCHAR)
### Question:
Who were the opponents that played 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_61 (venue VARCHAR, driver VARCHAR, event VARCHAR)
### Question:
Where was the BRDC International Trophy ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27631756_2 (captain VARCHAR, kitmaker VARCHAR)
### Question:
How many captains have the kitmaker as n/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_72 (year INTEGER, venue VARCHAR)
### Question:
What year was the race in Vienna, Austria?
### 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_73 (silver INTEGER, gold VARCHAR, rank VARCHAR)
### Question:
What is the average number of silver medal... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11900773_6 (paper_type VARCHAR, design VARCHAR)
### Question:
How many paper types did Ian Drolet design stam... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1818471_1 (afinsa VARCHAR, value VARCHAR)
### Question:
How many different numbers for Afinsa when value is 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_98 (division VARCHAR, finish VARCHAR, losses VARCHAR)
### Question:
Which division of the Brewers had 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_225205_4 (successor VARCHAR, reason_for_change VARCHAR)
### Question:
Who is the successor when the reason fo... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_21980_1 (july__°c_ VARCHAR, july__°f_ VARCHAR)
### Question:
What were the July (°C) temperatures when the J... |
Below is an context that describes a sql 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 (tier VARCHAR, semi_finalists VARCHAR, runner_up VARCHAR)
### Question:
What tier had a runner-up 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_43 (rank VARCHAR, publication VARCHAR)
### Question:
What rank is the publication the observer music mon... |
Below is an context that describes a sql 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 (rider VARCHAR, grid VARCHAR, time VARCHAR, laps VARCHAR, bike VARCHAR)
### Question:
What rider 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_72 (constructor VARCHAR, q1 VARCHAR, q2_time VARCHAR)
### Question:
Constructor with total time of 2:45.... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_29 (pick INTEGER, round VARCHAR, college VARCHAR)
### Question:
What is the average pick for Princeton 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_2 (free_agent_type VARCHAR, player VARCHAR)
### Question:
What is the Free Agent Type for player bryant ... |
Below is an context that describes a sql 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 (played INTEGER, season VARCHAR)
### Question:
What is the highest amount of games played in the 2003... |
Below is an context that describes a sql 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 (pick INTEGER, position VARCHAR, round VARCHAR)
### Question:
What is the pick number for the player ... |
Below is an context that describes a sql 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 (height VARCHAR, position VARCHAR, current_club VARCHAR)
### Question:
What is the height of the Forwa... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_63 (attendance VARCHAR, date VARCHAR)
### Question:
Can you tell me the Attendance that has 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_12784134_24 (future_stem VARCHAR, perfect_stem VARCHAR)
### Question:
What is the number for future stem 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 pilot (Join_Year VARCHAR, Rank VARCHAR)
### Question:
What is the joined year of the pilot of the highest rank?
###... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23486853_3 (score VARCHAR, opponent VARCHAR)
### Question:
What was the score for the Atlanta Thrashers?
### ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26416704_2 (district INTEGER, incumbent VARCHAR)
### Question:
What is the highest numbred district that 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_92 (event VARCHAR, round VARCHAR, aces VARCHAR)
### Question:
What is the event year radek štěpánek was ... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_68 (developer_s_ VARCHAR, game VARCHAR)
### Question:
Who were the developers for Portal?
### 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_60 (to_par VARCHAR, place VARCHAR)
### Question:
What was the To par when the place was 4?
### 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_27537870_5 (score VARCHAR, game VARCHAR)
### Question:
Name the score for 29 game
### Answer:
SELECT score FR... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE visitor (name VARCHAR, Level_of_membership INTEGER, age VARCHAR)
### Question:
Find the name and membership level 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_26 (runs VARCHAR, rank VARCHAR, venue VARCHAR, season VARCHAR)
### Question:
Name the Runs has a Venue 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 climber (Mountain_ID VARCHAR, Points VARCHAR); CREATE TABLE mountain (Height VARCHAR, Mountain_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 Project_Staff (role_code VARCHAR)
### Question:
Which role is most common for the staff?
### Answer:
SELECT role_co... |
Below is an context that describes a sql 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 (result VARCHAR, week VARCHAR)
### Question:
What is the result of week 5?
### Answer:
SELECT result ... |
Below is an context that describes a sql 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 (extra_points_1_point INTEGER, player VARCHAR)
### Question:
Which Extra points 1 point is the lowest... |
Below is an context that describes a sql 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 (river_mile INTEGER, pool_length__miles_ VARCHAR, lock_lift_drop__in_feet_ 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_name_53 (role VARCHAR, title VARCHAR)
### Question:
What was the role in the chipmunk adventure?
### 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_60 (publisher VARCHAR, year_of_release VARCHAR, original_platforms VARCHAR)
### Question:
Which publishe... |
Below is an context that describes a sql 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 (silver VARCHAR, total VARCHAR, gold VARCHAR, bronze 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_46 (class_aA VARCHAR, class_aAA VARCHAR, commerce VARCHAR)
### Question:
what AA class has a AAA class 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_54 (week INTEGER, attendance VARCHAR)
### Question:
What week had attendance of 52,714?
### 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_22496344_1 (weight INTEGER, _number VARCHAR)
### Question:
What is the weight when 20 is the number?
### 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_5 (entrant VARCHAR, driver VARCHAR)
### Question:
Who was the entrant for Gary Brabham?
### 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 tryout (pPos VARCHAR)
### Question:
What are the unique types of player positions in the tryout?
### 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_26168687_5 (vessel_type VARCHAR, vessel_operator VARCHAR)
### Question:
Name the vessel type for beluga shipp... |
Below is an context that describes a sql 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 (loss VARCHAR, opponent VARCHAR, attendance VARCHAR)
### Question:
What's the Loss listed for the Opp... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_55 (points_1 INTEGER, team VARCHAR, played VARCHAR)
### Question:
What is the sum of Points 1, when Team... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_261222_1 (area__km_2__ VARCHAR, population__2010_ VARCHAR)
### Question:
What is the area (km2) for the place... |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1566852_7 (date VARCHAR, interview_subject VARCHAR)
### Question:
IN WHAT ISSUE OF PLAYBOY WAS SHEPARD SMITH ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.