text stringlengths 114 1.06k |
|---|
### question: At what average position is the drawn 9 and the points greater than 25? ### answer: SELECT AVG(position) FROM table_name_75 WHERE drawn = 9 AND points > 25 ### context: CREATE TABLE table_name_75 (position INTEGER, drawn VARCHAR, points VARCHAR) |
### question: How many played has an against greater than 57 and a lost bigger than 14? ### answer: SELECT COUNT(played) FROM table_name_83 WHERE against > 57 AND lost > 14 ### context: CREATE TABLE table_name_83 (played VARCHAR, against VARCHAR, lost VARCHAR) |
### question: The event rip curl pro mademoiselle is in which location? ### answer: SELECT location FROM table_name_55 WHERE event = "rip curl pro mademoiselle" ### context: CREATE TABLE table_name_55 (location VARCHAR, event VARCHAR) |
### question: On the date november 24-december 6 what's the winner when the country is united states? ### answer: SELECT winner FROM table_name_35 WHERE country = "united states" AND date = "november 24-december 6" ### context: CREATE TABLE table_name_35 (winner VARCHAR, country VARCHAR, date VARCHAR) |
### question: Which year was the 100 m event played in Thessaloniki, Greece? ### answer: SELECT MIN(year) FROM table_name_93 WHERE event = "100 m" AND venue = "thessaloniki, greece" ### context: CREATE TABLE table_name_93 (year INTEGER, event VARCHAR, venue VARCHAR) |
### question: Which position was the World Indoor Championships in a year later than 2008? ### answer: SELECT position FROM table_name_64 WHERE competition = "world indoor championships" AND year > 2008 ### context: CREATE TABLE table_name_64 (position VARCHAR, competition VARCHAR, year VARCHAR) |
### question: What position was played at the World Athletics Final Competition in a year more recent than 2008? ### answer: SELECT position FROM table_name_62 WHERE competition = "world athletics final" AND year > 2008 ### context: CREATE TABLE table_name_62 (position VARCHAR, competition VARCHAR, year VARCHAR) |
### question: What position was played at the World Athletics Final Competition in a year more recent than 2008? ### answer: SELECT position FROM table_name_11 WHERE competition = "world athletics final" AND year > 2008 ### context: CREATE TABLE table_name_11 (position VARCHAR, competition VARCHAR, year VARCHAR) |
### question: What are the goals of the assists of 5? ### answer: SELECT goals FROM table_name_92 WHERE assists = "5" ### context: CREATE TABLE table_name_92 (goals VARCHAR, assists VARCHAR) |
### question: What is the assists for the year 1995? ### answer: SELECT assists FROM table_name_66 WHERE year = "1995" ### context: CREATE TABLE table_name_66 (assists VARCHAR, year VARCHAR) |
### question: What assists has the Team SMU and the total points of 85? ### answer: SELECT assists FROM table_name_14 WHERE team = "smu" AND total_points = "85" ### context: CREATE TABLE table_name_14 (assists VARCHAR, team VARCHAR, total_points VARCHAR) |
### question: What year had 48 assists? ### answer: SELECT year FROM table_name_35 WHERE assists = "48" ### context: CREATE TABLE table_name_35 (year VARCHAR, assists VARCHAR) |
### question: What is the total points for GP/GS of 24/23? ### answer: SELECT total_points FROM table_name_28 WHERE gp_gs = "24/23" ### context: CREATE TABLE table_name_28 (total_points VARCHAR, gp_gs VARCHAR) |
### question: What is the assists for the Team of Florida and the total points of 75? ### answer: SELECT assists FROM table_name_29 WHERE team = "florida" AND total_points = "75" ### context: CREATE TABLE table_name_29 (assists VARCHAR, team VARCHAR, total_points VARCHAR) |
### question: What is the attendance of the match with F.C. central chugoku as the home team? ### answer: SELECT attendance FROM table_name_24 WHERE home_team = "f.c. central chugoku" ### context: CREATE TABLE table_name_24 (attendance VARCHAR, home_team VARCHAR) |
### question: What is the away team of match 9? ### answer: SELECT away_team FROM table_name_52 WHERE match_no = "9" ### context: CREATE TABLE table_name_52 (away_team VARCHAR, match_no VARCHAR) |
### question: What is the score of match 15? ### answer: SELECT score FROM table_name_30 WHERE match_no = "15" ### context: CREATE TABLE table_name_30 (score VARCHAR, match_no VARCHAR) |
### question: What is the attendance of the match with kochi university as the away team? ### answer: SELECT attendance FROM table_name_23 WHERE away_team = "kochi university" ### context: CREATE TABLE table_name_23 (attendance VARCHAR, away_team VARCHAR) |
### question: What is the attendance of the match with rosso kumamoto as the away team? ### answer: SELECT attendance FROM table_name_82 WHERE away_team = "rosso kumamoto" ### context: CREATE TABLE table_name_82 (attendance VARCHAR, away_team VARCHAR) |
### question: What year did the company have a balance sheet total of €125,359,000? ### answer: SELECT COUNT(year) FROM table_name_69 WHERE balance_sheet_total = "€125,359,000" ### context: CREATE TABLE table_name_69 (year VARCHAR, balance_sheet_total VARCHAR) |
### question: What was the average Year of release for the Album, "Da Baddest Bitch"? ### answer: SELECT AVG(year) FROM table_name_31 WHERE album = "da baddest bitch" ### context: CREATE TABLE table_name_31 (year INTEGER, album VARCHAR) |
### question: What was the result of the game with a score of 3-2? ### answer: SELECT result FROM table_name_99 WHERE score = "3-2" ### context: CREATE TABLE table_name_99 (result VARCHAR, score VARCHAR) |
### question: What was the score of the 2014 World Cup Qualification? ### answer: SELECT score FROM table_name_91 WHERE competition = "2014 world cup qualification" ### context: CREATE TABLE table_name_91 (score VARCHAR, competition VARCHAR) |
### question: What was the result of the game with a score of 4-1? ### answer: SELECT result FROM table_name_65 WHERE score = "4-1" ### context: CREATE TABLE table_name_65 (result VARCHAR, score VARCHAR) |
### question: What venue held with game with a score of 3-2? ### answer: SELECT venue FROM table_name_42 WHERE score = "3-2" ### context: CREATE TABLE table_name_42 (venue VARCHAR, score VARCHAR) |
### question: When has a Centerfold model of krista kelly? ### answer: SELECT date FROM table_name_20 WHERE centerfold_model = "krista kelly" ### context: CREATE TABLE table_name_20 (date VARCHAR, centerfold_model VARCHAR) |
### question: Which 20 Questions has a Cover model of rena mero , torrie wilson (two alternative covers)? ### answer: SELECT 20 AS _questions FROM table_name_60 WHERE cover_model = "rena mero , torrie wilson (two alternative covers)" ### context: CREATE TABLE table_name_60 (cover_model VARCHAR) |
### question: When Centerfold model is on 3-04? ### answer: SELECT centerfold_model FROM table_name_80 WHERE date = "3-04" ### context: CREATE TABLE table_name_80 (centerfold_model VARCHAR, date VARCHAR) |
### question: Which Cover model has a Centerfold model of scarlett keegan? ### answer: SELECT cover_model FROM table_name_22 WHERE centerfold_model = "scarlett keegan" ### context: CREATE TABLE table_name_22 (cover_model VARCHAR, centerfold_model VARCHAR) |
### question: When has a Centerfold model of pilar lastra? ### answer: SELECT date FROM table_name_95 WHERE centerfold_model = "pilar lastra" ### context: CREATE TABLE table_name_95 (date VARCHAR, centerfold_model VARCHAR) |
### question: What is the lowest share with an air date of March 21, 2008 and had viewers larger than 5.15? ### answer: SELECT MIN(share) FROM table_name_8 WHERE air_date = "march 21, 2008" AND viewers > 5.15 ### context: CREATE TABLE table_name_8 (share INTEGER, air_date VARCHAR, viewers VARCHAR) |
### question: What is the lowest team (s) that have tvmk as top scorer (s) and flora as the champion? ### answer: SELECT MIN(team_s_) FROM table_name_31 WHERE top_goalscorer_s_ = "tvmk" AND champion = "flora" ### context: CREATE TABLE table_name_31 (team_s_ INTEGER, top_goalscorer_s_ VARCHAR, champion VARCHAR) |
### question: What round had the opponent Lyon? ### answer: SELECT round FROM table_name_1 WHERE opposition = "lyon" ### context: CREATE TABLE table_name_1 (round VARCHAR, opposition VARCHAR) |
### question: Who has the first leg that has a round in the semi-final? ### answer: SELECT first_leg FROM table_name_53 WHERE round = "semi-final" ### context: CREATE TABLE table_name_53 (first_leg VARCHAR, round VARCHAR) |
### question: What is Most Laps Led, when Winning Team is Chip Ganassi Racing, and when Fastest Lap is Marco Andretti? ### answer: SELECT most_laps_led FROM table_name_28 WHERE winning_team = "chip ganassi racing" AND fastest_lap = "marco andretti" ### context: CREATE TABLE table_name_28 (most_laps_led VARCHAR, winning... |
### question: Who is the Winning Driver, when Most Laps Led is Dario Franchitti, and when Pole Position is Hélio Castroneves? ### answer: SELECT winning_driver FROM table_name_10 WHERE most_laps_led = "dario franchitti" AND pole_position = "hélio castroneves" ### context: CREATE TABLE table_name_10 (winning_driver VARC... |
### question: What is Winning Team, when Most Laps Led is Alex Tagliani? ### answer: SELECT winning_team FROM table_name_21 WHERE most_laps_led = "alex tagliani" ### context: CREATE TABLE table_name_21 (winning_team VARCHAR, most_laps_led VARCHAR) |
### question: What is Winning Driver, when Fastest Lap is Ryan Hunter-Reay, and when Most Laps Led is Ryan Briscoe? ### answer: SELECT winning_driver FROM table_name_7 WHERE fastest_lap = "ryan hunter-reay" AND most_laps_led = "ryan briscoe" ### context: CREATE TABLE table_name_7 (winning_driver VARCHAR, fastest_lap VA... |
### question: What is Race, when Winning Team is Chip Ganassi Racing, when Pole Position is Ryan Briscoe, and when Most Laps Led is Scott Dixon? ### answer: SELECT race FROM table_name_91 WHERE winning_team = "chip ganassi racing" AND pole_position = "ryan briscoe" AND most_laps_led = "scott dixon" ### context: CREATE ... |
### question: Who was the Winner when the Runner-up was Real Salt Lake? ### answer: SELECT winner FROM table_name_20 WHERE runner_up = "real salt lake" ### context: CREATE TABLE table_name_20 (winner VARCHAR, runner_up VARCHAR) |
### question: During which Season was the tournament in progress? ### answer: SELECT season FROM table_name_64 WHERE runner_up = "tournament in progress" ### context: CREATE TABLE table_name_64 (season VARCHAR, runner_up VARCHAR) |
### question: What was the Score during the Season in which the Winner was C.F. Atlante? ### answer: SELECT score FROM table_name_15 WHERE winner = "c.f. atlante" ### context: CREATE TABLE table_name_15 (score VARCHAR, winner VARCHAR) |
### question: What was the Score when the Losing Semifinalists were Toluca Unam? ### answer: SELECT score FROM table_name_88 WHERE losing_semifinalists = "toluca unam" ### context: CREATE TABLE table_name_88 (score VARCHAR, losing_semifinalists VARCHAR) |
### question: What law has a penalty of — in Iraq? ### answer: SELECT laws_against_homosexuality FROM table_name_90 WHERE penalty = "—" AND country = "iraq" ### context: CREATE TABLE table_name_90 (laws_against_homosexuality VARCHAR, penalty VARCHAR, country VARCHAR) |
### question: What are the laws against homosexuality in Malaysia? ### answer: SELECT laws_against_homosexuality FROM table_name_34 WHERE country = "malaysia" ### context: CREATE TABLE table_name_34 (laws_against_homosexuality VARCHAR, country VARCHAR) |
### question: What is the average Events when the top-25 is 12 and there are less than 0 wins? ### answer: SELECT AVG(events) FROM table_name_62 WHERE top_25 = 12 AND wins < 0 ### context: CREATE TABLE table_name_62 (events INTEGER, top_25 VARCHAR, wins VARCHAR) |
### question: What is the sum of Events when the top-25 is more than 5, and the top-10 is less than 4, and wins is more than 2? ### answer: SELECT SUM(events) FROM table_name_88 WHERE top_25 > 5 AND top_10 < 4 AND wins > 2 ### context: CREATE TABLE table_name_88 (events INTEGER, wins VARCHAR, top_25 VARCHAR, top_10 VAR... |
### question: What is the average Top-10 when there were 17 cuts made with less than 0 wins? ### answer: SELECT AVG(top_10) FROM table_name_93 WHERE cuts_made = 17 AND wins < 0 ### context: CREATE TABLE table_name_93 (top_10 INTEGER, cuts_made VARCHAR, wins VARCHAR) |
### question: What is the sum of Cuts made when there were more than 72 events? ### answer: SELECT SUM(cuts_made) FROM table_name_95 WHERE events > 72 ### context: CREATE TABLE table_name_95 (cuts_made INTEGER, events INTEGER) |
### question: What is the average Top-5 for the open championship, and a Top-10 smaller than 2? ### answer: SELECT AVG(top_5) FROM table_name_98 WHERE tournament = "the open championship" AND top_10 < 2 ### context: CREATE TABLE table_name_98 (top_5 INTEGER, tournament VARCHAR, top_10 VARCHAR) |
### question: What was the date of airing for episodes with ratings under 10.1 and production number of 96 5-09? ### answer: SELECT original_airing FROM table_name_74 WHERE rating < 10.1 AND episode_number_production_number = "96 5-09" ### context: CREATE TABLE table_name_74 (original_airing VARCHAR, rating VARCHAR, ep... |
### question: What was the fewest number of viewers for the episode production number of 109 5-22? ### answer: SELECT MIN(total_viewers__in_millions_) FROM table_name_54 WHERE episode_number_production_number = "109 5-22" ### context: CREATE TABLE table_name_54 (total_viewers__in_millions_ INTEGER, episode_number_produ... |
### question: What is the First Aligned date in 1614? ### answer: SELECT first_aligned_day FROM table_name_67 WHERE date = "1614" ### context: CREATE TABLE table_name_67 (first_aligned_day VARCHAR, date VARCHAR) |
### question: How many Airlines have a total distance of 705 (km)? ### answer: SELECT COUNT(_number_of_airlines) FROM table_name_76 WHERE distance__km_ = 705 ### context: CREATE TABLE table_name_76 (_number_of_airlines VARCHAR, distance__km_ VARCHAR) |
### question: What is the 1st leg result when team 1 is Gambia? ### answer: SELECT 1 AS st_leg FROM table_name_10 WHERE team_1 = "gambia" ### context: CREATE TABLE table_name_10 (team_1 VARCHAR) |
### question: What is the 2nd leg result when team 2 is Morocco? ### answer: SELECT 2 AS nd_leg FROM table_name_16 WHERE team_2 = "morocco" ### context: CREATE TABLE table_name_16 (team_2 VARCHAR) |
### question: Which Name was in the Year 2001? ### answer: SELECT name FROM table_name_32 WHERE year = "2001" ### context: CREATE TABLE table_name_32 (name VARCHAR, year VARCHAR) |
### question: Which Name had a Rank of 18 Out of a number smaller than 149? ### answer: SELECT name FROM table_name_31 WHERE out_of < 149 AND rank = 18 ### context: CREATE TABLE table_name_31 (name VARCHAR, out_of VARCHAR, rank VARCHAR) |
### question: Which Name had the Rank, 15? ### answer: SELECT name FROM table_name_54 WHERE rank = 15 ### context: CREATE TABLE table_name_54 (name VARCHAR, rank VARCHAR) |
### question: What is the lowest Rank for the Name, "area of permanent crops", Out of a number smaller than 181? ### answer: SELECT MIN(rank) FROM table_name_66 WHERE name = "area of permanent crops" AND out_of < 181 ### context: CREATE TABLE table_name_66 (rank INTEGER, name VARCHAR, out_of VARCHAR) |
### question: Which Name had the Source, World Bank, and a Rank smaller than 110, Out of a number smaller than 199? ### answer: SELECT name FROM table_name_48 WHERE source = "world bank" AND rank < 110 AND out_of < 199 ### context: CREATE TABLE table_name_48 (name VARCHAR, out_of VARCHAR, source VARCHAR, rank VARCHAR) |
### question: Which Team has Manzoor Elahi as Coach and Taufeeq Umar as Captain? ### answer: SELECT team FROM table_name_88 WHERE coach = "manzoor elahi" AND captain = "taufeeq umar" ### context: CREATE TABLE table_name_88 (team VARCHAR, coach VARCHAR, captain VARCHAR) |
### question: Which City has the Bahawalpur Stags Team? ### answer: SELECT city FROM table_name_98 WHERE team = "bahawalpur stags" ### context: CREATE TABLE table_name_98 (city VARCHAR, team VARCHAR) |
### question: Who is the opponent of the December 18, 1994 game? ### answer: SELECT opponent FROM table_name_90 WHERE date = "december 18, 1994" ### context: CREATE TABLE table_name_90 (opponent VARCHAR, date VARCHAR) |
### question: What is the Artist with a Date that is june 1979? ### answer: SELECT artist FROM table_name_48 WHERE date = "june 1979" ### context: CREATE TABLE table_name_48 (artist VARCHAR, date VARCHAR) |
### question: What is the Writer with an Actual Title that is mork & mindy? ### answer: SELECT writer FROM table_name_8 WHERE actual_title = "mork & mindy" ### context: CREATE TABLE table_name_8 (writer VARCHAR, actual_title VARCHAR) |
### question: What is the Writer with a Date that is january 1975? ### answer: SELECT writer FROM table_name_63 WHERE date = "january 1975" ### context: CREATE TABLE table_name_63 (writer VARCHAR, date VARCHAR) |
### question: What is the smallest played amount when there are 2 draws and an against of more than 73? ### answer: SELECT MIN(played) FROM table_name_66 WHERE drawn = 2 AND against > 73 ### context: CREATE TABLE table_name_66 (played INTEGER, drawn VARCHAR, against VARCHAR) |
### question: What is the earliest season with a premiere of february5,2007? ### answer: SELECT MIN(episodes) FROM table_name_90 WHERE premiere = "february5,2007" ### context: CREATE TABLE table_name_90 (episodes INTEGER, premiere VARCHAR) |
### question: Which premiere had more than 15 episodes? ### answer: SELECT premiere FROM table_name_36 WHERE episodes > 15 ### context: CREATE TABLE table_name_36 (premiere VARCHAR, episodes INTEGER) |
### question: Who had the highest rebounds of the game on April 7? ### answer: SELECT high_rebounds FROM table_name_15 WHERE date = "april 7" ### context: CREATE TABLE table_name_15 (high_rebounds VARCHAR, date VARCHAR) |
### question: What is Result, when Date is 2003? ### answer: SELECT result FROM table_name_80 WHERE date = "2003" ### context: CREATE TABLE table_name_80 (result VARCHAR, date VARCHAR) |
### question: What is Record, when Date is 1996? ### answer: SELECT record FROM table_name_45 WHERE date = "1996" ### context: CREATE TABLE table_name_45 (record VARCHAR, date VARCHAR) |
### question: What is Notes, when Date is 2007? ### answer: SELECT notes FROM table_name_9 WHERE date = "2007" ### context: CREATE TABLE table_name_9 (notes VARCHAR, date VARCHAR) |
### question: What is the highest Round, when the Opponent is Junior Pitbull? ### answer: SELECT MAX(round) FROM table_name_28 WHERE opponent = "junior pitbull" ### context: CREATE TABLE table_name_28 (round INTEGER, opponent VARCHAR) |
### question: What is Date, when Result is Loss, and when Method is Submission (Armbar)? ### answer: SELECT date FROM table_name_8 WHERE result = "loss" AND method = "submission (armbar)" ### context: CREATE TABLE table_name_8 (date VARCHAR, result VARCHAR, method VARCHAR) |
### question: What is the Coombe Road time with a Selsdon evening peak? ### answer: SELECT coombe_road FROM table_name_17 WHERE selsdon = "evening peak" ### context: CREATE TABLE table_name_17 (coombe_road VARCHAR, selsdon VARCHAR) |
### question: What is the Woodside for the 16:19 Coombe Road? ### answer: SELECT woodside FROM table_name_81 WHERE coombe_road = "16:19" ### context: CREATE TABLE table_name_81 (woodside VARCHAR, coombe_road VARCHAR) |
### question: What is the Elmers End with a 09:54 Bingham Road? ### answer: SELECT elmers_end FROM table_name_65 WHERE bingham_road = "09:54" ### context: CREATE TABLE table_name_65 (elmers_end VARCHAR, bingham_road VARCHAR) |
### question: What is the Coombe Road with a Woodside time of 07:23? ### answer: SELECT coombe_road FROM table_name_14 WHERE woodside = "07:23" ### context: CREATE TABLE table_name_14 (coombe_road VARCHAR, woodside VARCHAR) |
### question: What is the Elmers End with a 17:57 Selsdon time? ### answer: SELECT elmers_end FROM table_name_30 WHERE selsdon = "17:57" ### context: CREATE TABLE table_name_30 (elmers_end VARCHAR, selsdon VARCHAR) |
### question: What is the Selsdon for the 17:19 Coombe Road? ### answer: SELECT selsdon FROM table_name_14 WHERE coombe_road = "17:19" ### context: CREATE TABLE table_name_14 (selsdon VARCHAR, coombe_road VARCHAR) |
### question: What is the highest win for losses less than 2? ### answer: SELECT MAX(wins) FROM table_name_65 WHERE losses < 2 ### context: CREATE TABLE table_name_65 (wins INTEGER, losses INTEGER) |
### question: What is the average Byes for the losses of 15, and before 1874? ### answer: SELECT AVG(byes) FROM table_name_46 WHERE losses = 15 AND against < 1874 ### context: CREATE TABLE table_name_46 (byes INTEGER, losses VARCHAR, against VARCHAR) |
### question: What is the sum of against in Ballarat FL of East Point and wins less than 16? ### answer: SELECT SUM(against) FROM table_name_75 WHERE ballarat_fl = "east point" AND wins < 16 ### context: CREATE TABLE table_name_75 (against INTEGER, ballarat_fl VARCHAR, wins VARCHAR) |
### question: What is the School with a Pick that is 24? ### answer: SELECT school FROM table_name_99 WHERE pick = 24 ### context: CREATE TABLE table_name_99 (school VARCHAR, pick VARCHAR) |
### question: What is the Team with a Player that is david cooper? ### answer: SELECT team FROM table_name_86 WHERE player = "david cooper" ### context: CREATE TABLE table_name_86 (team VARCHAR, player VARCHAR) |
### question: How many visitors in 2007 were there for ski jumping hill? ### answer: SELECT SUM(visitors), _2007 FROM table_name_10 WHERE type = "ski jumping hill" ### context: CREATE TABLE table_name_10 (_2007 VARCHAR, visitors INTEGER, type VARCHAR) |
### question: What is the highest Games, when Rebounds is greater than 100, when Name is Nikola Peković, and when Rank is less than 4? ### answer: SELECT MAX(games) FROM table_name_26 WHERE rebounds > 100 AND name = "nikola peković" AND rank < 4 ### context: CREATE TABLE table_name_26 (games INTEGER, rank VARCHAR, rebo... |
### question: What is the total number of Games, when Rank is less than 4, and when Rebounds is less than 102? ### answer: SELECT COUNT(games) FROM table_name_99 WHERE rank < 4 AND rebounds < 102 ### context: CREATE TABLE table_name_99 (games VARCHAR, rank VARCHAR, rebounds VARCHAR) |
### question: What is the lowest Games, when Name is Travis Watson, and when Rebounds is less than 136? ### answer: SELECT MIN(games) FROM table_name_38 WHERE name = "travis watson" AND rebounds < 136 ### context: CREATE TABLE table_name_38 (games INTEGER, name VARCHAR, rebounds VARCHAR) |
### question: What is the sum of Rebounds, when Team is Aris Thessaloniki, and when Games is greater than 14? ### answer: SELECT SUM(rebounds) FROM table_name_56 WHERE team = "aris thessaloniki" AND games > 14 ### context: CREATE TABLE table_name_56 (rebounds INTEGER, team VARCHAR, games VARCHAR) |
### question: What is the highest Rank, when Name is Travis Watson, and when Games is less than 14? ### answer: SELECT MAX(rank) FROM table_name_52 WHERE name = "travis watson" AND games < 14 ### context: CREATE TABLE table_name_52 (rank INTEGER, name VARCHAR, games VARCHAR) |
### question: What is Authors, when Novelty is Gen Nov, when Location is South Africa, and when Name is Criocephalosaurus? ### answer: SELECT authors FROM table_name_90 WHERE novelty = "gen nov" AND location = "south africa" AND name = "criocephalosaurus" ### context: CREATE TABLE table_name_90 (authors VARCHAR, name V... |
### question: What is Status, when Location is Russia? ### answer: SELECT status FROM table_name_69 WHERE location = "russia" ### context: CREATE TABLE table_name_69 (status VARCHAR, location VARCHAR) |
### question: What is Authors, when Novelty is Gen Et Sp Nov, and when Name is Lanthanocephalus? ### answer: SELECT authors FROM table_name_13 WHERE novelty = "gen et sp nov" AND name = "lanthanocephalus" ### context: CREATE TABLE table_name_13 (authors VARCHAR, novelty VARCHAR, name VARCHAR) |
### question: What is Name, when Authors are Kammerer & Sidor? ### answer: SELECT name FROM table_name_51 WHERE authors = "kammerer & sidor" ### context: CREATE TABLE table_name_51 (name VARCHAR, authors VARCHAR) |
### question: What is Name, when Location is Tanzania, and when Novelty is Gen Nov? ### answer: SELECT name FROM table_name_88 WHERE location = "tanzania" AND novelty = "gen nov" ### context: CREATE TABLE table_name_88 (name VARCHAR, location VARCHAR, novelty VARCHAR) |
### question: What is Name, when Status is Valid, when Authors is Maisch, when Location is Tanzania, and when Novelty is Gen Et Sp Nov? ### answer: SELECT name FROM table_name_24 WHERE status = "valid" AND authors = "maisch" AND location = "tanzania" AND novelty = "gen et sp nov" ### context: CREATE TABLE table_name_24... |
### question: What is the T568A color for the cable with a white/orange stripe T568B color? ### answer: SELECT t568a_color FROM table_name_44 WHERE t568b_color = "white/orange stripe" ### context: CREATE TABLE table_name_44 (t568a_color VARCHAR, t568b_color VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.