context
stringlengths
0
489
instruction
stringlengths
16
244
response
stringlengths
38
557
CREATE TABLE table_name_60 (points VARCHAR, goals_for VARCHAR, wins VARCHAR, club VARCHAR)
What is the number of points of palamós cf, which has less than 21 wins and less than 40 goals?
SELECT COUNT(points) FROM table_name_60 WHERE wins < 21 AND club = "palamós cf" AND goals_for < 40
CREATE TABLE table_17058226_5 (high_rebounds VARCHAR, high_points VARCHAR)
Who had all the high rebounds when kevin love (20) scored the highest points?
SELECT high_rebounds FROM table_17058226_5 WHERE high_points = "Kevin Love (20)"
CREATE TABLE table_name_76 (points INTEGER, best_time VARCHAR)
How many points associated with a Best time of 01:46.367?
SELECT AVG(points) FROM table_name_76 WHERE best_time = "01:46.367"
CREATE TABLE table_name_44 (reg_gp VARCHAR, pick__number VARCHAR, rd__number VARCHAR, player VARCHAR)
What is the total reg gp of Ilya Krikunov, who has a round of 7 and a pick number larger than 223?
SELECT COUNT(reg_gp) FROM table_name_44 WHERE rd__number = 7 AND player = "ilya krikunov" AND pick__number > 223
CREATE TABLE table_1708610_3 (january_15_16 VARCHAR, march_27_29 VARCHAR)
Name the january 15-16 where march 27-29 where march 29, 2006
SELECT january_15_16 FROM table_1708610_3 WHERE march_27_29 = "March 29, 2006"
CREATE TABLE table_17103729_8 (record VARCHAR, location_attendance VARCHAR)
Name the record for attendance location of palace of auburn hills 15,210
SELECT record FROM table_17103729_8 WHERE location_attendance = "Palace of Auburn Hills 15,210"
CREATE TABLE table_name_30 (owner_s_ VARCHAR, date VARCHAR, description VARCHAR)
Which owner has a description of Mark 1 CK and is dated 1953?
SELECT owner_s_ FROM table_name_30 WHERE date = 1953 AND description = "mark 1 ck"
CREATE TABLE table_17118006_2 (local_investment__us$_ VARCHAR, bid_pronar_investment__us$_ VARCHAR)
What was the local investment (in $) in the projects of the department with $912,185 BID/PRONAR investment?
SELECT local_investment__us$_ FROM table_17118006_2 WHERE bid_pronar_investment__us$_ = "912,185"
CREATE TABLE table_name_87 (year INTEGER, nominee VARCHAR, result VARCHAR, category VARCHAR)
What year was Aaron Tveit nominated in the Favorite Male Replacement category?
SELECT AVG(year) FROM table_name_87 WHERE result = "nominated" AND category = "favorite male replacement" AND nominee = "aaron tveit"
CREATE TABLE table_name_72 (rounds VARCHAR, entrant VARCHAR, driver VARCHAR)
Which of the Rounds has an Entrant of automobiles Talbot-Darracq, and Pierre Levegh as the driver?
SELECT rounds FROM table_name_72 WHERE entrant = "automobiles talbot-darracq" AND driver = "pierre levegh"
CREATE TABLE table_17120964_8 (venue VARCHAR, man_of_the_match VARCHAR)
What is the venue of the game with Man of the Match Vaclav Zavoral?
SELECT venue FROM table_17120964_8 WHERE man_of_the_match = "Vaclav Zavoral"
CREATE TABLE table_name_37 (date VARCHAR, location VARCHAR)
Which date was hermanos rodríguez the location?
SELECT date FROM table_name_37 WHERE location = "hermanos rodríguez"
CREATE TABLE table_17120964_5 (result VARCHAR, man_of_the_match VARCHAR, venue VARCHAR)
Name the result for lukas smital and home
SELECT result FROM table_17120964_5 WHERE man_of_the_match = "Lukas Smital" AND venue = "Home"
CREATE TABLE table_17120964_6 (venue VARCHAR, man_of_the_match VARCHAR)
At what venue did Alex Mettam/Mark Williams be named Man of the Match?
SELECT venue FROM table_17120964_6 WHERE man_of_the_match = "Alex Mettam/Mark Williams"
CREATE TABLE table_name_77 (constructor VARCHAR, time_retired VARCHAR, grid VARCHAR, laps VARCHAR)
Who constructed the car with a grid under 15, 77 laps, and a Time/Retired of + 0.771?
SELECT constructor FROM table_name_77 WHERE grid < 15 AND laps = 77 AND time_retired = "+ 0.771"
CREATE TABLE table_name_81 (pos VARCHAR, school_club_team VARCHAR)
Which position has a School/club team of jacksonville?
SELECT pos FROM table_name_81 WHERE school_club_team = "jacksonville"
CREATE TABLE table_171236_1 (census_ranking VARCHAR, area_km_2 VARCHAR)
If the area is 34.73, what is the census ranking?
SELECT census_ranking FROM table_171236_1 WHERE area_km_2 = "34.73"
CREATE TABLE table_name_68 (text_symbol VARCHAR, border VARCHAR, type_of_sign VARCHAR)
Which sign has a red border and a warning sign?
SELECT text_symbol FROM table_name_68 WHERE border = "red" AND type_of_sign = "warning"
CREATE TABLE table_name_43 (background_colour VARCHAR, type_of_sign VARCHAR)
Which color is the background of the mandatory instructions?
SELECT background_colour FROM table_name_43 WHERE type_of_sign = "mandatory instructions"
CREATE TABLE table_17155250_1 (director VARCHAR, original_title VARCHAR)
Who was the director of the film with the original title of "The Patience Stone"?
SELECT director FROM table_17155250_1 WHERE original_title = "The Patience Stone"
CREATE TABLE table_17155250_1 (director VARCHAR, original_title VARCHAR)
Who was the director of the film with an original title of "16 Days in Afghanistan"?
SELECT director FROM table_17155250_1 WHERE original_title = "16 Days in Afghanistan"
CREATE TABLE table_name_26 (semi_finalist__number2 VARCHAR, year VARCHAR)
Who was the Semi-Finalist #2 in 2001?
SELECT semi_finalist__number2 FROM table_name_26 WHERE year = "2001"
CREATE TABLE table_17156199_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)
What was the nominated film title of শ্যামল ছায়া (shyamol chhaya)?
SELECT film_title_used_in_nomination FROM table_17156199_1 WHERE original_title = "শ্যামল ছায়া (Shyamol Chhaya)"
CREATE TABLE table_name_14 (fs VARCHAR, sp INTEGER, name VARCHAR, rank VARCHAR)
What is the average SP+FS for Denise Biellmann, and a Rank larger than 5?
SELECT AVG(sp) + fs FROM table_name_14 WHERE name = "denise biellmann" AND rank > 5
CREATE TABLE table_name_84 (points INTEGER, nation VARCHAR, places VARCHAR)
What is the number of points for east germany, and a Places of 88?
SELECT SUM(points) FROM table_name_84 WHERE nation = "east germany" AND places = "88"
CREATE TABLE table_name_51 (years VARCHAR, notes VARCHAR, engine VARCHAR)
what is the years when the notes is laredo, limited, overland and the engine is 5.7l hemi v8?
SELECT years FROM table_name_51 WHERE notes = "laredo, limited, overland" AND engine = "5.7l hemi v8"
CREATE TABLE table_1717824_1 (_percentage_2011 VARCHAR, province VARCHAR)
What was the percentage in Manitoba in 2011?
SELECT _percentage_2011 FROM table_1717824_1 WHERE province = "Manitoba"
CREATE TABLE table_name_7 (place INTEGER, name VARCHAR, until VARCHAR)
What place did R. Wenzel, who was active after 1934, have?
SELECT SUM(place) FROM table_name_7 WHERE name = "r. wenzel" AND until > 1934
CREATE TABLE table_1717824_1 (south_asians_2001 VARCHAR, _percentage_2011 VARCHAR)
How many figures are given for total number of South Asians in 2001 for the area where they were 4.4% of population in 2011?
SELECT COUNT(south_asians_2001) FROM table_1717824_1 WHERE _percentage_2011 = "4.4%"
CREATE TABLE table_name_27 (pole_position VARCHAR, grand_prix VARCHAR)
What is the pole position of the Belgian Grand Prix?
SELECT pole_position FROM table_name_27 WHERE grand_prix = "belgian grand prix"
CREATE TABLE table_name_55 (declination___j2000__ VARCHAR, right_ascension___j2000__ VARCHAR, constellation VARCHAR, apparent_magnitude VARCHAR)
Tell me the declination for consellaion of ophiuchus and apparent magnitude less than 8.6 with right ascension of 16h47m14.5s
SELECT declination___j2000__ FROM table_name_55 WHERE constellation = "ophiuchus" AND apparent_magnitude < 8.6 AND right_ascension___j2000__ = "16h47m14.5s"
CREATE TABLE table_17190012_12 (high_points VARCHAR, game VARCHAR)
Who had the most points in game 4?
SELECT high_points FROM table_17190012_12 WHERE game = 4
CREATE TABLE table_17200372_2 (going_to VARCHAR, calling_at VARCHAR, departure VARCHAR)
Name the number of going to for thurlby, braceborough spa at departure being 16.50
SELECT COUNT(going_to) FROM table_17200372_2 WHERE calling_at = "Thurlby, Braceborough Spa" AND departure = "16.50"
CREATE TABLE table_name_40 (leading_scorer VARCHAR, date VARCHAR)
Name the leading scorer for 12 january 2008
SELECT leading_scorer FROM table_name_40 WHERE date = "12 january 2008"
CREATE TABLE table_17244483_1 (grid VARCHAR, driver VARCHAR)
Scott Dixon had how many Grid positions?
SELECT COUNT(grid) FROM table_17244483_1 WHERE driver = "Scott Dixon"
CREATE TABLE table_17246160_1 (poles INTEGER, series VARCHAR)
How many poles did the player have during the Formula BMW Pacific race?
SELECT MAX(poles) FROM table_17246160_1 WHERE series = "Formula BMW Pacific"
CREATE TABLE table_17265535_7 (result INTEGER, equation VARCHAR)
If the equation is 0 × 9² + 3 × 9 + 3, what is the result?
SELECT MIN(result) FROM table_17265535_7 WHERE equation = "0 × 9² + 3 × 9 + 3"
CREATE TABLE table_name_86 (away_team VARCHAR)
What is the away team score for South Melbourne?
SELECT away_team AS score FROM table_name_86 WHERE away_team = "south melbourne"
CREATE TABLE table_name_21 (winner VARCHAR, score VARCHAR, date VARCHAR)
who won with a score of 199 (-14) on oct 31?
SELECT winner FROM table_name_21 WHERE score = "199 (-14)" AND date = "oct 31"
CREATE TABLE table_17288845_8 (record VARCHAR, location_attendance VARCHAR)
Name the record for verizon center 20,173
SELECT record FROM table_17288845_8 WHERE location_attendance = "Verizon Center 20,173"
CREATE TABLE table_17289604_38 (athlete VARCHAR, round_of_64 VARCHAR)
How many number of athletes were in round of 64 was llagostera Vives ( esp ) l 6–2, 3–6, 5–7?
SELECT COUNT(athlete) FROM table_17289604_38 WHERE round_of_64 = "Llagostera Vives ( ESP ) L 6–2, 3–6, 5–7"
CREATE TABLE table_17289604_38 (round_of_64 VARCHAR, athlete VARCHAR, event VARCHAR, round_of_16 VARCHAR)
What was round of 64 of the singles event when the result of round 16 was did not advance and the athlete was Iveta Benešová?
SELECT round_of_64 FROM table_17289604_38 WHERE event = "Singles" AND round_of_16 = "Did not advance" AND athlete = "Iveta Benešová"
CREATE TABLE table_17289604_38 (quarterfinals VARCHAR, round_of_32 VARCHAR)
What were the quarterfinals in the round of 32 was S williams / V williams ( usa ) l 6–4, 5–7, 1–6?
SELECT quarterfinals FROM table_17289604_38 WHERE round_of_32 = "S Williams / V Williams ( USA ) L 6–4, 5–7, 1–6"
CREATE TABLE table_name_96 (location VARCHAR, year VARCHAR, competition VARCHAR, result VARCHAR)
What location did the team win before 1998 in the europe/africa zone, group i, round robin?
SELECT location FROM table_name_96 WHERE competition = "europe/africa zone, group i, round robin" AND result = "win" AND year < 1998
CREATE TABLE table_17288869_7 (record VARCHAR, high_points VARCHAR)
What was the final record for the game in which Dirk Nowitzki (19) had the high points?
SELECT record FROM table_17288869_7 WHERE high_points = "Dirk Nowitzki (19)"
CREATE TABLE table_1729366_2 (championship VARCHAR, opponents_in_the_final VARCHAR)
Which championship had the final opponents of nathalie dechy andy ram?
SELECT championship FROM table_1729366_2 WHERE opponents_in_the_final = "Nathalie Dechy Andy Ram"
CREATE TABLE table_name_34 (placings VARCHAR, name VARCHAR, free VARCHAR, total VARCHAR)
Can you tell me the Placings that hasthe Free smaller than 524.3, and the Total smaller than 1170.1, and the Name of per cock-clausen?
SELECT placings FROM table_name_34 WHERE free < 524.3 AND total < 1170.1 AND name = "per cock-clausen"
CREATE TABLE table_name_24 (grand_prix VARCHAR, fastest_lap VARCHAR, pole_position VARCHAR)
Which grand prix had gerhard berger in his fastest lap and a jacques villeneuve pole position?
SELECT grand_prix FROM table_name_24 WHERE fastest_lap = "gerhard berger" AND pole_position = "jacques villeneuve"
CREATE TABLE table_173103_1 (max_pressure VARCHAR, muzzle_energy VARCHAR)
What is the max pressure of the cartridge where the muzzle energy is 201ft•lbf (273 j)?
SELECT max_pressure FROM table_173103_1 WHERE muzzle_energy = "201ft•lbf (273 J)"
CREATE TABLE table_name_46 (replaced_by VARCHAR, team VARCHAR, date_of_vacancy VARCHAR)
Who was the replacement for the Brussels team with a date of vacancy of 22 December 2007?
SELECT replaced_by FROM table_name_46 WHERE team = "brussels" AND date_of_vacancy = "22 december 2007"
CREATE TABLE table_name_84 (year INTEGER, rank VARCHAR, floors VARCHAR)
Tell me the average year for rank more than 3 and 28 floors
SELECT AVG(year) FROM table_name_84 WHERE rank > 3 AND floors = 28
CREATE TABLE table_17309500_1 (assists VARCHAR, blocks VARCHAR)
Name the total number of assists for 77 blocks
SELECT COUNT(assists) FROM table_17309500_1 WHERE blocks = "77"
CREATE TABLE table_name_93 (constructor VARCHAR, chassis VARCHAR, driver VARCHAR)
Who is the constructor for driver alan jones using a chassis of fw06 fw07?
SELECT constructor FROM table_name_93 WHERE chassis = "fw06 fw07" AND driver = "alan jones"
CREATE TABLE table_17319931_1 (driver VARCHAR, time_retired VARCHAR, points VARCHAR)
How many drivers where there when the time/retired +3 laps and points were 24?
SELECT COUNT(driver) FROM table_17319931_1 WHERE time_retired = "+3 laps" AND points = "24"
CREATE TABLE table_name_86 (time_retired VARCHAR, laps VARCHAR, driver VARCHAR)
Which time/retired had 75 laps and Pedro de la Rosa as a driver?
SELECT time_retired FROM table_name_86 WHERE laps = 75 AND driver = "pedro de la rosa"
CREATE TABLE table_name_21 (manhattan VARCHAR, richmond_ VARCHAR, staten_is VARCHAR)
Which Manhattan number appeared when Richmond (Staten Island) was 78%?
SELECT manhattan FROM table_name_21 WHERE richmond_[staten_is] = "78%"
CREATE TABLE table_17323092_7 (high_assists VARCHAR, team VARCHAR)
Who had the high assists when the team was @ Minnesota?
SELECT high_assists FROM table_17323092_7 WHERE team = "@ Minnesota"
CREATE TABLE table_17323092_7 (high_points VARCHAR, location_attendance VARCHAR)
How many players had high points in the location/attendance FedexForum 11,498 respectively?
SELECT COUNT(high_points) FROM table_17323092_7 WHERE location_attendance = "FedExForum 11,498"
CREATE TABLE table_name_81 (state VARCHAR, city VARCHAR)
In which state is the city of knoxville?
SELECT state FROM table_name_81 WHERE city = "knoxville"
CREATE TABLE table_17327264_3 (date_of_appointment VARCHAR, replaced_by VARCHAR, manner_of_departure VARCHAR, position_in_table VARCHAR)
Name the date of appointment for sacked and 14th position replaced by marco kostmann
SELECT date_of_appointment FROM table_17327264_3 WHERE manner_of_departure = "Sacked" AND position_in_table = "14th" AND replaced_by = "Marco Kostmann"
CREATE TABLE table_name_5 (year_8_1st_quad VARCHAR, year_8_3rd_quad VARCHAR, year_9_2nd_quad VARCHAR, year_9_1st_quad VARCHAR)
For the Crew with Year 9 2nd Quads of STM, Year 9 1st Quads of SOM, and a Year 8 3rd Quads of STA what was the Year 8 1st Quads?
SELECT year_8_1st_quad FROM table_name_5 WHERE year_9_2nd_quad = "stm" AND year_9_1st_quad = "som" AND year_8_3rd_quad = "sta"
CREATE TABLE table_name_59 (character VARCHAR, category VARCHAR, award VARCHAR)
Which character was in the sexiest female category of the British Soap Awards?
SELECT character FROM table_name_59 WHERE category = "sexiest female" AND award = "british soap awards"
CREATE TABLE table_17327458_1 (team VARCHAR, date_of_appointment VARCHAR)
What team appointed a manager on 12 June?
SELECT team FROM table_17327458_1 WHERE date_of_appointment = "12 June"
CREATE TABLE table_17335602_1 (winning_score VARCHAR, tournament VARCHAR)
How many winning scores were there in the rr donnelley lpga founders cup?
SELECT COUNT(winning_score) FROM table_17335602_1 WHERE tournament = "RR Donnelley LPGA Founders Cup"
CREATE TABLE table_17335602_1 (date VARCHAR, tournament VARCHAR)
When was the mcdonald's lpga championship?
SELECT date FROM table_17335602_1 WHERE tournament = "McDonald's LPGA Championship"
CREATE TABLE table_17335602_1 (winners_share___ INTEGER, tournament VARCHAR)
What was the winner's share in the wegmans lpga championship?
SELECT MAX(winners_share___) AS $__ FROM table_17335602_1 WHERE tournament = "Wegmans LPGA Championship"
CREATE TABLE table_name_92 (_jerk VARCHAR, clean_ INTEGER, total__kg_ VARCHAR, snatch VARCHAR)
what is the highest clean & jerk when total (kg) is 200.0 and snatch is more than 87.5?
SELECT MAX(clean_) & _jerk FROM table_name_92 WHERE total__kg_ = "200.0" AND snatch > 87.5
CREATE TABLE table_17340355_6 (record VARCHAR, high_rebounds VARCHAR)
What are the records of games where high rebounds is amar'e stoudemire (11)
SELECT COUNT(record) FROM table_17340355_6 WHERE high_rebounds = "Amar'e Stoudemire (11)"
Tell me the average 1st prize for tennessee
SELECT AVG(_1st_prize) FROM table_name_55 WHERE location = "tennessee"
CREATE TABLE table_17340355_7 (high_assists VARCHAR, date VARCHAR)
Who had the high assist total on january 2?
SELECT high_assists FROM table_17340355_7 WHERE date = "January 2"
CREATE TABLE table_17350255_1 (film_title_used_in_nomination VARCHAR, original_title VARCHAR)
What was the title used in nomination in the original Bābǎi Zhuàngshì (八百壯士)?
SELECT film_title_used_in_nomination FROM table_17350255_1 WHERE original_title = "Bābǎi zhuàngshì (八百壯士)"
CREATE TABLE table_17350255_1 (year__ceremony_ VARCHAR, result VARCHAR, film_title_used_in_nomination VARCHAR)
What was the year when My Mother's Teahouse was not nominated?
SELECT year__ceremony_ FROM table_17350255_1 WHERE result = "Not Nominated" AND film_title_used_in_nomination = "My Mother's Teahouse"
CREATE TABLE table_name_6 (erp_w INTEGER, frequency_mhz INTEGER)
What is the ERP W number where the frequency is smaller than 91.1?
SELECT MAX(erp_w) FROM table_name_6 WHERE frequency_mhz < 91.1
CREATE TABLE table_17355408_5 (high_points VARCHAR, location_attendance VARCHAR)
Name the high points for pepsi center 18,611
SELECT high_points FROM table_17355408_5 WHERE location_attendance = "Pepsi Center 18,611"
CREATE TABLE table_name_40 (cospar_id VARCHAR, launch_date_time__utc_ VARCHAR)
What COSPAR ID has a Launch date/time (UTC) of 1995-11-06, 05:15:01?
SELECT cospar_id FROM table_name_40 WHERE launch_date_time__utc_ = "1995-11-06, 05:15:01"
CREATE TABLE table_17355408_4 (high_assists VARCHAR, high_points VARCHAR)
Name the high assists for chauncey billups , carmelo anthony (18)
SELECT high_assists FROM table_17355408_4 WHERE high_points = "Chauncey Billups , Carmelo Anthony (18)"
CREATE TABLE table_17355716_5 (team VARCHAR, date VARCHAR)
Name the team where the date is november 17
SELECT team FROM table_17355716_5 WHERE date = "November 17"
CREATE TABLE table_name_35 (episodes INTEGER, actor VARCHAR)
What is the lowest number of episodes for anabel barnston?
SELECT MIN(episodes) FROM table_name_35 WHERE actor = "anabel barnston"
CREATE TABLE table_name_31 (year_of_disaffiliation INTEGER, station VARCHAR, year_of_affiliation VARCHAR)
What is the most recent year of disaffiliation of a CHCH-TV station that affiliated after 2001?
SELECT MAX(year_of_disaffiliation) FROM table_name_31 WHERE station = "chch-tv" AND year_of_affiliation > 2001
CREATE TABLE table_name_89 (crowd INTEGER, away_team VARCHAR)
What was the largest crowd when South Melbourne was the away team?
SELECT MAX(crowd) FROM table_name_89 WHERE away_team = "south melbourne"
CREATE TABLE table_17356873_1 (venue VARCHAR, shirt_sponsor VARCHAR)
Which venue does Mardan sponsor?
SELECT venue FROM table_17356873_1 WHERE shirt_sponsor = "Mardan"
CREATE TABLE table_17360840_9 (score VARCHAR, record VARCHAR)
What was the score when the record was 21-31-13?
SELECT score FROM table_17360840_9 WHERE record = "21-31-13"
CREATE TABLE table_17369472_2 (won VARCHAR, points VARCHAR)
How many were won when there were 49 points?
SELECT won FROM table_17369472_2 WHERE points = "49"
CREATE TABLE table_name_51 (points_awarded__platinum_ INTEGER, points_awarded__gold_ VARCHAR, points_awarded__silver_ VARCHAR)
What points awarded are higher than 6 but smaller than 9
SELECT MAX(points_awarded__platinum_) FROM table_name_51 WHERE points_awarded__gold_ = 9 AND points_awarded__silver_ > 6
CREATE TABLE table_17384764_1 (designation VARCHAR, experience VARCHAR)
How many faculty members have 20 years of experience?
SELECT COUNT(designation) FROM table_17384764_1 WHERE experience = "20 years"
CREATE TABLE table_17429402_7 (occ_championships INTEGER, last_outright_occ_championship VARCHAR)
What is the fewest number of occ championships for the team that last won an outright occ championship in 2006?
SELECT MIN(occ_championships) FROM table_17429402_7 WHERE last_outright_occ_championship = "2006"
CREATE TABLE table_name_41 (platforms VARCHAR, stations VARCHAR)
Name the total number of platforms that waddon railway station has
SELECT COUNT(platforms) FROM table_name_41 WHERE stations = "waddon railway station"
CREATE TABLE table_17417383_6 (round_of_16 VARCHAR, quarterfinals VARCHAR, event VARCHAR)
Name the round 16 for did not advance and light flyweight
SELECT round_of_16 FROM table_17417383_6 WHERE quarterfinals = "Did not advance" AND event = "Light flyweight"
CREATE TABLE table_name_22 (away VARCHAR, season VARCHAR, record VARCHAR, win__percentage VARCHAR)
What is the away score with a record of 7-4, win% of 0.637, and 2010 season?
SELECT away FROM table_name_22 WHERE record = "7-4" AND win__percentage = 0.637 AND season = "2010"
CREATE TABLE table_174491_1 (fis_nordic_world_ski_championships VARCHAR, country VARCHAR, holmenkollen VARCHAR)
What year did the man from Norway who won the Holmenkollen in 1958 win the FIS Nordic World Ski Championships?
SELECT fis_nordic_world_ski_championships FROM table_174491_1 WHERE country = "Norway" AND holmenkollen = "1958"
CREATE TABLE table_174491_2 (fis_nordic_world_ski_championships VARCHAR, winner VARCHAR)
What years did Birger Ruud win the FIS Nordic World Ski Championships?
SELECT fis_nordic_world_ski_championships FROM table_174491_2 WHERE winner = "Birger Ruud"
CREATE TABLE table_name_68 (attendance INTEGER, loss VARCHAR)
How many attended the game that was a Loss of k. gross (1-1)?
SELECT MAX(attendance) FROM table_name_68 WHERE loss = "k. gross (1-1)"
CREATE TABLE table_name_45 (record VARCHAR, decision VARCHAR, home VARCHAR)
What is the record of the game with Mason as the decision and Nashville as the home team?
SELECT record FROM table_name_45 WHERE decision = "mason" AND home = "nashville"
CREATE TABLE table_1745843_7 (part_3 VARCHAR, part_4 VARCHAR)
What's the part 3 of the verb with part 4 gelopen?
SELECT part_3 FROM table_1745843_7 WHERE part_4 = "gelopen"
CREATE TABLE table_name_99 (year INTEGER, points VARCHAR, entrant VARCHAR, chassis VARCHAR)
What is the earliest year with an entry from Rotary Watches Stanley BRM and a BRM P207 with more than 0 points?
SELECT MIN(year) FROM table_name_99 WHERE entrant = "rotary watches stanley brm" AND chassis = "brm p207" AND points > 0
CREATE TABLE table_name_41 (transfer_fee VARCHAR, name VARCHAR, source VARCHAR, country VARCHAR)
What is henry transfer fee at fcbarcelona.cat in fra?
SELECT transfer_fee FROM table_name_41 WHERE source = "fcbarcelona.cat" AND country = "fra" AND name = "henry"
CREATE TABLE table_name_55 (grid VARCHAR, laps VARCHAR, driver VARCHAR)
What is the grid with 71 laps and the driver, Allan McNish.
SELECT grid FROM table_name_55 WHERE laps = "71" AND driver = "allan mcnish"
CREATE TABLE table_1745843_10 (part_3 VARCHAR, class VARCHAR)
What is part 1 of the verb in class 4
SELECT part_3 FROM table_1745843_10 WHERE class = "4"
CREATE TABLE table_1745843_10 (part_1 VARCHAR, verb_meaning VARCHAR)
How many verbs mean to grow, to produce
SELECT COUNT(part_1) FROM table_1745843_10 WHERE verb_meaning = "to grow, to produce"
CREATE TABLE table_17467578_1 (original_airdate VARCHAR, us_viewers__million_ VARCHAR)
What was the original airdate of the episode "The Cold Turkey", which was viewed by 3.73 million viewers?
SELECT original_airdate FROM table_17467578_1 WHERE us_viewers__million_ = "3.73"