sql
stringlengths 9
2.37k
| table
stringclasses 9
values | query
stringlengths 51
503
|
---|---|---|
SELECT average_scale_score FROM NDECoreExcel_Math_Grade8 WHERE state = "California"
|
CREATE TABLE INST, Here is a database schema( finrev fed 17);
|
What is the average match score of CA?. It is not neccessary to use all the tables.
|
SELECT jurisdiction FROM table_120778_2 WHERE voted_no = 322971
|
CREATE TABLE INST, Here is a database schema( table schema);
|
what's the jurisdiction where voted no is 322971It is not neccessary to use all the tables.
|
SELECT City FROM table WHERE Region = east AND Venue = university hall (university of virginia)
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What city is east region venue University Hall (University of Virginia) in?.It is not neccessary to use all the tables.
|
SELECT poles FROM table_2190919_1 WHERE team_s_ = "#08 Miller Racing"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What are the poles is #08 Miller racing?It is not neccessary to use all the tables.
|
SELECT Points FROM table WHERE Team #1 = Zamora
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the points for zamora.It is not neccessary to use all the tables.
|
SELECT MIN(laps) FROM table_name_22 WHERE time_retired = "engine" AND driver = "charles de tornaco"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
I want the lowest Laps for time/retired of engine and driver of charles de tornacoIt is not neccessary to use all the tables.
|
SELECT Award FROM table WHERE Category = mercury prize
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the name of the award given for the category Mercury Prize?.It is not neccessary to use all the tables.
|
SELECT COUNT Year FROM table WHERE Result = nominated AND Series = room 222
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What year gave a nominated result for the room 222 series?.It is not neccessary to use all the tables.
|
SELECT COUNT Attendance FROM table WHERE Opponent = boston patriots AND Week > 14
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the Attendance for Opponent Boston Patriots and Week is greater than 14?.It is not neccessary to use all the tables.
|
SELECT intakeoutput.intakeoutputtime FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '005-77687')) AND intakeoutput.cellpath LIKE '%intake%' AND DATETIME(intakeoutput.intakeoutputtime, 'start of month') = DATETIME(CURRENT_TIME(), 'start of month', '-1 month') AND STRFTIME('%d', intakeoutput.intakeoutputtime) = '25' ORDER BY intakeoutput.intakeoutputtime LIMIT 1
|
CREATE TABLE INST, Here is a database schema( table schema);
|
when did patient 005-77687 get intakes for the first time on last month/25?It is not neccessary to use all the tables.
|
SELECT Hometown/School FROM table WHERE Team = atlanta braves
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which Hometown/School has a Team of atlanta braves?.It is not neccessary to use all the tables.
|
SELECT Club FROM table WHERE Points against = 523
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What club had 523 points against? .It is not neccessary to use all the tables.
|
SELECT MIN(founded) FROM table_261941_1
|
CREATE TABLE INST, Here is a database schema( table schema);
|
When was the earliest founded university?It is not neccessary to use all the tables.
|
SELECT Class FROM table WHERE Laps > 133 AND Pos. = 18th AND Class Pos. = 1st
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What classes have driven greater than 133 laps, placed above 18th position and have a class position of 1st?.It is not neccessary to use all the tables.
|
SELECT Per capita income FROM table WHERE Number of households > 2,466 AND Median family income = $53,940
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the per capita income with more than 2,466 households and a median family income of $53,940?.It is not neccessary to use all the tables.
|
SELECT tournament FROM table_name_25 WHERE third_place = "magnus gustafsson"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
I want to know the tournament that has a third place of magnus gustafssonIt is not neccessary to use all the tables.
|
SELECT Time FROM table WHERE Opponent = shinya aoki
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the time when Shinya Aoki was the opponent?.It is not neccessary to use all the tables.
|
SELECT Venue FROM table WHERE Away team = essendon
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Where did Essendon play as the away team?.It is not neccessary to use all the tables.
|
SELECT place FROM table_name_17 WHERE to_par = "+1" AND player = "adam scott"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
In what place did Adam Scott who had a to par score of +1 finish?It is not neccessary to use all the tables.
|
SELECT TV Series FROM table WHERE Species = boar
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What show has a boar?.It is not neccessary to use all the tables.
|
SELECT runner_up FROM table_name_67 WHERE date = "5 aug 1990"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who was the runner-up on 5 aug 1990?It is not neccessary to use all the tables.
|
SELECT duration FROM table_name_84 WHERE defeated_by = "retired"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which duration was defeated by retired?It is not neccessary to use all the tables.
|
SELECT State FROM table WHERE Elected/assumed office = 2013
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What state had an elected/assumed office in 2013?.It is not neccessary to use all the tables.
|
SELECT MIN(gold) FROM table_name_98 WHERE silver = 2 AND sport = "electronic sports"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
I want the lowest Gold for silver being 2 and electronic sportsIt is not neccessary to use all the tables.
|
SELECT Winner FROM table WHERE Week of = 8 may AND Semi finalists = helena suková mary pierce AND Runner-up = conchita martínez patricia tarabini
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is Winner, when Week is 8 May, when Semi Finalists is Helena Suková Mary Pierce, and when Runner-Up is Conchita Martínez Patricia Tarabini?.It is not neccessary to use all the tables.
|
SELECT Artist FROM table WHERE Draw < 2
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the artist with less than a 2 draw?.It is not neccessary to use all the tables.
|
SELECT production_number FROM table_name_49 WHERE title = "crows' feat"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is Crows' Feat's production number?It is not neccessary to use all the tables.
|
SELECT television_order FROM table_20360535_2 WHERE directed_by = "Ben Jones" AND written_by = "J. M. DeMatteis" AND original_air_date = "February6,2009"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
what is the television order of the episode directed by ben jones written by j. m. dematteis and originally aired on february62009It is not neccessary to use all the tables.
|
SELECT Role FROM table WHERE Original Broadway cast = adam riegler
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the role when the original broadway was Adam Riegler?.It is not neccessary to use all the tables.
|
SELECT Week 14 Nov 30 FROM table WHERE Week 6 Oct 5 = michigan state (5-1)
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which Week 14 Nov 30 has a Week 6 Oct 5 of michigan state (5-1)?.It is not neccessary to use all the tables.
|
SELECT COUNT(description) FROM table_1507852_1 WHERE attribute = "ondragstart"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many descriptions are there when the attribute is "ondragstart"?It is not neccessary to use all the tables.
|
SELECT AVG(wins) FROM table_name_70 WHERE losses < 174 AND years = "1951 to 1956" AND ties < 6
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the average number of wins for the person who coached from 1951 to 1956 and had less than 174 losses and less than 6 ties?It is not neccessary to use all the tables.
|
SELECT award_name FROM table_15584199_2 WHERE team_number = 679
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What award did team 679 win?It is not neccessary to use all the tables.
|
SELECT date FROM table_name_53 WHERE method = "knockout" AND round > 2 AND opponent = "barry prior"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
When did the opponent knockout Barry Prior in more than 2 rounds?It is not neccessary to use all the tables.
|
SELECT COUNT Location FROM table WHERE Institution = Saint Joseph's College of Maine
|
CREATE TABLE INST, Here is a database schema( table schema);
|
On how many locations is the Saint Joseph's College of Maine located?.It is not neccessary to use all the tables.
|
SELECT Founded FROM table WHERE Location = Philadelphia, Pennsylvania
|
CREATE TABLE INST, Here is a database schema( table schema);
|
When was the school in Philadelphia, Pennsylvania founded?.It is not neccessary to use all the tables.
|
SELECT tournament FROM table_name_25 WHERE 2001 = "1r" AND 2011 = "a"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What's the tournamnet name that has a 2001 of 1r and 2011?It is not neccessary to use all the tables.
|
SELECT "NSSDC ID" FROM table_24413 WHERE "Satellite" = 'Echo 1'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the nssdc id for Echo 1?It is not neccessary to use all the tables.
|
SELECT Origin FROM table WHERE Other abbreviation = Tele
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the origin of the constellation that can be abbreviated to tele?.It is not neccessary to use all the tables.
|
SELECT COUNT 2010-11 FROM table WHERE Rank > 11
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the sum of 2010-11 when the rank is greater than 11?.It is not neccessary to use all the tables.
|
SELECT school FROM table_name_14 WHERE player = "jason fraser"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Tell me the school that jason fraser went toIt is not neccessary to use all the tables.
|
SELECT score FROM table_name_32 WHERE winners = "sligo rovers f.c."
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the score in the game that was won by Sligo Rovers F.C.?It is not neccessary to use all the tables.
|
SELECT MIN Population FROM table WHERE Region > 9
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the smallest population in a region greater than 9?.It is not neccessary to use all the tables.
|
SELECT 2005/ 06 FROM table WHERE 2004/ 05 = not held AND 2010/ 11 = a
|
CREATE TABLE INST, Here is a database schema( table schema);
|
what is 2005/06 when 2004/05 is not held and 2010/11 is a?.It is not neccessary to use all the tables.
|
SELECT SUM(league_cup) FROM table_name_36 WHERE championship < 10 AND total < 3
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many league cups associated with under 10 championships and a total of under 3?It is not neccessary to use all the tables.
|
SELECT year FROM table_name_18 WHERE genre = "platform game"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What year has a genre the platform game?It is not neccessary to use all the tables.
|
SELECT MAX(bike_no) FROM table_name_77 WHERE position > 1 AND points > 369 AND equipment = "zabel-wsp"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the most noteworthy Bike No that has a Position bigger than 1 and a Points bigger than 369 and an Equipment of zabel-wsp?It is not neccessary to use all the tables.
|
SELECT MAX(chartevents.valuenum) FROM chartevents WHERE chartevents.icustay_id IN (SELECT icustays.icustay_id FROM icustays WHERE icustays.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 28447)) AND chartevents.itemid IN (SELECT d_items.itemid FROM d_items WHERE d_items.label = 'arterial bp mean' AND d_items.linksto = 'chartevents') AND DATETIME(chartevents.charttime, 'start of month') = DATETIME(CURRENT_TIME(), 'start of month', '-0 month') AND STRFTIME('%d', chartevents.charttime) = '28'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
on this month/28 what was the arterial bp mean maximum value of patient 28447?It is not neccessary to use all the tables.
|
SELECT Date of vacancy FROM table WHERE Outgoing manager = tommy mclean
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the Date of vacancy for Tommy McLean?.It is not neccessary to use all the tables.
|
SELECT COUNT("Goals For") FROM table_9166 WHERE "Pct %" < '0.519' AND "Points" > '65'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many Goals for were recorded when there was a percentage smaller than 0.519 and points greater than 65?It is not neccessary to use all the tables.
|
SELECT soap_opera FROM table_name_84 WHERE duration = "13 years" AND actor = "marina giulia cavalli"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the soap opera that has a duration of 13 years with marina giulia cavalli as the actor?It is not neccessary to use all the tables.
|
SELECT l2_cache FROM table_name_38 WHERE release_price___usd__ = "$496"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the L2 Cache for the processor with a release price of $496?It is not neccessary to use all the tables.
|
SELECT SUM(Share_in_percent) FROM channel WHERE OWNER = 'CCTV'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
find the total percentage share of all channels owned by CCTV.It is not neccessary to use all the tables.
|
SELECT home_team AS score FROM table_name_2 WHERE home_team = "south melbourne"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the score for south melbourne at home?It is not neccessary to use all the tables.
|
SELECT SUM Gold FROM table WHERE Rank < 3 AND Silver < 1
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What shows for gold when the rank is less than 3, and silver less than 1?.It is not neccessary to use all the tables.
|
SELECT Position FROM table WHERE School = university of alabama
|
CREATE TABLE INST, Here is a database schema( table schema);
|
what is the position for the player from university of alabama?.It is not neccessary to use all the tables.
|
SELECT Time FROM table WHERE Opponent = martin kampmann
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Tell me the time for martin kampmann.It is not neccessary to use all the tables.
|
SELECT SUM Area FROM table WHERE Name = askøy AND Municipal code < 1247
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What's the area of askøy, with a Municipal code less than 1247?.It is not neccessary to use all the tables.
|
SELECT result FROM table_name_85 WHERE opponent = "pittsburgh steelers"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the result for the game against the Pittsburgh Steelers?It is not neccessary to use all the tables.
|
SELECT Number & Name FROM table WHERE Description = lms fowler class 3f 0-6-0t
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What's the number & name for a description of lms fowler class 3f 0-6-0t?.It is not neccessary to use all the tables.
|
SELECT MIN("Episode #") FROM table_1704 WHERE "Original airdate" = 'July 14, 2003'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which is the number of the episode 'rook gave' 'r ku d o' ( ) which aired on July 14, 2003It is not neccessary to use all the tables.
|
SELECT Weight FROM table WHERE Denomination = ten paise
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the weight with a denomination that is ten paise?.It is not neccessary to use all the tables.
|
SELECT anand FROM table_name_67 WHERE game = "8"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was Anand's score in game 8?It is not neccessary to use all the tables.
|
SELECT County FROM table WHERE July 1, 2010 density (/km²) = 41
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What country had a July 1, 2010 density of 41?.It is not neccessary to use all the tables.
|
SELECT SUM(lane) FROM table_name_73 WHERE time = "24.83" AND heat < 11
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What lane has a time of 24.83 and a heat less than 11?It is not neccessary to use all the tables.
|
SELECT Week # FROM table WHERE Theme = Auditioner's Choice
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What are all the week # where subject matter is auditioner's choice.It is not neccessary to use all the tables.
|
SELECT Devices per channel FROM table WHERE Name = sata revision 3.0
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the Devices per channel where the Name is sata revision 3.0?.It is not neccessary to use all the tables.
|
SELECT COUNT Total FROM table WHERE Gold = 1 AND Rank = 12 AND Silver > 0
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many totals have 1 for the gold, 12 for the rank, and a sliver greater than 0?.It is not neccessary to use all the tables.
|
SELECT venue FROM table_name_21 WHERE score = "5–0" AND competition = "2007 caribbean cup qualifier"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the name of the venue when the score was 5–0 and a Competition of 2007 caribbean cup qualifier?It is not neccessary to use all the tables.
|
SELECT SUM(vol__number) FROM table_name_64 WHERE title = "darkness falls"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many Volume Numbers have the title of Darkness Falls?It is not neccessary to use all the tables.
|
SELECT tournament FROM table_25938117_1 WHERE location = "Dominican Republic"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the tournament for dominican republicIt is not neccessary to use all the tables.
|
SELECT Age (as of 1 February 2014) FROM table WHERE Rank < 9 AND Death date = 24 january 2007
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which Age (as of 1 February 2014) has a Rank smaller than 9, and a Death date of 24 january 2007?.It is not neccessary to use all the tables.
|
SELECT COUNT(pick) FROM table_name_32 WHERE nationality = "canada" AND draft < 1976 AND player = "curt bennett" AND round < 2
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the total pick number of player curt bennett from canada with a draft before 1976 and a round less than 2?It is not neccessary to use all the tables.
|
SELECT AVG Gold FROM table WHERE Bronze = 25 AND Rank < 9
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many average gold medals for provinces higher than rank 9 with 25 bronzes?.It is not neccessary to use all the tables.
|
SELECT opponent FROM table_name_62 WHERE week < 12 AND attendance = "65,569"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who was the opponent on the game with a 65569 attendance before week 12?It is not neccessary to use all the tables.
|
SELECT new_classification FROM table_14976504_2 WHERE institution = "University of Arizona"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the new classification for the University of Arizona Western in the Collegiate Lacrosse League?It is not neccessary to use all the tables.
|
SELECT Record FROM table WHERE Date = january 19
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the record for January 19?.It is not neccessary to use all the tables.
|
SELECT Authority FROM table WHERE Decile < 6 AND Area = opoutere
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which Authority has a Decile smaller than 6, and an Area of opoutere?.It is not neccessary to use all the tables.
|
SELECT Incumbent FROM table WHERE District = Alabama 6
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who is the incumbent in the Alabama 6 voting district?.It is not neccessary to use all the tables.
|
SELECT "Score" FROM table_6603 WHERE "Progress" = 'no entrants' AND "Year" = '1997'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What was the score in 1997 for the team that has a Progress of no entrants?It is not neccessary to use all the tables.
|
SELECT Player FROM table WHERE New points = 1285
|
CREATE TABLE INST, Here is a database schema( table schema);
|
List the players with 1285 new points?.It is not neccessary to use all the tables.
|
SELECT nature_of_role FROM table_23379776_5 WHERE year = 2009
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is every nature of role with year as 2009?It is not neccessary to use all the tables.
|
SELECT AVG(league_cup_goals) FROM table_name_98 WHERE league_cup_apps = 4 AND league_goals < 4 AND fa_cup_apps = "1" AND total_apps = "35"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
what is the average league cup goals when the league cup apps is 4 league goals is less than 4 fa cup apps is 1 and total apps is 35?It is not neccessary to use all the tables.
|
SELECT SUM(attendance) FROM table_name_95 WHERE opponents = "hearts"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many people attended the match when Manchester United played against the Hearts?It is not neccessary to use all the tables.
|
SELECT Vacator FROM table WHERE Date of successors formal installation = May 11, 1966
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Who vacated his post when his successor was formally installed on May 11, 1966?.It is not neccessary to use all the tables.
|
SELECT mountains_classification FROM table_19115414_4 WHERE team_classification = "Team Columbia"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the mountains classification for team columbiaIt is not neccessary to use all the tables.
|
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN prescriptions ON demographic.hadm_id = prescriptions.hadm_id WHERE demographic.diagnosis = "CORONARY ARTERY DISEASE\CORONARY ARTERY BYPASS GRAFT /SDA" AND prescriptions.drug = "Glycopyrrolate"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
provide the number of patients whose primary disease is coronary artery disease\coronary artery bypass graft /sda and drug name is glycopyrrolate?It is not neccessary to use all the tables.
|
SELECT icao FROM table_name_51 WHERE city = "xi'an"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
I want the ICAO for city of xi'anIt is not neccessary to use all the tables.
|
SELECT COUNT(100) FROM table_2985664_8 WHERE average = "15.78"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many entries for 100 occur when the average is 15.78?It is not neccessary to use all the tables.
|
SELECT "Leading scorer" FROM table_34071 WHERE "Attendance" = '14,096'
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the leading scorer of the game with an attendance of 14,096?It is not neccessary to use all the tables.
|
SELECT Country FROM table WHERE es Mulatto = 3.5%
|
CREATE TABLE INST, Here is a database schema( table schema);
|
what's the country with es mulatto being 3.5%.It is not neccessary to use all the tables.
|
SELECT venue FROM table_name_56 WHERE away_team = "melbourne"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which venue was melbourne the away team of?It is not neccessary to use all the tables.
|
SELECT IHSAA Class FROM table WHERE School = speedway
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which IHSAA class does speedway school belong to?.It is not neccessary to use all the tables.
|
SELECT final FROM table_name_50 WHERE run_2 = "1:27.58"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which Final has a Run 2 of 1:27.58?It is not neccessary to use all the tables.
|
SELECT Tries against FROM table WHERE Tries for = 47
|
CREATE TABLE INST, Here is a database schema( table schema);
|
what's the tries against with tries for being 47.It is not neccessary to use all the tables.
|
SELECT COUNT(*) FROM event
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many events are there?It is not neccessary to use all the tables.
|
SELECT Winner FROM table WHERE Rally leader = c. atkinson AND Name = agia sotira 1
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Name the winner with rally leader of c. atkinson and name of agia sotira 1.It is not neccessary to use all the tables.
|
SELECT COUNT Result FROM table WHERE Score = 6–7 (2–7) , 6–2, 7–6 (7–3)
|
CREATE TABLE INST, Here is a database schema( table schema);
|
How many different results were there for the scores 6–7 (2–7) , 6–2, 7–6 (7–3)?.It is not neccessary to use all the tables.
|
SELECT 0 AS _100km_h__62mph_ FROM table_name_68 WHERE top_speed = "208km/h (129mph)"
|
CREATE TABLE INST, Here is a database schema( table schema);
|
What is the 0–100km/h (62mph) acceleration of the model with a top speed of 208km/h (129mph)?It is not neccessary to use all the tables.
|
SELECT MIN Bodyweight FROM table WHERE Snatch > 117.5
|
CREATE TABLE INST, Here is a database schema( table schema);
|
Which weightlifter with a snatch larger than 117.5 had the lowest bodyweight?.It is not neccessary to use all the tables.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.