answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT MAX(pick__number) FROM table_10975034_2 WHERE college = "Northwestern" | What is the pick number for Northwestern college? | CREATE TABLE table_10975034_2 (pick__number INTEGER, college VARCHAR) |
SELECT apogee FROM table_name_48 WHERE inclination = "65°" AND launch_date_time___gmt__ = "15 february 1973, 01:11" | What is Apogee, when Inclination is 65°, and when Launch Date/Time is ( GMT ) is 15 February 1973, 01:11? | CREATE TABLE table_name_48 (apogee VARCHAR, inclination VARCHAR, launch_date_time___gmt__ VARCHAR) |
SELECT district FROM table_1342233_43 WHERE incumbent = "Eugene Worley" | What district is eugene worley from? | CREATE TABLE table_1342233_43 (district VARCHAR, incumbent VARCHAR) |
SELECT MAX(year) FROM table_name_37 WHERE event = "fila world championships" AND venue = "toledo, united states" AND weight_class__kg_ < 97 | What is the highest year that has fila world championships as the event, with toledo, united states as the venue, and a weight class (kg) less than 97? | CREATE TABLE table_name_37 (year INTEGER, weight_class__kg_ VARCHAR, event VARCHAR, venue VARCHAR) |
SELECT license FROM table_name_98 WHERE platform = "windows" AND name = "altirra" | What is the License when the Platform is windows and the Name is Altirra? | CREATE TABLE table_name_98 (license VARCHAR, platform VARCHAR, name VARCHAR) |
SELECT score FROM table_name_93 WHERE date = "2000-05-23" | What is Score, when Date is "2000-05-23"? | CREATE TABLE table_name_93 (score VARCHAR, date VARCHAR) |
SELECT wednesday FROM table_11019212_1 WHERE monday = "10:00-8:00" | what's the wednesday time with monday being 10:00-8:00 | CREATE TABLE table_11019212_1 (wednesday VARCHAR, monday VARCHAR) |
SELECT COUNT(venue) FROM table_19576091_1 WHERE date = "November 6" | How many venues were there for the match on November 6? | CREATE TABLE table_19576091_1 (venue VARCHAR, date VARCHAR) |
SELECT MIN(draws) FROM table_name_44 WHERE wins > 18 | What draws are the lowest when wins are larger than 18? | CREATE TABLE table_name_44 (draws INTEGER, wins INTEGER) |
SELECT end_address FROM table_name_61 WHERE class = "class e (reserved)" | What is the end address for the Class E (Reserved)? | CREATE TABLE table_name_61 (end_address VARCHAR, class VARCHAR) |
SELECT date FROM table_name_6 WHERE surface = "clay" AND score = "6–1, 6–2" AND outcome = "runner-up" | Name the date when the surface was clay and the score was 6–1, 6–2 and runner-up | CREATE TABLE table_name_6 (date VARCHAR, outcome VARCHAR, surface VARCHAR, score VARCHAR) |
SELECT format FROM table_1949746_1 WHERE frequency = "790 AM" | When 790 am is the frequency what is the format? | CREATE TABLE table_1949746_1 (format VARCHAR, frequency VARCHAR) |
SELECT first_name FROM people ORDER BY first_name | List the first names of people in alphabetical order? | CREATE TABLE people (first_name VARCHAR) |
SELECT location_attendance FROM table_name_95 WHERE game = 1 | What is the location and attendance of game 1? | CREATE TABLE table_name_95 (location_attendance VARCHAR, game VARCHAR) |
SELECT written_by FROM table_28688313_1 WHERE us_viewers__in_millions_ = "9.81" | Who wrote the episode with 9.81 million US viewers? | CREATE TABLE table_28688313_1 (written_by VARCHAR, us_viewers__in_millions_ VARCHAR) |
SELECT western FROM table_26614365_1 WHERE latin = "latrones" | What is the western word for "latrones" in Latin? | CREATE TABLE table_26614365_1 (western VARCHAR, latin VARCHAR) |
SELECT team__number2 FROM table_name_67 WHERE team__number1 = "lukoil academic" | with team #1 as lukoil academic what is team #2? | CREATE TABLE table_name_67 (team__number2 VARCHAR, team__number1 VARCHAR) |
SELECT player FROM table_name_83 WHERE total > 285 AND finish = "t30" | Total larger than 285, and a Finish of t30 belongs to what player? | CREATE TABLE table_name_83 (player VARCHAR, total VARCHAR, finish VARCHAR) |
SELECT pos FROM table_name_64 WHERE name = "eftychia karagianni" | What is Eftychia Karagianni Pos.? | CREATE TABLE table_name_64 (pos VARCHAR, name VARCHAR) |
SELECT place FROM table_name_84 WHERE score = 72 - 66 = 138 AND player = "bob may" | What place did Bob May get when his score was 72-66=138? | CREATE TABLE table_name_84 (place VARCHAR, player VARCHAR, score VARCHAR) |
SELECT score FROM table_name_43 WHERE to_par = "+2" AND country = "united states" AND player = "rocco mediate" | When Rocco Mediate of the United States has a To par of +2, what was his score? | CREATE TABLE table_name_43 (score VARCHAR, player VARCHAR, to_par VARCHAR, country VARCHAR) |
SELECT 1861 FROM table_name_82 WHERE "year" = "year" AND 1881 = "1991" | What's the 1861 had 1991 in 1881 and a year of year? | CREATE TABLE table_name_82 (Id VARCHAR) |
SELECT home_team FROM table_name_65 WHERE away_team = "carlton" | Who was Carlton's home team opponent? | CREATE TABLE table_name_65 (home_team VARCHAR, away_team VARCHAR) |
SELECT score FROM table_23248869_8 WHERE record = "19–35" | What was the score when the record was 19–35 | CREATE TABLE table_23248869_8 (score VARCHAR, record VARCHAR) |
SELECT venue FROM table_name_72 WHERE result = "eng by 6 wkts" | Tell me the venue with result of eng by 6 wkts | CREATE TABLE table_name_72 (venue VARCHAR, result VARCHAR) |
SELECT MIN(fa_cup_goals) FROM table_10240125_1 WHERE fa_cup_apps = 9 | When FA Cup Apps is 9 what is the smallest number of FA Cup Goals? | CREATE TABLE table_10240125_1 (fa_cup_goals INTEGER, fa_cup_apps VARCHAR) |
SELECT city FROM addresses WHERE NOT city IN (SELECT DISTINCT t3.city FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id) | Find the list of cities that no customer is living in. | CREATE TABLE customers (customer_id VARCHAR); CREATE TABLE addresses (city VARCHAR, address_id VARCHAR); CREATE TABLE customer_addresses (customer_id VARCHAR, address_id VARCHAR); CREATE TABLE addresses (city VARCHAR) |
SELECT AVG(goals_against) FROM table_name_50 WHERE drawn > 9 AND lost > 15 AND position = 24 AND played < 46 | Which Goals Against has a Drawn larger than 9, a Lost larger than 15, a Position of 24, and a Played smaller than 46? | CREATE TABLE table_name_50 (goals_against INTEGER, played VARCHAR, position VARCHAR, drawn VARCHAR, lost VARCHAR) |
SELECT horizontal_0_a FROM table_25519358_1 WHERE hypotenuse_0_c = "明弦(RY日月)" | Name the horizontal 0 for 明弦(ry日月) | CREATE TABLE table_25519358_1 (horizontal_0_a VARCHAR, hypotenuse_0_c VARCHAR) |
SELECT score FROM table_name_48 WHERE player = "jay haas" | What is the score of player jay haas? | CREATE TABLE table_name_48 (score VARCHAR, player VARCHAR) |
SELECT COUNT(year) FROM table_13169136_1 WHERE champion = "Jiyai Shin" | What year is Jiyai Shin the champion? | CREATE TABLE table_13169136_1 (year VARCHAR, champion VARCHAR) |
SELECT nickname FROM table_name_62 WHERE institution = "columbia university" | What is the nickname of Columbia University? | CREATE TABLE table_name_62 (nickname VARCHAR, institution VARCHAR) |
SELECT MIN(pocona_municipality___percentage_) FROM table_name_61 WHERE puerto_villarroel_municipality___percentage_ < 14.6 AND chimoré_municipality___percentage_ = 5.1 AND entre_ríos_municipality___percentage_ < 0.9 | Which Pocona Municipality (%) is the lowest one that has a Puerto Villarroel Municipality (%) smaller than 14.6, and a Chimoré Municipality (%) of 5.1, and an Entre Ríos Municipality (%) smaller than 0.9? | CREATE TABLE table_name_61 (pocona_municipality___percentage_ INTEGER, entre_ríos_municipality___percentage_ VARCHAR, puerto_villarroel_municipality___percentage_ VARCHAR, chimoré_municipality___percentage_ VARCHAR) |
SELECT conf_record FROM table_27069503_2 WHERE overall = "33-4-1" | What was the conference record in the season where the Pandas had an overall record of 33-4-1? | CREATE TABLE table_27069503_2 (conf_record VARCHAR, overall VARCHAR) |
SELECT group FROM table_name_31 WHERE result = "nominated" AND year < 2012 AND film_show = "east west 101" AND award = "best lead actor in a television drama" | Before 2012, which Group has the Result, nominated, the Film/Show, East West 101, and the Award, Best Lead Actor in A Television Drama? | CREATE TABLE table_name_31 (group VARCHAR, award VARCHAR, film_show VARCHAR, result VARCHAR, year VARCHAR) |
SELECT AVG(total) FROM table_name_97 WHERE nation = "kyrgyzstan" AND silver < 0 | What is the Total of kyrgyzstan with a Silver smaller than 0? | CREATE TABLE table_name_97 (total INTEGER, nation VARCHAR, silver VARCHAR) |
SELECT series FROM table_25557880_1 WHERE position = "NC†" | In which series was his position NC† ? | CREATE TABLE table_25557880_1 (series VARCHAR, position VARCHAR) |
SELECT margin_of_victory FROM table_name_10 WHERE date = "aug 24, 1986" | What was Juli's winning margin on Aug 24, 1986? | CREATE TABLE table_name_10 (margin_of_victory VARCHAR, date VARCHAR) |
SELECT T1.company_name FROM Third_Party_Companies AS T1 JOIN Maintenance_Contracts AS T2 ON T1.company_id = T2.maintenance_contract_company_id ORDER BY T2.contract_start_date LIMIT 1 | Which company started the earliest the maintenance contract? Show the company name. | CREATE TABLE Third_Party_Companies (company_name VARCHAR, company_id VARCHAR); CREATE TABLE Maintenance_Contracts (maintenance_contract_company_id VARCHAR, contract_start_date VARCHAR) |
SELECT MAX(week) FROM table_name_27 WHERE opponent = "chicago bears" | What is the latest week when the chicago bears are the opponent? | CREATE TABLE table_name_27 (week INTEGER, opponent VARCHAR) |
SELECT SUM(losses) FROM table_name_69 WHERE wins = 15 AND position > 3 | What is the total number of losses for entries with 15 wins and a position larger than 3? | CREATE TABLE table_name_69 (losses INTEGER, wins VARCHAR, position VARCHAR) |
SELECT COUNT(jersey__number) FROM table_name_98 WHERE height__cm_ = 183 AND name = "paul stastny" AND weight__kg_ < 93 | Which Jersey # has a Height (cm) of 183, a Name of paul stastny, and a Weight (kg) smaller than 93? | CREATE TABLE table_name_98 (jersey__number VARCHAR, weight__kg_ VARCHAR, height__cm_ VARCHAR, name VARCHAR) |
SELECT date FROM table_22822559_4 WHERE team = "@ Toronto" | On what date did the Pistons play @ toronto? | CREATE TABLE table_22822559_4 (date VARCHAR, team VARCHAR) |
SELECT socialist_ticket FROM table_name_6 WHERE democratic_ticket = "george k. shuler" | What is the name on the Socialist ticket when the Democratic ticket is george k. shuler? | CREATE TABLE table_name_6 (socialist_ticket VARCHAR, democratic_ticket VARCHAR) |
SELECT televotes FROM table_19763199_4 WHERE jury_votes = 4 | How many televotes are there where there is 4 jury votes? | CREATE TABLE table_19763199_4 (televotes VARCHAR, jury_votes VARCHAR) |
SELECT MAX(no_in_series) FROM table_28561455_1 WHERE directed_by = "Tom DiCillo" | What is the latest episode number that was directed by Tom Dicillo? | CREATE TABLE table_28561455_1 (no_in_series INTEGER, directed_by VARCHAR) |
SELECT MAX(points) FROM table_name_5 WHERE year < 1954 | What is the highest number of points before 1954? | CREATE TABLE table_name_5 (points INTEGER, year INTEGER) |
SELECT away FROM table_name_24 WHERE home = "guelph gargoyles" | What is Away, when Home is Guelph Gargoyles? | CREATE TABLE table_name_24 (away VARCHAR, home VARCHAR) |
SELECT college_hall_of_fame FROM table_name_83 WHERE position = "fullback" | What is the college hall of fame of the player who plays fullback? | CREATE TABLE table_name_83 (college_hall_of_fame VARCHAR, position VARCHAR) |
SELECT COUNT(year) FROM table_name_7 WHERE ratings = "10.9/23" | How many Years have Ratings of 10.9/23? | CREATE TABLE table_name_7 (year VARCHAR, ratings VARCHAR) |
SELECT country FROM table_name_2 WHERE score = 72 - 65 - 73 = 210 | What Country scored 72-65-73=210? | CREATE TABLE table_name_2 (country VARCHAR, score VARCHAR) |
SELECT constructor FROM table_1140114_5 WHERE race_name = "RedeX Trophy" | Which constructor was present at the Redex Trophy race? | CREATE TABLE table_1140114_5 (constructor VARCHAR, race_name VARCHAR) |
SELECT director_s_ FROM table_name_63 WHERE recipient = "avie luthra" | Who directed the film that Avie Luthra received an award for? | CREATE TABLE table_name_63 (director_s_ VARCHAR, recipient VARCHAR) |
SELECT 1987 AS _88 FROM table_name_24 WHERE points = 136 | What is 1987-88, when Points is "136"? | CREATE TABLE table_name_24 (points VARCHAR) |
SELECT student_id, COUNT(*) FROM Friend GROUP BY student_id | Show the student IDs and numbers of friends corresponding to each. | CREATE TABLE Friend (student_id VARCHAR) |
SELECT team FROM table_name_71 WHERE points = 4 AND chassis = "march 82/83c" | What team has 4 points and a Chassis of march 82/83c? | CREATE TABLE table_name_71 (team VARCHAR, points VARCHAR, chassis VARCHAR) |
SELECT artist FROM table_name_28 WHERE draw > 6 AND place > 14 | What artist has more than 6 draws, and in a place higher than 14? | CREATE TABLE table_name_28 (artist VARCHAR, draw VARCHAR, place VARCHAR) |
SELECT last_final_lost FROM table_name_49 WHERE wins = "7" | When was the last final lost of the club with 7 wins? | CREATE TABLE table_name_49 (last_final_lost VARCHAR, wins VARCHAR) |
SELECT mountains_classification FROM table_name_42 WHERE general_classification = "egoi martínez" AND stage = "9" | Which Mountains classification has a General classification of egoi martínez, and a Stage of 9? | CREATE TABLE table_name_42 (mountains_classification VARCHAR, general_classification VARCHAR, stage VARCHAR) |
SELECT player FROM table_name_90 WHERE previous_team__league_ = "medicine hat tigers ( whl )" AND year < 2002 | What is Player, when Previous Team (League) is "Medicine Hat Tigers ( WHL )", and when Year is less than 2002? | CREATE TABLE table_name_90 (player VARCHAR, previous_team__league_ VARCHAR, year VARCHAR) |
SELECT class FROM table_name_60 WHERE number_at_lincoln < 1 AND wheel_arrangement = "0-6-0" | Which Class has a Number at Lincoln smaller than 1 and a Wheel Arrangement of 0-6-0? | CREATE TABLE table_name_60 (class VARCHAR, number_at_lincoln VARCHAR, wheel_arrangement VARCHAR) |
SELECT series_ep FROM table_name_83 WHERE netflix = "s08e18" | Which Series Ep has a Netflix of s08e18? | CREATE TABLE table_name_83 (series_ep VARCHAR, netflix VARCHAR) |
SELECT COUNT(won) FROM table_17369472_2 WHERE points = "12" | How many were won when the points were 12? | CREATE TABLE table_17369472_2 (won VARCHAR, points VARCHAR) |
SELECT MAX(attendance) FROM table_name_85 WHERE record = "0-5" AND opponents > 20 | What was the highest attendance for the game where the record was 0-5 and the opponents scored more than 20 points? | CREATE TABLE table_name_85 (attendance INTEGER, record VARCHAR, opponents VARCHAR) |
SELECT first_year_played FROM table_name_12 WHERE doubles_w_l = "8–3" | Which year first played with Double W-L of 8–3? | CREATE TABLE table_name_12 (first_year_played VARCHAR, doubles_w_l VARCHAR) |
SELECT location FROM table_28885977_1 WHERE stadium = "Moorabbin Oval" | What is the location of the Moorabbin Oval stadium? | CREATE TABLE table_28885977_1 (location VARCHAR, stadium VARCHAR) |
SELECT MAX(points_awarded__platinum_) FROM table_11254821_2 WHERE finishing_position = "5th" | How many platinum points were awarded for 5th place? | CREATE TABLE table_11254821_2 (points_awarded__platinum_ INTEGER, finishing_position VARCHAR) |
SELECT notes FROM table_19161046_1 WHERE model = "HIS HD4850 (512MB)" | What are the notes recorded for the model HIS HD4850 (512MB)? | CREATE TABLE table_19161046_1 (notes VARCHAR, model VARCHAR) |
SELECT AVG(int) FROM table_name_19 WHERE rating < 87 AND yards > 4 | How many Ints have a Rating smaller than 87, and Yards larger than 4? | CREATE TABLE table_name_19 (int INTEGER, rating VARCHAR, yards VARCHAR) |
SELECT MIN(points) FROM table_name_66 WHERE losses < 8 AND team_name = "vancouver burrards" AND games < 24 | What's the lowest number of points with fewer than 8 losses and fewer than 24 games for the vancouver burrards? | CREATE TABLE table_name_66 (points INTEGER, games VARCHAR, losses VARCHAR, team_name VARCHAR) |
SELECT tournament_winner FROM table_22779004_1 WHERE conference = "Atlantic Coast conference" | Who is the tournament winner in the Atlantic Coast Conference? | CREATE TABLE table_22779004_1 (tournament_winner VARCHAR, conference VARCHAR) |
SELECT catalog FROM table_name_74 WHERE label = "alfa records" | What is the catalog number of Alfa records? | CREATE TABLE table_name_74 (catalog VARCHAR, label VARCHAR) |
SELECT brilliance_grade FROM table_name_6 WHERE crown_angle = "41.1°" | Which Brilliance Grade has a Crown angle of 41.1°? | CREATE TABLE table_name_6 (brilliance_grade VARCHAR, crown_angle VARCHAR) |
SELECT COUNT(points) FROM table_17360840_5 WHERE record = "6-8-6" | How many points were scored when the record was 6-8-6? | CREATE TABLE table_17360840_5 (points VARCHAR, record VARCHAR) |
SELECT 1 AS st_leg FROM table_name_6 WHERE team_1 = "everton" | Team 1, Everton, has what as a 1st leg? | CREATE TABLE table_name_6 (team_1 VARCHAR) |
SELECT high_points FROM table_22654073_6 WHERE record = "9-4" | Name the high points for record 9-4 | CREATE TABLE table_22654073_6 (high_points VARCHAR, record VARCHAR) |
SELECT MIN(points) FROM table_name_41 WHERE entrant = "goulds' garage (bristol)" AND engine = "maserati straight-6" AND year < 1956 | What is the fewest number of points scored by Goulds' Garage (Bristol), engines of Maserati Straight-6, in years before 1956? | CREATE TABLE table_name_41 (points INTEGER, year VARCHAR, entrant VARCHAR, engine VARCHAR) |
SELECT final_score FROM table_21761882_4 WHERE opponent = "@ Roughriders" | What was the final score when the game was @ roughriders? | CREATE TABLE table_21761882_4 (final_score VARCHAR, opponent VARCHAR) |
SELECT drawn FROM table_12886178_5 WHERE tries_for = "76" | What's the number of drawn games for the club with a tries for count of 76? | CREATE TABLE table_12886178_5 (drawn VARCHAR, tries_for VARCHAR) |
SELECT score FROM table_name_42 WHERE competition = "1998 fifa world cup qualification" | What was the score during the competition of 1998 fifa world cup qualification? | CREATE TABLE table_name_42 (score VARCHAR, competition VARCHAR) |
SELECT competition FROM table_name_65 WHERE year = 2008 AND surface = "carpet" AND date = "31 jan" | Which competition has a Year of 2008, a Surface of carpet, and a Date of 31 jan? | CREATE TABLE table_name_65 (competition VARCHAR, date VARCHAR, year VARCHAR, surface VARCHAR) |
SELECT mls_team FROM table_name_69 WHERE pick__number = 31 | Which MLS Team's pick number was 31? | CREATE TABLE table_name_69 (mls_team VARCHAR, pick__number VARCHAR) |
SELECT college_junior_club_team__league_ FROM table_name_27 WHERE round > 1 AND nationality = "canada" AND position = "(d)" | what is the college/junior/club team (league) when the round is higher than 1, the nationality is canada and the position is (d)? | CREATE TABLE table_name_27 (college_junior_club_team__league_ VARCHAR, position VARCHAR, round VARCHAR, nationality VARCHAR) |
SELECT location FROM table_name_14 WHERE wrestler = "tatsuhito takaiwa" | What location has tatsuhito takaiwa as the wrestler? | CREATE TABLE table_name_14 (location VARCHAR, wrestler VARCHAR) |
SELECT SUM(weight__kg_) FROM table_name_90 WHERE birthdate = "june 2, 1983" | What is that if the weight for the play born on June 2, 1983? | CREATE TABLE table_name_90 (weight__kg_ INTEGER, birthdate VARCHAR) |
SELECT COUNT(tn_seshan__values_) FROM table_22897453_1 WHERE kr_narayanan__values_ = 478608 | Name the number of tn seshan values for kr values is 478608 | CREATE TABLE table_22897453_1 (tn_seshan__values_ VARCHAR, kr_narayanan__values_ VARCHAR) |
SELECT COUNT(pinyin) FROM table_16162581_1 WHERE wade_giles = "hsin-yüan-i-ma" | Name the total number of pinyin for hsin-yüan-i-ma | CREATE TABLE table_16162581_1 (pinyin VARCHAR, wade_giles VARCHAR) |
SELECT CName FROM COURSE ORDER BY Credits | List the course name of courses sorted by credits. | CREATE TABLE COURSE (CName VARCHAR, Credits VARCHAR) |
SELECT COUNT(cashes) FROM table_name_97 WHERE match_play < 13 AND events = 7 | Which Cashes has a Match Play smaller than 13, and a Events of 7? | CREATE TABLE table_name_97 (cashes VARCHAR, match_play VARCHAR, events VARCHAR) |
SELECT blagojevich__d_ FROM table_name_77 WHERE date = "october 16, 2006" | Which Blagojevich (D) happened on october 16, 2006? | CREATE TABLE table_name_77 (blagojevich__d_ VARCHAR, date VARCHAR) |
SELECT laps FROM table_name_19 WHERE grid = "10" | What is the number of laps completed by the car in grid 10? | CREATE TABLE table_name_19 (laps VARCHAR, grid VARCHAR) |
SELECT MAX(age) FROM table_22447251_2 WHERE contestant = "Valerie Chardonnens Vargas" | How old is contestant Valerie Chardonnens Vargas? | CREATE TABLE table_22447251_2 (age INTEGER, contestant VARCHAR) |
SELECT COUNT(first_elected) FROM table_1342013_9 WHERE incumbent = "William C. Lantaff" | how many first elected with incumbent being william c. lantaff | CREATE TABLE table_1342013_9 (first_elected VARCHAR, incumbent VARCHAR) |
SELECT city___municipality FROM table_232458_1 WHERE pop_density__per_km²_ = "1,388.88" | What is the name of the city/municipality if the population is 1,388.88? | CREATE TABLE table_232458_1 (city___municipality VARCHAR, pop_density__per_km²_ VARCHAR) |
SELECT october FROM table_name_51 WHERE february = "cristy thom" | Who is the october playmate with February playmate Cristy Thom? | CREATE TABLE table_name_51 (october VARCHAR, february VARCHAR) |
SELECT us_air_date FROM table_18424435_4 WHERE canadian_viewers__million_ = "1.452" | What was the air date in the U.S. for the episode that had 1.452 million Canadian viewers? | CREATE TABLE table_18424435_4 (us_air_date VARCHAR, canadian_viewers__million_ VARCHAR) |
SELECT COUNT(total_pts) FROM table_21457754_2 WHERE team_name = "GBR Challenge" | Name the number of total pts for gbr challenge | CREATE TABLE table_21457754_2 (total_pts VARCHAR, team_name VARCHAR) |
SELECT years_member FROM table_name_47 WHERE school = "cairo high school" | What Years Member has a School of cairo high school? | CREATE TABLE table_name_47 (years_member VARCHAR, school VARCHAR) |
SELECT cross_section_area__cm_2__ FROM table_2071644_1 WHERE moment_of_inertia_in_torsion__j___cm_4__ = "2.54" | What is the cross section area (cm 2) for the moment of intertia in torsion (j) (cm 4) 2.54? | CREATE TABLE table_2071644_1 (cross_section_area__cm_2__ VARCHAR, moment_of_inertia_in_torsion__j___cm_4__ VARCHAR) |
SELECT date_year FROM table_21436373_10 WHERE type_of_record = "Pre-season game" | When was the pre-season game record achieved? | CREATE TABLE table_21436373_10 (date_year VARCHAR, type_of_record VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.