question stringlengths 12 244 | context stringlengths 27 489 | answer dict |
|---|---|---|
What lane was Emily Seebohm in? | CREATE TABLE table_name_2 (lane VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT COUNT(lane) FROM table_name_2 WHERE name = \"emily seebohm\""
} |
What is the quantity for railway 263? | CREATE TABLE table_name_50 (quantity VARCHAR, railway_number_s_ VARCHAR) | {
"SQL_Query": "SELECT quantity FROM table_name_50 WHERE railway_number_s_ = \"263\""
} |
What are the year(s) of manufacture for railway number(s) 26 (ii) …63 (ii) , 188–193? | CREATE TABLE table_name_35 (year_s__of_manufacture VARCHAR, railway_number_s_ VARCHAR) | {
"SQL_Query": "SELECT year_s__of_manufacture FROM table_name_35 WHERE railway_number_s_ = \"26 (ii) …63 (ii) , 188–193\""
} |
What are the railway number(s) for year(s) of manufacture of 1905–1906? | CREATE TABLE table_name_47 (railway_number_s_ VARCHAR, year_s__of_manufacture VARCHAR) | {
"SQL_Query": "SELECT railway_number_s_ FROM table_name_47 WHERE year_s__of_manufacture = \"1905–1906\""
} |
Who is the rb player from team oakland? | CREATE TABLE table_name_69 (player VARCHAR, position VARCHAR, team VARCHAR) | {
"SQL_Query": "SELECT player FROM table_name_69 WHERE position = \"rb\" AND team = \"oakland\""
} |
What is the team of the player from ohio state? | CREATE TABLE table_name_93 (team VARCHAR, college VARCHAR) | {
"SQL_Query": "SELECT team FROM table_name_93 WHERE college = \"ohio state\""
} |
What is the highest rank in Uzbekistan with a time larger than 11.44? | CREATE TABLE table_name_38 (rank INTEGER, country VARCHAR, time VARCHAR) | {
"SQL_Query": "SELECT MAX(rank) FROM table_name_38 WHERE country = \"uzbekistan\" AND time > 11.44"
} |
What is the average heat ranked at 30? | CREATE TABLE table_name_54 (heat INTEGER, rank VARCHAR) | {
"SQL_Query": "SELECT AVG(heat) FROM table_name_54 WHERE rank = 30"
} |
What is the average time in a rank of 61? | CREATE TABLE table_name_29 (time INTEGER, rank VARCHAR) | {
"SQL_Query": "SELECT AVG(time) FROM table_name_29 WHERE rank = 61"
} |
How much Capacity has a Vehicle of 2003 holden commodore ute? | CREATE TABLE table_name_97 (capacity VARCHAR, vehicle VARCHAR) | {
"SQL_Query": "SELECT COUNT(capacity) FROM table_name_97 WHERE vehicle = \"2003 holden commodore ute\""
} |
Which Navigator has a Total Time of 08:29? | CREATE TABLE table_name_37 (navigator VARCHAR, total_time VARCHAR) | {
"SQL_Query": "SELECT navigator FROM table_name_37 WHERE total_time = \"08:29\""
} |
Which Capacity has a Class of cm22, and a Vehicle of 1999 subaru impreza wrx sti? | CREATE TABLE table_name_61 (capacity INTEGER, class VARCHAR, vehicle VARCHAR) | {
"SQL_Query": "SELECT MIN(capacity) FROM table_name_61 WHERE class = \"cm22\" AND vehicle = \"1999 subaru impreza wrx sti\""
} |
Which Driver has a Capacity smaller than 5700, and a Total Time of 08:29? | CREATE TABLE table_name_21 (driver VARCHAR, capacity VARCHAR, total_time VARCHAR) | {
"SQL_Query": "SELECT driver FROM table_name_21 WHERE capacity < 5700 AND total_time = \"08:29\""
} |
What is the total number of losses for teams with more than 0 byes? | CREATE TABLE table_name_43 (losses VARCHAR, byes INTEGER) | {
"SQL_Query": "SELECT COUNT(losses) FROM table_name_43 WHERE byes > 0"
} |
What is the sum of draws for teams with against of 1731 and under 10 losses? | CREATE TABLE table_name_67 (draws INTEGER, against VARCHAR, losses VARCHAR) | {
"SQL_Query": "SELECT SUM(draws) FROM table_name_67 WHERE against = 1731 AND losses < 10"
} |
When was Tree Cornered Tweety, directed by Friz Freleng, released? | CREATE TABLE table_name_35 (release_date VARCHAR, director VARCHAR, title VARCHAR) | {
"SQL_Query": "SELECT release_date FROM table_name_35 WHERE director = \"friz freleng\" AND title = \"tree cornered tweety\""
} |
When was Too Hop to Handle released? | CREATE TABLE table_name_68 (release_date VARCHAR, title VARCHAR) | {
"SQL_Query": "SELECT release_date FROM table_name_68 WHERE title = \"too hop to handle\""
} |
From which series is the title Barbary Coast Bunny? | CREATE TABLE table_name_85 (series VARCHAR, title VARCHAR) | {
"SQL_Query": "SELECT series FROM table_name_85 WHERE title = \"barbary coast bunny\""
} |
Who did the Lyrics (l) / Music (m) for the song in 23 Place? | CREATE TABLE table_name_76 (lyrics__l____music__m_ VARCHAR, place VARCHAR) | {
"SQL_Query": "SELECT lyrics__l____music__m_ FROM table_name_76 WHERE place = \"23\""
} |
What are the Votes for the Song by Artist Filipa Batista? | CREATE TABLE table_name_11 (votes VARCHAR, artist VARCHAR) | {
"SQL_Query": "SELECT votes FROM table_name_11 WHERE artist = \"filipa batista\""
} |
What is the Votes for the Song in Place 9? | CREATE TABLE table_name_6 (votes VARCHAR, place VARCHAR) | {
"SQL_Query": "SELECT votes FROM table_name_6 WHERE place = \"9\""
} |
What is the Artist of the Song with a Place of withdrawn? | CREATE TABLE table_name_28 (artist VARCHAR, place VARCHAR) | {
"SQL_Query": "SELECT artist FROM table_name_28 WHERE place = \"withdrawn\""
} |
Which week had a result of L 38-21? | CREATE TABLE table_name_91 (week VARCHAR, result VARCHAR) | {
"SQL_Query": "SELECT week FROM table_name_91 WHERE result = \"l 38-21\""
} |
Who was the opponent after week 8 that had 72,190 people in attendance? | CREATE TABLE table_name_96 (opponent VARCHAR, week VARCHAR, attendance VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_name_96 WHERE week > 8 AND attendance = \"72,190\""
} |
Who won the Gold Medal in Moscow after the year 1982? | CREATE TABLE table_name_55 (gold VARCHAR, year VARCHAR, place VARCHAR) | {
"SQL_Query": "SELECT gold FROM table_name_55 WHERE year > 1982 AND place = \"moscow\""
} |
What is the lowest total that has a rank less than 8, a silver greater than 6, and 20 as the bronze? | CREATE TABLE table_name_70 (total INTEGER, bronze VARCHAR, rank VARCHAR, silver VARCHAR) | {
"SQL_Query": "SELECT MIN(total) FROM table_name_70 WHERE rank < 8 AND silver > 6 AND bronze = 20"
} |
What is the average silver that has a gold greater than 3, with soviet union (urs) as the nation, and a bronze greater than 26? | CREATE TABLE table_name_8 (silver INTEGER, bronze VARCHAR, gold VARCHAR, nation VARCHAR) | {
"SQL_Query": "SELECT AVG(silver) FROM table_name_8 WHERE gold > 3 AND nation = \"soviet union (urs)\" AND bronze > 26"
} |
What is the highest silver that has 57 as the total, with a bronze greater than 20? | CREATE TABLE table_name_82 (silver INTEGER, total VARCHAR, bronze VARCHAR) | {
"SQL_Query": "SELECT MAX(silver) FROM table_name_82 WHERE total = 57 AND bronze > 20"
} |
What rank has a gold greater than 0, 0 as the bronze, with germany (ger) as the nation? | CREATE TABLE table_name_20 (rank VARCHAR, nation VARCHAR, gold VARCHAR, bronze VARCHAR) | {
"SQL_Query": "SELECT rank FROM table_name_20 WHERE gold > 0 AND bronze = 0 AND nation = \"germany (ger)\""
} |
How many bronzes have 1 as the total, with spain (esp) as the nation, and a gold greater than 0? | CREATE TABLE table_name_31 (bronze VARCHAR, gold VARCHAR, total VARCHAR, nation VARCHAR) | {
"SQL_Query": "SELECT COUNT(bronze) FROM table_name_31 WHERE total = 1 AND nation = \"spain (esp)\" AND gold > 0"
} |
Which Prominence (m) has a Peak of nakanai mountains high point, and an Elevation (m) smaller than 2,316? | CREATE TABLE table_name_37 (prominence__m_ INTEGER, peak VARCHAR, elevation__m_ VARCHAR) | {
"SQL_Query": "SELECT AVG(prominence__m_) FROM table_name_37 WHERE peak = \"nakanai mountains high point\" AND elevation__m_ < 2 OFFSET 316"
} |
What position Jason Fitzgerald played? | CREATE TABLE table_name_89 (position VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT position FROM table_name_89 WHERE player = \"jason fitzgerald\""
} |
Jason Romano played for what team? | CREATE TABLE table_name_9 (team VARCHAR, player VARCHAR) | {
"SQL_Query": "SELECT team FROM table_name_9 WHERE player = \"jason romano\""
} |
What are the dimensions of the amp with a 180W output? | CREATE TABLE table_name_96 (dimensions VARCHAR, output VARCHAR) | {
"SQL_Query": "SELECT dimensions FROM table_name_96 WHERE output = \"180w\""
} |
Which player was from Fermanagh and had an average score of 22? | CREATE TABLE table_name_53 (average INTEGER, total VARCHAR, county VARCHAR) | {
"SQL_Query": "SELECT AVG(average) FROM table_name_53 WHERE total = 22 AND county = \"fermanagh\""
} |
How many total points did Oisin McConville have from his 5 matches? | CREATE TABLE table_name_90 (total VARCHAR, player VARCHAR, matches VARCHAR) | {
"SQL_Query": "SELECT COUNT(total) FROM table_name_90 WHERE player = \"oisin mcconville\" AND matches < 5"
} |
How many attendances have October 30, 1977 as the date, with a week greater than 7? | CREATE TABLE table_name_16 (attendance VARCHAR, date VARCHAR, week VARCHAR) | {
"SQL_Query": "SELECT COUNT(attendance) FROM table_name_16 WHERE date = \"october 30, 1977\" AND week > 7"
} |
What is the lowest attendance that has l 42-35 as the result, with a week less than 13? | CREATE TABLE table_name_82 (attendance INTEGER, result VARCHAR, week VARCHAR) | {
"SQL_Query": "SELECT MIN(attendance) FROM table_name_82 WHERE result = \"l 42-35\" AND week < 13"
} |
Who is from south korea and has a heat less than 3? | CREATE TABLE table_name_44 (name VARCHAR, heat VARCHAR, nationality VARCHAR) | {
"SQL_Query": "SELECT name FROM table_name_44 WHERE heat < 3 AND nationality = \"south korea\""
} |
What is the highest heat of the athlete from spain with a lane less than 7? | CREATE TABLE table_name_2 (heat INTEGER, nationality VARCHAR, lane VARCHAR) | {
"SQL_Query": "SELECT MAX(heat) FROM table_name_2 WHERE nationality = \"spain\" AND lane < 7"
} |
What is the average lane of the athlete from japan with a time of 4:37.35 and a heat less than 3? | CREATE TABLE table_name_78 (lane INTEGER, heat VARCHAR, nationality VARCHAR, time VARCHAR) | {
"SQL_Query": "SELECT AVG(lane) FROM table_name_78 WHERE nationality = \"japan\" AND time = \"4:37.35\" AND heat < 3"
} |
What is the lowest Gold count if the Bronze is 4 and Silver is greater than 5? | CREATE TABLE table_name_45 (gold INTEGER, bronze VARCHAR, silver VARCHAR) | {
"SQL_Query": "SELECT MIN(gold) FROM table_name_45 WHERE bronze = 4 AND silver > 5"
} |
What is the Average for Silver medals that have more than 17 Golds? | CREATE TABLE table_name_50 (silver INTEGER, gold INTEGER) | {
"SQL_Query": "SELECT AVG(silver) FROM table_name_50 WHERE gold > 17"
} |
What is the highest number of Silver medals with a Total greater than 14 and more than 15 Bronze medals? | CREATE TABLE table_name_38 (silver INTEGER, total VARCHAR, bronze VARCHAR) | {
"SQL_Query": "SELECT MAX(silver) FROM table_name_38 WHERE total > 14 AND bronze > 15"
} |
Who is the music-director for the song from the film khaleja who had a co-singer of hemachandra? | CREATE TABLE table_name_69 (music___director VARCHAR, co___singer VARCHAR, film VARCHAR) | {
"SQL_Query": "SELECT music___director FROM table_name_69 WHERE co___singer = \"hemachandra\" AND film = \"khaleja\""
} |
What was the score for the matchup having attendance of 354? | CREATE TABLE table_name_25 (score VARCHAR, att VARCHAR) | {
"SQL_Query": "SELECT score FROM table_name_25 WHERE att = 354"
} |
What nation had a medal total of less than 10, less than 1 bronze medal, in rank 11? | CREATE TABLE table_name_79 (nation VARCHAR, rank VARCHAR, total VARCHAR, bronze VARCHAR) | {
"SQL_Query": "SELECT nation FROM table_name_79 WHERE total < 10 AND bronze < 1 AND rank = \"11\""
} |
How many gold medals did the team that won a total of 10 medals and 3 silver medals win? | CREATE TABLE table_name_44 (gold VARCHAR, silver VARCHAR, total VARCHAR) | {
"SQL_Query": "SELECT gold FROM table_name_44 WHERE silver = 3 AND total = 10"
} |
What is the total number of medals won by teams that won more than 11 bronze medals? | CREATE TABLE table_name_41 (total VARCHAR, bronze INTEGER) | {
"SQL_Query": "SELECT COUNT(total) FROM table_name_41 WHERE bronze > 11"
} |
What is the lowest react of the athlete from the United States who has a lane less than 4? | CREATE TABLE table_name_53 (react INTEGER, country VARCHAR, lane VARCHAR) | {
"SQL_Query": "SELECT MIN(react) FROM table_name_53 WHERE country = \"united states\" AND lane < 4"
} |
What is the lowest of the athlete from sri lanka who has a lane greater than 8? | CREATE TABLE table_name_62 (react INTEGER, country VARCHAR, lane VARCHAR) | {
"SQL_Query": "SELECT MIN(react) FROM table_name_62 WHERE country = \"sri lanka\" AND lane > 8"
} |
What is the average react of athlete muna lee, who is ranked greater than 3? | CREATE TABLE table_name_4 (react INTEGER, athlete VARCHAR, rank VARCHAR) | {
"SQL_Query": "SELECT AVG(react) FROM table_name_4 WHERE athlete = \"muna lee\" AND rank > 3"
} |
What is the average lane of the athlete from cuba who has a time greater than 22.57 and react less than 0.245? | CREATE TABLE table_name_8 (lane INTEGER, country VARCHAR, time VARCHAR, react VARCHAR) | {
"SQL_Query": "SELECT AVG(lane) FROM table_name_8 WHERE time > 22.57 AND react < 0.245 AND country = \"cuba\""
} |
What is the average react of the athlete with a time less than 22.29 and a rank greater than 1? | CREATE TABLE table_name_11 (react INTEGER, time VARCHAR, rank VARCHAR) | {
"SQL_Query": "SELECT AVG(react) FROM table_name_11 WHERE time < 22.29 AND rank > 1"
} |
Who is the Opponent on December 7, 2003? | CREATE TABLE table_name_22 (opponent VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_name_22 WHERE date = \"december 7, 2003\""
} |
What is the Tv Time of the game with an Attendance of 73,578? | CREATE TABLE table_name_40 (tv_time VARCHAR, attendance VARCHAR) | {
"SQL_Query": "SELECT tv_time FROM table_name_40 WHERE attendance = \"73,578\""
} |
What is the highest result for Wallace Spearmon when the reaction time is greater than 0.167? | CREATE TABLE table_name_7 (result INTEGER, name VARCHAR, reaction_time VARCHAR) | {
"SQL_Query": "SELECT MAX(result) FROM table_name_7 WHERE name = \"wallace spearmon\" AND reaction_time > 0.167"
} |
What was the result for Lane 3? | CREATE TABLE table_name_12 (result VARCHAR, lane VARCHAR) | {
"SQL_Query": "SELECT result FROM table_name_12 WHERE lane = 3"
} |
What is the lowest result for Christian Malcolm with a reaction time greater than 0.185 and a lane higher than 3? | CREATE TABLE table_name_66 (result INTEGER, lane VARCHAR, reaction_time VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT MIN(result) FROM table_name_66 WHERE reaction_time > 0.185 AND name = \"christian malcolm\" AND lane > 3"
} |
What are the lowest conceded with 1 draw, and a score larger than 14? | CREATE TABLE table_name_71 (conceded INTEGER, draws VARCHAR, scored VARCHAR) | {
"SQL_Query": "SELECT MIN(conceded) FROM table_name_71 WHERE draws = 1 AND scored > 14"
} |
What are the lowest losses with more than 13 scored, and more than 7 draws? | CREATE TABLE table_name_38 (losses INTEGER, scored VARCHAR, draws VARCHAR) | {
"SQL_Query": "SELECT MIN(losses) FROM table_name_38 WHERE scored > 13 AND draws > 7"
} |
What is the average played for less than 8 points? | CREATE TABLE table_name_37 (played INTEGER, points INTEGER) | {
"SQL_Query": "SELECT AVG(played) FROM table_name_37 WHERE points < 8"
} |
What competition has a Result of 1–2? | CREATE TABLE table_name_73 (competition VARCHAR, result VARCHAR) | {
"SQL_Query": "SELECT competition FROM table_name_73 WHERE result = \"1–2\""
} |
What is moving from fee in Hun country? | CREATE TABLE table_name_33 (moving_from VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT moving_from FROM table_name_33 WHERE country = \"hun\""
} |
What is thr type in Aut country? | CREATE TABLE table_name_81 (type VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT type FROM table_name_81 WHERE country = \"aut\""
} |
Who is the owner of the radio station that plays adult hits? | CREATE TABLE table_name_8 (owner VARCHAR, format VARCHAR) | {
"SQL_Query": "SELECT owner FROM table_name_8 WHERE format = \"adult hits\""
} |
What is the call sign for the radio owned by astral media? | CREATE TABLE table_name_7 (call_sign VARCHAR, owner VARCHAR) | {
"SQL_Query": "SELECT call_sign FROM table_name_7 WHERE owner = \"astral media\""
} |
What is the frequency for the radio owned by bell media with a call sign of chsu-fm? | CREATE TABLE table_name_6 (frequency VARCHAR, owner VARCHAR, call_sign VARCHAR) | {
"SQL_Query": "SELECT frequency FROM table_name_6 WHERE owner = \"bell media\" AND call_sign = \"chsu-fm\""
} |
What is the branding for the radio with a frequency of 1150 am? | CREATE TABLE table_name_44 (branding VARCHAR, frequency VARCHAR) | {
"SQL_Query": "SELECT branding FROM table_name_44 WHERE frequency = \"1150 am\""
} |
What was the format for the radio with a frequency of 00 96.3 fm? | CREATE TABLE table_name_8 (format VARCHAR, frequency VARCHAR) | {
"SQL_Query": "SELECT format FROM table_name_8 WHERE frequency = \"00 96.3 fm\""
} |
Who is the owner of the radio frequency of 0 101.5 fm? | CREATE TABLE table_name_90 (owner VARCHAR, frequency VARCHAR) | {
"SQL_Query": "SELECT owner FROM table_name_90 WHERE frequency = \"0 101.5 fm\""
} |
how many times is the name matt targett and the lane higher than 7? | CREATE TABLE table_name_44 (time VARCHAR, name VARCHAR, lane VARCHAR) | {
"SQL_Query": "SELECT COUNT(time) FROM table_name_44 WHERE name = \"matt targett\" AND lane > 7"
} |
what is the highest time when the rank is less than 5 and the name is eamon sullivan? | CREATE TABLE table_name_30 (time INTEGER, rank VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT MAX(time) FROM table_name_30 WHERE rank < 5 AND name = \"eamon sullivan\""
} |
what is the average rank when the lane is more than 4 and the name is dominik meichtry? | CREATE TABLE table_name_97 (rank INTEGER, lane VARCHAR, name VARCHAR) | {
"SQL_Query": "SELECT AVG(rank) FROM table_name_97 WHERE lane > 4 AND name = \"dominik meichtry\""
} |
What is the 2012 Employees (Total) when the rank (2012) is 7? | CREATE TABLE table_name_63 (rank__2012_ VARCHAR) | {
"SQL_Query": "SELECT 2012 AS _employees__total_ FROM table_name_63 WHERE rank__2012_ = 7"
} |
What shows for 2010 Employees (Total) when the employer is University of Alberta? | CREATE TABLE table_name_1 (employer VARCHAR) | {
"SQL_Query": "SELECT SUM(2010 AS _employees__total_) FROM table_name_1 WHERE employer = \"university of alberta\""
} |
What year was the 190 South Lasalle Street? | CREATE TABLE table_name_9 (year INTEGER, name VARCHAR) | {
"SQL_Query": "SELECT MAX(year) FROM table_name_9 WHERE name = \"190 south lasalle street\""
} |
What rank has a Time of 4:00.191? | CREATE TABLE table_name_94 (rank VARCHAR, time VARCHAR) | {
"SQL_Query": "SELECT rank FROM table_name_94 WHERE time = \"4:00.191\""
} |
What is the time for Brazil? | CREATE TABLE table_name_5 (time VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT time FROM table_name_5 WHERE country = \"brazil\""
} |
what is the date when the format is cd (limited edition steel-box) from united kingdom? | CREATE TABLE table_name_16 (date VARCHAR, format VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT date FROM table_name_16 WHERE format = \"cd (limited edition steel-box)\" AND country = \"united kingdom\""
} |
What is the country that has the format of cd, the label of sony music and the catalogue no sicp-2055? | CREATE TABLE table_name_61 (country VARCHAR, catalogue_no VARCHAR, format VARCHAR, label VARCHAR) | {
"SQL_Query": "SELECT country FROM table_name_61 WHERE format = \"cd\" AND label = \"sony music\" AND catalogue_no = \"sicp-2055\""
} |
what is the format for the country united kingdom on 20 october 2008? | CREATE TABLE table_name_28 (format VARCHAR, country VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT format FROM table_name_28 WHERE country = \"united kingdom\" AND date = \"20 october 2008\""
} |
what is the catalogue no when the format is cd (limited edition steel-box) and the country is germany? | CREATE TABLE table_name_12 (catalogue_no VARCHAR, format VARCHAR, country VARCHAR) | {
"SQL_Query": "SELECT catalogue_no FROM table_name_12 WHERE format = \"cd (limited edition steel-box)\" AND country = \"germany\""
} |
Which Total has a Rank of 4, and a Silver larger than 2? | CREATE TABLE table_name_11 (total INTEGER, rank VARCHAR, silver VARCHAR) | {
"SQL_Query": "SELECT MIN(total) FROM table_name_11 WHERE rank = \"4\" AND silver > 2"
} |
How much Total has a Rank of 5, and a Bronze larger than 3? | CREATE TABLE table_name_44 (total INTEGER, rank VARCHAR, bronze VARCHAR) | {
"SQL_Query": "SELECT SUM(total) FROM table_name_44 WHERE rank = \"5\" AND bronze > 3"
} |
Which Silver has a Nation of total, and a Bronze smaller than 18? | CREATE TABLE table_name_1 (silver INTEGER, nation VARCHAR, bronze VARCHAR) | {
"SQL_Query": "SELECT MAX(silver) FROM table_name_1 WHERE nation = \"total\" AND bronze < 18"
} |
How much Silver has a Nation of total, and a Total smaller than 54? | CREATE TABLE table_name_58 (silver VARCHAR, nation VARCHAR) | {
"SQL_Query": "SELECT COUNT(silver) FROM table_name_58 WHERE nation = \"total\" AND \"total\" < 54"
} |
What was the result for the award for best current affairs presenter? | CREATE TABLE table_name_68 (result VARCHAR, award VARCHAR) | {
"SQL_Query": "SELECT result FROM table_name_68 WHERE award = \"best current affairs presenter\""
} |
Which award was given to Lianhe Zaobao? | CREATE TABLE table_name_84 (award VARCHAR, organisation VARCHAR) | {
"SQL_Query": "SELECT award FROM table_name_84 WHERE organisation = \"lianhe zaobao\""
} |
What's the release date of Feather Finger with an MM Series? | CREATE TABLE table_name_4 (release_date VARCHAR, series VARCHAR, title VARCHAR) | {
"SQL_Query": "SELECT release_date FROM table_name_4 WHERE series = \"mm\" AND title = \"feather finger\""
} |
Which Opponent has a Venue of h, and a Result of 0–1, and a Date of 29 august 1998? | CREATE TABLE table_name_12 (opponent VARCHAR, date VARCHAR, venue VARCHAR, result VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_name_12 WHERE venue = \"h\" AND result = \"0–1\" AND date = \"29 august 1998\""
} |
Which Opponent has a Result of 1–1, and a Date of 28 november 1998? | CREATE TABLE table_name_30 (opponent VARCHAR, result VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT opponent FROM table_name_30 WHERE result = \"1–1\" AND date = \"28 november 1998\""
} |
What was the venue on 14 november 1998? | CREATE TABLE table_name_82 (venue VARCHAR, date VARCHAR) | {
"SQL_Query": "SELECT venue FROM table_name_82 WHERE date = \"14 november 1998\""
} |
Which Place is the highest one that has a Draw larger than 1, and 49 Points? | CREATE TABLE table_name_3 (place INTEGER, draw VARCHAR, points VARCHAR) | {
"SQL_Query": "SELECT MAX(place) FROM table_name_3 WHERE draw > 1 AND points = 49"
} |
Which Song has Points smaller than 54, and a Draw smaller than 4, and a Place smaller than 10? | CREATE TABLE table_name_90 (song VARCHAR, place VARCHAR, points VARCHAR, draw VARCHAR) | {
"SQL_Query": "SELECT song FROM table_name_90 WHERE points < 54 AND draw < 4 AND place < 10"
} |
What is the bronze number when the total is 54/ | CREATE TABLE table_name_30 (bronze INTEGER, total VARCHAR) | {
"SQL_Query": "SELECT AVG(bronze) FROM table_name_30 WHERE total = 54"
} |
What is the least bronze number when the silver is less than 0? | CREATE TABLE table_name_34 (bronze INTEGER, silver INTEGER) | {
"SQL_Query": "SELECT MIN(bronze) FROM table_name_34 WHERE silver < 0"
} |
What is the least silver when the total is more than 2, bronze is 3, gold is more than 0, and rank is 1? | CREATE TABLE table_name_4 (silver INTEGER, rank VARCHAR, gold VARCHAR, total VARCHAR, bronze VARCHAR) | {
"SQL_Query": "SELECT MIN(silver) FROM table_name_4 WHERE total > 2 AND bronze = 3 AND gold > 0 AND rank = \"1\""
} |
What is the number of silver when the total is more than 2, and bronze is less than 3, with a rank of 7? | CREATE TABLE table_name_44 (silver VARCHAR, rank VARCHAR, total VARCHAR, bronze VARCHAR) | {
"SQL_Query": "SELECT COUNT(silver) FROM table_name_44 WHERE total > 2 AND bronze < 3 AND rank = \"7\""
} |
Which Time has a Lane smaller than 4, and a Rank larger than 6? | CREATE TABLE table_name_94 (time INTEGER, lane VARCHAR, rank VARCHAR) | {
"SQL_Query": "SELECT AVG(time) FROM table_name_94 WHERE lane < 4 AND rank > 6"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.