question
stringlengths 12
244
| context
stringlengths 27
489
| answer
stringlengths 18
557
|
---|---|---|
What is the highest engine capacity with a bmw manufacturer, an mpg-UK extra-urban of 52.3, a 176 CO 2 g/km, and an mpg-us urban greater than 27.3?
|
CREATE TABLE table_name_25 (engine_capacity INTEGER, mpg_us_urban VARCHAR, co_2_g_km VARCHAR, manufacturer VARCHAR, mpg_uk_extra_urban VARCHAR)
|
SELECT MAX(engine_capacity) FROM table_name_25 WHERE manufacturer = "bmw" AND mpg_uk_extra_urban = 52.3 AND co_2_g_km = 176 AND mpg_us_urban > 27.3
|
Which Release date has a Developer(s) of microsoft research?
|
CREATE TABLE table_name_84 (release_date VARCHAR, developer_s_ VARCHAR)
|
SELECT release_date FROM table_name_84 WHERE developer_s_ = "microsoft research"
|
What is the Attendance of the game against Jacksonville Jaguars?
|
CREATE TABLE table_name_53 (attendance VARCHAR, opponent VARCHAR)
|
SELECT attendance FROM table_name_53 WHERE opponent = "jacksonville jaguars"
|
When the runner-up is listed as Gigi Fernández Natalia Zvereva and the week is 26 June 2 weeks, who are the semi finalists?
|
CREATE TABLE table_name_25 (semi_finalists VARCHAR, runner_up VARCHAR, week_of VARCHAR)
|
SELECT semi_finalists FROM table_name_25 WHERE runner_up = "gigi fernández natalia zvereva" AND week_of = "26 june 2 weeks"
|
Which round status is in with this song: 叶良俊 - 爱你不是爱给别人看?
|
CREATE TABLE table_name_25 (round VARCHAR, status VARCHAR, song VARCHAR)
|
SELECT round FROM table_name_25 WHERE status = "in" AND song = "叶良俊 - 爱你不是爱给别人看"
|
what is the turbo when the cores is standard power?
|
CREATE TABLE table_name_30 (turbo VARCHAR, cores VARCHAR)
|
SELECT turbo FROM table_name_30 WHERE cores = "standard power"
|
What is Run 1, when Athletes is "Theo Kitt & Friedrich Kuhn"?
|
CREATE TABLE table_name_89 (run_1 VARCHAR, athletes VARCHAR)
|
SELECT run_1 FROM table_name_89 WHERE athletes = "theo kitt & friedrich kuhn"
|
what's the saturday time with wednesday being 10:00-5:00
|
CREATE TABLE table_11019212_1 (saturday VARCHAR, wednesday VARCHAR)
|
SELECT saturday FROM table_11019212_1 WHERE wednesday = "10:00-5:00"
|
What is the original airdate of the episode where the challenge was three overstuffed sandwiches?
|
CREATE TABLE table_24798489_1 (original_airdate VARCHAR, challenge VARCHAR)
|
SELECT original_airdate FROM table_24798489_1 WHERE challenge = "Three overstuffed sandwiches"
|
Which League Cup has a Total smaller than 1?
|
CREATE TABLE table_name_3 (league_cup INTEGER, total INTEGER)
|
SELECT SUM(league_cup) FROM table_name_3 WHERE total < 1
|
When madison square garden ( new york city, new york ) is the tournament venue (city) what is the conference tournament?
|
CREATE TABLE table_24160890_3 (conference VARCHAR, tournament_venue__city_ VARCHAR)
|
SELECT conference AS Tournament FROM table_24160890_3 WHERE tournament_venue__city_ = "Madison Square Garden ( New York City, New York )"
|
What is the Alpha 2 code for Papua New Guinea?
|
CREATE TABLE table_222771_1 (alpha_2_code VARCHAR, english_short_name__upper_lower_case_ VARCHAR)
|
SELECT alpha_2_code FROM table_222771_1 WHERE english_short_name__upper_lower_case_ = "Papua New Guinea"
|
What is the number of wins when position was larger than 6, and conceded was smaller than 19?
|
CREATE TABLE table_name_90 (wins VARCHAR, position VARCHAR, conceded VARCHAR)
|
SELECT COUNT(wins) FROM table_name_90 WHERE position > 6 AND conceded < 19
|
What is the draw for a match that had 10 points?
|
CREATE TABLE table_name_37 (draw VARCHAR, points VARCHAR)
|
SELECT draw FROM table_name_37 WHERE points = "10"
|
what is the quantity when the year of manufacture is 1900 and the class is mc?
|
CREATE TABLE table_name_20 (quantity VARCHAR, year_s__of_manufacture VARCHAR, class VARCHAR)
|
SELECT quantity FROM table_name_20 WHERE year_s__of_manufacture = "1900" AND class = "mc"
|
What is the lowest draft number with a 48 pick?
|
CREATE TABLE table_name_94 (draft INTEGER, pick VARCHAR)
|
SELECT MIN(draft) FROM table_name_94 WHERE pick = 48
|
Which year has a Main of Eintracht Frankfurt and Hessen of FSV Mainz 05?
|
CREATE TABLE table_name_3 (year VARCHAR, main VARCHAR, hessen VARCHAR)
|
SELECT year FROM table_name_3 WHERE main = "eintracht frankfurt" AND hessen = "fsv mainz 05"
|
What was the date of vacancy where the replacement was Albert Cartier and the manager was fired?
|
CREATE TABLE table_name_9 (date_of_vacancy VARCHAR, manner_of_departure VARCHAR, replaced_by VARCHAR)
|
SELECT date_of_vacancy FROM table_name_9 WHERE manner_of_departure = "fired" AND replaced_by = "albert cartier"
|
Name the european tier for rick springfield
|
CREATE TABLE table_22457674_1 (european_tier VARCHAR, artist VARCHAR)
|
SELECT european_tier FROM table_22457674_1 WHERE artist = "Rick Springfield"
|
What is the lowest Pioneer population in 1966 with a Sarina population greater than 4,611?
|
CREATE TABLE table_name_31 (pioneer INTEGER, year VARCHAR, sarina VARCHAR)
|
SELECT MIN(pioneer) FROM table_name_31 WHERE year = 1966 AND sarina > 4 OFFSET 611
|
The semifinal score of vergeer ( ned ) l 0-6, 1-6 follows a round of 16 result of what?
|
CREATE TABLE table_18602462_22 (round_of_16 VARCHAR, semifinals VARCHAR)
|
SELECT round_of_16 FROM table_18602462_22 WHERE semifinals = "Vergeer ( NED ) L 0-6, 1-6"
|
What college has a pick greater than 4 and an overall of 21?
|
CREATE TABLE table_name_9 (college VARCHAR, pick VARCHAR, overall VARCHAR)
|
SELECT college FROM table_name_9 WHERE pick > 4 AND overall = 21
|
What is the sexual abuse rate where the conflict is the Burundi Civil War?
|
CREATE TABLE table_15652027_1 (sexual_abuse_1 INTEGER, conflict VARCHAR)
|
SELECT MIN(sexual_abuse_1) FROM table_15652027_1 WHERE conflict = "Burundi Civil War"
|
What is the code for rank 10?
|
CREATE TABLE table_name_18 (code__iata_icao_ VARCHAR, rank VARCHAR)
|
SELECT code__iata_icao_ FROM table_name_18 WHERE rank = 10
|
When did a Position of 21st (q) happen?
|
CREATE TABLE table_name_67 (year VARCHAR, position VARCHAR)
|
SELECT year FROM table_name_67 WHERE position = "21st (q)"
|
How many networks are listed when the year is 2008?
|
CREATE TABLE table_2941848_10 (network VARCHAR, year VARCHAR)
|
SELECT COUNT(network) FROM table_2941848_10 WHERE year = 2008
|
what score was on february 21
|
CREATE TABLE table_name_18 (score VARCHAR, february VARCHAR)
|
SELECT score FROM table_name_18 WHERE february = 21
|
Which Adelaide has an Auckland of no and a Melbourne of no?
|
CREATE TABLE table_name_76 (adelaide VARCHAR, auckland VARCHAR, melbourne VARCHAR)
|
SELECT adelaide FROM table_name_76 WHERE auckland = "no" AND melbourne = "no"
|
Who is listed as the Runners-up that also has a Winner of Hajduk Split (3)?
|
CREATE TABLE table_name_63 (runners_up VARCHAR, winner VARCHAR)
|
SELECT runners_up FROM table_name_63 WHERE winner = "hajduk split (3)"
|
What district did incumbent Ralph A. Gamble represent?
|
CREATE TABLE table_1342013_31 (district VARCHAR, incumbent VARCHAR)
|
SELECT district FROM table_1342013_31 WHERE incumbent = "Ralph A. Gamble"
|
What is the Genre for Malina (ger.-aus.-fr.), an Original Title?
|
CREATE TABLE table_name_12 (genre VARCHAR, original_title VARCHAR)
|
SELECT genre FROM table_name_12 WHERE original_title = "malina (ger.-aus.-fr.)"
|
What is the largest crowd for any game where Footscray is the home team?
|
CREATE TABLE table_name_9 (crowd INTEGER, home_team VARCHAR)
|
SELECT MAX(crowd) FROM table_name_9 WHERE home_team = "footscray"
|
What is Team, when Rank is greater than 2, and when Points are greater than 259?
|
CREATE TABLE table_name_12 (team VARCHAR, rank VARCHAR, points VARCHAR)
|
SELECT team FROM table_name_12 WHERE rank > 2 AND points > 259
|
What is the Year of the Film Belle of the Nineties?
|
CREATE TABLE table_name_22 (year VARCHAR, film VARCHAR)
|
SELECT year FROM table_name_22 WHERE film = "belle of the nineties"
|
What tournament happened on 12 november 2006?
|
CREATE TABLE table_name_88 (tournament VARCHAR, date VARCHAR)
|
SELECT tournament FROM table_name_88 WHERE date = "12 november 2006"
|
Show all role codes and the number of employees in each role.
|
CREATE TABLE Employees (role_code VARCHAR)
|
SELECT role_code, COUNT(*) FROM Employees GROUP BY role_code
|
What is the number for overall for angelo craig?
|
CREATE TABLE table_name_30 (overall VARCHAR, player VARCHAR)
|
SELECT COUNT(overall) FROM table_name_30 WHERE player = "angelo craig"
|
List the first name and last name of customers have the amount of outstanding between 1000 and 3000.
|
CREATE TABLE Customers (first_name VARCHAR, last_name VARCHAR, amount_outstanding INTEGER)
|
SELECT first_name, last_name FROM Customers WHERE amount_outstanding BETWEEN 1000 AND 3000
|
Name the average SP+FS with places less tha 94 for renata baierova
|
CREATE TABLE table_name_2 (fs VARCHAR, sp INTEGER, places VARCHAR, name VARCHAR)
|
SELECT AVG(sp) + fs FROM table_name_2 WHERE places < 94 AND name = "renata baierova"
|
Who was the head coach when the opponent was Arsenal?
|
CREATE TABLE table_name_95 (head_coach VARCHAR, opponent VARCHAR)
|
SELECT head_coach FROM table_name_95 WHERE opponent = "arsenal"
|
What is the reserved for (ST/ST/None) when it was Uklana?
|
CREATE TABLE table_name_40 (reserved_for___sc___st__none_ VARCHAR, name VARCHAR)
|
SELECT reserved_for___sc___st__none_ FROM table_name_40 WHERE name = "uklana"
|
How many times did M. Gounder win for Party A?
|
CREATE TABLE table_22756549_1 (party VARCHAR, winner VARCHAR)
|
SELECT COUNT(party) AS a FROM table_22756549_1 WHERE winner = "M. Gounder"
|
What is the first name of the student whose last name starting with the letter S and is taking ACCT-211 class?
|
CREATE TABLE enroll (stu_num VARCHAR, class_code VARCHAR); CREATE TABLE CLASS (class_code VARCHAR, crs_code VARCHAR); CREATE TABLE student (stu_fname VARCHAR, stu_num VARCHAR, stu_lname VARCHAR)
|
SELECT T1.stu_fname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num JOIN CLASS AS T3 ON T2.class_code = T3.class_code WHERE T3.crs_code = 'ACCT-211' AND T1.stu_lname LIKE 'S%'
|
What Tournament has an Outcome of winner, and Opponents of eddie dibbs harold solomon?
|
CREATE TABLE table_name_78 (tournament VARCHAR, outcome VARCHAR, opponents VARCHAR)
|
SELECT tournament FROM table_name_78 WHERE outcome = "winner" AND opponents = "eddie dibbs harold solomon"
|
What is Date, when Opponent in Final is "Guy Forget"?
|
CREATE TABLE table_name_64 (date VARCHAR, opponent_in_final VARCHAR)
|
SELECT date FROM table_name_64 WHERE opponent_in_final = "guy forget"
|
What nation had the athlete sebastian coe category:articles with hcards?
|
CREATE TABLE table_22355_11 (nation VARCHAR, athlete VARCHAR)
|
SELECT nation FROM table_22355_11 WHERE athlete = "Sebastian Coe Category:Articles with hCards"
|
For each Orange county campus, report the number of degrees granted after 2000.
|
CREATE TABLE campuses (campus VARCHAR, id VARCHAR, county VARCHAR); CREATE TABLE degrees (degrees INTEGER, campus VARCHAR, year VARCHAR)
|
SELECT T1.campus, SUM(T2.degrees) FROM campuses AS T1 JOIN degrees AS T2 ON T1.id = T2.campus WHERE T1.county = "Orange" AND T2.year >= 2000 GROUP BY T1.campus
|
What IATA has queensland as the state/territory and an ICAO of ybrk?
|
CREATE TABLE table_name_30 (iata VARCHAR, state_territory VARCHAR, icao VARCHAR)
|
SELECT iata FROM table_name_30 WHERE state_territory = "queensland" AND icao = "ybrk"
|
Name the number of mens doubles for 2004/2005
|
CREATE TABLE table_12193259_1 (mens_doubles VARCHAR, season VARCHAR)
|
SELECT COUNT(mens_doubles) FROM table_12193259_1 WHERE season = "2004/2005"
|
On what date was the asset acquisition that was announced on February 22, 2007 completed?
|
CREATE TABLE table_1373542_1 (date_completed VARCHAR, date_announced VARCHAR)
|
SELECT date_completed FROM table_1373542_1 WHERE date_announced = "February 22, 2007"
|
What was the score for the away team southport?
|
CREATE TABLE table_name_13 (score VARCHAR, away_team VARCHAR)
|
SELECT score FROM table_name_13 WHERE away_team = "southport"
|
How many times did Ron Artest (24) receive the record for high points?
|
CREATE TABLE table_17288825_7 (record VARCHAR, high_points VARCHAR)
|
SELECT COUNT(record) FROM table_17288825_7 WHERE high_points = "Ron Artest (24)"
|
If the catches is 131, what is the rank total number?
|
CREATE TABLE table_26041144_16 (rank VARCHAR, catches VARCHAR)
|
SELECT COUNT(rank) FROM table_26041144_16 WHERE catches = 131
|
What is the year First elected, when the State is vic, and when the Member is Hon Don Chipp?
|
CREATE TABLE table_name_21 (first_elected VARCHAR, state VARCHAR, member VARCHAR)
|
SELECT first_elected FROM table_name_21 WHERE state = "vic" AND member = "hon don chipp"
|
Who is every opponent on the date of March 16?
|
CREATE TABLE table_23486853_8 (opponent VARCHAR, date VARCHAR)
|
SELECT opponent FROM table_23486853_8 WHERE date = "March 16"
|
Which catalog publisher has published the most catalogs?
|
CREATE TABLE catalogs (catalog_publisher VARCHAR)
|
SELECT catalog_publisher FROM catalogs GROUP BY catalog_publisher ORDER BY COUNT(*) DESC LIMIT 1
|
Who was against the opponents, mădălina gojnea monica niculescu?
|
CREATE TABLE table_name_94 (against VARCHAR, opponents VARCHAR)
|
SELECT against FROM table_name_94 WHERE opponents = "mădălina gojnea monica niculescu"
|
List the types of competition and the number of competitions of each type.
|
CREATE TABLE competition (Competition_type VARCHAR)
|
SELECT Competition_type, COUNT(*) FROM competition GROUP BY Competition_type
|
Who are the Rowers with a Time of 6:39.49?
|
CREATE TABLE table_name_31 (rowers VARCHAR, time VARCHAR)
|
SELECT rowers FROM table_name_31 WHERE time = "6:39.49"
|
Find all the players' first name and last name who have empty death record.
|
CREATE TABLE player (name_first VARCHAR, name_last VARCHAR, death_year VARCHAR)
|
SELECT name_first, name_last FROM player WHERE death_year = ''
|
Which task had Cathy as the hand grenade user?
|
CREATE TABLE table_name_98 (task_no VARCHAR, hand_grenade_user VARCHAR)
|
SELECT task_no FROM table_name_98 WHERE hand_grenade_user = "cathy"
|
How many viewers did Episode 5 have?
|
CREATE TABLE table_12919003_2 (viewers_millions_ VARCHAR, episode VARCHAR)
|
SELECT viewers_millions_ FROM table_12919003_2 WHERE episode = "episode 5"
|
what is the place when the score is 68-70-68=206?
|
CREATE TABLE table_name_3 (place VARCHAR, score VARCHAR)
|
SELECT place FROM table_name_3 WHERE score = 68 - 70 - 68 = 206
|
What is the Release date of the Album Your Friend?
|
CREATE TABLE table_name_89 (release_date VARCHAR, english_title VARCHAR)
|
SELECT release_date FROM table_name_89 WHERE english_title = "your friend"
|
WHICH Outcome has aN Opponent of pascale paradis-mangon?
|
CREATE TABLE table_name_68 (outcome VARCHAR, opponent VARCHAR)
|
SELECT outcome FROM table_name_68 WHERE opponent = "pascale paradis-mangon"
|
Which ship was launched from Devonport, Devon?
|
CREATE TABLE table_name_30 (ship VARCHAR, location VARCHAR)
|
SELECT ship FROM table_name_30 WHERE location = "devonport, devon"
|
What was the attendance of the Mariners game when they had a record of 56–20?
|
CREATE TABLE table_name_85 (attendance VARCHAR, record VARCHAR)
|
SELECT attendance FROM table_name_85 WHERE record = "56–20"
|
Name the city for athous lavrensis
|
CREATE TABLE table_name_22 (city VARCHAR, name VARCHAR)
|
SELECT city FROM table_name_22 WHERE name = "athous lavrensis"
|
What are the manager's first name, last name and id who won the most manager award?
|
CREATE TABLE player (name_first VARCHAR, name_last VARCHAR, player_id VARCHAR); CREATE TABLE manager_award (player_id VARCHAR)
|
SELECT T1.name_first, T1.name_last, T2.player_id FROM player AS T1 JOIN manager_award AS T2 ON T1.player_id = T2.player_id GROUP BY T2.player_id ORDER BY COUNT(*) DESC LIMIT 1
|
How many total Time listings have a 0.209 React entry and a Rank that is greater than 7?
|
CREATE TABLE table_name_76 (time VARCHAR, react VARCHAR, rank VARCHAR)
|
SELECT COUNT(time) FROM table_name_76 WHERE react = 0.209 AND rank > 7
|
Find the number of routes and airport name for each source airport, order the results by decreasing number of routes.
|
CREATE TABLE airports (name VARCHAR, apid VARCHAR); CREATE TABLE routes (src_apid VARCHAR)
|
SELECT COUNT(*), T1.name FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.src_apid GROUP BY T1.name ORDER BY COUNT(*) DESC
|
What is the long with a loss lower than 133 and more than 0 gain with an avg/G of 29.8?
|
CREATE TABLE table_name_10 (long INTEGER, avg_g VARCHAR, loss VARCHAR, gain VARCHAR)
|
SELECT AVG(long) FROM table_name_10 WHERE loss < 133 AND gain > 0 AND avg_g = 29.8
|
How many millions of people watched the episode with a production code of icec483x?
|
CREATE TABLE table_2501754_4 (viewing_figures_millions VARCHAR, prod_code VARCHAR)
|
SELECT viewing_figures_millions FROM table_2501754_4 WHERE prod_code = "ICEC483X"
|
What is minimum and maximum share of TV series?
|
CREATE TABLE TV_series (SHARE INTEGER)
|
SELECT MAX(SHARE), MIN(SHARE) FROM TV_series
|
What are the goals for 8/4/04?
|
CREATE TABLE table_name_70 (goals VARCHAR, date VARCHAR)
|
SELECT goals FROM table_name_70 WHERE date = "8/4/04"
|
What was Katie's order number when the theme was The Rolling Stones?
|
CREATE TABLE table_26250189_1 (order__number VARCHAR, theme VARCHAR)
|
SELECT order__number FROM table_26250189_1 WHERE theme = "The Rolling Stones"
|
What is FA Cup Goals, when Euro Competitions is 1, and when League Goals is 11?
|
CREATE TABLE table_name_75 (fa_cup_goals VARCHAR, euro_competitions VARCHAR, league_goals VARCHAR)
|
SELECT fa_cup_goals FROM table_name_75 WHERE euro_competitions = "1" AND league_goals = "11"
|
What is the manufacturer with a wheel arrangement of 2-8-0, and Year made of 1883?
|
CREATE TABLE table_name_82 (manufacturer VARCHAR, wheel_arrangement VARCHAR, year_made VARCHAR)
|
SELECT manufacturer FROM table_name_82 WHERE wheel_arrangement = "2-8-0" AND year_made = "1883"
|
Name the number for fox news channel
|
CREATE TABLE table_15887683_8 (n° VARCHAR, television_service VARCHAR)
|
SELECT n° FROM table_15887683_8 WHERE television_service = "Fox News Channel"
|
Which country had a score of 69-67=136?
|
CREATE TABLE table_name_5 (country VARCHAR, score VARCHAR)
|
SELECT country FROM table_name_5 WHERE score = 69 - 67 = 136
|
Which Grid has Laps smaller than 24, and a Time of retirement?
|
CREATE TABLE table_name_64 (grid INTEGER, laps VARCHAR, time VARCHAR)
|
SELECT MIN(grid) FROM table_name_64 WHERE laps < 24 AND time = "retirement"
|
What class was ren alde?
|
CREATE TABLE table_22824312_1 (class VARCHAR, player VARCHAR)
|
SELECT class FROM table_22824312_1 WHERE player = "Ren Alde"
|
What is Finish, when Year(s) Won is "1991"?
|
CREATE TABLE table_name_6 (finish VARCHAR, year_s__won VARCHAR)
|
SELECT finish FROM table_name_6 WHERE year_s__won = "1991"
|
What club team did JArrod Maidens play for?
|
CREATE TABLE table_11803648_21 (club_team VARCHAR, player VARCHAR)
|
SELECT club_team FROM table_11803648_21 WHERE player = "Jarrod Maidens"
|
What is the make of car 31?
|
CREATE TABLE table_name_47 (make VARCHAR, car__number VARCHAR)
|
SELECT make FROM table_name_47 WHERE car__number = 31
|
What was the tie no when Wrexham was the away team?
|
CREATE TABLE table_name_97 (tie_no VARCHAR, away_team VARCHAR)
|
SELECT tie_no FROM table_name_97 WHERE away_team = "wrexham"
|
What was event 2 when event 1 was Atlasphere?
|
CREATE TABLE table_17257687_1 (event_2 VARCHAR, event_1 VARCHAR)
|
SELECT event_2 FROM table_17257687_1 WHERE event_1 = "Atlasphere"
|
How many Lost have a Team of flamengo, and an Against smaller than 5?
|
CREATE TABLE table_name_92 (lost VARCHAR, team VARCHAR, against VARCHAR)
|
SELECT COUNT(lost) FROM table_name_92 WHERE team = "flamengo" AND against < 5
|
Who had a time of 26.11?
|
CREATE TABLE table_name_39 (name VARCHAR, time VARCHAR)
|
SELECT name FROM table_name_39 WHERE time = "26.11"
|
How many points have a loss less than 5, and 0 for draws?
|
CREATE TABLE table_name_96 (points VARCHAR, losses VARCHAR, draws VARCHAR)
|
SELECT COUNT(points) FROM table_name_96 WHERE losses < 5 AND draws = 0
|
What is the average win as a percentage of German racer Rudi Altig, who has ridden in over 79 races?
|
CREATE TABLE table_name_50 (win_average INTEGER, races_ridden VARCHAR, nationality VARCHAR, name VARCHAR)
|
SELECT AVG(win_average) FROM table_name_50 WHERE nationality = "german" AND name = "rudi altig" AND races_ridden > 79
|
What is the total number of losses of the team with games less than 14, wins less than 3, in the Maac Conference at Fairfield School?
|
CREATE TABLE table_name_61 (losses VARCHAR, school VARCHAR, conference VARCHAR, games VARCHAR, wins VARCHAR)
|
SELECT COUNT(losses) FROM table_name_61 WHERE games < 14 AND wins < 3 AND conference = "maac" AND school = "fairfield"
|
What was the highest 2007 budget when the order of succession was 3?
|
CREATE TABLE table_name_35 (order_of_succession VARCHAR)
|
SELECT MAX(2007 AS _budget_in_billions_of_dollars) FROM table_name_35 WHERE order_of_succession = "3"
|
What year has 2 wins?
|
CREATE TABLE table_name_59 (year VARCHAR, wins VARCHAR)
|
SELECT year FROM table_name_59 WHERE wins = "2"
|
What was the loss of the game with a record of 84-71?
|
CREATE TABLE table_name_29 (loss VARCHAR, record VARCHAR)
|
SELECT loss FROM table_name_29 WHERE record = "84-71"
|
what is the number of passengers when the capacity is 81.2%?
|
CREATE TABLE table_name_88 (total_passengers INTEGER, capacity_in_use VARCHAR)
|
SELECT SUM(total_passengers) FROM table_name_88 WHERE capacity_in_use = "81.2%"
|
How many Airspeed Fleet Shadower aircraft are retired?
|
CREATE TABLE table_13605170_2 (retired VARCHAR, aircraft_type VARCHAR)
|
SELECT retired FROM table_13605170_2 WHERE aircraft_type = "Airspeed Fleet Shadower"
|
What is the Location for the woodburn dragstrip?
|
CREATE TABLE table_name_12 (location VARCHAR, name VARCHAR)
|
SELECT location FROM table_name_12 WHERE name = "woodburn dragstrip"
|
What is Local Mission, when Mission is "Mauritius"?
|
CREATE TABLE table_name_8 (Local VARCHAR, mission VARCHAR)
|
SELECT Local AS mission FROM table_name_8 WHERE mission = "mauritius"
|
What sponsor has the head coach Samad Marfavi?
|
CREATE TABLE table_27383390_2 (shirt_sponsor VARCHAR, head_coach VARCHAR)
|
SELECT shirt_sponsor FROM table_27383390_2 WHERE head_coach = "Samad Marfavi"
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.