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_18123274_1 (result VARCHAR, film_title_used_in_nomination VARCHAR)
### Question:
Name the number of result for maroa
### Answer:
SELECT COUNT(result) FROM table_18123274_1 WHERE film_title_used_in_nomination = "Maroa" |
Below is an context that describes a sql 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 (player VARCHAR, to_par VARCHAR, country VARCHAR, score VARCHAR)
### Question:
What is Player, when To Par is "+1", when Country is "United States", and when Score is "71-70=141"?
### Answer:
SELECT player FROM table_name_32 WHERE to_par = "+1" AND country = "united states" AND score = 71 - 70 = 141 |
Below is an context that describes a sql 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 (class VARCHAR, driver VARCHAR)
### Question:
Which class had Stanley Dickens as a driver?
### Answer:
SELECT class FROM table_name_11 WHERE driver = "stanley dickens" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1112176_1 (league_apps__sub_ INTEGER, total_goals VARCHAR)
### Question:
When total goals is 11 what was the league apps (sub)?
### Answer:
SELECT MAX(league_apps__sub_) FROM table_1112176_1 WHERE total_goals = 11 |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_19 (domari VARCHAR, persian VARCHAR)
### Question:
What is the Domari associated with a Persian of yak, yek?
### Answer:
SELECT domari FROM table_name_19 WHERE persian = "yak, yek" |
Below is an context that describes a sql 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 (fuel VARCHAR, output VARCHAR)
### Question:
Which Fuel has an Output of ps (kw; hp) @6000 rpm?
### Answer:
SELECT fuel FROM table_name_50 WHERE output = "ps (kw; hp) @6000 rpm" |
Below is an context that describes a sql 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 (date VARCHAR, tie_no VARCHAR, away_team VARCHAR)
### Question:
What is Date, when Tie No is "Replay", and when Away Team is "Crystal Palace"?
### Answer:
SELECT date FROM table_name_85 WHERE tie_no = "replay" AND away_team = "crystal palace" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_18894744_6 (high_rebounds VARCHAR, high_points VARCHAR)
### Question:
Who did the high rebounds in the game where Douglas (28) did the high points?
### Answer:
SELECT high_rebounds FROM table_18894744_6 WHERE high_points = "Douglas (28)" |
Below is an context that describes a sql 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 (week_1 VARCHAR, week_2 VARCHAR)
### Question:
Which week 1 had a week 2 of Claudia Nathalia?
### Answer:
SELECT week_1 FROM table_name_1 WHERE week_2 = "claudia nathalia" |
Below is an context that describes a sql 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 (Id VARCHAR)
### Question:
Which 2012 has a 2010 of 0β0?
### Answer:
SELECT 2012 FROM table_name_46 WHERE 2010 = "0β0" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_16 (country VARCHAR, place VARCHAR, score VARCHAR)
### Question:
What country has t4 place and a 67-71-73=211 score?
### Answer:
SELECT country FROM table_name_16 WHERE place = "t4" AND score = 67 - 71 - 73 = 211 |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_11677100_5 (hometown VARCHAR, school VARCHAR)
### Question:
What was the hometown of the player who attended Athens Drive High School?
### Answer:
SELECT hometown FROM table_11677100_5 WHERE school = "Athens Drive High school" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1206114_2 (comments VARCHAR, implementation VARCHAR)
### Question:
What are the comments when the implementation is software running on central processor module?
### Answer:
SELECT comments FROM table_1206114_2 WHERE implementation = "Software running on Central Processor Module" |
Below is an context that describes a sql 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 (displacement_cc VARCHAR, engine VARCHAR, year VARCHAR)
### Question:
What cc displacement has an i6 engine in 1936?
### Answer:
SELECT displacement_cc FROM table_name_13 WHERE engine = "i6" AND year = "1936" |
Below is an context that describes a sql 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 (average INTEGER, goals VARCHAR, matches VARCHAR)
### Question:
What is the highest Average, when Goals is "34", and when Matches is less than 37?
### Answer:
SELECT MAX(average) FROM table_name_41 WHERE goals = 34 AND matches < 37 |
Below is an context that describes a sql 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 (name VARCHAR, time VARCHAR)
### Question:
What Name has a Time of 01:17:01?
### Answer:
SELECT name FROM table_name_14 WHERE time = "01:17:01" |
Below is an context that describes a sql 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 (birthdate VARCHAR, height__cm_ VARCHAR, weight__kg_ VARCHAR)
### Question:
What is the Birthdate for the person with a height less than 191, and weight of 84 kg?
### Answer:
SELECT birthdate FROM table_name_23 WHERE height__cm_ < 191 AND weight__kg_ = 84 |
Below is an context that describes a sql 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 (nfl_team VARCHAR, college VARCHAR)
### Question:
What is the NFL team for Toledo?
### Answer:
SELECT nfl_team FROM table_name_23 WHERE college = "toledo" |
Below is an context that describes a sql 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 (bronze VARCHAR, total VARCHAR, silver VARCHAR)
### Question:
How many bronze medals did the team have with 0 total silver and less than 3 total medals?
### Answer:
SELECT bronze FROM table_name_4 WHERE total < 3 AND silver > 0 |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_76 (avoirdupois_value VARCHAR, translation VARCHAR)
### Question:
Which Avoirdupois value is translated to grain?
### Answer:
SELECT avoirdupois_value FROM table_name_76 WHERE translation = "grain" |
Below is an context that describes a sql 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 (length_feet VARCHAR, name VARCHAR, mi_from_kingston VARCHAR, length_meters VARCHAR)
### Question:
What is Lenth Feet, when Mi From Kingston is greater than 84.5, when Length Meters is greater than 55.5, and when Name is Unnamed?
### Answer:
SELECT length_feet FROM table_name_28 WHERE mi_from_kingston > 84.5 AND length_meters > 55.5 AND name = "unnamed" |
Below is an context that describes a sql 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 (reactor_type VARCHAR, commercial_operation VARCHAR, unit VARCHAR)
### Question:
What reactor type that has a commercial operation of β, and a tianwan-7 unit?
### Answer:
SELECT reactor_type FROM table_name_25 WHERE commercial_operation = "β" AND unit = "tianwan-7" |
Below is an context that describes a sql 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 (release_date INTEGER, label VARCHAR)
### Question:
On what date did Epic label start its release?
### Answer:
SELECT SUM(release_date) FROM table_name_3 WHERE label = "epic" |
Below is an context that describes a sql 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 (series VARCHAR, opponent VARCHAR, score VARCHAR)
### Question:
Which Series has an Opponent of calgary flames, and a Score of 9β4?
### Answer:
SELECT series FROM table_name_3 WHERE opponent = "calgary flames" AND score = "9β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_19744915_22 (couple VARCHAR, vote_percentage VARCHAR)
### Question:
What couple had vote percentage of 21.843%?
### Answer:
SELECT couple FROM table_19744915_22 WHERE vote_percentage = "21.843%" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE authorship (authid VARCHAR, paperid VARCHAR); CREATE TABLE authors (authid VARCHAR, fname VARCHAR, lname VARCHAR); CREATE TABLE papers (paperid VARCHAR)
### Question:
How many papers have "Atsushi Ohori" published?
### Answer:
SELECT COUNT(*) FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t1.fname = "Atsushi" AND t1.lname = "Ohori" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_24446718_7 (awardee_s_ VARCHAR, language VARCHAR)
### Question:
Name the number of awardees for english and hindi
### Answer:
SELECT COUNT(awardee_s_) FROM table_24446718_7 WHERE language = "English and Hindi" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_26240046_1 (first_appearance VARCHAR, season_4 VARCHAR)
### Question:
What episode was the first appearance of the character who appears 7 times in season 4?
### Answer:
SELECT first_appearance FROM table_26240046_1 WHERE season_4 = 7 |
Below is an context that describes a sql 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 (home_team VARCHAR, venue VARCHAR)
### Question:
Which home team plays at Punt Road Oval?
### Answer:
SELECT home_team FROM table_name_40 WHERE venue = "punt road oval" |
Below is an context that describes a sql 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 (points INTEGER, touchdowns VARCHAR, extra_points VARCHAR)
### Question:
Which Points have Touchdowns larger than 0, and an Extra points smaller than 0?
### Answer:
SELECT SUM(points) FROM table_name_70 WHERE touchdowns > 0 AND extra_points < 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_2850912_7 (college_junior_club_team VARCHAR, nhl_team VARCHAR)
### Question:
How many college/junior/club teams are ther when nhl team is edmonton oilers?
### Answer:
SELECT COUNT(college_junior_club_team) FROM table_2850912_7 WHERE nhl_team = "Edmonton Oilers" |
Below is an context that describes a sql 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 (league VARCHAR, sport VARCHAR)
### Question:
Sport of gaelic football and hurling is what league?
### Answer:
SELECT league FROM table_name_8 WHERE sport = "gaelic football and hurling" |
Below is an context that describes a sql 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 (attendance INTEGER, visitor VARCHAR)
### Question:
When Nashville was the visiting team what was the lowest Attendance shown?
### Answer:
SELECT MIN(attendance) FROM table_name_34 WHERE visitor = "nashville" |
Below is an context that describes a sql 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 (country VARCHAR, player VARCHAR)
### Question:
What is the Country that has a Player of Scott Hoch?
### Answer:
SELECT country FROM table_name_31 WHERE player = "scott hoch" |
Below is an context that describes a sql 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 (venue VARCHAR, date VARCHAR)
### Question:
Which Venue is on 2004-07-24?
### Answer:
SELECT venue FROM table_name_68 WHERE date = "2004-07-24" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_22 (year_joined INTEGER, year_left INTEGER)
### Question:
Of all the schools that left before 2003, what is the average year joined?
### Answer:
SELECT AVG(year_joined) FROM table_name_22 WHERE year_left < 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_1342256_32 (candidates VARCHAR, district VARCHAR)
### Question:
Who are the contenders In the New York 29 polling area race?
### Answer:
SELECT candidates FROM table_1342256_32 WHERE district = "New York 29" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_28138035_13 (year_location VARCHAR, mens_singles VARCHAR)
### Question:
When and where did Chen Qi win in men singles?
### Answer:
SELECT year_location FROM table_28138035_13 WHERE mens_singles = "Chen Qi" |
Below is an context that describes a sql 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 (record VARCHAR, attendance VARCHAR)
### Question:
What was the Indians' record during the game that had 31,467 in attendance?
### Answer:
SELECT record FROM table_name_82 WHERE attendance = "31,467" |
Below is an context that describes a sql 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 (driver_s VARCHAR, race_title VARCHAR)
### Question:
Who won the III Coppa Acerbo title?
### Answer:
SELECT driver_s FROM table_name_67 WHERE race_title = "iii coppa acerbo" |
Below is an context that describes a sql 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 (prominence__m_ VARCHAR, col__m_ INTEGER)
### Question:
What is the prominence in m of a col in m greater than 738?
### Answer:
SELECT prominence__m_ FROM table_name_57 WHERE col__m_ > 738 |
Below is an context that describes a sql 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 (name VARCHAR, pressure VARCHAR)
### Question:
Which name has a pressure of 985hpa (29.09inhg)?
### Answer:
SELECT name FROM table_name_56 WHERE pressure = "985hpa (29.09inhg)" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_22669044_7 (location_attendance VARCHAR, score VARCHAR)
### Question:
Name the location attendance for score being l 83β118 (ot)
### Answer:
SELECT location_attendance FROM table_22669044_7 WHERE score = "L 83β118 (OT)" |
Below is an context that describes a sql 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 (d_45 VARCHAR, d_44 VARCHAR)
### Question:
Name the D 45 which has D 44 of d 53
### Answer:
SELECT d_45 FROM table_name_40 WHERE d_44 = "d 53" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_75 (rank INTEGER, total VARCHAR, bronze VARCHAR, gold VARCHAR, silver VARCHAR)
### Question:
What is the lowest rank with less than 1 gold, 0 silver, 1 bronze, and a total less than 1?
### Answer:
SELECT MIN(rank) FROM table_name_75 WHERE gold < 1 AND silver = 0 AND bronze = 1 AND total < 1 |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE station (name VARCHAR, station_id VARCHAR); CREATE TABLE train_station (station_id VARCHAR)
### Question:
Show the station name and number of trains in each station.
### Answer:
SELECT T2.name, COUNT(*) FROM train_station AS T1 JOIN station AS T2 ON T1.station_id = T2.station_id GROUP BY T1.station_id |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_36 (land___sqmi__ INTEGER, water__sqmi_ VARCHAR, longitude VARCHAR, ansi_code VARCHAR, pop__2010_ VARCHAR)
### Question:
What is the sum of the land in sq mi with an ansi code less than 1036538, a 2010 population less than 42, a longitude greater than -99.442872, and more than 0.882 sq mi of water?
### Answer:
SELECT SUM(land___sqmi__) FROM table_name_36 WHERE ansi_code < 1036538 AND pop__2010_ < 42 AND longitude > -99.442872 AND water__sqmi_ > 0.882 |
Below is an context that describes a sql 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 (home_town VARCHAR, weight VARCHAR)
### Question:
Which Home Town had the weight of 201?
### Answer:
SELECT home_town FROM table_name_67 WHERE weight = 201 |
Below is an context that describes a sql 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 (format VARCHAR, date VARCHAR, label VARCHAR, catalog VARCHAR)
### Question:
Which Format has a Label of columbia, and a Catalog smaller than 88697411432, and a Date of october 24, 2008?
### Answer:
SELECT format FROM table_name_89 WHERE label = "columbia" AND catalog < 88697411432 AND date = "october 24, 2008" |
Below is an context that describes a sql 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 (date VARCHAR, location_attendance VARCHAR)
### Question:
Which Date has a Location/Attendance of verizon center 7,448?
### Answer:
SELECT date FROM table_name_15 WHERE location_attendance = "verizon center 7,448" |
Below is an context that describes a 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_7 (points INTEGER, record VARCHAR)
### Question:
Calculate the highest points where the win,loss, tie ratio is 28-12-6
### Answer:
SELECT MAX(points) FROM table_23308178_7 WHERE record = "28-12-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_91 (driver VARCHAR, time_retired VARCHAR, grid VARCHAR)
### Question:
Who drive the car that retired due to engine failure and a grid of less than 9?
### Answer:
SELECT driver FROM table_name_91 WHERE time_retired = "engine" AND grid < 9 |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12886178_5 (try_bonus VARCHAR, tries_against VARCHAR)
### Question:
How many clubs have a tries against count of 41?
### Answer:
SELECT COUNT(try_bonus) FROM table_12886178_5 WHERE tries_against = "41" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_48 (date VARCHAR, partner VARCHAR)
### Question:
what date was giulia casoni the partner?
### Answer:
SELECT date FROM table_name_48 WHERE partner = "giulia casoni" |
Below is an context that describes a sql 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 (prohibition_ticket VARCHAR, greenback_ticket VARCHAR)
### Question:
Who was on the prohibition ticket when Abraham J. Cuddeback was on the Greenback ticket?
### Answer:
SELECT prohibition_ticket FROM table_name_39 WHERE greenback_ticket = "abraham j. cuddeback" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_35 (date VARCHAR, home_team VARCHAR)
### Question:
What is the Date of the Sutton United Home game?
### Answer:
SELECT date FROM table_name_35 WHERE home_team = "sutton united" |
Below is an context that describes a sql 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 (date VARCHAR, location_attendance VARCHAR)
### Question:
When was the game played that was at the Seattle Center Coliseum?
### Answer:
SELECT date FROM table_name_54 WHERE location_attendance = "seattle center coliseum" |
Below is an context that describes a sql 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 (years VARCHAR, goals VARCHAR)
### Question:
What Years have a Goal of 82?
### Answer:
SELECT years FROM table_name_24 WHERE goals = 82 |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_25662434_1 (title VARCHAR, production_code VARCHAR)
### Question:
How many titles had production code 1040?
### Answer:
SELECT COUNT(title) FROM table_25662434_1 WHERE production_code = 1040 |
Below is an context that describes a sql 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 (result VARCHAR, opponent VARCHAR)
### Question:
Which result was there when the opponents were the Buffalo Bills?
### Answer:
SELECT result FROM table_name_14 WHERE opponent = "buffalo bills" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_1965650_6 (position VARCHAR, player VARCHAR)
### Question:
How many positions for denis patry?
### Answer:
SELECT COUNT(position) FROM table_1965650_6 WHERE player = "Denis Patry" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_12434380_1 (founded VARCHAR, institution VARCHAR)
### Question:
When was the institution of Kansas city Kansas community college founded?
### Answer:
SELECT COUNT(founded) FROM table_12434380_1 WHERE institution = "Kansas City Kansas Community College" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_2144436_1 (population__2010_ INTEGER, barangay VARCHAR)
### Question:
What was the population in 2010 for Minane
### Answer:
SELECT MAX(population__2010_) FROM table_2144436_1 WHERE barangay = "Minane" |
Below is an context that describes a sql 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 (worldwide VARCHAR, film VARCHAR)
### Question:
WHAT IS THE WORLDWIDE BOX OFFICE FOR BRAVE?
### Answer:
SELECT worldwide FROM table_name_41 WHERE film = "brave" |
Below is an context that describes a sql 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 (nominee VARCHAR, outcome VARCHAR, category VARCHAR)
### Question:
Which nominee won the award for Fourth Best Indian Film?
### Answer:
SELECT nominee FROM table_name_7 WHERE outcome = "won" AND category = "fourth best indian film" |
Below is an context that describes a sql 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 (total VARCHAR, set_2 VARCHAR)
### Question:
What is the total for the set 2 of 25-18?
### Answer:
SELECT total FROM table_name_80 WHERE set_2 = "25-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_61 (parallel_bars INTEGER, country VARCHAR, vault VARCHAR)
### Question:
Name the highest Parallel Bars of the united states with a Vault smaller than 63.85?
### Answer:
SELECT MAX(parallel_bars) FROM table_name_61 WHERE country = "united states" AND vault < 63.85 |
Below is an context that describes a sql 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 (opponent VARCHAR, points VARCHAR, january VARCHAR)
### Question:
what opponent has an average less than 62 and a January average less than 6
### Answer:
SELECT opponent FROM table_name_34 WHERE points < 62 AND january < 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_18 (place VARCHAR, player VARCHAR)
### Question:
What place in Lon Hinkle in?
### Answer:
SELECT place FROM table_name_18 WHERE player = "lon hinkle" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20799905_1 (mccain_percentage VARCHAR, county VARCHAR)
### Question:
How many figures are given for McCain's % in Davidson county?
### Answer:
SELECT COUNT(mccain_percentage) FROM table_20799905_1 WHERE county = "DAVIDSON" |
Below is an context that describes a sql 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 (model VARCHAR, displacement VARCHAR)
### Question:
What model has an engine of 1,868 cc?
### Answer:
SELECT model FROM table_name_33 WHERE displacement = "1,868 cc" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27734577_13 (game INTEGER, high_assists VARCHAR)
### Question:
What is the game number where josh smith (4) had the high assists?
### Answer:
SELECT MIN(game) FROM table_27734577_13 WHERE high_assists = "Josh Smith (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_51 (congress VARCHAR, _number_of_cosponsors VARCHAR)
### Question:
Which Congress has a # of cosponsors of 19?
### Answer:
SELECT congress FROM table_name_51 WHERE _number_of_cosponsors = 19 |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_14623167_1 (owner VARCHAR, branding VARCHAR)
### Question:
Name the owners for prairie public
### Answer:
SELECT COUNT(owner) FROM table_14623167_1 WHERE branding = "Prairie Public" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_10054296_1 (chapters INTEGER, classification VARCHAR, headquarters VARCHAR)
### Question:
What is the number of chapters listed for the fraternity with a headquarters in Austin, Texas?
### Answer:
SELECT MAX(chapters) FROM table_10054296_1 WHERE classification = "Fraternity" AND headquarters = "Austin, Texas" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_72 (record_company VARCHAR, year_of_recording VARCHAR, conductor VARCHAR)
### Question:
What record company did conductor Mikhail Snitko record for after 1996?
### Answer:
SELECT record_company FROM table_name_72 WHERE year_of_recording > 1996 AND conductor = "mikhail snitko" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_6 (game INTEGER, series VARCHAR)
### Question:
Series of oilers win 4β3 had what highest game?
### Answer:
SELECT MAX(game) FROM table_name_6 WHERE series = "oilers win 4β3" |
Below is an context that describes a sql 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 (crowd INTEGER, venue VARCHAR)
### Question:
What is the average crowd size at glenferrie oval?
### Answer:
SELECT AVG(crowd) FROM table_name_16 WHERE venue = "glenferrie oval" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_35 (crowd VARCHAR, venue VARCHAR)
### Question:
How large was the crowd at Brunswick Street Oval?
### Answer:
SELECT crowd FROM table_name_35 WHERE venue = "brunswick street oval" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_191105_2 (first_aired VARCHAR, performed_by VARCHAR)
### Question:
When zachary sanders is the performer how many first aired are there?
### Answer:
SELECT COUNT(first_aired) FROM table_191105_2 WHERE performed_by = "Zachary Sanders" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_17288825_7 (location_attendance VARCHAR, high_assists VARCHAR)
### Question:
At what location and what was the attendance when Rafer Alston (10) achieved high assists?
### Answer:
SELECT location_attendance FROM table_17288825_7 WHERE high_assists = "Rafer Alston (10)" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_20906175_3 (touchdowns VARCHAR, qb_rating VARCHAR)
### Question:
How many touchdowns were there with QB rating of 66.6?
### Answer:
SELECT touchdowns FROM table_20906175_3 WHERE qb_rating = "66.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_14655757_1 (player VARCHAR, college VARCHAR)
### Question:
Which players college is Tennessee?
### Answer:
SELECT player FROM table_14655757_1 WHERE college = "Tennessee" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_23265433_2 (overall VARCHAR, offensive VARCHAR)
### Question:
Name the overall for mark steenhuis
### Answer:
SELECT overall FROM table_23265433_2 WHERE offensive = "Mark Steenhuis" |
Below is an context that describes a sql 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 (record VARCHAR, date VARCHAR)
### Question:
On May 26, what was the team's record?
### Answer:
SELECT record FROM table_name_92 WHERE date = "may 26" |
Below is an context that describes a sql 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 (bronze INTEGER, gold VARCHAR, silver VARCHAR)
### Question:
What is the total amount of bronze medals a team with 1 gold and more than 3 silver medals has?
### Answer:
SELECT SUM(bronze) FROM table_name_67 WHERE gold = 1 AND silver > 3 |
Below is an context that describes a sql 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 (points INTEGER, year VARCHAR, entrant VARCHAR, chassis VARCHAR)
### Question:
What are the average points of Scuderia Scribante with a Brabham bt11 chassis before 1968?
### Answer:
SELECT AVG(points) FROM table_name_16 WHERE entrant = "scuderia scribante" AND chassis = "brabham bt11" AND year < 1968 |
Below is an context that describes a sql 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 (played INTEGER, points VARCHAR)
### Question:
Name the average Played with a Points of 0*?
### Answer:
SELECT AVG(played) FROM table_name_72 WHERE points = "0*" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_52 (high_score INTEGER, inns VARCHAR, average VARCHAR, stump VARCHAR, catches VARCHAR)
### Question:
What is the high score for the player with 0 stumps, 4 catches, more than 14 inns and an average smaller than 56.1?
### Answer:
SELECT SUM(high_score) FROM table_name_52 WHERE stump = 0 AND catches = 4 AND average < 56.1 AND inns > 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_80 (total INTEGER, county VARCHAR)
### Question:
What is galway county's total?
### Answer:
SELECT SUM(total) FROM table_name_80 WHERE county = "galway" |
Below is an context that describes a sql 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 (to_par VARCHAR, player VARCHAR)
### Question:
Golfer Steve Pate has what To par?
### Answer:
SELECT to_par FROM table_name_66 WHERE player = "steve pate" |
Below is an context that describes a sql 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 (college VARCHAR, player VARCHAR)
### Question:
What college did Marcus Wilson attend?
### Answer:
SELECT college FROM table_name_45 WHERE player = "marcus wilson" |
Below is an context that describes a sql 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 (title VARCHAR, director VARCHAR)
### Question:
Which Title has a Director of rowell santiago?
### Answer:
SELECT title FROM table_name_39 WHERE director = "rowell santiago" |
Below is an context that describes a 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_6 (no_in_series VARCHAR, directed_by VARCHAR, no_in_season VARCHAR)
### Question:
What are the number in series of the pieces directed by Win Phelps and which number in season is 11?
### Answer:
SELECT no_in_series FROM table_25604014_6 WHERE directed_by = "Win Phelps" AND no_in_season = 11 |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_24 (time_retired VARCHAR, laps VARCHAR)
### Question:
what is the time/retired when the laps is 52?
### Answer:
SELECT time_retired FROM table_name_24 WHERE laps = 52 |
Below is an context that describes a sql 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 (rank INTEGER, country VARCHAR)
### Question:
What is the highest rank for the team of egypt?
### Answer:
SELECT MAX(rank) FROM table_name_58 WHERE country = "egypt" |
Below is an context that describes a sql 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 (score INTEGER, venue VARCHAR, year VARCHAR)
### Question:
What was the sum of the scores before the year 2002, that had the venue of Halmstad?
### Answer:
SELECT SUM(score) FROM table_name_29 WHERE venue = "halmstad" AND year < 2002 |
Below is an context that describes a sql 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 (location_ VARCHAR, l_ VARCHAR, river_mile VARCHAR, locks_ VARCHAR, _dam VARCHAR)
### Question:
What is the location of the river mile that is larger than 938.9, and Olmsted Locks and Dam?
### Answer:
SELECT location_[l_] FROM table_name_8 WHERE river_mile > 938.9 AND locks_ & _dam = "olmsted locks and dam" |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_name_22 (team VARCHAR, laps VARCHAR)
### Question:
Which team has driven 134 laps?
### Answer:
SELECT team FROM table_name_22 WHERE laps = 134 |
Below is an context that describes a sql query, paired with an question that provides further information. Write an answer that appropriately completes the request. # noqa: E501
### Context:
CREATE TABLE table_27700375_6 (game VARCHAR, high_rebounds VARCHAR)
### Question:
In how many games were the high rebounds made by Derrick Favors (8)?
### Answer:
SELECT COUNT(game) FROM table_27700375_6 WHERE high_rebounds = "Derrick Favors (8)" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.