question
stringlengths
12
244
context
stringlengths
27
489
answer
dict
Name the report for 2003
CREATE TABLE table_2266230_1 (report VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT report FROM table_2266230_1 WHERE year = \"2003\"" }
What is the date opened if thedistrict ID is 11901?
CREATE TABLE table_22665117_1 (date_opened VARCHAR, dist_id VARCHAR)
{ "SQL_Query": "SELECT date_opened FROM table_22665117_1 WHERE dist_id = 11901" }
If the district name is the Academy of Flint, what is the authorizing agency?
CREATE TABLE table_22665117_1 (authorizing_agency VARCHAR, district_name VARCHAR)
{ "SQL_Query": "SELECT authorizing_agency FROM table_22665117_1 WHERE district_name = \"Academy of Flint\"" }
If the district ID is 74907, what is the name of the district?
CREATE TABLE table_22665117_1 (district_name VARCHAR, dist_id VARCHAR)
{ "SQL_Query": "SELECT district_name FROM table_22665117_1 WHERE dist_id = 74907" }
If the name of the district is the Charyl Stockwell Academy, what is the county name?
CREATE TABLE table_22665117_1 (county VARCHAR, district_name VARCHAR)
{ "SQL_Query": "SELECT county FROM table_22665117_1 WHERE district_name = \"Charyl Stockwell Academy\"" }
Who was the driver in 1986?
CREATE TABLE table_2266976_1 (driver VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT driver FROM table_2266976_1 WHERE year = \"1986\"" }
When was an average speed of 81.388 mph recorded?
CREATE TABLE table_2266976_1 (date VARCHAR, average_speed__mph_ VARCHAR)
{ "SQL_Query": "SELECT date FROM table_2266976_1 WHERE average_speed__mph_ = \"81.388\"" }
Who was the manufacturer in 1990?
CREATE TABLE table_2266976_1 (manufacturer VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT manufacturer FROM table_2266976_1 WHERE year = \"1990\"" }
Who was the manufacturer in the year when the race lasted 2:30:28?
CREATE TABLE table_2266976_1 (manufacturer VARCHAR, race_time VARCHAR)
{ "SQL_Query": "SELECT manufacturer FROM table_2266976_1 WHERE race_time = \"2:30:28\"" }
What team competed in 2003?
CREATE TABLE table_2266976_1 (team VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT team FROM table_2266976_1 WHERE year = \"2003\"" }
How long in miles (km) was the race that lasted 3:07:53?
CREATE TABLE table_2266976_1 (miles__km_ VARCHAR, race_time VARCHAR)
{ "SQL_Query": "SELECT miles__km_ FROM table_2266976_1 WHERE race_time = \"3:07:53\"" }
Name the race name for june 6
CREATE TABLE table_22669375_1 (race_name VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT race_name FROM table_22669375_1 WHERE date = \"June 6\"" }
Name the location for trenton 300
CREATE TABLE table_22669375_1 (location VARCHAR, race_name VARCHAR)
{ "SQL_Query": "SELECT location FROM table_22669375_1 WHERE race_name = \"Trenton 300\"" }
Name the race name for rnd being 11
CREATE TABLE table_22669375_1 (race_name VARCHAR, rnd VARCHAR)
{ "SQL_Query": "SELECT race_name FROM table_22669375_1 WHERE rnd = 11" }
What length was won by Roger McCluskey?
CREATE TABLE table_22669816_1 (length VARCHAR, winning_driver VARCHAR)
{ "SQL_Query": "SELECT length FROM table_22669816_1 WHERE winning_driver = \"Roger McCluskey\"" }
What rounds did Phoenix International Raceway host?
CREATE TABLE table_22669816_1 (rnd VARCHAR, track VARCHAR)
{ "SQL_Query": "SELECT rnd FROM table_22669816_1 WHERE track = \"Phoenix International Raceway\"" }
What are the lengths hosted by Pocono International Raceway?
CREATE TABLE table_22669816_1 (length VARCHAR, track VARCHAR)
{ "SQL_Query": "SELECT length FROM table_22669816_1 WHERE track = \"Pocono International Raceway\"" }
What lengths did Phoenix International Raceway host?
CREATE TABLE table_22669816_1 (length VARCHAR, track VARCHAR)
{ "SQL_Query": "SELECT length FROM table_22669816_1 WHERE track = \"Phoenix International Raceway\"" }
Name the location attendance for score being l 83–118 (ot)
CREATE TABLE table_22669044_7 (location_attendance VARCHAR, score VARCHAR)
{ "SQL_Query": "SELECT location_attendance FROM table_22669044_7 WHERE score = \"L 83–118 (OT)\"" }
Name the high assists for december 9
CREATE TABLE table_22669044_7 (high_assists VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT high_assists FROM table_22669044_7 WHERE date = \"December 9\"" }
What is the total number of winners when the team classification leader was Kelme-Costa Blanca and the combativity award was won by Jacky Durand?
CREATE TABLE table_2267345_2 (winner VARCHAR, team_classification VARCHAR, combativity_award VARCHAR)
{ "SQL_Query": "SELECT COUNT(winner) FROM table_2267345_2 WHERE team_classification = \"Kelme-Costa Blanca\" AND combativity_award = \"Jacky Durand\"" }
Who was the general classification leader when the young rider classification leader was Salvatore Commesso and the winner was Erik Dekker?
CREATE TABLE table_2267345_2 (general_classification VARCHAR, young_rider_classification VARCHAR, winner VARCHAR)
{ "SQL_Query": "SELECT general_classification FROM table_2267345_2 WHERE young_rider_classification = \"Salvatore Commesso\" AND winner = \"Erik Dekker\"" }
What is the total number of team classifications when the young rider classification leader was Salvatore Commesso and the combativity award winner was Jacky Durand?
CREATE TABLE table_2267345_2 (team_classification VARCHAR, young_rider_classification VARCHAR, combativity_award VARCHAR)
{ "SQL_Query": "SELECT COUNT(team_classification) FROM table_2267345_2 WHERE young_rider_classification = \"Salvatore Commesso\" AND combativity_award = \"Jacky Durand\"" }
In what round did Al Unser win at Wisconsin State Fair Park Speedway?
CREATE TABLE table_22673872_1 (rnd INTEGER, winning_driver VARCHAR, track VARCHAR)
{ "SQL_Query": "SELECT MIN(rnd) FROM table_22673872_1 WHERE winning_driver = \"Al Unser\" AND track = \"Wisconsin State Fair Park Speedway\"" }
How many races are in College Station, Texas and won by Johnny Rutherford?
CREATE TABLE table_22673872_1 (race_name VARCHAR, location VARCHAR, winning_driver VARCHAR)
{ "SQL_Query": "SELECT COUNT(race_name) FROM table_22673872_1 WHERE location = \"College Station, Texas\" AND winning_driver = \"Johnny Rutherford\"" }
What was the name of the race that Al Unser had the pole position?
CREATE TABLE table_22673872_1 (race_name VARCHAR, pole_position VARCHAR)
{ "SQL_Query": "SELECT race_name FROM table_22673872_1 WHERE pole_position = \"Al Unser\"" }
What is the name of the track for the International 500 mile Sweepstakes race?
CREATE TABLE table_22673872_1 (track VARCHAR, race_name VARCHAR)
{ "SQL_Query": "SELECT track FROM table_22673872_1 WHERE race_name = \"International 500 Mile Sweepstakes\"" }
Which locations did Gordon Johncock hold the pole position?
CREATE TABLE table_22673872_1 (location VARCHAR, pole_position VARCHAR)
{ "SQL_Query": "SELECT location FROM table_22673872_1 WHERE pole_position = \"Gordon Johncock\"" }
What classifications does Fish Rap live! has?
CREATE TABLE table_2266990_2 (classification VARCHAR, title VARCHAR)
{ "SQL_Query": "SELECT classification FROM table_2266990_2 WHERE title = \"Fish Rap Live!\"" }
How many races took place on October 1?
CREATE TABLE table_22673956_1 (race_name VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT COUNT(race_name) FROM table_22673956_1 WHERE date = \"October 1\"" }
How many types of tracks are there on the Phoenix International raceway?
CREATE TABLE table_22673956_1 (type VARCHAR, track VARCHAR)
{ "SQL_Query": "SELECT COUNT(type) FROM table_22673956_1 WHERE track = \"Phoenix International Raceway\"" }
Daily Empress Indy Silverstone took place on which round?
CREATE TABLE table_22673956_1 (rnd INTEGER, race_name VARCHAR)
{ "SQL_Query": "SELECT MAX(rnd) FROM table_22673956_1 WHERE race_name = \"Daily Empress Indy Silverstone\"" }
How many races took place on the Indianapolis Motor Speedway track?
CREATE TABLE table_22673956_1 (race_name VARCHAR, track VARCHAR)
{ "SQL_Query": "SELECT COUNT(race_name) FROM table_22673956_1 WHERE track = \"Indianapolis Motor Speedway\"" }
What driver achieved a 3:50:12 race time?
CREATE TABLE table_2267465_1 (driver VARCHAR, race_time VARCHAR)
{ "SQL_Query": "SELECT driver FROM table_2267465_1 WHERE race_time = \"3:50:12\"" }
Can you tell me the manufacturer behind Race Hill Farm Team?
CREATE TABLE table_2267465_1 (manufacturer VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT manufacturer FROM table_2267465_1 WHERE team = \"Race Hill Farm team\"" }
How many laps have a 3:34:26 race time?
CREATE TABLE table_2267465_1 (laps VARCHAR, race_time VARCHAR)
{ "SQL_Query": "SELECT COUNT(laps) FROM table_2267465_1 WHERE race_time = \"3:34:26\"" }
What's the average mph of 1964?
CREATE TABLE table_2267465_1 (average_speed__mph_ VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT average_speed__mph_ FROM table_2267465_1 WHERE year = \"1964\"" }
Whose is the manufacturer for team Ranier-Lundy?
CREATE TABLE table_2268216_1 (manufacturer VARCHAR, team VARCHAR)
{ "SQL_Query": "SELECT manufacturer FROM table_2268216_1 WHERE team = \"Ranier-Lundy\"" }
In what year was the average speed 92.68?
CREATE TABLE table_2268216_1 (year VARCHAR, average_speed__mph_ VARCHAR)
{ "SQL_Query": "SELECT year FROM table_2268216_1 WHERE average_speed__mph_ = \"92.68\"" }
How many years was Pontiac the manufacturer for Joe Gibbs Racing?
CREATE TABLE table_2268216_1 (year VARCHAR, team VARCHAR, manufacturer VARCHAR)
{ "SQL_Query": "SELECT COUNT(year) FROM table_2268216_1 WHERE team = \"Joe Gibbs Racing\" AND manufacturer = \"Pontiac\"" }
What is the date for the race that had the time of 2:43:19?
CREATE TABLE table_2268216_1 (date VARCHAR, race_time VARCHAR)
{ "SQL_Query": "SELECT date FROM table_2268216_1 WHERE race_time = \"2:43:19\"" }
How many average speeds are listed in the year 2003?
CREATE TABLE table_2268216_1 (average_speed__mph_ VARCHAR, year VARCHAR)
{ "SQL_Query": "SELECT COUNT(average_speed__mph_) FROM table_2268216_1 WHERE year = \"2003\"" }
What team had a race time of 2:53:57?
CREATE TABLE table_2268216_1 (team VARCHAR, race_time VARCHAR)
{ "SQL_Query": "SELECT team FROM table_2268216_1 WHERE race_time = \"2:53:57\"" }
Name the sprint classification being alejandro valverde
CREATE TABLE table_22713796_14 (sprint_classification VARCHAR, winner VARCHAR)
{ "SQL_Query": "SELECT sprint_classification FROM table_22713796_14 WHERE winner = \"Alejandro Valverde\"" }
Name the stage for no award
CREATE TABLE table_22713796_14 (stage VARCHAR, mountains_classification VARCHAR)
{ "SQL_Query": "SELECT stage FROM table_22713796_14 WHERE mountains_classification = \"no award\"" }
Name the total number of stage for lloyd mondory
CREATE TABLE table_22713796_14 (stage VARCHAR, mountains_classification VARCHAR)
{ "SQL_Query": "SELECT COUNT(stage) FROM table_22713796_14 WHERE mountains_classification = \"Lloyd Mondory\"" }
Name the most stage for alejandro valverde and astana greg henderson
CREATE TABLE table_22713796_14 (stage INTEGER, winner VARCHAR, general_classification VARCHAR, team_classification VARCHAR)
{ "SQL_Query": "SELECT MAX(stage) FROM table_22713796_14 WHERE general_classification = \"Alejandro Valverde\" AND team_classification = \"Astana\" AND winner = \"Greg Henderson\"" }
When the Border Conference was held, who was the tournament winner?
CREATE TABLE table_22733636_1 (tournament_winner VARCHAR, conference VARCHAR)
{ "SQL_Query": "SELECT tournament_winner FROM table_22733636_1 WHERE conference = \"Border conference\"" }
When Princeton was the regular season winner, who was the tournament winner?
CREATE TABLE table_22733636_1 (tournament_winner VARCHAR, regular_season_winner VARCHAR)
{ "SQL_Query": "SELECT tournament_winner FROM table_22733636_1 WHERE regular_season_winner = \"Princeton\"" }
How long has Mel Daniels been playing?
CREATE TABLE table_22719663_3 (experience VARCHAR, name VARCHAR)
{ "SQL_Query": "SELECT experience FROM table_22719663_3 WHERE name = \"Mel Daniels\"" }
What position did the player from San Jose State play?
CREATE TABLE table_22719663_3 (position VARCHAR, college VARCHAR)
{ "SQL_Query": "SELECT position FROM table_22719663_3 WHERE college = \"San Jose State\"" }
What was the number of the player that was 6-6?
CREATE TABLE table_22719663_3 (number VARCHAR, height VARCHAR)
{ "SQL_Query": "SELECT number FROM table_22719663_3 WHERE height = \"6-6\"" }
If the song choice is Coba and the order number is 10, what is the result?
CREATE TABLE table_22736523_1 (result VARCHAR, order__number VARCHAR, song_choice VARCHAR)
{ "SQL_Query": "SELECT result FROM table_22736523_1 WHERE order__number = \"10\" AND song_choice = \"Coba\"" }
What is the result if Coba is the song choice?
CREATE TABLE table_22736523_1 (result VARCHAR, song_choice VARCHAR)
{ "SQL_Query": "SELECT result FROM table_22736523_1 WHERE song_choice = \"Coba\"" }
If Coba is the song choice, what is the order number?
CREATE TABLE table_22736523_1 (order__number VARCHAR, song_choice VARCHAR)
{ "SQL_Query": "SELECT order__number FROM table_22736523_1 WHERE song_choice = \"Coba\"" }
If Crazy In Love is the song choice, what is the theme?
CREATE TABLE table_22736523_1 (theme VARCHAR, song_choice VARCHAR)
{ "SQL_Query": "SELECT theme FROM table_22736523_1 WHERE song_choice = \"Crazy In Love\"" }
For week number of the top 40, what was the results?
CREATE TABLE table_22736523_1 (result VARCHAR, week__number VARCHAR)
{ "SQL_Query": "SELECT result FROM table_22736523_1 WHERE week__number = \"Top 40\"" }
For week of top 9, what were the results?
CREATE TABLE table_22736523_1 (result VARCHAR, week__number VARCHAR)
{ "SQL_Query": "SELECT result FROM table_22736523_1 WHERE week__number = \"Top 9\"" }
The city of Birmingham is what type of location?
CREATE TABLE table_2273738_1 (type VARCHAR, city VARCHAR)
{ "SQL_Query": "SELECT type FROM table_2273738_1 WHERE city = \"Birmingham\"" }
Leeds City Council is the local authority for what type of location?
CREATE TABLE table_2273738_1 (type VARCHAR, local_authority VARCHAR)
{ "SQL_Query": "SELECT type FROM table_2273738_1 WHERE local_authority = \"Leeds city Council\"" }
Tyne and Wear County has what total membership for their metropolitan area?
CREATE TABLE table_2273738_1 (metropolitan_area VARCHAR, county VARCHAR)
{ "SQL_Query": "SELECT metropolitan_area FROM table_2273738_1 WHERE county = \"Tyne and Wear\"" }
What is the total membership for the metropolitan area in the city of Manchester?
CREATE TABLE table_2273738_1 (metropolitan_area INTEGER, city VARCHAR)
{ "SQL_Query": "SELECT MAX(metropolitan_area) FROM table_2273738_1 WHERE city = \"Manchester\"" }
Who was the runner-up (a) if K. P. Ramalingam won the election?
CREATE TABLE table_22752982_5 (runner_up_a VARCHAR, winner VARCHAR)
{ "SQL_Query": "SELECT runner_up_a FROM table_22752982_5 WHERE winner = \"K. P. Ramalingam\"" }
When 1 (5) is the races what is the team name?
CREATE TABLE table_22737506_1 (team_name VARCHAR, races VARCHAR)
{ "SQL_Query": "SELECT team_name FROM table_22737506_1 WHERE races = \"1 (5)\"" }
When 19th is the position what is the highest amount of poles?
CREATE TABLE table_22737506_1 (poles INTEGER, pos VARCHAR)
{ "SQL_Query": "SELECT MAX(poles) FROM table_22737506_1 WHERE pos = \"19th\"" }
When 86 is the amount of points what is the position?
CREATE TABLE table_22737506_1 (pos VARCHAR, points VARCHAR)
{ "SQL_Query": "SELECT pos FROM table_22737506_1 WHERE points = 86" }
Name the most margin for nco party and p. ramachandran won
CREATE TABLE table_22754310_1 (margin INTEGER, party VARCHAR, winner VARCHAR)
{ "SQL_Query": "SELECT MAX(margin) FROM table_22754310_1 WHERE party = \"NCO\" AND winner = \"P. Ramachandran\"" }
Name the party a for m. s. k. sathiyendran runner up
CREATE TABLE table_22754310_1 (party VARCHAR, runner_up_a VARCHAR)
{ "SQL_Query": "SELECT party AS a FROM table_22754310_1 WHERE runner_up_a = \"M. S. K. Sathiyendran\"" }
Name the party a for sriperumbudur
CREATE TABLE table_22754310_1 (party VARCHAR, constituency VARCHAR)
{ "SQL_Query": "SELECT party AS a FROM table_22754310_1 WHERE constituency = \"Sriperumbudur\"" }
Name the total number of runner up a for perambalur
CREATE TABLE table_22754310_1 (runner_up_a VARCHAR, constituency VARCHAR)
{ "SQL_Query": "SELECT COUNT(runner_up_a) FROM table_22754310_1 WHERE constituency = \"Perambalur\"" }
Name the constituency for 175130
CREATE TABLE table_22754310_1 (constituency VARCHAR, margin VARCHAR)
{ "SQL_Query": "SELECT constituency FROM table_22754310_1 WHERE margin = 175130" }
How many margins have a winner of S. Singaravadivel?
CREATE TABLE table_22753439_1 (margin VARCHAR, winner VARCHAR)
{ "SQL_Query": "SELECT COUNT(margin) FROM table_22753439_1 WHERE winner = \"S. Singaravadivel\"" }
How many winners have a runner-up of A. Karthikeyan?
CREATE TABLE table_22753439_1 (winner VARCHAR, runner_up_a VARCHAR)
{ "SQL_Query": "SELECT COUNT(winner) FROM table_22753439_1 WHERE runner_up_a = \"A. Karthikeyan\"" }
What is every party with a winner of P. Chidambaram?
CREATE TABLE table_22753439_1 (party VARCHAR, winner VARCHAR)
{ "SQL_Query": "SELECT party AS a FROM table_22753439_1 WHERE winner = \"P. Chidambaram\"" }
What is every party A with a constituency of Tiruchendur?
CREATE TABLE table_22753439_1 (party VARCHAR, constituency VARCHAR)
{ "SQL_Query": "SELECT party AS a FROM table_22753439_1 WHERE constituency = \"Tiruchendur\"" }
Who is the constituency when the runner-up was d. Venugopal?
CREATE TABLE table_22753245_1 (constituency VARCHAR, runner_up_a VARCHAR)
{ "SQL_Query": "SELECT constituency FROM table_22753245_1 WHERE runner_up_a = \"D. Venugopal\"" }
What is the party where the constituency is 10. Tindivanam?
CREATE TABLE table_22753245_1 (party VARCHAR, constituency VARCHAR)
{ "SQL_Query": "SELECT party FROM table_22753245_1 WHERE constituency = \"10. Tindivanam\"" }
What is the party when the constituency is 1. Chennai North?
CREATE TABLE table_22753245_1 (party VARCHAR, constituency VARCHAR)
{ "SQL_Query": "SELECT party FROM table_22753245_1 WHERE constituency = \"1. Chennai North\"" }
How many margin results are listed in the election that was won by L. Adaikalaraj C and the party was the Indian national congress?
CREATE TABLE table_22753245_1 (margin VARCHAR, party VARCHAR, winner VARCHAR)
{ "SQL_Query": "SELECT COUNT(margin) FROM table_22753245_1 WHERE party = \"Indian National Congress\" AND winner = \"L. Adaikalaraj c\"" }
What is the margin when k. balathandayutham is the winner?
CREATE TABLE table_22754491_1 (margin INTEGER, winner VARCHAR)
{ "SQL_Query": "SELECT MAX(margin) FROM table_22754491_1 WHERE winner = \"K. Balathandayutham\"" }
What is the margin when periyakulam is the constituency?
CREATE TABLE table_22754491_1 (margin VARCHAR, constituency VARCHAR)
{ "SQL_Query": "SELECT margin FROM table_22754491_1 WHERE constituency = \"Periyakulam\"" }
Who had the pole position in the August 15, 1981 race?
CREATE TABLE table_22765887_1 (pole_position VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT pole_position FROM table_22765887_1 WHERE date = \"August 15, 1981\"" }
Which track was used on September 12, 1981?
CREATE TABLE table_22765887_1 (track VARCHAR, date VARCHAR)
{ "SQL_Query": "SELECT track FROM table_22765887_1 WHERE date = \"September 12, 1981\"" }
Name the extension for university of washington
CREATE TABLE table_22771048_3 (extension VARCHAR, city_neighborhood VARCHAR)
{ "SQL_Query": "SELECT extension FROM table_22771048_3 WHERE city_neighborhood = \"University of Washington\"" }
Name the least projected opening
CREATE TABLE table_22771048_3 (projected_opening INTEGER)
{ "SQL_Query": "SELECT MIN(projected_opening) FROM table_22771048_3" }
Name the transit connections for capitol hill u
CREATE TABLE table_22771048_3 (transit_connections VARCHAR, station VARCHAR)
{ "SQL_Query": "SELECT transit_connections FROM table_22771048_3 WHERE station = \"Capitol Hill U\"" }
How many neighborhoods have a station proposed at a Hospital?
CREATE TABLE table_22771048_4 (city_neighborhood VARCHAR, station VARCHAR)
{ "SQL_Query": "SELECT COUNT(city_neighborhood) FROM table_22771048_4 WHERE station = \"Hospital\"" }
What are the transit connections from Pioneer Square U?
CREATE TABLE table_22771048_2 (transit_connections VARCHAR, station VARCHAR)
{ "SQL_Query": "SELECT transit_connections FROM table_22771048_2 WHERE station = \"Pioneer Square U\"" }
What's the transit connection in Columbia City, Seattle?
CREATE TABLE table_22771048_2 (transit_connections VARCHAR, city_neighborhood VARCHAR)
{ "SQL_Query": "SELECT transit_connections FROM table_22771048_2 WHERE city_neighborhood = \"Columbia City, Seattle\"" }
For small patent type of protections, what type of PCT route is available?
CREATE TABLE table_2279413_1 (pct_route_available VARCHAR, type_of_protection VARCHAR)
{ "SQL_Query": "SELECT pct_route_available FROM table_2279413_1 WHERE type_of_protection = \"small patent\"" }
In Tonga, what is the conversion from patent application?
CREATE TABLE table_2279413_1 (conversion_from_patent_application VARCHAR, country VARCHAR)
{ "SQL_Query": "SELECT conversion_from_patent_application FROM table_2279413_1 WHERE country = \"Tonga\"" }
For short patent type of protections, what type of PCT route is available?
CREATE TABLE table_2279413_1 (pct_route_available VARCHAR, type_of_protection VARCHAR)
{ "SQL_Query": "SELECT pct_route_available FROM table_2279413_1 WHERE type_of_protection = \"short patent\"" }
In Tangier Zone, what is the PCT route availibility?
CREATE TABLE table_2279413_1 (pct_route_available VARCHAR, country VARCHAR)
{ "SQL_Query": "SELECT pct_route_available FROM table_2279413_1 WHERE country = \"Tangier Zone\"" }
When the PCT route available is yes and the maximum term is 10 years, what are the available conversions from patent applications?
CREATE TABLE table_2279413_1 (conversion_from_patent_application VARCHAR, maximum_term VARCHAR, pct_route_available VARCHAR)
{ "SQL_Query": "SELECT conversion_from_patent_application FROM table_2279413_1 WHERE maximum_term = \"10 years\" AND pct_route_available = \"Yes\"" }
What was the result against the team which the Cowboys have a 6-2 record against?
CREATE TABLE table_22801331_1 (result VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT result FROM table_22801331_1 WHERE record = \"6-2\"" }
What is the fewest points opponents have scored when the Cowboys score 36?
CREATE TABLE table_22801331_1 (opponents INTEGER, cowboys_points VARCHAR)
{ "SQL_Query": "SELECT MIN(opponents) FROM table_22801331_1 WHERE cowboys_points = 36" }
How many opponents have a 1-0 record against the Cowboys?
CREATE TABLE table_22801331_1 (opponents VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT opponents FROM table_22801331_1 WHERE record = \"1-0\"" }
What game was held against a team with a 6-3 record against the Cowboys?
CREATE TABLE table_22801331_1 (game VARCHAR, record VARCHAR)
{ "SQL_Query": "SELECT game FROM table_22801331_1 WHERE record = \"6-3\"" }
How many names have a country of civ?
CREATE TABLE table_22810095_8 (COUnT VARCHAR, country VARCHAR)
{ "SQL_Query": "SELECT COUnT AS name FROM table_22810095_8 WHERE country = \"CIV\"" }
Who moved from Northampton Town?
CREATE TABLE table_22810095_8 (name VARCHAR, moving_from VARCHAR)
{ "SQL_Query": "SELECT name FROM table_22810095_8 WHERE moving_from = \"northampton Town\"" }