answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT vca_155 FROM table_name_7 WHERE vcpc = "75km/h (47mph)"
If there is a VCPC of 75km/h (47mph) what is the VCA?
CREATE TABLE table_name_7 (vca_155 VARCHAR, vcpc VARCHAR)
SELECT attendance FROM table_name_89 WHERE week = 2
What was the attendance at the week 2 game?
CREATE TABLE table_name_89 (attendance VARCHAR, week VARCHAR)
SELECT written_by FROM table_21550897_1 WHERE production_code = 519
Who wrote the episode with the production code 519?
CREATE TABLE table_21550897_1 (written_by VARCHAR, production_code VARCHAR)
SELECT COUNT(runners) FROM table_name_34 WHERE placing > 8
How many runners had placings over 8?
CREATE TABLE table_name_34 (runners VARCHAR, placing INTEGER)
SELECT country FROM table_name_4 WHERE total = 111 AND day_1 = 69
what is the country when the total is 111 and the day 1 is 69?
CREATE TABLE table_name_4 (country VARCHAR, total VARCHAR, day_1 VARCHAR)
SELECT result FROM table_name_70 WHERE competition = "2003 eaff championship preliminary" AND date = "2 march 2003"
What is the result of 2003 eaff championship preliminary on 2 march 2003?
CREATE TABLE table_name_70 (result VARCHAR, competition VARCHAR, date VARCHAR)
SELECT high_assists FROM table_27744844_7 WHERE game = 35
Who had the most assists and how many did they have in game 35?
CREATE TABLE table_27744844_7 (high_assists VARCHAR, game VARCHAR)
SELECT player FROM table_10621256_1 WHERE inns = 21
what's the player where inns is 21
CREATE TABLE table_10621256_1 (player VARCHAR, inns VARCHAR)
SELECT points_classification FROM table_22941863_19 WHERE stage = 3
If the stage is 3, what is the points classification name?
CREATE TABLE table_22941863_19 (points_classification VARCHAR, stage VARCHAR)
SELECT type FROM table_11934032_1 WHERE station_number = "C08"
what are all the type where station number is c08
CREATE TABLE table_11934032_1 (type VARCHAR, station_number VARCHAR)
SELECT MIN(year) FROM table_name_24 WHERE wins > 0
What is the lowest year that have wins greater than 0?
CREATE TABLE table_name_24 (year INTEGER, wins INTEGER)
SELECT MIN(influence) FROM table_name_58 WHERE population_millions < 60.64 AND meps < 22 AND inhabitants_per_mep = 454 OFFSET 059
What is the lowest influence with population in the millions less than 60.64, and MEPs less than 22, and 454,059 inhabitant per MEP?
CREATE TABLE table_name_58 (influence INTEGER, inhabitants_per_mep VARCHAR, population_millions VARCHAR, meps VARCHAR)
SELECT AVG(crowd) FROM table_name_59 WHERE home_team = "essendon"
Which average Crowd has a Home team of essendon?
CREATE TABLE table_name_59 (crowd INTEGER, home_team VARCHAR)
SELECT RANK(_number) FROM table_11251109_3 WHERE air_date = "October 26, 2007"
What is the rank number that aired october 26, 2007?
CREATE TABLE table_11251109_3 (_number VARCHAR, air_date VARCHAR)
SELECT play FROM table_name_47 WHERE company = "radu stanca national theatre"
Which play was done by the Radu Stanca National Theatre company?
CREATE TABLE table_name_47 (play VARCHAR, company VARCHAR)
SELECT dvd_name FROM table_1067134_1 WHERE region_2 = "August 22, 2010"
What DVD season/name for region 2 was released August 22, 2010?
CREATE TABLE table_1067134_1 (dvd_name VARCHAR, region_2 VARCHAR)
SELECT MIN(total_orphans__total_) FROM table_name_66 WHERE total_orphans__aids_related_ = "< 100" AND maternal__total_ < 31 OFFSET 000
What is the Total Orphans number when the number of Total Orphans (AIDS Related) is < 100, and the Maternal (Total) is smaller than 31,000?
CREATE TABLE table_name_66 (total_orphans__total_ INTEGER, total_orphans__aids_related_ VARCHAR, maternal__total_ VARCHAR)
SELECT DISTINCT publisher FROM book_club
Show all distinct publishers for books.
CREATE TABLE book_club (publisher VARCHAR)
SELECT MAX(rank) FROM table_name_66 WHERE silver = 1 AND bronze < 5
What is the highest rank a team with 1 silver and less than 5 bronze medals has?
CREATE TABLE table_name_66 (rank INTEGER, silver VARCHAR, bronze VARCHAR)
SELECT MIN(crowd) FROM table_name_94 WHERE home_team = "essendon"
Who is Essendon's home team?
CREATE TABLE table_name_94 (crowd INTEGER, home_team VARCHAR)
SELECT date FROM table_name_20 WHERE week = 11
What is the date of week 11?
CREATE TABLE table_name_20 (date VARCHAR, week VARCHAR)
SELECT league_a FROM table_name_30 WHERE years = "1908–1928"
What is the League a for 1908–1928?
CREATE TABLE table_name_30 (league_a VARCHAR, years VARCHAR)
SELECT AVG(draw) FROM table_name_47 WHERE match > 10
What is the average number of draws for teams with more than 10 matches?
CREATE TABLE table_name_47 (draw INTEGER, match INTEGER)
SELECT date FROM table_name_3 WHERE result = "3–2"
What was the date of the game with a result of 3–2?
CREATE TABLE table_name_3 (date VARCHAR, result VARCHAR)
SELECT wrestler FROM table_name_3 WHERE team = "team batista" AND eliminated_by = "orton" AND elimination = "8"
Which Wrestler plays for Team Batista which was Elimated by Orton on Elimination 8?
CREATE TABLE table_name_3 (wrestler VARCHAR, elimination VARCHAR, team VARCHAR, eliminated_by VARCHAR)
SELECT round FROM table_name_67 WHERE overall = 208
Overall of 208 occurred in what round?
CREATE TABLE table_name_67 (round VARCHAR, overall VARCHAR)
SELECT earnings_per_share__p_ FROM table_18304259_1 WHERE net_profit__£m_ = "39.2"
Name the eps for net profit being 39.2
CREATE TABLE table_18304259_1 (earnings_per_share__p_ VARCHAR, net_profit__£m_ VARCHAR)
SELECT cuts_made FROM table_name_53 WHERE top_5 < 3 AND top_25 < 6 AND events = 10
Which Cuts made has a Top-5 smaller than 3, and a Top-25 smaller than 6, and an Events of 10?
CREATE TABLE table_name_53 (cuts_made VARCHAR, events VARCHAR, top_5 VARCHAR, top_25 VARCHAR)
SELECT compression_ratio FROM table_20007413_6 WHERE rpo = "L35" AND applications = 5
What's the compression ratio of the model with L35 RPO and 5 applications?
CREATE TABLE table_20007413_6 (compression_ratio VARCHAR, rpo VARCHAR, applications VARCHAR)
SELECT region FROM table_name_2 WHERE date = "december 22, 2008"
What is the Region of the release on December 22, 2008?
CREATE TABLE table_name_2 (region VARCHAR, date VARCHAR)
SELECT subdivision_name___be____bgn_pcgn_ FROM table_290017_1 WHERE subdivision_name___ru____bgn_pcgn_ = "Grodnenskaya oblast'"
What is the subdivision name (BE) where subdivision name (RU) (BGN) is Grodnenskaya Oblast'?
CREATE TABLE table_290017_1 (subdivision_name___be____bgn_pcgn_ VARCHAR, subdivision_name___ru____bgn_pcgn_ VARCHAR)
SELECT COUNT(points) FROM table_name_63 WHERE chassis = "bmw 269 f2" AND year < 1969
What is the number of points when there was a BMW 269 F2 chassis earlier than 1969?
CREATE TABLE table_name_63 (points VARCHAR, chassis VARCHAR, year VARCHAR)
SELECT COUNT(vacator) FROM table_2417340_3 WHERE date_of_successors_formal_installation = "June 22, 1868"
List the number of vacators when successors were formally installed on June 22, 1868.
CREATE TABLE table_2417340_3 (vacator VARCHAR, date_of_successors_formal_installation VARCHAR)
SELECT competition FROM table_24765815_2 WHERE vote_percentage = "N/A" AND nationality = "Brazil"
What's the name of the competition where the nationality is Brazil and the voting percentage is n/a?
CREATE TABLE table_24765815_2 (competition VARCHAR, vote_percentage VARCHAR, nationality VARCHAR)
SELECT COUNT(DISTINCT director) FROM movie
How many movie directors are there?
CREATE TABLE movie (director VARCHAR)
SELECT MIN(no_in_season) FROM table_26168687_5
Name the most number in season
CREATE TABLE table_26168687_5 (no_in_season INTEGER)
SELECT jockey FROM table_25429986_1 WHERE position = "10th"
who isthe jockey in 10th position?
CREATE TABLE table_25429986_1 (jockey VARCHAR, position VARCHAR)
SELECT directed_by FROM table_20942925_1 WHERE production_code = "NABF13"
What is every director with production code of NABF13?
CREATE TABLE table_20942925_1 (directed_by VARCHAR, production_code VARCHAR)
SELECT frequency FROM table_23915973_1 WHERE callsign = "DXRU-FM"
What is the frequency when callsign is dxru-fm?
CREATE TABLE table_23915973_1 (frequency VARCHAR, callsign VARCHAR)
SELECT class FROM table_name_66 WHERE quantity_made = "29"
Which Class has a Quantity made of 29?
CREATE TABLE table_name_66 (class VARCHAR, quantity_made VARCHAR)
SELECT name FROM table_name_97 WHERE roll = 270
Which name has a Roll of 270?
CREATE TABLE table_name_97 (name VARCHAR, roll VARCHAR)
SELECT COUNT(2010) FROM table_name_84 WHERE city = "cluj-napoca" AND rank > 3
What is the value in 2010 for an airport ranked higher than 3 located in Cluj-Napoca?
CREATE TABLE table_name_84 (city VARCHAR, rank VARCHAR)
SELECT team FROM table_name_41 WHERE circuit = "oran park raceway"
What was the team features at Oran Park Raceway?
CREATE TABLE table_name_41 (team VARCHAR, circuit VARCHAR)
SELECT gdp__percentage_of_eu__2012_ FROM table_name_19 WHERE gdp_in_s_billion_of_usd__2012_ = 256.3
What is the GDP % of EU in 2012 of the country with a GDP in billions of USD in 2012 of 256.3?
CREATE TABLE table_name_19 (gdp__percentage_of_eu__2012_ VARCHAR, gdp_in_s_billion_of_usd__2012_ VARCHAR)
SELECT home_team FROM table_name_24 WHERE tie_no < 7 AND away_team = "havant & waterlooville"
who is the home team when tie no is less than 7 and the away team is havant & waterlooville?
CREATE TABLE table_name_24 (home_team VARCHAR, tie_no VARCHAR, away_team VARCHAR)
SELECT COUNT(cultural_and_educational_panel) FROM table_name_41 WHERE university_of_dublin = 3 AND labour_panel > 11
How many in the cultural and educational panel have a university of Dublin of 3 & A labor panel larger than 11?
CREATE TABLE table_name_41 (cultural_and_educational_panel VARCHAR, university_of_dublin VARCHAR, labour_panel VARCHAR)
SELECT SUM(capacity) FROM table_name_38 WHERE location = "mogilev"
Which Capacity has a Location of mogilev?
CREATE TABLE table_name_38 (capacity INTEGER, location VARCHAR)
SELECT road_team FROM table_name_9 WHERE home_team = "rochester" AND result = "89-92"
Which Road Team has a Home Team of rochester, and a Result of 89-92?
CREATE TABLE table_name_9 (road_team VARCHAR, home_team VARCHAR, result VARCHAR)
SELECT AVG(points) FROM table_name_54 WHERE driver = "ryan hunter-reay"
What is the average points that the driver Ryan Hunter-Reay has?
CREATE TABLE table_name_54 (points INTEGER, driver VARCHAR)
SELECT COUNT(attendance) FROM table_name_31 WHERE visitor = "miami" AND home = "washington"
How many people were at Washington's home game against Miami?
CREATE TABLE table_name_31 (attendance VARCHAR, visitor VARCHAR, home VARCHAR)
SELECT result FROM table_1341690_20 WHERE district = "Maryland 7"
List all results where the voting district is Maryland 7.
CREATE TABLE table_1341690_20 (result VARCHAR, district VARCHAR)
SELECT 1 AS st_leg FROM table_name_9 WHERE team__number1 = "asfa rabat"
Tell me the 1st leg for asfa rabat
CREATE TABLE table_name_9 (team__number1 VARCHAR)
SELECT MIN(heat) FROM table_name_84 WHERE nationality = "germany" AND rank > 24
What is Germany's lowest heat ranked after 24?
CREATE TABLE table_name_84 (heat INTEGER, nationality VARCHAR, rank VARCHAR)
SELECT candidates FROM table_1342233_11 WHERE district = "Georgia 4"
What candidate is associated with the Georgia 4 district?
CREATE TABLE table_1342233_11 (candidates VARCHAR, district VARCHAR)
SELECT COUNT(time) FROM table_name_62 WHERE reaction_time > 0.17500000000000002 AND lane = 3
How many Times have a Reaction Time larger than 0.17500000000000002, and a Lane of 3?
CREATE TABLE table_name_62 (time VARCHAR, reaction_time VARCHAR, lane VARCHAR)
SELECT T1.CountryName FROM COUNTRIES AS T1 JOIN CONTINENTS AS T2 ON T1.Continent = T2.ContId JOIN CAR_MAKERS AS T3 ON T1.CountryId = T3.Country WHERE T2.Continent = 'europe' GROUP BY T1.CountryName HAVING COUNT(*) >= 3
Which countries in europe have at least 3 car manufacturers?
CREATE TABLE COUNTRIES (CountryName VARCHAR, Continent VARCHAR, CountryId VARCHAR); CREATE TABLE CONTINENTS (ContId VARCHAR, Continent VARCHAR); CREATE TABLE CAR_MAKERS (Country VARCHAR)
SELECT COUNT(year) FROM table_name_83 WHERE category = "best play"
How many years was Reasons to be Pretty nominated for best play?
CREATE TABLE table_name_83 (year VARCHAR, category VARCHAR)
SELECT mls_team FROM table_name_29 WHERE affiliation = "university of california"
Which MLS tea, drafted a player affilaited with the university of california?
CREATE TABLE table_name_29 (mls_team VARCHAR, affiliation VARCHAR)
SELECT position FROM table_14655757_1 WHERE player = "Jessie Clark"
What position is Jessie Clark?
CREATE TABLE table_14655757_1 (position VARCHAR, player VARCHAR)
SELECT COUNT(overall) FROM table_name_20 WHERE college = "villanova" AND round < 2
Name the total number of overall for villanova and round less than 2
CREATE TABLE table_name_20 (overall VARCHAR, college VARCHAR, round VARCHAR)
SELECT population__2011_ FROM table_2168295_1 WHERE headquarters = "Chittorgarh"
What is the 2011 population if the headquarters is Chittorgarh?
CREATE TABLE table_2168295_1 (population__2011_ VARCHAR, headquarters VARCHAR)
SELECT role FROM table_name_77 WHERE format_genre = "original play, comedy" AND year = 1938
What is the role in an original play, comedy in 1938?
CREATE TABLE table_name_77 (role VARCHAR, format_genre VARCHAR, year VARCHAR)
SELECT rank_on_channel FROM table_24222929_4 WHERE title = "Mooning and Crooning"
Name the rank on channel mooning and crooning
CREATE TABLE table_24222929_4 (rank_on_channel VARCHAR, title VARCHAR)
SELECT nationality FROM table_name_51 WHERE player = "rudy poeschek"
Which Nationality has a Player of rudy poeschek?
CREATE TABLE table_name_51 (nationality VARCHAR, player VARCHAR)
SELECT winner FROM table_28853064_15 WHERE mountains_classification = "Oscar Solis" AND team_classification = "EPM-UNE"
Who were the winners if the Mountain Classification award was given to Oscar Solis and Team Classification was given to EPM-Une?
CREATE TABLE table_28853064_15 (winner VARCHAR, mountains_classification VARCHAR, team_classification VARCHAR)
SELECT AVG(week) FROM table_name_58 WHERE opponent = "chicago bears"
What average week number had the Chicago bears as the opponent?
CREATE TABLE table_name_58 (week INTEGER, opponent VARCHAR)
SELECT MIN(attendance) FROM table_name_15 WHERE opponent = "devil rays" AND date = "may 13"
How low is the Attendance that has an Opponent of devil rays and a Date of may 13?
CREATE TABLE table_name_15 (attendance INTEGER, opponent VARCHAR, date VARCHAR)
SELECT segment_c FROM table_name_63 WHERE episode < 179 AND segment_b = "s sticker"
Name the segment c with episode less than 179 and segment b of s sticker
CREATE TABLE table_name_63 (segment_c VARCHAR, episode VARCHAR, segment_b VARCHAR)
SELECT place FROM table_name_86 WHERE country = "australia" AND player = "craig parry"
Player Craig Parry of Australia is in what place number?
CREATE TABLE table_name_86 (place VARCHAR, country VARCHAR, player VARCHAR)
SELECT organisation FROM table_name_8 WHERE year = 2011 AND result = "nominated" AND award = "best info-ed programme host"
What is the organisation in 2011 that was nominated and the award of best info-ed programme host?
CREATE TABLE table_name_8 (organisation VARCHAR, award VARCHAR, year VARCHAR, result VARCHAR)
SELECT AVG(wins) FROM table_name_91 WHERE games < 3 AND manager = "george scherger" AND losses < 1
What was the average of wins with manager George Scherger smaller than 3 and losses smaller than 1?
CREATE TABLE table_name_91 (wins INTEGER, losses VARCHAR, games VARCHAR, manager VARCHAR)
SELECT player FROM table_21100348_11 WHERE runs = 477
What player has 477 runs?
CREATE TABLE table_21100348_11 (player VARCHAR, runs VARCHAR)
SELECT tournament FROM table_name_50 WHERE opponent = "laura gildemeister"
In what Tournament was laura Gildemeister the Opponent?
CREATE TABLE table_name_50 (tournament VARCHAR, opponent VARCHAR)
SELECT inflation__percentage_annual__2012_ FROM table_1598533_8 WHERE gdp_per_capita_in_ppp_us$__2012_ = 24505
What is the annual inflation % when GDP per capita in ppp US$ is 24505 in 2012?
CREATE TABLE table_1598533_8 (inflation__percentage_annual__2012_ VARCHAR, gdp_per_capita_in_ppp_us$__2012_ VARCHAR)
SELECT construction_completed FROM table_name_70 WHERE county = "jo daviess"
What is the date construction is completed in Jo Daviess county?
CREATE TABLE table_name_70 (construction_completed VARCHAR, county VARCHAR)
SELECT T1.Other_Item_Details FROM ORDER_ITEMS AS T1 JOIN Products AS T2 ON T1.Product_ID = T2.Product_ID WHERE T2.Product_price > 2000
What are the order details of the products with price higher than 2000?
CREATE TABLE Products (Product_ID VARCHAR, Product_price INTEGER); CREATE TABLE ORDER_ITEMS (Other_Item_Details VARCHAR, Product_ID VARCHAR)
SELECT gp_gs FROM table_name_13 WHERE long = "17" AND season = "total"
Which GP-GS had a long of 17 and a season of total?
CREATE TABLE table_name_13 (gp_gs VARCHAR, long VARCHAR, season VARCHAR)
SELECT COUNT(*) FROM catalog_contents
How many products are there in the records?
CREATE TABLE catalog_contents (Id VARCHAR)
SELECT chassis FROM table_name_62 WHERE rounds = "1" AND driver = "maria teresa de filippis"
What is the name of the Chassis of Diver Maria Teresa de Filippis in round 1?
CREATE TABLE table_name_62 (chassis VARCHAR, rounds VARCHAR, driver VARCHAR)
SELECT title FROM albums
List every album's title.
CREATE TABLE albums (title VARCHAR)
SELECT production_code FROM table_26801821_1 WHERE no_in_series = 5
What is the production code for the number 5 series ?
CREATE TABLE table_26801821_1 (production_code VARCHAR, no_in_series VARCHAR)
SELECT SUM(profits__billion_) AS $_ FROM table_name_54 WHERE headquarters = "usa" AND industry = "banking" AND sales__billion_$_ < 98.64
How many profits is the company that is headquartered in the USA, in the banking industry, and has sales (billion $) less than 98.64 bringing in?
CREATE TABLE table_name_54 (profits__billion_ INTEGER, sales__billion_$_ VARCHAR, headquarters VARCHAR, industry VARCHAR)
SELECT points_for FROM table_name_62 WHERE tries_for = "40"
Name the points with tries for of 40
CREATE TABLE table_name_62 (points_for VARCHAR, tries_for VARCHAR)
SELECT partner FROM table_name_79 WHERE score = "6–7, 7–6, 6–7"
Which Partner has a Score of 6–7, 7–6, 6–7?
CREATE TABLE table_name_79 (partner VARCHAR, score VARCHAR)
SELECT athlete FROM table_name_10 WHERE rank < 2
who is the athlete with the rank smaller than 2?
CREATE TABLE table_name_10 (athlete VARCHAR, rank INTEGER)
SELECT SUM(year) FROM table_name_93 WHERE opponent = "penrith panthers"
Name the sum of year for penrith panthers opponent
CREATE TABLE table_name_93 (year INTEGER, opponent VARCHAR)
SELECT MAX(position) FROM table_name_34 WHERE drawn > 1 AND played < 14
Which Position has Drawn larger than 1, and a Played smaller than 14?
CREATE TABLE table_name_34 (position INTEGER, drawn VARCHAR, played VARCHAR)
SELECT score FROM table_name_96 WHERE away_team = "arsenal"
What was the score of the match played against away team Arsenal?
CREATE TABLE table_name_96 (score VARCHAR, away_team VARCHAR)
SELECT MAX(played) FROM table_name_19 WHERE points = 17 AND draw < 5
What is listed as the Highest Played, has Points of 17, and Draw that is smaller than 5?
CREATE TABLE table_name_19 (played INTEGER, points VARCHAR, draw VARCHAR)
SELECT distance FROM table_name_21 WHERE winner_or_2nd = "waterline"
What was the distance for the winner or 2nd Waterline?
CREATE TABLE table_name_21 (distance VARCHAR, winner_or_2nd VARCHAR)
SELECT name FROM table_name_4 WHERE captain = "aaron heal"
What Name has the Captain Aaron Heal?
CREATE TABLE table_name_4 (name VARCHAR, captain VARCHAR)
SELECT SUM(occ_championships) FROM table_name_96 WHERE school = "central crossing"
How many times have Central Crossing won the OCC Championship?
CREATE TABLE table_name_96 (occ_championships INTEGER, school VARCHAR)
SELECT division_record FROM table_name_93 WHERE school = "delmar"
For the Delmar school what is the division record?
CREATE TABLE table_name_93 (division_record VARCHAR, school VARCHAR)
SELECT score_in_the_final FROM table_name_85 WHERE partner = "jorge lozano" AND outcome = "runner-up" AND opponents_in_the_final = "udo riglewski michael stich"
Name the Score which has a Partner of jorge lozano, an Outcome of runner-up, and Opponents in the final of udo riglewski michael stich?
CREATE TABLE table_name_85 (score_in_the_final VARCHAR, opponents_in_the_final VARCHAR, partner VARCHAR, outcome VARCHAR)
SELECT t1.id, t1.name, t1.age FROM visitor AS t1 JOIN visit AS t2 ON t1.id = t2.visitor_id GROUP BY t1.id HAVING COUNT(*) > 1
find the id, name and age for visitors who visited some museums more than once.
CREATE TABLE visit (visitor_id VARCHAR); CREATE TABLE visitor (id VARCHAR, name VARCHAR, age VARCHAR)
SELECT position FROM table_16575609_3 WHERE player = "Justin Shaw"
What position is Justin Shaw in?
CREATE TABLE table_16575609_3 (position VARCHAR, player VARCHAR)
SELECT SUM(attendance) FROM table_name_95 WHERE record = "34-44"
On the game that put the team at 34-44, what was the attendance?
CREATE TABLE table_name_95 (attendance INTEGER, record VARCHAR)
SELECT COUNT(works_number) FROM table_name_51 WHERE type = "0-6-4t" AND name = "gowrie" AND date > 1908
What is the total work number of Gowrie with a 0-6-4t type after 1908?
CREATE TABLE table_name_51 (works_number VARCHAR, date VARCHAR, type VARCHAR, name VARCHAR)
SELECT producer_s_ FROM table_name_42 WHERE recipient = "animus films ltd"
Which producer worked for Animus Films LTD?
CREATE TABLE table_name_42 (producer_s_ VARCHAR, recipient VARCHAR)
SELECT team__number1 FROM table_name_12 WHERE team__number2 = "akasvayu girona"
with team #2 as akasvayu girona what is team #1?
CREATE TABLE table_name_12 (team__number1 VARCHAR, team__number2 VARCHAR)