inputs
stringlengths 291
3.71k
| targets
stringlengths 1
2.65k
|
---|---|
[ header: | cyclist | team | time | uci world tour points row 1 : 1 | john degenkolb (ger) | argos-shimano | 5h 45' 16" | 80
row 2 : 2 | andre greipel (ger) | lotto-belisol | s.t | 60
row 3 : 3 | alexander kristoff (nor) | team katusha | + 1" | 50
row 4 : 4 | jose joaquin ro | movistar team | + 1" | 40
row 5 : 5 | elia viviani (ita) | cannondale | + 1" | 30
row 6 : 6 | boy van poppel (nld) | vacansoleil-dcm | + 1" | 22
row 7 : 7 | nikolas maes (bel | omega pharma-quick step | + 1" | 14
row 8 : 8 | thor hushovd (nor | bmc racing team | + 1" | 10
row 9 : 9 | matti breschel (dn | team saxo-tinkoff | + 1" | 6
row 10 : 10 | arnaud demare (fra | fdj.fr | + 1" | 2 ] Execute this SQL based on the above table: select uci world tour points where uci world tour points = 30 | 30 |
[ header: category | speed (km/h) | speed (mph) | vehicle | pilot | date row 1 : rocket-powered aircraft | 7258 | 4510 | north american x-15 | william j. knight | 3 oct 1967
row 2 : manned air-breathing craft | 3530 | 2194 | lockheed sr-71 blackbird | eldon w. joersz | 28 jul 1976
row 3 : propeller-driven aircraft | 870 | 541 | tupolev tu-114 | ivan soukhomline | 1960
row 4 : piston-engined propeller-driven aircraft | 850.1 | 528.33 | grumman f8f bearcat rare | lyle shelton | 21 aug 1989
row 5 : helicopter | 401 | 249.1 | westland lynx 800 g | john egginton | 11 aug 1986
row 6 : glider (sailplane) | 306.8 | 190.6 | schempp-hirth nim | klaus ohlmann and | 22 dec 2006
row 7 : human-powered aircraft | 32 | 19.8 | mit monarch b | frank scarabino | 1 may 1984 ] Execute this SQL based on the above table: select vehicle where date > ( select date where date = '1 may 1984' ) order by date asc limit 1 | westland lynx 800 g-lynx |
[ header: name | from | until | relationship with predecessor row 1 : cosimo de' medici (pater patria | 1434 | 1 august 1464 | son of giovanni di bicci de
row 2 : piero i de' medici (pier | 1 august 1464 | 2 december 1469 | eldest son of cosimo de' medici
row 3 : lorenzo i de' medici ( | 2 december 1469 | 9 april 1492 | eldest son of piero i
row 4 : piero ii de' medici ( | 9 april 1492 | 8 november 1494 | eldest son of lorenzo the
row 5 : cardinal giovanni de' medici | 31 august 1512 | 9 march 1513 | brother of piero the unfortunate, second son
row 6 : giuliano de' medici, duke | 9 march 1513 | 17 march 1516 | brother of cardinal giovanni de'
row 7 : lorenzo ii de' medici | 17 march 1516 | 4 may 1519 | nephew of giuliano de' medici,
row 8 : cardinal giulio de' medici | 4 may 1519 | 19 november 1523 | cousin of lorenzo ii de
row 9 : cardinal ippolito de' medici | 19 november 1523 | 24 october 1529 | cousin of cardinal giulio de ] Execute this SQL based on the above table: select from where from in ( '9 april 1492' , '1 august 1464' ) group by from order by count ( name ) desc limit 1 | 9 april 1492 |
[ header: pick | player | team | position | school row 1 : 1 | ben mcdonald | baltimore orioles | rhp | louisiana state university
row 2 : 2 | tyler houston | atlanta braves | c | valley hs (las vegas
row 3 : 3 | roger salkeld | seattle mariners | rhp | saugus (ca) hs
row 4 : 4 | jeff jackson | philadelphia phillies | of | simeon hs (chicago
row 5 : 5 | donald harris | texas rangers | of | texas tech university
row 6 : 6 | paul coleman | saint louis cardinals | of | frankston (tx) h
row 7 : 7 | frank thomas | chicago white sox | 1b | auburn university
row 8 : 8 | earl cunningham | chicago cubs | of | lancaster (sc) hs
row 9 : 9 | kyle abbott | california angels | lhp | long beach state university
row 10 : 10 | charles johnson | montreal expos | c | westwood hs (fort pier
row 11 : 11 | calvin murray | cleveland indians | 3b | w.t. white high school (d
row 12 : 12 | jeff juden | houston astros | rhp | salem (ma) hs
row 13 : 13 | brent mayne | kansas city royals | c | cal state fullerton
row 14 : 14 | steve hosey | san francisco giants | of | fresno state university
row 15 : 15 | kiki jones | los angeles dodgers | rhp | hillsborough hs (tampa,
row 16 : 16 | greg blosser | boston red sox | of | sarasota (fl
row 17 : 17 | cal eldred | milwaukee brewers | rhp | university of iowa
row 18 : 18 | willie greene | pittsburgh pirates | ss | jones county hs (gray
row 19 : 19 | eddie zosky | toronto blue jays | ss | fresno state university
row 20 : 20 | scott bryant | cincinnati reds | of | university of texas
row 21 : 21 | greg gohr | detroit tigers | rhp | santa clara university
row 22 : 22 | tom goodwin | los angeles dodgers | of | fresno state university
row 23 : 23 | mo vaughn | boston red sox | 1b | seton hall university
row 24 : 24 | alan zinter | new york mets | c | university of arizona
row 25 : 25 | chuck knoblauch | minnesota twins | 2b | texas a&m university
row 26 : 26 | scott burrell | seattle mariners | rhp | hamden (ct) hs ] Execute this SQL based on the above table: select position where id = ( select id where position = 'c' ) + 1 | rhp |
[ header: year | competition | venue | position | event | notes row 1 : 2001 | world youth championships | debrecen, hungary | 2nd | 400 m | 47.12
row 2 : 2001 | world youth championships | debrecen, hungary | 1st | medley relay | 1:50.46
row 3 : 2001 | european junior championships | grosseto, italy | 1st | 4x400 m relay | 3:06.12
row 4 : 2003 | european junior championships | tampere, finland | 3rd | 400 m | 46.69
row 5 : 2003 | european junior championships | tampere, finland | 2nd | 4x400 m relay | 3:08.62
row 6 : 2005 | european u23 championships | erfurt, germany | 11th (sf) | 400 m | 46.62
row 7 : 2005 | european u23 championships | erfurt, germany | 1st | 4x400 m relay | 3:04.41
row 8 : 2005 | universiade | izmir, turkey | 7th | 400 m | 46.89
row 9 : 2005 | universiade | izmir, turkey | 1st | 4x400 m relay | 3:02.57
row 10 : 2006 | world indoor championships | moscow, russia | 2nd (h) | 4x400 m relay | 3:06.10
row 11 : 2006 | european championships | gothenburg, sweden | 3rd | 4x400 m relay | 3:01.73
row 12 : 2007 | european indoor championships | birmingham, united kingdom | 3rd | 4x400 m relay | 3:08.14
row 13 : 2007 | universiade | bangkok, thailand | 7th | 400 m | 46.85
row 14 : 2007 | universiade | bangkok, thailand | 1st | 4x400 m relay | 3:02.05
row 15 : 2008 | world indoor championships | valencia, spain | 4th | 4x400 m relay | 3:08.76
row 16 : 2008 | olympic games | beijing, china | 7th | 4x400 m relay | 3:00.32
row 17 : 2009 | universiade | belgrade, serbia | 2nd | 4x400 m relay | 3:05.69 ] Execute this SQL based on the above table: select event order by notes desc limit 1 | 400 m |
[ header: location | reactor type | status | net capacity (mwe) | gross capacity (mwe) row 1 : chernobyl-1 | rbmk-1000 | shut down in 1996 | 740 | 800
row 2 : chernobyl-2 | rbmk-1000 | shut down in 1991 | 925 | 1
row 3 : chernobyl-3 | rbmk-1000 | shut down in 2000 | 925 | 1
row 4 : chernobyl-4 | rbmk-1000 | destroyed in the 1986 accident | 925 | 1
row 5 : chernobyl-5 | rbmk-1000 | construction cancelled in 1988 | 950 | 1
row 6 : chernobyl-6 | rbmk-1000 | construction cancelled in 1988 | 950 | 1
row 7 : ignalina-1 | rbmk-1500 | shut down in 2004 | 1,185 | 1,3
row 8 : ignalina-2 | rbmk-1500 | shut down in 2009 | 1,185 | 1,3
row 9 : ignalina-3 | rbmk-1500 | construction cancelled in 1988 | 1,38 | 1,5
row 10 : ignalina-4 | rbmk-1500 | plan cancelled in 1988 | 1,38 | 1,5
row 11 : kostroma-1 | rbmk-1500 | construction cancelled in 1980s | 1,38 | 1,5
row 12 : kostroma-2 | rbmk-1500 | construction cancelled in 1980s | 1,38 | 1,5
row 13 : kursk-1 | rbmk-1000 | operational until 2021 | 925 | 1
row 14 : kursk-2 | rbmk-1000 | operational until 2024 | 925 | 1
row 15 : kursk-3 | rbmk-1000 | operational until march 2014 | 925 | 1
row 16 : kursk-4 | rbmk-1000 | operational until february 2016 | 925 | 1
row 17 : kursk-5 | mker-1000 | construction begin was 1985, since then shelve | 925 | 1
row 18 : kursk-6 | rbmk-1000 | construction cancelled in 1993 | 925 | 1
row 19 : leningrad-1 | rbmk-1000 | operational | 925 | 1
row 20 : leningrad-2 | rbmk-1000 | operational until 2021 | 925 | 1
row 21 : leningrad-3 | rbmk-1000 | operational until june 2025 | 925 | 1
row 22 : leningrad-4 | rbmk-1000 | operational until august 2026 | 925 | 1
row 23 : smolensk-1 | rbmk-1000 | operational until december 2022 | 925 | 1
row 24 : smolensk-2 | rbmk-1000 | operational until july 2015 | 925 | 1
row 25 : smolensk-3 | rbmk-1000 | operational until july 2023 | 925 | 1
row 26 : smolensk-4 | rbmk-1000 | construction cancelled in 1993 | 925 | 1 ] Execute this SQL based on the above table: select ( select net capacity (mwe) where reactor type = 'rbmk-1000' ) - ( select net capacity (mwe) where reactor type = 'rbmk-1000' ) | 0.0 |
[ header: season | division | w-l | finish | home | road | gf | ga | coach | playoffs | avg attendance row 1 : 2006 | western | 1-15 | 6th | 0-8 | 1-7 | 150 | 202 | paul day | missed playoffs | 10367
row 2 : 2007 | western | 6-10 | 5th | 4-4 | 2-6 | 160 | 189 | paul day | missed playoffs | 10815
row 3 : 2008 | western | 4-12 | 5th | 3-5 | 1-7 | 141 | 197 | paul day (0-5) bob ham | missed playoffs | 8820
row 4 : 2009 | western | 5-11 | 6th | 4-4 | 1-7 | 159 | 200 | bob hamley | missed playoffs | 8347
row 5 : 2010 | western | 10-6 | 3rd | 5-3 | 5-3 | 186 | 201 | derek keenan | lost in western final | 7558
row 6 : 2011 | western | 5-11 | 5th | 4-4 | 1-7 | 175 | 204 | derek keenan | missed playoffs | 7151
row 7 : 2012 | western | 6-10 | 4th | 4-4 | 2-6 | 167 | 175 | derek keenan | lost in final | 7050
row 8 : 2013 | western | 9-7 | 3rd | 2-6 | 7-1 | 203 | 170 | derek keenan | lost in western semi-final | 6714
row 9 : total | 8 seasons | 46-82 | None | 26-38 | 20-44 | 1341 | 1538 | None | None | 8353
row 10 : playoff totals | None | 3-3 | None | 0-0 | 3-3 | 73 | 54 | None | None | None ] Execute this SQL based on the above table: select avg ( gf ) where finish = '6th' | 154.5 |
[ header: route number | terminals | terminals | via | operator | notes row 1 : 310 310a 311 | waltham cross bus station | hertford bus station | cheshunt, broxbourne, ware | arriva shires & esse | mon-sat (310), mon-f
row 2 : 323 | broxbourne station | essex road industrial estate | hoddesdon | sm coaches | mon-fri peak hours. hert
row 3 : 392 | harlow town station | rye park old highway | nazeing, broxbourne | network harlow | mon-sat. essex c
row 4 : 641 | broxbourne station | hatfield business park | hertford, university of hertfordshire | uno | mon-fri university term time only
row 5 : c3/c3a | waltham cross | harlow bus station | cheshunt, broxbourne | trustybus | mon-fri. 2 buses per hour
row 6 : c4 | waltham cross bus station | hertford bus station | cheshunt, ware | trustybus | sundays ] Execute this SQL based on the above table: select count ( * ) where notes <= 1533 | 0 |
[ header: date | opponent# | rank# | site | result | attendance row 1 : september 12 | #1 michigan | None | camp randall stadium • madison, | w 21-14 | 68733
row 2 : september 19 | #9 ucla | #20 | camp randall stadium • madison, | l 13-31 | 71496
row 3 : september 26 | western michigan | None | camp randall stadium • madison, | w 21-10 | 67196
row 4 : october 3 | purdue | None | camp randall stadium • madison, | w 20-14 | 68603
row 5 : october 10 | #18 ohio state | None | camp randall stadium • madison, | w 24-21 | 78973
row 6 : october 17 | at michigan state | #14 | spartan stadium • east lans | l 14-33 | 67352
row 7 : october 24 | at illinois | None | memorial stadium • champaign, il | l 21-23 | 67413
row 8 : october 31 | northwestern | None | camp randall stadium • madison, | w 52-0 | 70035
row 9 : november 7 | at indiana | None | memorial stadium • bloomington, in | w 28-7 | 44218
row 10 : november 14 | iowa | None | camp randall stadium • madison, | l 7-17 | 78731
row 11 : november 21 | at minnesota | None | memorial stadium • minneapolis, | w 26-21 | 47125
row 12 : december 13 | vs. tennessee | None | giants stadium • east rutherford, | l 21-28 | 53220 ] Execute this SQL based on the above table: select date where attendance = 53220 | december 13 |
[ header: season | tier | division | place row 1 : 1981/82 | 4 | 3a | 17th
row 2 : 1982/83 | 5 | regional | None
row 3 : 1983/84 | 4 | 3a | 1st
row 4 : 1984/85 | 4 | 3a | 2nd
row 5 : 1985/86 | 4 | 3a | 1st
row 6 : 1986/87 | 3 | 2ab | 10th
row 7 : 1987/88 | 3 | 2ab | 1st
row 8 : 1988/89 | 2 | 2a | 18th
row 9 : 1989/90 | 3 | 2ab | 7th
row 10 : 1990/91 | 3 | 2ab | 8th
row 11 : 1991/92 | 3 | 2ab | 20th
row 12 : 1992/93 | 4 | 3a | 14th
row 13 : 1993/94 | 4 | 3a | 19th
row 14 : 1994/95 | 5 | reg. pref | 9th
row 15 : 1995/96 | 5 | reg. pref | 4th
row 16 : 1996/97 | 5 | reg. pref | 1st
row 17 : 1997/98 | 5 | reg. pref | 2nd ] Execute this SQL based on the above table: select place where id = ( select id where place = '2nd' ) - 1 | 1st |
[ header: rank | name | nation(s) | born | ascended | years reigned row 1 : 1 | bhumibol adulya | thailand | 5 december 1927 | 9 june 1946 | 68 years, 3 days
row 2 : 7 | qaboos bin said al said | oman | 18 november 1940 | 23 july 1970 | 43 years, 324 days
row 3 : 10 | carl xvi gustaf | sweden | 30 april 1946 | 15 september 1973 | 40 years, 270 days
row 4 : 16 | mswati iii | swaziland | 19 april 1968 | 25 april 1986 | 28 years, 48 days
row 5 : 17 | akihito | japan | 23 december 1933 | 7 january 1989 | 25 years, 156 days
row 6 : 19 | hans-adam ii | liechtenstein | 14 february 1945 | 13 november 1989 | 24 years, 211 days
row 7 : 21 | harald v | norway | 21 february 1937 | 17 january 1991 | 23 years, 146 days
row 8 : 24 | mizan zainal abidin | terengganu (malaysia | 22 january 1962 | 15 may 1998 | 16 years, 28 days
row 9 : 25 | abdullah ii | jordan | 30 january 1962 | 7 february 1999 | 15 years, 125 days
row 10 : 26 | hamad bin isa al k | bahrain | 28 january 1950 | 6 march 1999 | 15 years, 98 days
row 11 : 30 | tuanku syed sir | perlis (malaysia) | 16 may 1943 | 17 april 2000 | 14 years, 56 days
row 12 : 31 | henri | luxembourg | 16 april 1955 | 7 october 2000 | 13 years, 248 days
row 13 : 33 | norodom sihamoni | cambodia | 14 may 1953 | 14 october 2004 | 9 years, 241 days
row 14 : 37 | mohammed bin rashid al ma | dubai (united arab emir | 22 july 1949 | 4 january 2006 | 8 years, 159 days
row 15 : 39 | tuheitia paki | maori king (new zealand | 21 april 1955 | 21 august 2006 | 7 years, 295 days
row 16 : 41 | kapiliele faupala | wallis island (uvea) (wall | 1940 | 25 june 2008 | 5 years, 352 days
row 17 : 45 | ibrahim ismail | johor (malaysia | 22 november 1958 | 22 january 2010 | 4 years, 141 days
row 18 : 47 | muhammad v | kelantan (malaysia | 6 october 1969 | 13 september 2010 | 3 years, 272 days
row 19 : 49 | tupou vi | tonga | 12 july 1959 | 18 march 2012 | 2 years, 86 days
row 20 : 50 | francis | vatican city | 17 december 1936 | 13 march 2013 | 1 year, 91 days
row 21 : 51 | willem-alexander | netherlands | 27 april 1967 | 30 april 2013 | 1 year, 43 days
row 22 : 53 | philippe | belgium | 15 april 1960 | 21 july 2013 | 0 years, 326 days ] Execute this SQL based on the above table: select ascended where years reigned < ( select max ( years reigned ) ) order by years reigned desc limit 1 | 23 july 1970 |
[ header: # | title | songwriters | producer(s) | performer (s) row 1 : 1 | "creative control" | o. credle, l. bas | organized konfusion | o.c
row 2 : 2 | "word...life" | o. credle, a. best | buckwild | o.c
row 3 : 3 | "o-zone" | o. credle, a. best | buckwild | o.c
row 4 : 4 | "born 2 live" | o. credle, a. best | buckwild | o.c
row 5 : 5 | "time's up" | o. credle, a. best | buckwild | o.c
row 6 : 6 | "point o' viewz" | o. credle, d. van | buckwild, prestige | o.c
row 7 : 7 | "constables" | o. credle, l. bas | organized konfusion | o.c
row 8 : 8 | "ga head" | o. credle, r. hall | lord finesse | o.c
row 9 : 9 | "no main topic" | o. credle, g. | dj ogee/o. | o.c., prince po
row 10 : 10 | "let it slide" | o. credle, a. best | buckwild | o.c., pharo
row 11 : 11 | "ma dukes" | o. credle, a. best | buckwild | o.c
row 12 : 12 | "story" | o. credle, g. | dj ogee/o. | o.c
row 13 : 13 | "outtro (sabotage) | o. credle, a. best | buckwild | o.c
row 14 : 14 | "born 2 live (remix)" | o. credle, a. best | organized konfusion | o.c ] Execute this SQL based on the above table: select count ( songwriters ) | 14 |
[ header: tie | home team | score | away team | attendance row 1 : 1 | aylesbury united | 2-2 | windsor & eton | 847
row 2 : 2 | burscough | 5-0 | wakefield & emley | 437
row 3 : 3 | dover athletic | 0-3 | forest green roves | 932
row 4 : 4 | farnborough town | 2-0 | halifax town | 863
row 5 : 5 | gloucester city | 1-1 | southport | 1,237
row 6 : 6 | havant & waterlooville | 3-0 | hayes | 456
row 7 : 7 | margate | 0-2 | tamworth | 971
row 8 : 8 | yeovil town | 2-1 | northwich victoria | 4,469 ] Execute this SQL based on the above table: select tie - attendance where home team = 'havant & waterlooville' | -450.0 |
[ header: tie no | home team | score | away team | date row 1 : 1 | liverpool | 0-1 | west bromwich albion | 28 january 1922
row 2 : 2 | preston north end | 3-1 | newcastle united | 28 january 1922
row 3 : 3 | southampton | 1-1 | cardiff city | 28 january 1922
row 4 : replay | cardiff city | 2-0 | southampton | 1 february 1922
row 5 : 4 | leicester city | 2-0 | fulham | 28 january 1922
row 6 : 5 | nottingham forest | 3-0 | hull city | 28 january 1922
row 7 : 6 | aston villa | 1-0 | luton town | 28 january 1922
row 8 : 7 | bolton wanderers | 1-3 | manchester city | 28 january 1922
row 9 : 8 | swindon town | 0-1 | blackburn rovers | 28 january 1922
row 10 : 9 | tottenham hotspur | 1-0 | watford | 28 january 1922
row 11 : 10 | barnsley | 3-1 | oldham athletic | 28 january 1922
row 12 : 11 | northampton town | 2-2 | stoke | 28 january 1922
row 13 : replay | stoke | 3-0 | northampton town | 1 february 1922
row 14 : 12 | brighton & hove albion | 0-0 | huddersfield town | 28 january 1922
row 15 : replay | huddersfield town | 2-0 | brighton & hove albion | 1 february 1922
row 16 : 13 | bradford city | 1-1 | notts county | 28 january 1922
row 17 : replay | notts county | 0-0 | bradford city | 1 february 1922
row 18 : replay | notts county | 1-0 | bradford city | 6 february 1922
row 19 : 14 | crystal palace | 0-0 | millwall | 28 january 1922
row 20 : replay | millwall | 2-0 | crystal palace | 1 february 1922
row 21 : 15 | southend united | 0-1 | swansea town | 28 january 1922
row 22 : 16 | bradford park avenue | 2-3 | arsenal | 28 january 1922 ] Execute this SQL based on the above table: select count ( tie no ) where tie no = 12 | 1 |
[ header: site name | reason for designation biological interest | reason for designation geological interest | area hectares | area acres | coordinates & grid ref | year in which notified | other designations | map & citation row 1 : bradwell meadows | | | 0.9 | 2.3 | 53°19′19′′n 1°44 | 1990 | None | map
row 2 : cawdor quarry | | | 4.7 | 11.7 | 53°08′28′′n 1°34 | 1963 | gcr | map
row 3 : cressbrook dale | | | 120.4 | 297.6 | 53°15′47′′n 1°44 | 1954 | gcr, nnr, | map
row 4 : duckmanton railway cutting | | | 3.8 | 9.4 | 53°13′41′′n 1°22 | 1974 | gcr | map
row 5 : fox hole cave | | | 0.2 | 0.4 | 53°11′31′′n 1°51 | 1986 | gcr | map
row 6 : goyt valley | | | 1,332.6 | 3,292.9 | 53°16′05′′n 1°57 | 1951 | spa, sac | map
row 7 : hipley hill | | | 22.1 | 54.6 | 53°05′24′′n 1°40 | 1963 | None | map
row 8 : jumble coppice | | | 0.7 | 1.8 | 53°14′42′′n 1°36 | 1985 | gcr | map
row 9 : leek moors | | | 3,970.8 | 9,812.2 | 53°10′52′′n 1°59 | 1954 | spa, esa, gc | map
row 10 : long dale, hartington | | | 53.5 | 132.1 | 53°09′04′′n 1°47 | 1997 | sac | map
row 11 : moss valley | | | 26.1 | 64.5 | 53°18′58′′n 1°22 | 1951 | None | map
row 12 : moss valley woods | | | 17.9 | 44.2 | 53°19′01′′n 1°26 | 1993 | None | map
row 13 : pleasley vale railway | | | 3.5 | 8.7 | 53°10′41′′n 1°13 | 1981 | lnr | map
row 14 : teversal to pleasley railway | | | 5 | 12.4 | 53°09′54′′n 1°16 | 1982 | lnr, wt | map
row 15 : upper lathkill | | | 26.8 | 66.3 | 53°12′18′′n 1°47 | 1989 | gcr, np | map ] Execute this SQL based on the above table: select count ( coordinates & grid ref ) | 15 |
[ header: kilometers | name | location | intersecting routes row 1 : 0 | netanya mall | netanya | petah tikva street, r
row 2 : 0.6 | netanya interchange | netanya | highway 2
row 3 : 0.75 | harakevet road | netanya | entrance to netanya railway station
row 4 : 1.45 | pinkas street | netanya | pinkas street
row 5 : 2.2 | deganya road | netanya | deganya road
row 6 : 2.8 | beit yitzhak | beit yitzhak | hasharon road
row 7 : 3.8 | ganot hadar | ganot hadar | entrance to ganot hadar and nordiy
row 8 : 4.3 | hasharon junction ("beit lid") | ganot hadar | highway 4
row 9 : 6.2 | rabin boulevard | kfar yona | entrance to kfar yona
row 10 : 7.3 | begin boulevard | kfar yona | entrance to kfar yona
row 11 : 7.7 | ha'atzmaut street | haniel | entrance to haniel
row 12 : 9.3 | yanuv junction | yanuv | route 5613, entrance to yanu
row 13 : 10 | haerez way | tnuvot industrial zone | entrance to tnuvot and
row 14 : 12 | be'erotayim junction | hagor | entrance to be'erotayim and
row 15 : 13.2 | nitzanei oz junction | nitzanei oz | route 5714, entrance to nitz
row 16 : 14.5 | nitzanei oz interchange | nitzanei oz | highway 6
row 17 : 15 | idf checkpoint | tulkarm | entrance to nitzanei s ] Execute this SQL based on the above table: select count ( * ) where name = 'ganot hadar' | 1 |
[ header: no. | constituency | created | seats | change row 1 : 1 | carlow-kilkenny | 1948 | 5 | None
row 2 : 2 | cavan-monaghan | 1977 | 5 | None
row 3 : 3 | clare | 1921 | 4 | None
row 4 : 4 | cork east | 1981 | 4 | None
row 5 : 5 | cork north-central | 1981 | 4 | -1
row 6 : 6 | cork north-west | 1981 | 3 | None
row 7 : 7 | cork south-central | 1981 | 5 | None
row 8 : 8 | cork south-west | 1961 | 3 | None
row 9 : 9 | donegal north-east | 1981 | 3 | None
row 10 : 10 | donegal south-west | 1981 | 3 | None
row 11 : 11 | dublin central | 1981 | 4 | None
row 12 : 12 | dublin mid-west | 2002 | 4 | -1
row 13 : 13 | dublin north | 1981 | 4 | None
row 14 : 14 | dublin north-central | 1948 | 3 | 1
row 15 : 15 | dublin north-east | 1981 | 3 | None
row 16 : 16 | dublin north-west | 1981 | 3 | None
row 17 : 17 | dublin south | 1981 | 5 | None
row 18 : 18 | dublin south-central | 1948 | 5 | None
row 19 : 19 | dublin south-east | 1948 | 4 | None
row 20 : 20 | dublin south-west | 1981 | 4 | None
row 21 : 21 | dublin west | 1981 | 3 | None
row 22 : 22 | dun laoghaire | 1977 | 5 | None
row 23 : 23 | galway east | 1977 | 4 | None
row 24 : 24 | galway west | 1937 | 5 | None
row 25 : 25 | kerry north | 1969 | 3 | None
row 26 : 26 | kerry south | 1937 | 3 | None
row 27 : 27 | kildare north | 1997 | 4 | 1
row 28 : 28 | kildare south | 1997 | 3 | None
row 29 : 29 | laois-offaly | 2007 | 5 | 5
row 30 : 30 | limerick east | 1948 | 5 | None
row 31 : 31 | limerick west | 1948 | 3 | None
row 32 : 32 | longford-westmeath | 2007 | 4 | 4
row 33 : 33 | louth | 1923 | 4 | None
row 34 : 34 | mayo | 1997 | 5 | None
row 35 : 35 | meath east | 2007 | 3 | 3
row 36 : 36 | meath west | 2007 | 3 | 3
row 37 : 37 | roscommon-south leit | 2007 | 3 | 3
row 38 : 38 | sligo-north leit | 2007 | 3 | 3
row 39 : 39 | tipperary north | 1948 | 3 | None
row 40 : 40 | tipperary south | 1948 | 3 | None
row 41 : 41 | waterford | 1923 | 4 | None
row 42 : 42 | wexford | 1921 | 5 | None
row 43 : 43 | wicklow | 1923 | 5 | None ] Execute this SQL based on the above table: select abs ( constituency - constituency ) where constituency = 'kildare south' | 0 |
[ header: date | opponent# | rank# | site | result row 1 : september 12 | at colorado | None | folsom field • boulder, co | w 44-6
row 2 : september 19 | at #5 ohio state | None | ohio stadium • columbus | l 14-24
row 3 : september 26 | san diego state | None | autzen stadium • eugene | w 25-20
row 4 : october 3 | #16 washington | None | autzen stadium • eugene | w 29-22
row 5 : october 10 | usc | None | autzen stadium • eugene | w 34-27
row 6 : october 17 | at #9 ucla | #16 | rose bowl • pasadena, ca | l 10-41
row 7 : october 24 | at stanford | None | stanford stadium • stanford, ca | l 10-13
row 8 : october 31 | california | None | autzen stadium • eugene | l 6-20
row 9 : november 7 | at arizona state | None | sun devil stadium • tempe, a | l 17-37
row 10 : november 14 | at washington state | None | martin stadium • pullman, wa | w 31-17
row 11 : november 21 | oregon state | None | autzen stadium • eugene | w 44-0 ] Execute this SQL based on the above table: select count ( site ) where date > 1407 | 0 |
[ header: outcome | no. | date | tournament | surface | opponent | score row 1 : runner-up | 1 | 23 august 2004 | la paz, bolivia | clay | jenifer widjaja | 6-3, 4-6, 0-6
row 2 : runner-up | 2 | 6 june 2005 | santa tecla, e | clay | andrea benitez | 3-6, 0-6
row 3 : runner-up | 2 | 22 august 2005 | bogota, colombia | clay | carla tiene | 4-6, 0-6
row 4 : runner-up | 4 | 15 may 2006 | ciudad obregon, mexico | hard | ellah nze | 6-4, 3-6, 3-6
row 5 : winner | 1 | 5 june 2006 | xalapa, mexico | hard | maria irigoyen | 6-1, 3-6, 6-4
row 6 : winner | 2 | 7 september 2009 | mazatlan, mexico | hard | fernanda hermenegildo | 6-1, 6-2
row 7 : winner | 3 | 2 november 2009 | bogota, colombia | clay | yuliana lizarazo | 7-6(7-5), 6-4
row 8 : runner-up | 5 | 16 november 2009 | asuncion, paraguay | clay | paula ormaechea | 6-4, 4-6, 2-6
row 9 : winner | 4 | 8 november 2010 | bogota, colombia | clay | patricia ku flores | 6-1, 7-5
row 10 : winner | 5 | 29 november 2010 | santiago, chile | clay | veronica cepede royg | 6-2, 6-2
row 11 : winner | 6 | 18 july 2011 | ribeirao preto, brazil | clay | vivian segnini | 6-2, 6-2
row 12 : runner-up | 6 | 8 august 2011 | santa cruz de la sierra | clay | maria irigoyen | 2-6, 3-6
row 13 : winner | 7 | 15 august 2011 | la paz, bolivia | clay | maria irigoyen | 6-0, 7-6(7-1)
row 14 : runner-up | 7 | 3 october 2011 | yerevan, armenia | clay | julia cohen | 6-7(6-8), 2-6
row 15 : runner-up | 8 | 19 march 2012 | bangalore, india | hard | donna vekic | 2-6, 4-6
row 16 : runner-up | 9 | 8 may 2012 | brasilia, brazil | clay | gabriela paz | 3-6, 3-6
row 17 : winner | 8 | 19 november 2012 | barranquilla, colombia | clay | karolina nowak | 7-6(7-4), 6-0
row 18 : winner | 9 | 21 october 2013 | bogota, colombia | hard | anna katalina alzate | 6-3, 6-3
row 19 : winner | 10 | 11 november 2013 | lima, peru | clay | patricia ku flores | 7-5, 6-7(4-7),
row 20 : winner | 11 | 25 november 2013 | bogota, colombia | clay | naomi totka | 6-1, 6-1
row 21 : runner-up | 10 | 2 december 2013 | barranquilla, colombia | clay | maria fernanda herazo | 4-6, 2-6 ] Execute this SQL based on the above table: select outcome where no. = 1 | runner-up, winner |
[ header: place | nation | 5 hoops | 3 balls, 2 ribbons | total row 1 : 1 | bulgaria | 19.800 (1) | 19.800 (1) | 39.600
row 2 : 2 | spain | 19.700 (3) | 19.700 (2) | 39.400
row 3 : 3 | belarus | 19.733 (2) | 19.600 (3) | 39.333
row 4 : 4 | russia | 19.600 (4) | 19.566 (4) | 39.166
row 5 : 5 | ukraine | 19.366 (5) | 15.500 (5) | 38.866
row 6 : 6 | japan | 19.166 (6) | 19.333 (7) | 38.499
row 7 : 7 | italy | 19.066 (7) | 19.400 (6) | 38.466
row 8 : 8 | hungary | 18.766 (8) | 19.166 (8) | 37.932 ] Execute this SQL based on the above table: select place where nation = 'bulgaria' | 1 |
[ header: year | film | function | notes row 1 : 2002 | the bacchae | producer | screen adaptation of euripides' classic
row 2 : 2004 | shakespeare's merchant | producer | adaptation of shakespeare's the merchant
row 3 : 2004 | the trojan women | producer/actress | documentary film of brad mays' 2003 los
row 4 : 2007 | schooled | co-producer | None
row 5 : 2008 | sing*ularity | producer | documentary about the world-famous operaworks
row 6 : 2008 | the watermelon | producer | oddball romantic comedy, written by michae
row 7 : 2008 | the audacity of democracy | producer | documentary film of the 2008 democratic presidential primary, shot
row 8 : 2011 | customer diss-service | co-producer | web series directed by brad mays and
row 9 : 2012 | beginning blue | producer, writer | feature film about an all-girl rock band determined
row 10 : 2012 | the donut shop | co-producer | comedy short directed by brad mays, and
row 11 : 2013 | i grew up in princeton | producer | feature documentary directed by brad mays ] Execute this SQL based on the above table: select function where year = ( select year where function = 'co-producer' and film = 'customer diss-service' ) + 1 | producer, writer, co-producer |
[ header: rank | athlete | ski time | penalties p+s+p+s | total row 1 : None | zhang qing (chn) | 59:53.2 | 1+1+0+1 | 1:02:53.2
row 2 : None | dmitriy pozdn | 1:01:01.0 | 0+2+0+0 | 1:03:01.0
row 3 : None | dmitriy pantov ( | 59:24.8 | 1+2+0+1 | 1:03:24.8
row 4 : 4 | hideki yamamoto (jpn) | 1:02:55.5 | 0+1+3+0 | 1:06:55.5
row 5 : 5 | qiu lianhai (ch | 1:03:18.9 | 1+1+0+2 | 1:07:18.9
row 6 : 6 | shin byung-gook (kor | 1:02:49.3 | 1+2+1+1 | 1:07:49.3
row 7 : 7 | son hae-kwon (kor) | 1:02:58.3 | 1+1+2+1 | 1:07:58.3
row 8 : 8 | wang xin (chn) | 1:04:42.4 | 2+1+1+1 | 1:09:42.4
row 9 : 9 | naoki shindo | 1:03:08.5 | 3+1+0+3 | 1:10:08.5
row 10 : 9 | jeon jae-won (kor) | 1:02:08.5 | 2+2+2+2 | 1:10:08.5
row 11 : 11 | alexey karevskiy ( | 1:03:28.8 | 3+1+1+2 | 1:10:28.8
row 12 : 12 | sergey abdukarov (kaz | 1:05:11.4 | 1+2+1+3 | 1:12:11.4
row 13 : 13 | takashi shindo ( | 1:01:15.0 | 3+3+2+4 | 1:13:15.0
row 14 : 14 | shinji ebisawa (jp | 1:04:13.6 | 3+3+1+3 | 1:14:13.6
row 15 : 15 | choi neung-chul | 1:08:50.6 | 3+2+0+1 | 1:14:50.6
row 16 : 16 | byamba enkh-amgalan | 1:15:20.4 | 4+5+2+2 | 1:28:20.4 ] Execute this SQL based on the above table: select sum ( rank ) where penalties p+s+p+s in ( '3+3+2+4' , '1+1+0+2' ) | 18.0 |
[ header: | cyclist | team | time | uci world tour points row 1 : 1 | john degenkolb (ger) | argos-shimano | 5h 45' 16" | 80
row 2 : 2 | andre greipel (ger) | lotto-belisol | s.t | 60
row 3 : 3 | alexander kristoff (nor) | team katusha | + 1" | 50
row 4 : 4 | jose joaquin ro | movistar team | + 1" | 40
row 5 : 5 | elia viviani (ita) | cannondale | + 1" | 30
row 6 : 6 | boy van poppel (nld) | vacansoleil-dcm | + 1" | 22
row 7 : 7 | nikolas maes (bel | omega pharma-quick step | + 1" | 14
row 8 : 8 | thor hushovd (nor | bmc racing team | + 1" | 10
row 9 : 9 | matti breschel (dn | team saxo-tinkoff | + 1" | 6
row 10 : 10 | arnaud demare (fra | fdj.fr | + 1" | 2 ] Execute this SQL based on the above table: select time where = ( select where time = '+ 1"' ) - 1 | s.t |
[ header: state | no. of candidates | no. of elected | total no. of seats in assembly | year of election row 1 : andhra pradesh | 12 | 6 | 294 | 2004
row 2 : assam | 19 | 1 | 126 | 2001
row 3 : bihar | 153 | 5 | 324 | 2000
row 4 : chhattisgarh | 18 | 0 | 90 | 2003
row 5 : delhi | 2 | 0 | 70 | 2003
row 6 : goa | 3 | 0 | 40 | 2002
row 7 : gujarat | 1 | 0 | 181 | 2002
row 8 : haryana | 10 | 0 | 90 | 2000
row 9 : himachal pradesh | 7 | 0 | 68 | 2003
row 10 : jammu and kashmir | 5 | 0 | 87 | 2002
row 11 : karnataka | 5 | 0 | 224 | 2004
row 12 : kerala | 22 | 17 | 140 | 2006
row 13 : madhya pradesh | 17 | 0 | 230 | 2003
row 14 : maharashtra | 19 | 0 | 288 | 1999
row 15 : manipur | 16 | 4 | 60 | 2006
row 16 : meghalaya | 3 | 0 | 60 | 2003
row 17 : mizoram | 4 | 0 | 40 | 2003
row 18 : odisha | 6 | 1 | 147 | 2004
row 19 : puducherry | 2 | 0 | 30 | 2001
row 20 : punjab | 11 | 0 | 117 | 2006
row 21 : rajasthan | 15 | 0 | 200 | 2003
row 22 : tamil nadu | 8 | 6 | 234 | 2006
row 23 : tripura | 2 | 1 | 60 | 2003
row 24 : uttar pradesh | 5 | 0 | 402 | 2002
row 25 : uttarakhand | 14 | 0 | 70 | 2002
row 26 : west bengal | 13 | 8 | 294 | 2006 ] Execute this SQL based on the above table: select state where state = 'maharashtra' order by no. of elected asc limit 1362 | maharashtra |
[ header: year | team | co-drivers | car | class | laps | pos. | class pos. row 1 : 2001 | team den bla avis team goh | john nielsen hiroki | dome s101-judd | lmp900 | 66 | dnf | dnf
row 2 : 2003 | rn motorsport | john nielsen hayanari | dba4 03s-zytek | lmp675 | 288 | 22nd | 2nd
row 3 : 2004 | lister racing | john nielsen jens | lister storm lmp-chevrole | lmp1 | 279 | 24th | 9th
row 4 : 2006 | zytek engineering team essex invest | john nielsen philip and | zytek 06s | lmp1 | 269 | nc | nc
row 5 : 2007 | aston martin racing larbre | christophe bouchut f | aston martin dbr | gt1 | 341 | 7th | 3rd
row 6 : 2008 | team essex | john nielsen sasch | porsche rs spyder evo | lmp2 | 347 | 12th | 2nd
row 7 : 2009 | team essex | kristian poulsen e | porsche rs spyder evo | lmp2 | 357 | 10th | 1st
row 8 : 2011 | hope racing | steve zacchia jan | oreca 01-swiss | lmp1 | 115 | dnf | dnf ] Execute this SQL based on the above table: select count ( pos. ) where co-drivers = 'john nielsen sascha maassen' | 0 |
[ header: place | total | men | women | children | elderly | serbs | jews | romani | rusyns | hungarians | russians row 1 : becej | 215 | 111 | 72 | 13 | 19 | 102 | 110 | None | None | None | None
row 2 : vilovo | 64 | 44 | 6 | 8 | 6 | 64 | None | None | None | None | None
row 3 : gardinovci | 37 | 32 | 3 | None | 2 | 37 | None | None | None | None | None
row 4 : gospođinci | 85 | 47 | 19 | 15 | 4 | 73 | 10 | None | 2 | None | None
row 5 : đurđevo | 223 | 107 | 60 | 41 | 15 | 173 | 22 | None | 27 | None | None
row 6 : zabalj | 666 | 355 | 141 | 101 | 69 | 614 | 28 | 23 | None | 1 | None
row 7 : lok | 47 | 46 | None | None | 1 | 46 | None | None | None | 1 | None
row 8 : mosorin | 205 | 94 | 41 | 44 | 26 | 170 | None | 34 | None | 1 | None
row 9 : novi sad | 1246 | 489 | 415 | 165 | 177 | 375 | 809 | None | 2 | 18 | 15
row 10 : srbobran | 3 | 3 | None | None | None | 2 | 2 | None | None | None | None
row 11 : temerin | 48 | 14 | 15 | 7 | 12 | 6 | 42 | None | None | None | None
row 12 : titel | 51 | 45 | None | 1 | 5 | 49 | 1 | None | None | None | None
row 13 : curug | 893 | 554 | 153 | 82 | 104 | 842 | 44 | 7 | None | None | None
row 14 : sajkas | 26 | 24 | 2 | None | None | 25 | 1 | None | None | None | None
row 15 : all places | 3809 | 1965 | 927 | 477 | 440 | 2578 | 1068 | 64 | 31 | 21 | 15 ] Execute this SQL based on the above table: select place order by hungarians desc limit 1 | all places |
[ header: name | state | status | title | appointment | credentials presented | termination of mission | notes row 1 : henry f. grady | california | non-career appointee | ambassador extraordinary and plenipotentiary | apr 10, 1947 | jul 1, 1947 | left post, jun 22, 1948 | accredited also to nepal; resident at
row 2 : chester bowles | connecticut | non-career appointee | ambassador extraordinary and plenipotentiary | oct 10, 1951 | nov 1, 1951 | left post, mar 23, 1953 | also accredited to nepal; resident at
row 3 : george v. allen | north carolina | foreign service officer | ambassador extraordinary and plenipotentiary | mar 11, 1953 | may 4, 1953 | left post, nov 30, 1954 | also accredited to nepal; resident at
row 4 : john sherman cooper | kentucky | non-career appointee | ambassador extraordinary and plenipotentiary | feb 4, 1955 | apr 9, 1955 | left post, apr 23, 1956 | also accredited to nepal; resident at
row 5 : john kenneth galbraith | massachusetts | non-career appointee | ambassador extraordinary and plenipotentiary | mar 29, 1961 | apr 18, 1961 | left post, jul 12, 1963 | None
row 6 : chester bowles | connecticut | non-career appointee | ambassador extraordinary and plenipotentiary | may 3, 1963 | jul 19, 1963 | left post, apr 21, 1969 | None
row 7 : kenneth b. keating | new york | non-career appointee | ambassador extraordinary and plenipotentiary | may 1, 1969 | jul 2, 1969 | left post, jul 26, 1972 | None
row 8 : daniel p. moy | new york | non-career appointee | ambassador extraordinary and plenipotentiary | feb 8, 1973 | feb 28, 1973 | left post, jan 7, 1975 | None
row 9 : robert f. goheen | new jersey | non-career appointee | ambassador extraordinary and plenipotentiary | apr 26, 1977 | may 26, 1977 | left post, dec 10, 1980 | None
row 10 : harry g. barnes, | maryland | foreign service officer | ambassador extraordinary and plenipotentiary | oct 1, 1981 | nov 17, 1981 | left post, jun 27, 1985 | None
row 11 : john gunther dean | new york | foreign service officer | ambassador extraordinary and plenipotentiary | aug 2, 1985 | sep 6, 1985 | left post nov 7, 1988 | None
row 12 : john r. hubbard | california | non-career appointee | ambassador extraordinary and plenipotentiary | nov 22, 1988 | dec 27, 1988 | left post nov 15, 1989 | commissioned during a recess of the
row 13 : william clark, jr | district of columbia | foreign service officer | ambassador extraordinary and plenipotentiary | oct 10, 1989 | dec 22, 1989 | left post, jul 2, 1992 | None
row 14 : thomas r. pickering | new jersey | foreign service officer | ambassador extraordinary and plenipotentiary | apr 6, 1992 | aug 14, 1992 | left post, mar 23, 1993 | kenneth brill served as charge
row 15 : frank g. wisner | district of columbia | foreign service officer | ambassador extraordinary and plenipotentiary | jun 9, 1994 | aug 2, 1994 | left post, july 12, 1997 | None ] Execute this SQL based on the above table: select count ( name ) | 15 |
[ header: # | air date | timeslot (est) | season | rating | share | 18-49 (rating/share) | viewers (m) | weekly rank (#) row 1 : 1 | march 2, 2008 | sunday 9:00 p.m | 2007-2008 | 9.4 | 14 | 5.3/12 | 15.55 | 4
row 2 : 2 | march 9, 2008 | sunday 9:00 p.m | 2007-2008 | 7.4 | 11 | 4.1/10 | 11.83 | 10
row 3 : 3 | march 16, 2008 | sunday 9:00 p.m | 2007-2008 | 6 | 9 | 3.6/9 | 9.71 | 18
row 4 : 4 | march 23, 2008 | sunday 9:00 p.m | 2007-2008 | 6.1 | 10 | 3.5/9 | 9.92 | 19
row 5 : 5 | march 30, 2008 | sunday 9:00 p.m | 2007-2008 | 7.1 | 11 | 3.9/9 | 11.35 | 13
row 6 : 6 | april 6, 2008 | sunday 9:00 p.m | 2007-2008 | 5.9 | 9 | 3.2/8 | 9.42 | 27
row 7 : 7 | april 13, 2008 | sunday 8:00 p.m | 2007-2008 | 5.6 | 9 | 2.9/9 | 8.88 | 19
row 8 : 8 | april 20, 2008 | sunday 8:00 p.m | 2007-2008 | 6.4 | 10 | 3.2/9 | 10.03 | None ] Execute this SQL based on the above table: select air date order by id desc limit 1 | april 20, 2008 |
[ header: tie no | home team | score | away team | attendance row 1 : 1 | chesterfield | 1-0 | nottingham forest | 15 february 1997
row 2 : 2 | leicester city | 2-2 | chelsea | 16 february 1997
row 3 : replay | chelsea | 1-0 | leicester city | 26 february 1997
row 4 : 3 | derby county | 3-2 | coventry city | 26 february 1997
row 5 : 4 | manchester city | 0-1 | middlesbrough | 15 february 1997
row 6 : 5 | bradford city | 0-1 | sheffield wednesday | 16 february 1997
row 7 : 6 | wimbledon | 2-1 | queens park rangers | 15 february 1997
row 8 : 7 | leeds united | 2-3 | portsmouth | 15 february 1997
row 9 : 8 | birmingham city | 1-3 | wrexham | 15 february 1997 ] Execute this SQL based on the above table: select away team where home team = 'birmingham city' | wrexham |
[ header: year | tournaments played | cuts made | wins | 2nd | 3rd | top 10s | best finish | earnings (€) | money list rank | scoring average | scoring rank | rolex ranking row 1 : 2004 | 1 | 0 | 0 | 0 | 0 | 0 | cut | None | None | 77.5 | None | None
row 2 : 2006 | 1 | 1 | 0 | 0 | 0 | 0 | t55 | None | None | 73.67 | None | None
row 3 : 2007 | 1 | 1 | 0 | 0 | 0 | 0 | t11 | None | None | 71 | None | 647
row 4 : 2008 | 1 | 1 | 0 | 0 | 0 | 1 | t10 | None | None | 70.33 | None | 703
row 5 : 2009 | 17 | 14 | 0 | 0 | 0 | 1 | t5 | 48893 | 35 | 72.45 | 37 | 274
row 6 : 2010 | 20 | 14 | 0 | 3 | 1 | 7 | t2 | 121959 | 12 | 72.33 | 35 | 118
row 7 : 2011 | 15 | 13 | 1 | 2 | 1 | 6 | 1 | 161172 | 8 | 70.92 | 13 | 63
row 8 : 2012 | 6 | 3 | 2 | 0 | 0 | 2 | 1 | 104884 | 13 | 72 | None | 65 ] Execute this SQL based on the above table: select ( select rolex ranking where best finish = 't5' ) - ( select rolex ranking where best finish = 't11' ) | -373.0 |
[ header: no. | ritu | season | hindu lunar months | gregorian month | characteristics | seasonal festivals row 1 : 1 | vasanta वसनत | spring | chaitra and baisakh | ~ march to may | temperature around 20-30 degrees; vernal | vasant panchami, ugad
row 2 : 2 | grishma गरीषम | summer | jyeshta and aash | ~ may to july | very hot, temperatures up to 50 degrees cels | vat pournima, rath
row 3 : 3 | varsha वरषा | monsoon | shraavana (sawan | ~ july to september | very hot, very humid and heavy monso | raksha bandhan, kris
row 4 : 4 | sharad शरद, पतझड | autumn | ashwin (kwar) and kar | ~ september to november | mild temperatures; 19 to 22 degrees celsi | navaratri, vijayadas
row 5 : 5 | hemant हमनत | fall winter | margashirsha (agrahayana | ~ november to january | very pleasant temperatures; generally, 20-25 degrees cel | (mid-winter celebration), bihu
row 6 : 6 | shishir शिशिर | winter | magh and phalguna (phagun | ~ january to march | moderately cold, but pleasant during occasional sunshine; | shivaratri, shigm ] Execute this SQL based on the above table: select ritu where id = ( select id where season = 'autumn' ) - 1 | varsha वरषा |
[ header: city | country | airport | begin | end row 1 : aberdeen | united kingdom | aberdeen airport | 1999 | None
row 2 : alesund | norway | alesund airport, vigra | 1971 | None
row 3 : alta | norway | alta airport | 1974 | None
row 4 : batsfjord | norway | batsfjord airport | 1999 | None
row 5 : bodø | norway | bodø airport | 1968 | None
row 6 : brønnøysund | norway | brønnøysund airport, | 1968 | None
row 7 : fagernes | norway | fagernes airport, leirin | 1999 | 2000
row 8 : florø | norway | florø airport | 1971 | None
row 9 : førde | norway | førde airport, bringel | 1986 | None
row 10 : førde | norway | førde airport, øy | 1971 | 1986
row 11 : glasgow | united kingdom | glasgow international airport | 1997 | 1999
row 12 : gothenburg | sweden | gothenburg-landvetter airport | 1996 | None
row 13 : hammerfest | norway | hammerfest airport | 1974 | None
row 14 : haugesund | norway | haugesund airport, karmø | 2010 | None
row 15 : harstad/narvik | norway | harstad/narvik airport, | 1975 | None
row 16 : kirkenes | norway | kirkenes airport, hø | 1974 | None
row 17 : kristiansand | norway | kristiansand airport, kje | 1991 | None
row 18 : lakselv | norway | lakselv airport, banak | 1974 | None
row 19 : leknes | norway | leknes airport | 1972 | None
row 20 : lerwick | united kingdom | sumburgh airport | 1995 | 2005
row 21 : london | united kingdom | london stansted airport | 1989 | 1992
row 22 : molde | norway | molde airport, arø | 1972 | None
row 23 : murmansk | russia | murmansk airport | 1994 | 2000
row 24 : narvik | norway | narvik airport, framnes | 1975 | None
row 25 : namsos | norway | namsos airport, hø | 1968 | None
row 26 : newcastle | united kingdom | newcastle airport | 2006 | None
row 27 : ørland | norway | ørland airport | 1971 | 1987
row 28 : ørsta/volda | norway | ørsta-volda airport, | 1971 | None
row 29 : oslo | norway | oslo airport, forne | 1974 | 1998
row 30 : oslo | norway | oslo airport, gardermo | 1998 | None
row 31 : rønne | denmark | bornholm airport | 2007 | None
row 32 : sandefjord | norway | sandefjord airport, to | 1989 | None
row 33 : sandnessjøen | norway | sandnessjøen airport, | 1968 | None
row 34 : sogndal | norway | sogndal airport, haukas | 1971 | None
row 35 : stavanger | norway | stavanger airport, sola | 1989 | None
row 36 : svolvær | norway | svolvær airport, helle | 1972 | None
row 37 : tromsø | norway | tromsø airport | 1974 | None
row 38 : umea | sweden | umea airport | 1995 | 1995 ] Execute this SQL based on the above table: select begin where city = 'batsfjord' | 1999 |
[ header: # | player | country | score | to par | money ($) row 1 : 1 | louise suggs | united states | 78-75-75-74=302 | +14 | 900
row 2 : 2 | patty berg | united states | 79-77-73-74=303 | +15 | 675
row 3 : t3 | betsy rawls | united states | 79-75-72-80=306 | +18 | 445
row 4 : t3 | mickey wright | united states | 80-79-74-73=306 | +18 | 445
row 5 : 5 | betty jameson | united states | 80-74-77-78=309 | +21 | 405
row 6 : t6 | mary lena faulk | united states | 82-79-74-76=3 | +23 | 338
row 7 : t6 | beverly hanson | united states | 84-75-75-77=311 | +23 | 338
row 8 : t8 | fay crocker | uruguay | 92-70-76-75=3 | +25 | 248
row 9 : t8 | marlene hagge | united states | 78-80-79-76=3 | +25 | 248
row 10 : t10 | vonnie colby | united states | 80-79-78-78=315 | +27 | 113
row 11 : t10 | joyce ziske | united states | 83-82-77-73=3 | +27 | 113 ] Execute this SQL based on the above table: select player where # in ( 't6' , '+23' ) order by score asc limit 1 | mary lena faulk |
[ header: # | date | visitor | score | home | record | pts row 1 : 1 | december 27 | toronto | 7-1 | montreal canadiens | 1-0-0 | 2
row 2 : 2 | december 30 | quebec bulldogs | 5-8 | toronto | 2-0-0 | 4
row 3 : 3 | january 3 | toronto 228th battalion | 4-9 | toronto | 2-1-0 | 4
row 4 : 4 | january 6 | toronto | 2-3 | ottawa senators | 2-2-0 | 4
row 5 : 5 | january 10 | montreal wanderers | 4-9 | toronto | 3-2-0 | 6
row 6 : 6 | january 13 | montreal canadiens | 6-2 | toronto | 3-3-0 | 6
row 7 : 7 | january 17 | toronto | 5-1 | quebec bulldogs | 4-3-0 | 8
row 8 : 8 | january 20 | toronto | 6-8 | toronto 228th battalion | 4-4-0 | 8
row 9 : 9 | january 24 | ottawa senators | 5-8 | toronto | 5-4-0 | 10
row 10 : 10 | january 27 | toronto | 3-8 | montreal wanderers | 5-5-0 | 10 ] Execute this SQL based on the above table: select pts , home where home = 'ottawa senators' | 4, ottawa senators |
[ header: payload type (pt) | name | type | no. of channels | clock rate (hz) | frame size (ms) | default packet size (ms) | description | references row 1 : 5 | dvi4 | audio | 1 | 8000 | any | 20 | ima adpcm audio 32 | rfc 3551
row 2 : 11 | l16 | audio | 1 | 44100 | any | 20 | linear pcm 16-bit audio 70 | rfc 3551, page 27
row 3 : 15 | g728 | audio | 1 | 8000 | 2.5 | 20 | itu-t g.728 audio | rfc 3551
row 4 : 18 | g729 | audio | 1 | 8000 | 10 | 20 | itu-t g.729 and | rfc 3551, page 20
row 5 : 26 | jpeg | video | 1 | 90000 | None | None | jpeg video | rfc 2435
row 6 : 33 | mp2t | audio/video | 1 | 90000 | None | None | mpeg-2 transport stream video | rfc 2250
row 7 : 34 | h263 | video | None | 90000 | None | None | h.263 video, first version ( | rfc 3551, rf
row 8 : 72 - 76 | reserved for rtcp conflict avoidance | None | None | None | None | None | None | rfc 3551, page 32
row 9 : dynamic | h263-2000 | video | None | 90000 | None | None | h.263 video, third version | rfc 4629
row 10 : dynamic (or profile) | h264 | video | None | 90000 | None | None | h.264 video (mpeg-4 | rfc 6184, previously r
row 11 : dynamic | pcma-wb | audio | None | 16000 | 5 | None | itu-t g.711.1, | rfc 5391
row 12 : dynamic | g7221 | audio | None | 32000, 16000 | 20 | None | itu-t g.722.1 | rfc 5577
row 13 : dynamic | g726-24 | audio | 1 | 8000 | any | 20 | itu-t g.726 audio | rfc 3551
row 14 : dynamic | g7291 | audio | None | 16000 | 20 | None | itu-t g.729.1 | rfc 4749
row 15 : dynamic (or profile) | speex | audio | 1 | 8000, 16000 or 32000 | 20 | None | rtp payload format for the spe | rfc 5574
row 16 : dynamic (or profile) | mp4v-es | video | None | 90000 or others | None | recommended same as frame size | rtp payload format for mp | rfc 6416 (previously
row 17 : dynamic (or profile) | mpeg4-generic | audio/video | None | 90000 or other | None | None | rtp payload format for transport of | rfc 3640
row 18 : dynamic | vp8 | video | None | 90000 | None | None | rtp payload format for transport of | draft-ietf-payload-
row 19 : dynamic | l8 | audio | (various) | (various) | any | 20 | linear pcm 8-bit audio with | rfc 3551 section 4.5. ] Execute this SQL based on the above table: select name where type = 'video' | jpeg, h263, h263-2000, h264, mp4v-es, vp8 |
[ header: date | time | opponent# | rank# | site | tv | result | attendance row 1 : september 2 | 12:30 p.m | wku | #15 | sanford stadium • athens, | lfs | w 48-12 | 92746
row 2 : september 9 | 7:45 p.m | at south carolina | #12 | williams-brice stadium • col | espn | w 18-0 | 82513
row 3 : september 16 | 1:00 p.m | uab | #10 | sanford stadium • athens, | css | w 34-0 | 92746
row 4 : september 23 | 12:30 p.m | colorado | #9 | sanford stadium • athens, | lfs | w 14-13 | 92746
row 5 : september 30 | 9:00 p.m | at ole miss | #10 | vaught-hemingway stadium • | espn2 | w 14-9 | 57184
row 6 : october 7 | 7:45 p.m | #13 tennessee | #10 | sanford stadium • athens, | espn | l 33-51 | 92746
row 7 : october 14 | 12:30 p.m | vanderbilt | #16 | sanford stadium • athens, | lfs | l 22-24 | 92746
row 8 : october 21 | 1:00 p.m | mississippi state | None | sanford stadium • athens, | None | w 27-24 | 92746
row 9 : october 28 | 3:30 p.m | vs. #9 florida | None | alltel stadium • jacksonville, | cbs | l 14-21 | 84572
row 10 : november 4 | 1:00 p.m | at kentucky | None | commonwealth stadium • lexington, | None | l 20-24 | 62120
row 11 : november 11 | 12:30 p.m | at #5 auburn | None | jordan-hare stadium • auburn | lfs | w 37-15 | 87451
row 12 : november 25 | 3:30 p.m | #16 georgia tech | None | sanford stadium • athens, | cbs | w 15-12 | 92746
row 13 : december 30 | 8:00 p.m | vs. #14 virginia tech | None | georgia dome • atlanta, | espn | w 31-24 | 75406 ] Execute this SQL based on the above table: select site where site in ( 'georgia dome • atlanta, ga (chick-fil-a bowl)' , 'vaught-hemingway stadium • oxford, ms' ) and tv = 'espn' | georgia dome • atlanta, ga (chick-fil-a bowl) |
[ header: category | urban settlements | population | male | female | inhabited localities in jurisdiction row 1 : urban | dzhebariki-khaya | 1694 | 844 (49.8%) | 850 (50.2%) | urban-type settlement of dzhebar
row 2 : urban | khandyga (ханд | 6638 | 3326 (49.8%) | 3312 (50.2%) | urban-type settlement of khandyg
row 3 : rural | bayagantaysky na | 1823 | 884 (48.5%) | 939 (51.5%) | selo of krest-khal
row 4 : rural | megino-aldansky n | 1020 | 490 (48.0%) | 530 (52.0%) | selo of megino-al
row 5 : rural | okhot-perevozovsky | 142 | 70 (49.3%) | 72 (50.7%) | selo of okhotsky-per
row 6 : rural | sasylsky na | 555 | 275 (49.5%) | 280 (50.5%) | selo of keskil
row 7 : rural | teploklyuchevsky | 887 | 447 (50.4%) | 440 (49.6%) | selo of teply
row 8 : rural | tomponsky national nasleg | 915 | 458 (50.1%) | 457 (49.9%) | selo of topolinoye
row 9 : rural | ynginsky nasleg | 425 | 217 (51.1%) | 208 (48.9%) | selo of novy selo ] Execute this SQL based on the above table: select population where population in ( 142 , 425 ) order by population desc limit 1 | 425 |
[ header: | album | artist(s) | sales row 1 : 1 | vain elamaa | various artists | 164119
row 2 : 2 | koodi | robin | 117126
row 3 : 3 | vain elamaa | various artists | 81725
row 4 : 4 | chillaa | robin | 73439
row 5 : 5 | 21 | adele | 44297
row 6 : 6 | yhdesta puusta | jukka poika | 42429
row 7 : 7 | vie mut kotiin | jesse kaikuranta | 38985
row 8 : 8 | kun valaistun | chisu | 31541
row 9 : 9 | joululauluja | juha tapio | 29080
row 10 : 10 | hunningolla | erin | 27655 ] Execute this SQL based on the above table: select sum ( + ) | 110.0 |
[ header: year | film | language | character | co-star | music | banner row 1 : 1941 | bhaktimala | telugu | radha | None | None | bhaskar films
row 2 : 1941 | dharmapatni | tamil | None | None | None | famous films
row 3 : 1944 | tahsildar | telugu | kamala | None | None | None
row 4 : 1946 | gruhapravesam | telugu | janaki | None | None | sarati films
row 5 : 1947 | ratnamala | telugu | ratnamala | c. s. r. an | c. r. subburaman | bharani pictures
row 6 : 1949 | laila majnu | telugu | laila | a. nageswara r | c. r. subburaman | bharani pictures
row 7 : 1949 | apoorva sagodhar | tamil | kanchana | m. k. radha | s. rajeswara | gemini studios
row 8 : 1951 | malleeswari | telugu | malleeswari | n. t. rama r | adepalli rama r | vijaya studios
row 9 : 1951 | mangala | hindi | mangala | None | None | gemini studios
row 10 : 1952 | rani | tamil | None | s. balachander | c. r. subburaman | jupiter pictures
row 11 : 1952 | rani | hindi | None | anoop kumar | c. r. subburaman | jupiter pictures
row 12 : 1953 | chandirani | hindi | champa & chandi | dilip kumar | c. r. subburaman | bharani pictures
row 13 : 1957 | makkalai petra magarasi | tamil | rangamma | sivaji ganesan | k. v. mahadevan | sri lakshmi
row 14 : 1961 | batasari | telugu | madhavi | a. nageswara r | master venu | bharani pictures
row 15 : 1965 | antastulu | telugu | None | a. nageswara r | k. v. mahadevan | None
row 16 : 1967 | grihalakshmi | telugu | laxmi | None | None | None
row 17 : 1967 | pattatthu rani | tamil | None | gemini ganesan | t. k. ramamoorth | None
row 18 : 1984 | mangamma gari manavadu | telugu | mangamma | None | None | None
row 19 : 1988 | attagaru swagatham | telugu | None | None | None | None ] Execute this SQL based on the above table: select count ( banner ) | 13 |
[ header: rank | name | nationality | 1,62 | 1,67 | 1,72 | 1,75 | notes row 1 : 1 | dior delophont | france | None | o | o | o | q
row 2 : 1 | ligia grozav | romania | None | o | o | o | q
row 3 : 3 | iryna herashchenko | ukraine | None | o | xo | o | q
row 4 : 4 | lucija zupzic | croatia | o | o | o | xo | q
row 5 : 4 | chanice porter | jamaica | None | None | None | xo | q
row 6 : 6 | alexandra plaza | germany | o | xo | o | xxo | q
row 7 : 7 | nikola parilova | czech republic | o | o | o | xxx | q
row 8 : 7 | ioanna koltsid | greece | o | o | o | xxx | q
row 9 : 9 | leontia kallenou | cyprus | None | xo | xo | xxx | None
row 10 : 10 | anna pau | italy | xxo | o | xxo | xxx | None
row 11 : 11 | emily crutcher | australia | o | o | xxx | None | None
row 12 : 11 | keeley o'hagan | new zealand | o | o | xxx | None | None
row 13 : 13 | dace dreimane | latvia | xo | o | xxx | None | None
row 14 : 14 | vivien baglyos | hungary | o | xo | xxx | None | None
row 15 : 15 | thea lafond | dominica | xo | xxx | None | None | None ] Execute this SQL based on the above table: select notes where 1,72 is null | q |
[ header: year | single | peak chart positions at | peak chart positions uk | peak chart positions u.s. dance | peak chart positions u.s. rock | peak chart positions ger | peak chart positions sui | peak chart positions ned | peak chart positions swe | album row 1 : 1988 / 89 | "bring me edelweiss" | 1 | 5 | 7 | 24 | 2 | 1 | 2 | 1 | singles only
row 2 : 1989 | "i can't get no... edel | None | None | None | None | None | None | None | None | singles only
row 3 : 1992 | "raumschiff edelweiss" / | 1 | None | None | None | 7 | 8 | 19 | 25 | wonderful world of edelweiss
row 4 : 1992 | "planet edelweiss" | 14 | None | None | None | None | None | None | None | wonderful world of edelweiss
row 5 : 1993 | "beam me up" | None | None | None | None | None | None | None | None | wonderful world of edelweiss
row 6 : 1993 | "ski instructor" | None | None | None | None | None | None | None | None | wonderful world of edelweiss
row 7 : 1997 | "edeltaler hochzeitsmarsch ( | None | None | None | None | None | None | None | None | singles only
row 8 : 2001 | "bring me edelweiss" ( | None | None | None | None | None | None | None | None | singles only ] Execute this SQL based on the above table: select count ( album ) | 8 |
[ header: county | feinstein | votes | seymour | votes | horne | votes | meeu. | votes | boddie | votes | w/i | v's row 1 : san mateo | 67.25% | 181,990 | 27.89% | 75,470 | 1.84% | 4,983 | 1.29% | 3,478 | 1.73% | 4,684 | 0.00% | 0
row 2 : contra costa | 62.96% | 229,988 | 31.62% | 115,507 | 1.92% | 7,011 | 1.77% | 6,470 | 1.73% | 6,320 | 0.00% | 2
row 3 : sonoma | 62.84% | 121,471 | 29.38% | 56,793 | 3.02% | 5,846 | 2.43% | 4,702 | 2.33% | 4,502 | 0.00% | 0
row 4 : santa clara | 62.19% | 364,997 | 30.98% | 181,858 | 2.15% | 12,646 | 2.20% | 12,912 | 2.47% | 14,518 | 0.00% | 2
row 5 : monterey | 58.89% | 66,417 | 34.74% | 39,182 | 2.10% | 2,369 | 2.30% | 2,590 | 1.96% | 2,216 | 0.00% | 0
row 6 : los angeles | 58.72% | 1,552,223 | 34.03% | 899,656 | 3.18% | 84,093 | 2.09% | 55,380 | 1.97% | 52,123 | 0.00% | 20
row 7 : napa | 57.01% | 29,875 | 35.38% | 18,539 | 2.46% | 1,288 | 2.93% | 1,537 | 2.22% | 1,161 | 0.00% | 0
row 8 : del norte | 50.92% | 4,696 | 39.66% | 3,658 | 2.56% | 236 | 4.98% | 459 | 1.89% | 174 | 0.00% | 0
row 9 : merced | 47.61% | 22,010 | 43.79% | 20,246 | 2.79% | 1,289 | 2.95% | 1,365 | 2.86% | 1,323 | 0.00% | 0
row 10 : nevada | 46.04% | 20,044 | 44.73% | 19,476 | 2.90% | 1,261 | 3.32% | 1,444 | 3.02% | 1,313 | 0.00% | 0
row 11 : placer | 45.75% | 40,511 | 45.73% | 40,497 | 2.38% | 2,109 | 3.30% | 2,920 | 2.84% | 2,518 | 0.00% | 0
row 12 : mariposa | 45.38% | 3,681 | 43.98% | 3,568 | 3.09% | 251 | 5.07% | 411 | 2.48% | 201 | 0.00% | 0
row 13 : sierra | 45.12% | 818 | 44.57% | 808 | 2.48% | 45 | 3.47% | 63 | 4.36% | 79 | 0.00% | 0
row 14 : mono | 45.11% | 1,931 | 44.64% | 1,911 | 2.83% | 121 | 3.95% | 169 | 3.48% | 149 | 0.00% | 0
row 15 : butte | 44.72% | 37,396 | 45.57% | 38,111 | 2.96% | 2,477 | 3.56% | 2,980 | 3.19% | 2,666 | 0.00% | 0
row 16 : trinity | 42.41% | 2,743 | 43.66% | 2,824 | 3.80% | 246 | 6.29% | 407 | 3.83% | 248 | 0.00% | 0
row 17 : yuba | 40.76% | 6,890 | 46.63% | 7,882 | 3.07% | 518 | 6.09% | 1,030 | 3.45% | 584 | 0.00% | 0 ] Execute this SQL based on the above table: select meeu. where votes = 236 | 4.98% |
[ header: election year | # of constituency votes | % of constituency votes | +/- | # of party list votes | % of party list votes | +/- | # of overall seats won row 1 : 1965 | 587216 | 1.8 | 1.8 | 664193 | 2 | 2 | 0 / 518
row 2 : 1969 | 1189375 | 3.6 | 1.8 | 1422010 | 4.3 | 2.3 | 0 / 518
row 3 : 1972 | 194389 | 0.5 | 3.1 | 207465 | 0.6 | 3.7 | 0 / 518
row 4 : 1976 | 136.023 | 0.4 | 0.1 | 122661 | 0.3 | 0.3 | 0 / 518
row 5 : 1980 | None | None | None | 68096 | 0.2 | 0.1 | 0 / 497
row 6 : 1983 | 57112 | 0.1 | 0.3 | 91095 | 0.2 | 0 | 0 / 498
row 7 : 1987 | 182880 | 0.5 | 0.4 | 227054 | 0.6 | 0.4 | 0 / 497
row 8 : 1990 | 190105 | 0.4 | 0.1 | 145776 | 0.3 | 0.3 | 0 / 662
row 9 : 1998 | 45043 | 0.1 | 0.3 | 126571 | 0.3 | 0 | 0 / 669
row 10 : 2002 | 103209 | 0.1 | 0.1 | 215232 | 0.4 | 0.1 | 0 / 603
row 11 : 2005 | 857.777 | 1.8 | 1.6 | 748568 | 1.6 | 1.2 | 0 / 614
row 12 : 2009 | 768442 | 1.8 | 0 | 635525 | 1.5 | 0.1 | 0 / 620
row 13 : 2013 | 634842 | 1.5 | 0.3 | 560660 | 1.3 | 0.2 | 0 / 630 ] Execute this SQL based on the above table: select count ( * ) where +/- > 362 | 0 |
[ header: party | votes | % | swing | seats | change row 1 : australian labor party | 324135 | 51.52 | -0.12 | 26 | -1
row 2 : liberal and country league | 250312 | 39.79 | -3.97 | 20 | 0
row 3 : nationals sa | 24810 | 3.94 | 2.05 | 1 | 1
row 4 : independent | 27178 | 4.32 | 2.86 | 0 | 0
row 5 : other | 2708 | 0.43 | -0.81 | 0 | 0
row 6 : total | 629143 | None | None | 47 | None
row 7 : australian labor party | win | 54.5 | 1.2 | 26 | -1
row 8 : liberal and country league | None | 45.5 | -1.2 | 21 | 1 ] Execute this SQL based on the above table: select seats where seats != 26 and party = 'other' limit 1 | 0.0 |
[ header: rank | title | studio | actor/actress | director | gross row 1 : 1 | three men and a baby | touchstone | tom selleck, ted danson, | leonard nimoy | $167,780,960
row 2 : 2 | fatal attraction | paramount | michael douglas, gle | adrian lyne | $156,645,693
row 3 : 3 | beverly hills cop ii | paramount | eddie murphy, judge reinhold | tony scott | $153,665,036
row 4 : 4 | good morning, vietnam | touchstone | robin williams and forest | barry levinson | $123,922,370
row 5 : 5 | moonstruck | mgm | cher, nicolas cage, | norman jewison | $80,640,528
row 6 : 7 | the secret of my success | universal | michael j. fox, | herbert ross | $66,995,000
row 7 : 8 | stakeout | touchstone | richard dreyfuss, | john badham | $65,673,233
row 8 : 9 | lethal weapon | warner bros | mel gibson, danny glover, | richard donner | $65,207,127
row 9 : 10 | dirty dancing | vestron | patrick swayze, jenn | emile ardolino | $63,892,689
row 10 : 12 | predator | fox | arnold schwarzenegger, car | john mctiernan | $59,735,548
row 11 : 13 | throw momma from the train | orion | danny devito, billy crystal, | danny devito | $57,915,972
row 12 : 14 | dragnet | universal | dan aykroyd, to | tom mankiewicz | $57,387,516
row 13 : 15 | robocop | orion | peter weller, nancy allen, | paul verhoeven | $53,424,681
row 14 : 16 | outrageous fortune | touchstone | bette midler and shelley long | arthur hiller | $52,864,741
row 15 : 17 | la bamba | columbia | lou diamond phillips, es | luis valdez | $52,678,820
row 16 : 18 | broadcast news | fox | william hurt, holly hunter | james l. brooks | $51,300,000
row 17 : 19 | the living daylights | united artists | timothy dalton and mary | john glen | $51,185,000
row 18 : 20 | eddie murphy raw | paramount | eddie murphy | robert townsend | $50,505,655 ] Execute this SQL based on the above table: select count ( studio ) where rank < 1756 | 18 |
[ header: song | artists | release | year | notes row 1 : "all of you" | riz mc, aruba red, | microscope | 2012 | original 2011 recording does not feature plan b
row 2 : "atomic" | labrinth, plan b | atomic | 2013 | None
row 3 : "before i die" (remix) | professor green, narstie, | "before i die" | 2006 | None
row 4 : "bring it back" | juse, j.b., | global casino | 2006 | None
row 5 : "broken wings" | mc purple, doctor, plan b | eye of the tiger, vol. 1 | 2005 | None
row 6 : "end credits" | chase & status, plan b | no more idols | 2011 | None
row 7 : "everyday" (rusher remix) | shameless, example, plan b | "everyday (in a broken dream | 2007 | None
row 8 : "fool yourself" | chase & status, plan b, | no more idols | 2011 | None
row 9 : "harry" (plan b remix) | medison, skrein, | "harry" | 2010 | None
row 10 : "how's it feel" | skrein, wyt | the eat up | 2007 | also appears on it's time 4 plan
row 11 : "i wanna get next to you" ( | danielle senior, plan b, | "take you home" | 2006 | None
row 12 : "last dayz" | skreintax, plan b | "scene stealers" | 2009 | None
row 13 : "makin' love 2 hip hop" | plan b, skrein, | sharpest tool in the box | 2007 | None
row 14 : "maybe" | skrein, shameless, plan | bless: the mixtape | 2007 | None
row 15 : "more is enough" | epic man, plan b | "more is enough" | 2006 | also appears as bonus track on australian release of
row 16 : "my eyes" | shameless, tb, plan b | bless: the mixtape | 2007 | None
row 17 : "no hats no trainers" | shameless, plan b | smokers die younger | 2007 | None
row 18 : "on it 08" | adam deacon, plan b | adulthood | 2008 | None
row 19 : "past that" | shameless, plan b | above board | 2006 | None
row 20 : "pieces" | chase & status, plan b | more than alot | 2008 | None
row 21 : "play ur position" | juse, conspicuous, ane | global casino | 2006 | None
row 22 : "polarised nation" | carly bond, ripper, hitman | eye of the tiger, vol. 1 | 2005 | None
row 23 : "reveal your inner self" (plan | killa kela, plan b | "reveal your inner self" | 2007 | None
row 24 : "shifty" | riz mc, sway, | shifty | 2009 | None
row 25 : "shots echo" | the mitchell brothers, plan b, | dressed for the occasion | 2007 | None ] Execute this SQL based on the above table: select song where release = 'no more idols' | "end credits", "fool yourself" |
[ header: class | no | team | drivers | chassis | engine | laps row 1 : gt 1.6 | 186 | luigi rinaldi | luigi rinaldi mario | alfa romeo gta | alfa romeo 1.6 i | 6
row 2 : p 3.0 | 14 | autodelta spa | toine hezemans masten | alfa romeo t33/3 | alfa romeo 3.0l | 5
row 3 : gt 1.6 | 188 | etna | checco d'angelo | alfa romeo gta | alfa romeo 1.6l | 5
row 4 : gt 1.3 | 288 | v10 kleber | ferdi bokmann hans | simca 1300 | simca 1.3l i4 | 5
row 5 : gt 2.0 | 128 | None | ignazio capuano | porsche 911s | porsche 2.0l flat-6 | 4
row 6 : gt 1.6 | 180 | scuderia pegaso | paolo de luca giu | alfa romeo gta | alfa romeo 1.6l | 4
row 7 : s 1.6 | 156 | etna | giuseppe d'amico | alfa romeo giuli | alfa romeo 1.6l | 3
row 8 : gt 1.6 | 198 | salvatore gagliano | salvatore gagliano alfons | alfa romeo gta | alfa romeo 1.6l | 3
row 9 : p 1.0 | 254 | romano martini | francesco patane "oras | fiat-abarth 1000sp | abarth 1.0l i4 | 3
row 10 : gt 1.6 | 264 | romano martini | romano martini alessandro | ats 1000 sp | ford 1.0l i4 | 3
row 11 : p 3.0 | 38 | abarth-osella | arturo merzario johan | abarth 3000sp | abarth 3.0l v8 | 2
row 12 : p 1.0 | 256 | scuderia brescia cor | luigi moreschi "patrizia | ams sp | ford 1.0l i4 | 2
row 13 : p 1.0 | 266 | "gero" | "gero" "roger" | de sanctis | ford 1.0l i4 | 2
row 14 : gt 1.6 | 276 | scuderia pegaso | antonio catalano marc | lancia fulvia hf | lancia 1.6l v4 | 2
row 15 : s 1.3 | 232 | aldo bersano | aldo bersano willi | abarth 1300s | abarth 1.3l i4 | 1
row 16 : gt 1.3 | 272 | jolly club | antonio trenti alber | lancia fulvia hf | lancia 1.6l v4 | 1
row 17 : p 3.0 | 20 | porsche system | vic elford hans her | porsche 908/03 | porsche 3.0l flat-8 | 0 ] Execute this SQL based on the above table: select engine order by laps desc limit 1 | alfa romeo 1.6 i4 |
[ header: year | competition | venue | position | event | notes row 1 : 2003 | world youth championships | sherbrooke, canada | 1st | 3000 m | 9:12.70
row 2 : 2004 | world junior championships | grosseto, italy | 3rd | 1500 m | 4:17.39
row 3 : 2004 | world junior championships | grosseto, italy | 3rd | 3000 m | 9:03.16 (pb)
row 4 : 2007 | world athletics final | stuttgart, germany | 8th | 1500 m | 4:16.51
row 5 : 2007 | world championships | osaka, japan | 31st (h) | 1500 m | 4:22.12
row 6 : 2008 | world indoor championships | valencia, spain | 5th | 1500 m | 4:15.54
row 7 : 2008 | olympic games | beijing, china | 10th | 1500 m | 4:05.57
row 8 : 2009 | mediterranean games | pescara, italy | 4th | 1500 m | 4:12.83
row 9 : 2009 | world championships | berlin, germany | 29th (h) | 1500 m | 4:10.57
row 10 : 2009 | jeux de la francophonie | beirut, lebanon | 2nd | 1500 m | 4:21.56
row 11 : 2010 | african championships | nairobi, kenya | 11th | 1500 m | 4:20.98
row 12 : 2011 | world championships | daegu, south korea | 16th (sf) | 1500 m | 4:09.64
row 13 : 2011 | pan arab games | doha, qatar | 2nd | 1500 m | 4:20.83
row 14 : 2012 | world indoor championships | istanbul, turkey | 11th (h) | 1500 m | 4:11.69
row 15 : 2013 | mediterranean games | mersin, turkey | 2nd | 800 m | 2:00.79
row 16 : 2013 | mediterranean games | mersin, turkey | 1st | 1500 m | 4:04.06
row 17 : 2013 | world championships | moscow, russia | 11th | 1500 m | 4:09.16
row 18 : 2013 | jeux de la francophonie | nice, france | 4th | 800 m | 2:03.73
row 19 : 2013 | jeux de la francophonie | nice, france | 2nd | 1500 m | 4:18.89
row 20 : 2014 | world indoor championships | sopot, poland | 4th | 1500 m | 4:07.62 ] Execute this SQL based on the above table: select count ( * ) where position = '2nd' | 4 |
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 1 | emerson fittipaldi | mclaren-ford | 53 | 1:39:26.29 | 5 | 9
row 2 : 2 | 24 | james hunt | hesketh-ford | 53 | + 5.91 | 6 | 6
row 3 : 3 | 7 | carlos reutemann | brabham-ford | 53 | + 17.06 | 3 | 4
row 4 : 4 | 11 | clay regazzoni | ferrari | 53 | + 35.79 | 7 | 3
row 5 : 5 | 4 | patrick depailler | tyrrell-ford | 53 | + 54.25 | 8 | 2
row 6 : 6 | 12 | niki lauda | ferrari | 53 | + 1:19.65 | 4 | 1
row 7 : 7 | 28 | mark donohue | penske-ford | 52 | + 1 lap | 16 | None
row 8 : 8 | 6 | jacky ickx | lotus-ford | 52 | + 1 lap | 18 | None
row 9 : 9 | 9 | vittorio brambilla | march-ford | 52 | + 1 lap | 12 | None
row 10 : 10 | 22 | graham hill | lola-ford | 52 | + 1 lap | 21 | None
row 11 : 11 | 3 | jody scheckter | tyrrell-ford | 52 | + 1 lap | 9 | None
row 12 : 12 | 16 | tom pryce | shadow-ford | 51 | transmission | 14 | None
row 13 : 13 | 23 | rolf stommelen | lola-ford | 51 | + 2 laps | 19 | None
row 14 : 14 | 2 | jochen mass | mclaren-ford | 50 | + 3 laps | 13 | None
row 15 : ret | 8 | carlos pace | brabham-ford | 46 | engine | 2 | None
row 16 : nc | 20 | arturo merzario | williams-ford | 44 | not classified | 20 | None
row 17 : ret | 27 | mario andretti | parnelli-ford | 27 | transmission | 10 | None
row 18 : ret | 14 | mike wilds | brm | 24 | engine | 22 | None
row 19 : ret | 5 | ronnie peterson | lotus-ford | 15 | engine | 11 | None
row 20 : ret | 21 | jacques laffite | williams-ford | 15 | gearbox | 17 | None
row 21 : ret | 30 | wilson fittipaldi | fittipaldi-ford | 12 | accident | 23 | None
row 22 : dsq | 18 | john watson | surtees-ford | 6 | disqualified | 15 | None
row 23 : dns | 17 | jean-pierre jarier | shadow-ford | 0 | transmission | 1 | None ] Execute this SQL based on the above table: select constructor where constructor in ( 'march-ford' , 'shadow-ford' ) order by id asc limit 1 | march-ford |
[ header: year | competition | venue | position | notes row 1 : 1983 | pan american games | caracas, venezuela | 2nd | 78.34 m
row 2 : 1985 | central american and caribbean championships | nassau, bahamas | 2nd | 76.88 m
row 3 : 1986 | central american and caribbean games | santiago de los caballe | 1st | 77.32 m
row 4 : 1987 | pan american games | indianapolis, united states | 2nd | 75.58 m
row 5 : 1990 | central american and caribbean games | mexico city, mexico | 1st | 78.86 m
row 6 : 1990 | goodwill games | seattle, united states | 2nd | 80.84 m
row 7 : 1991 | pan american games | havana, cuba | 1st | 79.12 m
row 8 : 1991 | world championships | tokyo, japan | 16th | 77.72 m ] Execute this SQL based on the above table: select ( select year where competition = 'pan american games' ) > ( select year where competition = 'central american and caribbean championships' ) | 0 |
[ header: # | event year | season | flag bearer row 1 : 10 | 2012 | summer | nino salukvadze
row 2 : 9 | 2010 | winter | iason abramashvili
row 3 : 8 | 2008 | summer | ramaz nozadze
row 4 : 7 | 2006 | winter | vakhtang murvanidze
row 5 : 6 | 2004 | summer | zurab zviadauri
row 6 : 5 | 2002 | winter | sofia akhmeteli
row 7 : 4 | 2000 | summer | giorgi asanidze
row 8 : 3 | 1998 | winter | sofia akhmeteli
row 9 : 2 | 1996 | summer | giorgi k'andel
row 10 : 1 | 1994 | winter | zurab dzhidzhishvil ] Execute this SQL based on the above table: select event year where season = 'summer' | 2012, 2008, 2004, 2000, 1996 |
[ header: | date | opponents | h / a | result | score | attendance row 1 : 1 | 29 august | doncaster knights | h | w | 30 - 14 | 2232
row 2 : 2 | 5 september | london welsh | h | w | 22 - 3 | 2047
row 3 : 3 | 11 september | moseley | a | d | 26 - 26 | 751
row 4 : 4 | 19 september | birmingham & solihull | h | w | 32 - 15 | 1672
row 5 : 5 | 26 september | bristol | a | l | 7 - 21 | 4379
row 6 : 6 | 3 october | plymouth albion | h | w | 46 - 13 | 2439
row 7 : 7 | 9 october | bedford | a | l | 25 - 32 | 3243
row 8 : 8 | 17 october | rotherham titans | h | w | 40 - 15 | 1982
row 9 : 9 | 22 october | worcester warriors | a | w | 23 - 21 | 6928
row 10 : 10 | 31 october | esher | h | w | 54 - 6 | 1767
row 11 : 11 | 7 november | nottingham | a | w | 36 - 10 | 1637
row 12 : 12 | 14 november | london welsh | a | l | 16 - 23 | 1250
row 13 : 13 | 21 november | moseley | h | w | 50 - 7 | 1854
row 14 : None | 28 november | birmingham & solihull | a | None | p - p | None
row 15 : 14 | 5 december | bristol | h | w | 16 - 6 | 2253
row 16 : 15 | 15 december | birmingham & solihull | a | w | 61 - 28 | 407
row 17 : None | 26 december | plymouth albion | a | None | p - p | None
row 18 : 16 | 2 january | bedford blues | h | w | 23 - 13 | 3051
row 19 : 17 | 8 january | rotherham titans | a | l | 18 - 19 | 1067
row 20 : 18 | 12 january | plymouth albion | a | w | 10 - 6 | 2512
row 21 : 19 | 30 january | worcester warriors | h | l | 30 - 33 | 1976
row 22 : 20 | 5 february | esher | a | l | 12 - 13 | 1338
row 23 : 21 | 13 february | nottingham | h | w | 40 - 0 | 2486
row 24 : 22 | 19 february | doncaster knights | a | w | 16 - 13 | 1091 ] Execute this SQL based on the above table: select attendance where opponents = 'bedford blues' | 3051 |
[ header: country | gdp (usd bln, 2012) | gdp (usd bln, 2017) | gdp (usd ppp bln, 2012) | gdp (usd ppp bln, 2017) | per capita (usd, 2012) | per capita (usd, 2017) | per capita (usd ppp, 2012) | per capita (usd ppp, 2017) row 1 : albania | 12.39 | 14.75 | 25.86 | 31.55 | 3,821.09 | 4,435.73 | 7,975.86 | 9,489.11
row 2 : azerbaijan | 71.04 | 109.95 | 98.24 | 123.35 | 7,726.65 | 11,491.29 | 10,684.95 | 12,891.89
row 3 : bangladesh | 118.69 | 177.66 | 305.51 | 462.42 | 791.09 | 1,122.90 | 2,036.23 | 2,922.78
row 4 : brunei darussalam | 16.85 | 18.15 | 21.94 | 28.31 | 38,801.27 | 37,516.64 | 50,526.35 | 58,522.83
row 5 : cote d'ivoire | 24.27 | 37.03 | 39.64 | 61.66 | 1,038.74 | 1,366.89 | 1,696.15 | 2,276.02
row 6 : egypt | 255.00 | 339.33 | 537.76 | 756.42 | 3,109.47 | 3,729.36 | 6,557.38 | 8,313.47
row 7 : gabon | 16.80 | 18.00 | 26.71 | 32.68 | 10,908.38 | 10,881.51 | 17,338.98 | 19,762.74
row 8 : indonesia | 894.85 | 1,842.78 | 1,211.96 | 1,814.58 | 3,660.42 | 7,022.67 | 4,957.55 | 6,915.24
row 9 : iran | 483.78 | 671.01 | 1,006.54 | 1,173.48 | 6,355.74 | 8,269.55 | 13,103.90 | 14,462.05
row 10 : jordan | 31.35 | 46.33 | 38.67 | 51.61 | 4,901.28 | 6,464.77 | 6,044.40 | 7,201.71
row 11 : kuwait | 174.63 | 193.10 | 165.94 | 212.73 | 46,142.29 | 44,467.96 | 43,846.72 | 48,990.11
row 12 : lebanon | 41.77 | 56.25 | 63.69 | 82.99 | 10,416.17 | 13,149.68 | 15,884.07 | 19,401.42
row 13 : libya | 85.11 | 117.76 | 87.91 | 145.08 | 12,878.85 | 16,141.08 | 13,303.20 | 19,886.33
row 14 : morocco | 97.17 | 140.01 | 170.95 | 242.78 | 2,987.92 | 4,099.70 | 5,256.55 | 7,109.34
row 15 : mozambique | 14.64 | 23.76 | 26.22 | 41.71 | 652.00 | 958.25 | 1,167.30 | 1,682.38
row 16 : nigeria | 272.55 | 388.42 | 450.54 | 676.25 | 1,654.31 | 2,058.57 | 2,734.63 | 3,584.02
row 17 : pakistan | 230.53 | 274.82 | 514.56 | 662.44 | 1,288.50 | 1,391.71 | 2,876.08 | 3,354.68
row 18 : qatar | 184.57 | 237.85 | 188.96 | 274.46 | 100,377.54 | 106,320.28 | 102,768.69 | 122,684.13 ] Execute this SQL based on the above table: select country order by gdp (usd ppp bln, 2017) limit 1 | brunei darussalam |
[ header: area served | city of license | vc | rf | callsign | network | notes row 1 : cape girardeau | ~harrisburg il | 3 | 34 | wsil-tv | abc | None
row 2 : cape girardeau | ~paducah ky | 6 | 32 | wpsd-tv | nbc | None
row 3 : cape girardeau | cape girardeau | 23 | 22 | kbsi | fox | None
row 4 : cape girardeau | ~marion il | 27 | 17 | wtct | ind | None
row 5 : cape girardeau | ~paducah ky | 49 | 49 | wdka | mnt | None
row 6 : columbia/jefferson city | sedalia | 6 | 15 | kmos-tv | pbs | None
row 7 : columbia/jefferson city | columbia | 17 | 17 | kmiz | abc | None
row 8 : hannibal | ~quincy il | 10 | 10 | wgem-tv | nbc | None
row 9 : hannibal | ~quincy il | 16 | 32 | wtjr | ind | None
row 10 : joplin | ~pittsburg ks | 7 | 7 | koam-tv | cbs | None
row 11 : joplin | joplin | 12 | 43 | kode-tv | abc | None
row 12 : joplin | ~pittsburg ks | 14 | 13 | kfjx | fox | None
row 13 : joplin | joplin | 26 | 25 | kozj | pbs | satellite of kozk ch.
row 14 : kansas city | kansas city | 4 | 34 | wdaf-tv | fox | None
row 15 : kansas city | kansas city | 5 | 24 | kctv | cbs | None
row 16 : kansas city | kansas city | 9 | 29 | kmbc-tv | abc | None
row 17 : kansas city | kansas city | 19 | 18 | kcpt | pbs | None
row 18 : kansas city | kansas city | 29 | 31 | kcwe | cw | None
row 19 : kansas city | kansas city | 41 | 42 | kshb-tv | nbc | None
row 20 : kirksville | kirksville | 3 | 33 | ktvo | abc | None
row 21 : kirksville | ~ottumwa i | 15 | 15 | kyou-tv | fox | None
row 22 : st. louis | st. louis | 24 | 14 | knlc | ind | None
row 23 : st. louis | ~east st. louis | 46 | 47 | wrbu | mnt | None
row 24 : springfield | springfield | 3 | 44 | kytv | nbc | None
row 25 : springfield | springfield | 27 | 28 | kozl-tv | ind | None
row 26 : springfield | ~harrison ar | 31 | 31 | kwbm | ind | None
row 27 : springfield | springfield | 33 | 19 | kspr | abc | k15cz (cw) on
row 28 : springfield | osage beach | 49 | 49 | krbk | fox | None
row 29 : springfield | springfield | 8 | 8 | krft-ld | mundofox | tnn on 8.2, my family ] Execute this SQL based on the above table: select callsign where id = ( select id where callsign = 'wtct' ) + 1 | wdka |
[ header: rnd | date | location | laps | distance | time | speed (km/h) | winner | pole position | most leading laps | fastest race lap row 1 : 1 | january 24 | walt disney world speedway, flori | 200 | 200 mi (320 km) | 2'06:04.000 | 153.186 | tony stewart | tony stewart | tony stewart | kenny brack
row 2 : 2 | march 22 | phoenix international raceway, ari | 200 | 200 mi (320 km) | 2'02:18.735 | 157.888 | scott sharp | jeff ward | tony stewart | tony stewart
row 3 : 3 | may 24 | indianapolis motor speedway, indian | 200 | 500 mi (800 km) | 3'26:40.524 | 233.598 | eddie cheever | billy boat | eddie cheever | tony stewart
row 4 : 4 | june 6 | texas motor speedway, tex | 208 | 312 mi (502 km) | 2'08:45.543 | 233.973 | billy boat | tony stewart | billy boat | tony stewart
row 5 : 5 | june 28 | new hampshire international speedway, new | 200 | 211.6 mi (340.5 km) | 1'51:30.262 | 183.237 | tony stewart | billy boat | tony stewart | davey hamilton
row 6 : 6 | july 19 | dover international speedway, delaware | 248 | 248 mi (399 km) | 2'29:49.262 | 159.833 | scott sharp | tony stewart | scott sharp | greg ray
row 7 : 7 | july 25 | lowe's motor speedway, north car | 208 | 312 mi (502 km) | 1'58:10.555 | 254.926 | kenny brack | tony stewart | kenny brack | kenny brack
row 8 : 8 | august 16 | pikes peak international raceway, colorad | 200 | 200 mi (320 km) | 1'29:52.649 | 214.866 | kenny brack | billy boat | jeff ward | jeff ward
row 9 : 9 | august 29 | atlanta motor speedway, georgi | 200 | 312 mi (502 km) | 2'17:15.289 | 225.343 | kenny brack | billy boat | scott goodyear | billy boat
row 10 : 10 | september 20 | texas motor speedway, tex | 208 | 312 mi (502 km) | 2'21:53.557 | 212.316 | john paul, jr | billy boat | tony stewart | jeff ward
row 11 : 11 | october 11 | las vegas motor speedway, | 208 | 312 mi (502 km) | 2'18:19.202 | 217.8 | arie luyendyk | billy boat | arie luyendyk | arie luyendyk ] Execute this SQL based on the above table: select count ( location ) where time >= 84 | 0 |
[ header: location | name of mill and grid reference | type | maps | first mention or built | last mention or demise row 1 : chesfield | None | post | None | 1318 | 1372
row 2 : chesfield | chesfield park | titt iron wind engine | None | 1896 | None
row 3 : cheshunt | tl 317 036 | post | None | 1843 | demolished c. 1860
row 4 : cheshunt | goff's oak mill tl | tower | None | c. 1860 | demolished 1953
row 5 : cheshunt | turner's hill mill tl 3 | None | 1822 | 1822 | 1861
row 6 : chipperfield | tl 037 014 | post | None | 1594 | 1594
row 7 : chipperfield | tl 037 014 | smock | 1822 | 1822 | 1881, gone by 1896
row 8 : chipping | approximately tl 350 319 | post | 1720 1728 | 1720 | 1728
row 9 : clothall | approximately tl 264 326 | post | None | 1370 | 1370
row 10 : codicote | codicote heath approximately tl | smock | None | 1841 | 1855, gone by 1881
row 11 : colney heath | colney heath mill tl 205 | tower | None | 1854 | windmill world
row 12 : cottered | None | post | None | 1581 | 1581
row 13 : cromer | None | None | None | 1192 | 1576
row 14 : cromer | cromer mill tl 304 2 | post | 1720 1728 1749 1766 1800 18 | 1720 | windmill world
row 15 : croxley green | croxley green mill tq 06 | tower | None | c. 1860 | windmill world ] Execute this SQL based on the above table: select count ( * ) where location = 'cheshunt' | 3 |
[ header: code | year row 1 : a | 1927
row 2 : b | 1928
row 3 : c | 1929
row 4 : ch | 1930
row 5 : d | 1931
row 6 : e | 1932
row 7 : f | 1933
row 8 : g | 1934
row 9 : h | 1935
row 10 : i | 1936
row 11 : j | 1937
row 12 : k | 1938
row 13 : l | 1939
row 14 : ll | 1940
row 15 : m | 1941
row 16 : n | 1942
row 17 : n | 1943
row 18 : o | 1944
row 19 : p | 1945
row 20 : q | 1946
row 21 : r | 1947
row 22 : s | 1948
row 23 : t | 1949
row 24 : u | 1950
row 25 : v | 1951
row 26 : x | 1952
row 27 : y | 1953
row 28 : z | 1954
row 29 : a1 | 1955
row 30 : b1 | 1956
row 31 : c1 | 1957
row 32 : ch1 | None
row 33 : d1 | 1958
row 34 : e1 | 1959
row 35 : f1 | 1960
row 36 : g1 | 1961
row 37 : h1 | 1962
row 38 : i1 | 1963
row 39 : j1 | 1964
row 40 : k1 | 1965
row 41 : l1 | 1966
row 42 : ll1 | None
row 43 : m1 | 1967
row 44 : n1 | 1968
row 45 : n1 | 1969
row 46 : o1 | 1970
row 47 : p1 | 1971
row 48 : q1 | 1972
row 49 : r1 | 1973
row 50 : s1 | 1974
row 51 : t1 | 1975
row 52 : u1 | 1976
row 53 : v1 | 1977
row 54 : x1 | 1978
row 55 : y1 | 1979
row 56 : z1 | 1980
row 57 : a2 | 1981
row 58 : b2 | 1982
row 59 : c2 | 1983
row 60 : ch2 | None
row 61 : d2 | 1984
row 62 : e2 | 1985
row 63 : f2 | 1986
row 64 : g2 | 1987
row 65 : h2 | 1988
row 66 : i2 | 1989
row 67 : j2 | 1990
row 68 : k2 | 1991
row 69 : l2 | 1992
row 70 : ll2 | None
row 71 : m2 | 1993
row 72 : n2 | 1994
row 73 : n2 | 1995
row 74 : o2 | 1996
row 75 : p2 | 1997
row 76 : q2 | 1998
row 77 : r2 | 1999
row 78 : s2 | 2000
row 79 : t2 | 2001
row 80 : u2 | 2002
row 81 : v2 | 2003
row 82 : x2 | 2004
row 83 : y2 | 2005
row 84 : z2 | 2006 ] Execute this SQL based on the above table: select code where code in ( 'p2' , 'v1' ) order by year desc limit 1 | p2 |
[ header: no. | constituency | winner candidate | party | votes | margin row 1 : 6 | rapar | patel vaghajibhai | bjp | 55280 | 9216
row 2 : 11 | vadgam | manilal jethabhai vaghe | inc | 90375 | 21839
row 3 : 12 | palanpur | patel maheshkumar amrut | inc | 75097 | 5284
row 4 : 16 | radhanpur | thakor nagarji | bjp | 69493 | 3834
row 5 : 20 | kheralu | bharatsinhji da | bjp | 68195 | 18386
row 6 : 33 | prantij | baraiya mahendrasin | inc | 76097 | 7014
row 7 : 34 | dehgam | kaminiba rathod | inc | 61043 | 2297
row 8 : 52 | jamalpur-khadia | bhatt bhushan ash | bjp | 48058 | 6331
row 9 : 59 | dhandhuka | kolipatel lalji | bjp | 77573 | 28277
row 10 : 65 | morbi | kantilal amrutiya | bjp | 77386 | 2760
row 11 : 68 | rajkot east | rajguru indranil san | inc | 60877 | 4272
row 12 : 82 | dwarka | pabubha virambha man | bjp | 70062 | 5616
row 13 : 90 | somnath | barad jasabhai | inc | 56701 | 2096
row 14 : 103 | bhavnagar rural | parshottam solanki | bjp | 83980 | 18554
row 15 : 109 | borsad | parmar rajendrasinh d | inc | 83621 | 21034
row 16 : 113 | petlad | niranjan patel | inc | 77312 | 12192
row 17 : 117 | mahemdabad | gautambhai ravj | inc | 68767 | 4181
row 18 : 119 | thasra | parmar ramsinh prab | inc | 78226 | 5500
row 19 : 122 | lunawada | malivad kalubhai hirab | bjp | 72814 | 3701
row 20 : 124 | shehra | ahir jethabhai ghe | bjp | 76468 | 28725
row 21 : 126 | godhra | c. k. raul | inc | 73367 | 2868
row 22 : 128 | halol | parmar jaydrathsinh | bjp | 93854 | 33206
row 23 : 130 | jhalod | garasiya miteshbha | inc | 78077 | 40073
row 24 : 134 | devgadh baria | bachu khabad | bjp | 113582 | 83753
row 25 : 135 | savli | inamdar ketanbhai ma | independent | 62849 | 20319
row 26 : 136 | vaghodia | shrivastav madhubhai bab | bjp | 65851 | 5788 ] Execute this SQL based on the above table: select count ( * ) where margin < 1274 | 0 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | united states (usa) | 25 | 16 | 7 | 48
row 2 : 2 | canada (can) | 5 | 4 | 7 | 16
row 3 : 3 | jamaica (jam) | 4 | 3 | 4 | 11
row 4 : 4 | cuba (cub) | 3 | 8 | 4 | 15
row 5 : 5 | mexico (mex) | 0 | 3 | 3 | 6
row 6 : 6 | brazil (bra) | 0 | 2 | 1 | 3
row 7 : 7 | puerto rico (pur) | 0 | 1 | 1 | 2
row 8 : 8 | colombia (col) | 0 | 0 | 3 | 3
row 9 : 9 | peru (per) | 0 | 0 | 2 | 2
row 10 : 9 | trinidad and tobago (tri) | 0 | 0 | 2 | 2
row 11 : 11 | chile (chi) | 0 | 0 | 1 | 1
row 12 : 11 | uruguay (uru) | 0 | 0 | 1 | 1
row 13 : 11 | venezuela (ven) | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select nation order by id desc limit 1 | venezuela (ven) |
[ header: pick # | nfl team | player | position | college row 1 : 183 | tampa bay buccaneers | parnell dickinson | quarterback | mississippi valley state
row 2 : 184 | seattle seahawks | dick dixon | defensive tackle | arkansas state
row 3 : 185 | miami dolphins | joe ingersoll | guard | unlv
row 4 : 186 | dallas cowboys | greg schaum | defensive tackle | michigan state
row 5 : 187 | cincinnati bengals | bob bateman | quarterback | brown
row 6 : 188 | new york jets | abdul salaam | defensive end | kent state
row 7 : 189 | cleveland browns | steve cassidy | defensive tackle | louisiana state
row 8 : 190 | chicago bears | jerry muckensturm | linebacker | arkansas state
row 9 : 191 | philadelphia eagles | carl hairston | defensive end | maryland-eastern shore
row 10 : 192 | cincinnati bengals | carmen rome | defensive back | miami (oh)
row 11 : 193 | atlanta falcons | karl farmer | wide receiver | pittsburgh
row 12 : 194 | san francisco 49ers | jay chesley | defensive back | vanderbilt
row 13 : 195 | buffalo bills | jackie williams | defensive back | texas a&m
row 14 : 196 | kansas city chiefs | rod wellington | running back | iowa
row 15 : 197 | houston oilers | larry harris | defensive tackle | oklahoma state
row 16 : 198 | detroit lions | garth ten napel | linebacker | texas a&m
row 17 : 199 | new york jets | james richards | running back | florida
row 18 : 200 | miami dolphins | john owens | defensive end | tennessee state
row 19 : 201 | new orleans saints | ed bauer | guard | notre dame
row 20 : 202 | new england patriots | perry brooks | defensive tackle | southern
row 21 : 203 | st. louis cardinals | phil rogers | running back | virginia tech
row 22 : 204 | oakland raiders | clarence chapman | wide receiver | eastern michigan
row 23 : 205 | cincinnati bengals | ken kuhn | linebacker | ohio state
row 24 : 206 | minnesota vikings | larry brune | defensive back | rice
row 25 : 207 | los angeles rams | larry buie | defensive back | mississippi state
row 26 : 208 | dallas cowboys | david williams | running back | colorado
row 27 : 209 | pittsburgh steelers | barry burton | tight end | vanderbilt ] Execute this SQL based on the above table: select pick # where college = 'iowa' | 196 |
[ header: season | tier | division | place row 1 : 1991-98 | 5 | regional | None
row 2 : 1998/99 | 4 | 3a | 8th
row 3 : 1999/00 | 4 | 3a | 5th
row 4 : 2000/01 | 4 | 3a | 7th
row 5 : 2001/02 | 4 | 3a | 9th
row 6 : 2002/03 | 4 | 3a | 9th
row 7 : 2003/04 | 4 | 3a | 2nd
row 8 : 2004/05 | 4 | 3a | 8th
row 9 : 2005/06 | 4 | 3a | 6th ] Execute this SQL based on the above table: select place order by tier limit 1 | 8th |
[ header: date | time | opponent | site | tv | result | attendance | record row 1 : 11/09/2013 | 2:00 pm | indiana institute of technology | emil and patricia jones | csu tv | w 74-51 | 369 | 1-0
row 2 : 11/16/2013 | 1:00 pm | at miami (oh) | millett hall • oxford | None | l 39-55 | 406 | 1-2
row 3 : 11/26/2013 | 7:00 pm | purdue calumet | emil and patricia jones | csu tv | l 62-68 | 279 | 1-5
row 4 : 12/01/2013 | 2:00 pm | western michigan | emil and patricia jones | csu tv | l 49-67 | 242 | 1-6
row 5 : 12/06/2013 | 3:30 pm | vs. valparaiso | savage arena • toledo, | None | l 50-74 | None | 1-7
row 6 : 12/07/2013 | 1:00 pm | vs. detroit | savage arena • toledo, | None | l 64-85 | None | 1-8
row 7 : 12/20/2013 | 6:00 pm | at southern illinois | siu arena • carbondale, il | None | w 55-51 | 405 | 2-8
row 8 : 12/31/2013 | 2:00 pm | loyola | emil and patricia jones | csu tv | l 63-77 | 316 | 2-10
row 9 : 01/02/2014 | 7:00 pm | seattle | emil and patricia jones | csu tv | l 58-85 | 202 | 2-11 (0-1)
row 10 : 01/04/2014 | 2:00 pm | idaho | emil and patricia jones | csu tv | l 42-92 | 200 | 2-12 (0-2)
row 11 : 01/08/2014 | 7:00 pm | indiana northwest | emil and patricia jones | csu tv | w 68-50 | 212 | 3-12
row 12 : 01/11/2014 | 2:00 pm | at umkc | municipal auditorium • kansas city | None | l 60-83 | 380 | 3-13 (0-3)
row 13 : 01/16/2014 | 7:00 pm | at new mexico state | pan american center • las cruces, | None | l 61-82 | 942 | 3-14 (0-4)
row 14 : 01/30/2014 | 8:00 pm | at grand canyon | gcu arena • phoenix, | cox7 | l 53-84 | 581 | 3-18 (0-8)
row 15 : 02/13/2014 | 7:00 pm | texas-pan american | emil and patricia jones | csu tv | l 52-75 | 207 | 3-20 (0-10)
row 16 : 02/20/2014 | 8:00 pm | at utah valley | uccu center • orem, | None | l 62-84 | 191 | 3-22 (0-12)
row 17 : 02/22/204 | 3:00 pm | at cal state bakersfield | icardo center • bakersfield | None | l 58-99 | 213 | 3-23 (0-13) ] Execute this SQL based on the above table: select attendance where site = 'emil and patricia jones convocation center • chicago, il' | 369, 279, 242, 316, 202, 200, 212, 207 |
[ header: face value | €0.01 | €0.02 | €0.05 | €0.10 | €0.20 | €0.50 | €1.00 | €2.00 row 1 : 2002 | 6000 | 6000 | 6000 | 6000 | 6000 | 6000 | 6000 | 6000
row 2 : 2003 | None | None | None | None | None | None | None | None
row 3 : 2004 | None | None | None | None | None | None | None | None
row 4 : 2005 | None | None | None | None | None | None | None | None
row 5 : 2005 sv | None | None | None | None | None | None | None | None
row 6 : 2006 | None | None | None | None | None | None | None | None
row 7 : 2007 | None | None | None | None | None | None | None | None
row 8 : 2008 | 6400 | 6400 | 6400 | 6400 | 6400 | 6400 | 6400 | 6400
row 9 : 2009 | 6400 | 6400 | 6400 | 6400 | 6400 | 6400 | 6400 | 6400
row 10 : 2010 | 6000 | 6000 | 6000 | 6000 | 6000 | 2190704 | 6000 | 6000
row 11 : 2011 | 6000 | 6000 | 6000 | 6000 | 6000 | 2174197 | 6000 | 6000
row 12 : 2012 | 6000 | 6000 | 6000 | 6000 | 6000 | 1604690 | 6000 | 6000 ] Execute this SQL based on the above table: select min ( €0.05 ) | 6000.0 |
[ header: round | # | player | position | nationality | college/junior/club team (league) row 1 : 1 | 7 | kyle okposo | right wing | united states | des moines buccaneers (ushl
row 2 : 2 | 60 | jesse joensuu | wing | finland | assat (sm-liiga
row 3 : 3 | 70 | robin figren | wing | sweden | frolunda hc (e
row 4 : 4 | 100 | rhett rakhshan | right wing | united states | university of denver(ncaa)
row 5 : 4 | 108 | jase weslosky | goalie | canada | sherwood park crusaders (
row 6 : 4 | 115 | tomas marcinko | center | slovakia | hc kosice (slovak
row 7 : 4 | 119 | doug rogers | center | united states | saint sebastian's school (independent
row 8 : 5 | 141 | kim johansson | wing | sweden | malmo jr
row 9 : 6 | 160 | andrew macdonald | defenceman | canada | moncton wildcats (qm
row 10 : 6 | 171 | brian day | right wing | united states | governor dummer (independent school league)
row 11 : 6 | 173 | stefan ridderwall | goalie | sweden | djurgarden jr. (
row 12 : 7 | 190 | troy mattila | left wing | united states | springfield jr. blues (nah ] Execute this SQL based on the above table: select player where id > ( select id where # = 171 ) order by id asc limit 1 | stefan ridderwall |
[ header: date | result | opponent | event | location | method | round | time row 1 : 2013-12-14 | loss | mohamed diaby | victory, semi finals | paris, france | decision | 3 | 3:00
row 2 : 2013-03-09 | None | juanma chacon | enfusion live: barcelona | barcelona, spain | None | None | None
row 3 : 2012-05-27 | loss | murthel groenhart | k-1 world max 2012 world championship tournament final | madrid, spain | ko (punches) | 3 | 3:00
row 4 : 2012-02-11 | win | francesco tadiello | sporthal de zandbergen | sint-job-in-'t- | ko | 1 | None
row 5 : 2012-01-28 | win | chris ngimbi | it's showtime 2012 in leeu | leeuwarden, netherlands | tko (cut) | 2 | 1:22
row 6 : 2011-09-24 | loss | andy souwer | bfn group & music hall presents | brussels, belgium | extra round decision (split) | 4 | 3:00
row 7 : 2011-04-09 | win | lahcen ait ouss | le grande ko xi | liege, belgium | ko | 1 | None
row 8 : 2011-02-12 | win | henri van opstal | war of the ring | amsterdam, netherlands | decision (unanimous) | 3 | 3:00
row 9 : 2010-09-10 | win | edson fortes | ring sensation gala | utrecht, netherlands | decision | 3 | 3:00
row 10 : 2010-03-21 | loss | mohamed khamal | k-1 world max 2010 west europe tournament | utrecht, netherlands | ko (punch) | 2 | None
row 11 : 2009-11-21 | win | seo doo won | it's showtime 2009 barneveld | barneveld, netherlands | tko (referee stop | 1 | None
row 12 : 2009-09-24 | win | chris ngimbi | it's showtime 2009 lommel | lommel, belgium | extra round decision | 4 | 4:00
row 13 : 2009-04-11 | win | farid riffi | almelo fight for delight | almelo, netherlands | tko | None | None
row 14 : 2009-03-14 | win | viktor sarezki | war of the ring | belgium | ko (punch to the body) | 1 | None
row 15 : 2009-02-21 | win | pedro sedarous | turnhout gala | turnhout, belgium | decision | 5 | 3:00
row 16 : 2009-01-31 | win | dahou naim | tielrode gala | tielrode, belgium | 2nd extra round decision | 5 | 3:00
row 17 : 2008-09-20 | win | abdallah mabel | s-cup europe 2008, reserve bout | gorinchem, netherlands | decision | 3 | 3:00
row 18 : 2008-09-14 | win | jordy sloof | the outland rumble | rotterdam, netherlands | ko (right cross) | 1 | None
row 19 : 2008-03-08 | win | naraim ruben | lommel gala | lommel, belgium | tko (retirement) | 3 | None
row 20 : 2008-02-23 | win | pierre petit | st. job gala | st. job, belgium | ko (right punch) | 2 | None ] Execute this SQL based on the above table: select count ( * ) where time > ( select time where method = 'decision' ) | 1 |
[ header: model | released | usage | features | storage row 1 : betsie/dottie | None | used for calculating odds for bookmakers | None | None
row 2 : mark 2 | 1973 | sales order processing | totally new processor with hardware interrupt stacking, | fabritek or emm fer
row 3 : mark 3 | None | None | designation not used but was effectively the 3me/6 | None
row 4 : mark 4 | None | sop, livestock markets, paper merchants, | developed after the demise of bcl | core memory or static ram, introduced the
row 5 : mark 5 | 1984 | sop, livestock markets, paper merchants, | basically a re engineering of the 6me | initially large-format ampex ferrite core
row 6 : None | 1990 | sop, livestock markets, paper merchants, | a single board processor was developed to replace the | support for seven additional external lark 2 or
row 7 : distributor ep | 1989 | sop, livestock markets | enhanced version of the distributor | scsi disk and tape support ] Execute this SQL based on the above table: select features order by released desc limit 1 | a single board processor was developed to replace the 3 card processor and was working but never came to market. at the same time a transputer based maths co-processor had also been developed. assembler programming introduced by systemation developments with the aid of a third party, running on pc's with the program then downloaded to the m18 |
[ header: team | wins | losses | win % | gb row 1 : detroit tigers | 104 | 58 | .642 | 0
row 2 : toronto blue jays | 89 | 73 | .549 | 15.0
row 3 : new york yankees | 87 | 75 | .537 | 17.0
row 4 : boston red sox | 86 | 76 | .531 | 18.0
row 5 : baltimore orioles | 85 | 77 | .525 | 19.0
row 6 : cleveland indians | 75 | 87 | .463 | 29.0
row 7 : milwaukee brewers | 67 | 94 | .416 | 36.5 ] Execute this SQL based on the above table: select team order by id desc limit 1 | milwaukee brewers |
[ header: year | title | role | episodes row 1 : 1999 | the answer lies in the soil | presenter | all (6 episodes)
row 2 : 1999-2002 | loose women | panellist | alternating episodes
row 3 : 2000-06 | this morning | stand-in presenter | occasional episodes
row 4 : 2004 | zoo story | narrator | all
row 5 : 2006- | this morning | co-presenter | fridays and school holidays
row 6 : 2010, 12-13 | loose women | stand-in anchor | occasional episodes
row 7 : 2010 | gmtv with lorraine | guest presenter | 12, 13, 14, 15, 16 april
row 8 : 2014- | loose women | anchor | wednesdays
row 9 : 2014 | he says, she says | co-presenter | pilot recorded, 1 april 2014 ] Execute this SQL based on the above table: select count ( * ) where title = 'zoo story' | 1 |
[ header: year | award | group | result | notes row 1 : 2004 | black reel awards | best actor: drama | nominated | the human stain (film)
row 2 : 2004 | black reel awards | best breakthrough performance | nominated | the human stain (film)
row 3 : 2006 | academy of science fiction, fantasy & horror films | best actor on television | nominated | prison break
row 4 : 2006 | teen choice awards | tv - choice actor | nominated | prison break
row 5 : 2006 | teen choice awards | tv - choice breakout star | nominated | prison break
row 6 : 2006 | golden globes awards | best performance by an actor in a television series | nominated | prison break
row 7 : 2007 | teen choice awards | choice tv actor: drama | nominated | prison break
row 8 : 2008 | teen choice awards | choice tv actor: action adventure | nominated | prison break
row 9 : 2014 | fangoria chainsaw awards | best screenplay | pending | stoker (film) ] Execute this SQL based on the above table: select count ( * ) where year <= 2006 and result = 'nominated' | 6 |
[ header: name | builder | type | date | works number | notes row 1 : None | w.g. bagnall | 0-4-0t | late 1880s | 1050 | small inverted saddle tank locomotive; sold by 18
row 2 : None | w.g. bagnall | 0-4-0t | 1892 | 1232 | larger version of the first bagnall locomotive;
row 3 : None | lowca engineering | 0-4-0st | 1884 | 241 | scrapped 1950
row 4 : None | manning wardle | 0-4-0st | 1888 | None | built for the construction of the ashworth
row 5 : None | manning wardle | 0-4-0st | 1888 | None | built for the construction of the ashworth
row 6 : prince charlie | hunslet | 4-6-0t | 1917 | 1276 | built as a 2 ft (610
row 7 : vyrnwy | orenstein and koppel | 0-4-0wt | 1930 | None | built reservoir construction; purchased in 1947. sold to ] Execute this SQL based on the above table: select type where type in ( 'manchester united' , '0-4-0t' ) order by notes desc limit 1 | 0-4-0t |
[ header: season | date | driver | team | chassis | engine | race distance laps | race distance miles (km) | race time | average speed (mph) | report row 1 : 2005 | july 17 | sebastien bourdais | newman/haas racing | lola | ford-cosworth | 88 | 173.624 (279.42) | 1:38:55 | 105.302 | report
row 2 : 2006 | july 23 | justin wilson | rusport | lola | ford-cosworth | 85 | 167.705 (269.895) | 1:40:30 | 100.112 | report
row 3 : 2007 | july 22 | sebastien bourdais | newman/haas/lanigan racing | panoz | cosworth | 96 | 189.408 (304.822) | 1:45:41 | 107.517 | report
row 4 : 2008 | july 26 | scott dixon | chip ganassi racing | dallara | honda | 91 | 179.543 (288.946) | 1:51:06 | 96.967 | report
row 5 : 2009 | july 26 | will power | penske racing | dallara | honda | 95 | 187.435 (301.647) | 1:42:42 | 109.498 | report
row 6 : 2010 | july 25 | scott dixon | chip ganassi racing | dallara | honda | 95 | 187.435 (301.647) | 1:50:37 | 101.666 | report
row 7 : 2011 | july 24 | will power | penske racing | dallara | honda | 80 | 180.48 (290.454) | 1:57:23 | 90.949 | report
row 8 : 2012 | july 22 | helio castroneves | penske racing | dallara | chevrolet | 75 | 169.2 (272.301) | 1:38:51 | 101.246 | report ] Execute this SQL based on the above table: select count ( average speed (mph) ) where season = 0 and race distance laps = 0 | 0 |
[ header: year | award | category | nominated work | result row 1 : 2005 | mbc drama awards | best new actor | be strong, geum-soon! | won
row 2 : 2005 | mbc drama awards | excellence award, actor | be strong, geum-soon! | won
row 3 : 2007 | kbs drama awards | best couple award with han ji- | capital scandal | won
row 4 : 2007 | kbs drama awards | excellence award, actor in a miniseries | capital scandal | won
row 5 : 2008 | 44th baeksang arts awards | popularity award | hong gil-dong | won
row 6 : 2008 | 28th korean association of film critic | best new actor | rough cut | won
row 7 : 2008 | 29th blue dragon film awards | best new actor | rough cut | won
row 8 : 2008 | 7th korean film awards | best new actor | rough cut | won
row 9 : 2008 | kbs drama awards | best couple award with sung yu | hong gil-dong | won
row 10 : 2008 | kbs drama awards | netizen award | hong gil-dong | won
row 11 : 2009 | 45th baeksang arts awards | best new actor | rough cut | won
row 12 : 2009 | 10th pusan film critics awards | best new actor | rough cut | won
row 13 : 2009 | 46th grand bell awards | best new actor | my girlfriend is an agent | won
row 14 : 2009 | 5th university film festival of korea | best new actor | my girlfriend is an agent | won
row 15 : 2011 | 6th seoul international drama awards | outstanding korean actor | coffee house | nominated
row 16 : 2011 | sbs drama awards | excellence award, actor in a special planning drama | lie to me | nominated
row 17 : 2013 | sbs drama awards | top excellence award, actor in a drama special | incarnation of money | nominated
row 18 : 2014 | 9th asia model festival awards | asia star award | None | won ] Execute this SQL based on the above table: select count ( * ) where category = 'best new actor' | 8 |
[ header: round | opponent | result | brisbane | opponent | date | venue | crowd | position | bye row 1 : bocc | celtic crusaders | win | 32 | 6 | 15 feb | brewery field | 2000 | None | 0
row 2 : wcc | st helens | loss | 14 | 18 | 23 feb | reebok stadium | 23207 | None | 0
row 3 : trial match | canberra raiders | win | 18 | 12 | 24 feb | dolphin oval | None | None | 0
row 4 : trial match | melbourne storm | loss | 0 | 46 | 3 mar | princes park | 8273 | None | 0
row 5 : 1 | north queensland cowboys | loss | 16 | 23 | 16 mar | suncorp stadium | 50416 | 12/16 | 0
row 6 : 2 | new zealand warriors | loss | 14 | 24 | 25 mar | mt smart stadium | 16738 | 12/16 | 0
row 7 : 5 | gold coast titans | loss | 16 | 28 | 13 apr | suncorp stadium | 47686 | 13/16 | 0
row 8 : 6 | newcastle knights | win | 20 | 16 | 22 apr | energyaustralia stadium | 25524 | 11/16 | 0
row 9 : 7 | melbourne storm | loss | 18 | 28 | 27 apr | suncorp stadium | 33750 | 13/16 | 0
row 10 : 8 | south sydney rabbitohs | win | 8 | 4 | 4 may | suncorp stadium | 27387 | 12/16 | 0
row 11 : 9 | cronulla sharks | loss | 8 | 16 | 11 may | toyota park | 12262 | 13/16 | 0
row 12 : 10 | manly sea eagles | loss | 6 | 18 | 21 may | brookvale oval | 13493 | 14/16 | 0
row 13 : 11 | newcastle knights | win | 71 | 6 | 27 may | suncorp stadium | 27433 | 12/16 | 0
row 14 : 12 | st george illawarra | loss | 4 | 11 | 1 jun | oki jubilee stadium | 10302 | 15/16 | 0
row 15 : 13 | None | None | None | None | None | None | None | 12/16 | 1
row 16 : 14 | canterbury bulldogs | win | 19 | 12 | 15 jun | telstra stadium | 10121 | 10/16 | 0
row 17 : 15 | wests tigers | win | 48 | 18 | 25 jun | suncorp stadium | 29364 | 9/16 | 0
row 18 : 16 | penrith panthers | win | 24 | 16 | 30 jun | cua stadium | 8553 | 7/16 | 0
row 19 : 17 | gold coast titans | win | 19 | 18 | 6 jul | suncorp stadium | 48621 | 6/16 | 0
row 20 : 18 | north queensland cowboys | win | 24 | 16 | 13 jul | dairy farmers stadium | 25126 | 5/16 | 0
row 21 : 19 | parramatta eels | loss | 16 | 20 | 23 jul | suncorp stadium | 25702 | 5/16 | 0
row 22 : 20 | cronulla sharks | win | 30 | 16 | 29 jul | suncorp stadium | 24563 | 5/16 | 0
row 23 : 21 | manly sea eagles | loss | 8 | 21 | 5 aug | suncorp stadium | 35784 | 6/16 | 0
row 24 : 22 | melbourne storm | loss | 6 | 14 | 12 aug | olympic park | None | 7/16 | 0
row 25 : 23 | canterbury bulldogs | loss | 24 | 25 | 17 aug | suncorp stadium | 35199 | 9/16 | 0
row 26 : 24 | canberra raiders | win | 30 | 19 | 26 aug | suncorp stadium | 31614 | 8/16 | 0 ] Execute this SQL based on the above table: select brisbane where opponent = 'north queensland cowboys' | 16.0, 24.0 |
[ header: season | team | country | division | apps | goals | assists row 1 : 01/02 | esteghlal | iran | 1 | None | 3 | None
row 2 : 02/03 | esteghlal | iran | 1 | None | 2 | None
row 3 : 03/04 | esteghlal | iran | 1 | None | 6 | None
row 4 : 04/05 | eseghlal | iran | 1 | 27 | 3 | None
row 5 : 05/06 | esteghlal | iran | 1 | 21 | 0 | 2
row 6 : 06/07 | esteghlal | iran | 1 | 14 | 1 | 1
row 7 : 07/08 | steel azin | iran | 1 | None | 2 | None
row 8 : 10/11 | gostaresh foolad | iran | 2 | 0 | 0 | 0 ] Execute this SQL based on the above table: select apps where country = 'iran' order by goals asc limit 1205 | 21, 0, 14, 27 |
[ header: year | date | winner | result | loser | attendance | location row 1 : 1980 | oct 19 | chicago bears | 24-7 | detroit lions | None | chicago, illinois
row 2 : 1980 | nov 27 | chicago bears | 23-17 (ot) | detroit lions | 58508 | pontiac, michigan
row 3 : 1981 | oct 19 | detroit lions | 48-17 | chicago bears | 75397 | pontiac, michigan
row 4 : 1981 | nov 22 | detroit lions | 23-7 | chicago bears | 71273 | chicago, illinois
row 5 : 1982 | sept 12 | detroit lions | 17-10 | chicago bears | 50082 | pontiac, michigan
row 6 : 1982 | nov 21 | chicago bears | 20-17 | detroit lions | 46783 | chicago, illinois
row 7 : 1983 | oct 16 | detroit lions | 31-17 | chicago bears | 66709 | pontiac, michigan
row 8 : 1983 | oct 30 | detroit lions | 38-17 | chicago bears | 58764 | chicago, illinois
row 9 : 1984 | nov 18 | chicago bears | 16-14 | detroit lions | 54911 | chicago, illinois
row 10 : 1984 | dec 16 | chicago bears | 30-13 | detroit lions | 53252 | pontiac, michigan
row 11 : 1985 | nov 10 | chicago bears | 24-3 | detroit lions | 53467 | chicago, illinois
row 12 : 1985 | dec 22 | chicago bears | 37-17 | detroit lions | 74042 | pontiac, michigan
row 13 : 1986 | oct 26 | chicago bears | 13-7 | detroit lions | 62064 | chicago, illinois
row 14 : 1986 | dec 15 | chicago bears | 16-13 | detroit lions | 75602 | pontiac, michigan
row 15 : 1987 | nov 22 | chicago bears | 30-10 | detroit lions | 63357 | chicago, illinois
row 16 : 1988 | oct 9 | chicago bears | 24-7 | detroit lions | 64526 | pontiac, michigan
row 17 : 1988 | dec 11 | chicago bears | 13-12 | detroit lions | 55010 | chicago, illinois
row 18 : 1989 | sept 24 | chicago bears | 47-27 | detroit lions | 71418 | pontiac, michigan
row 19 : 1989 | dec 10 | detroit lions | 27-17 | chicago bears | 52650 | chicago, illinois ] Execute this SQL based on the above table: select sum ( attendance ) where year in ( 1987 , 1986 , 1988 ) | 320559.0 |
[ header: pos | no | rider | bike | laps | time | grid | points row 1 : 2 | 38 | bradley smith | aprilia | 22 | 4.638 | 3 | 20
row 2 : 3 | 44 | pol espargaro | derbi | 22 | 4.996 | 2 | 16
row 3 : 4 | 11 | sandro cortese | derbi | 22 | 45.366 | 5 | 13
row 4 : 5 | 7 | efren vazquez | derbi | 22 | 45.433 | 8 | 11
row 5 : 6 | 71 | tomoyoshi koyama | aprilia | 22 | 49.685 | 6 | 10
row 6 : 7 | 35 | randy krummenacher | aprilia | 22 | 49.735 | 14 | 9
row 7 : 8 | 14 | johann zarco | aprilia | 22 | 49.743 | 10 | 8
row 8 : 9 | 94 | jonas folger | aprilia | 22 | 49.775 | 12 | 7
row 9 : 10 | 99 | danny webb | aprilia | 22 | 53.115 | 16 | 6
row 10 : 11 | 26 | adrian martin | aprilia | 22 | 58.669 | 19 | 5
row 11 : 12 | 15 | simone grotzkyj | aprilia | 22 | 58.8 | 11 | 4
row 12 : 13 | 23 | alberto moncayo | aprilia | 22 | +1:02.050 | 13 | 3
row 13 : 14 | 78 | marcel schrotter | honda | 22 | +1:15.497 | 23 | 2
row 14 : 15 | 63 | zulfahmi khai | aprilia | 22 | +1:16.029 | 18 | 1
row 15 : 19 | 58 | joan perello | honda | 22 | +1:36.223 | 26 | None
row 16 : 20 | 60 | michael van der mark | lambretta | 22 | +1:36.340 | 27 | None
row 17 : 21 | 59 | johnny rosell | honda | 22 | +1:43.804 | 22 | None
row 18 : 22 | 72 | marco ravaioli | lambretta | 22 | +1:55.331 | 30 | None
row 19 : 23 | 56 | peter sebestyen | aprilia | 21 | +1 lap | 32 | None
row 20 : ret | 40 | nicolas terol | aprilia | 21 | accident | 4 | None
row 21 : ret | 39 | luis salom | aprilia | 14 | retirement | 15 | None
row 22 : ret | 17 | eduard lopez | aprilia | 11 | retirement | 31 | None
row 23 : ret | 55 | isaac vinales | aprilia | 10 | accident | 21 | None
row 24 : ret | 50 | sturla fagerhaug | aprilia | 7 | accident | 17 | None
row 25 : ret | 12 | esteve rabat | aprilia | 0 | accident | 7 | None
row 26 : ret | 53 | jasper iwema | aprilia | 0 | accident | 20 | None
row 27 : dns | 32 | lorenzo savadori | aprilia | None | did not start | 29 | None ] Execute this SQL based on the above table: select no where no in ( 17 , 55 ) and bike = 'aprilia' | 17.0, 55.0 |
[ header: date | competition | home team | score | away team | score row 1 : 16 october 2004 | powergen cup | bedford | None | tabard | None
row 2 : 15 february 2005 | national division one | bedford | 26 | otley | 13
row 3 : 19 february 2005 | national division one | bedford | 16 | london welsh | 17
row 4 : 26 february 2005 | national division one | sedgley park | 12 | bedford | 23
row 5 : 12 march 2005 | national division one | bedford | 23 | cornish pirates | 28
row 6 : 2 april 2005 | national division one | bedford | 39 | plymouth albion | 21
row 7 : 9 april 2005 | national division one | birmingham solihull | 18 | bedford | 29 ] Execute this SQL based on the above table: select away team order by score asc limit 1 | tabard |
[ header: rank | player | points | points defending | points won | new points | withdrew due to row 1 : 5 | juan martin del potr | 5115 | 720 | 0 | 4395 | right wrist surgery
row 2 : 6 | nikolay davydenko | 5145 | 360 | 0 | 4785 | broken wrist
row 3 : 20 | radek stepanek | 1705 | 90 | 0 | 1615 | fatigue
row 4 : 23 | tommy haas | 1660 | 180 | 0 | 1480 | right hip surgery
row 5 : 32 | gilles simon | 1395 | 90 | 0 | 1305 | right knee injury
row 6 : 36 | ivo karlovic | 1295 | 10 | 0 | 1285 | right foot injury
row 7 : 10 | kim clijsters | 3890 | 0 | 0 | 3890 | left foot injury ] Execute this SQL based on the above table: select new points where player = 'ivo karlovic' | 1285.0 |
[ header: name | location | opened | gender | security level(s) | capacity row 1 : northland region corrections facility | near kaikohe, northland | 2005 | male | minimum to high | 548
row 2 : auckland prison | paremoremo, auckland | 1968 | male | minimum to maximum | 681
row 3 : mount eden corrections facility | mount eden, auckland | 2011 | male | remand | 966
row 4 : auckland region women's correction | wiri, auckland | 2006 | female | minimum to maximum | 456
row 5 : spring hill corrections facility | hampton downs, waikato | 2007 | male | minimum to high | 1050
row 6 : waikeria prison | south of te awamutu, | 1911 | male | minimum to high | 750
row 7 : tongariro/rangipo | near turangi, waikato | 1922 | male | minimum to low-medium | 540
row 8 : whanganui prison | kaitoke, south of wang | 1978 | male | minimum to high | 538
row 9 : hawke's bay regional prison | south of hastings | 1989 | male | minimum to high | 666
row 10 : manawatu prison | linton, south of palmerston | 1979 | male | None | 290
row 11 : rimutaka prison | trentham, upper hutt | 1967 | male | minimum to high | 942
row 12 : arohata prison | tawa, wellington | 1944 | female | minimum to high | 88
row 13 : christchurch men's prison | near templeton, christchurch | 1915 | male | minimum to high | 926
row 14 : christchurch women's prison | near templeton, christchurch | 1974 | female | minimum to high | 138
row 15 : rolleston prison | near rolleston, canterbury | 1958 | male | minimum to low-medium | 260
row 16 : otago corrections facility | north of milton, otago | 2007 | male | minimum to high-medium | 485
row 17 : invercargill prison | invercargill | 1910 | male | minimum to low-medium | 180 ] Execute this SQL based on the above table: select name where opened = ( select opened where name = 'spring hill corrections facility' ) - 1 | auckland region women's corrections facility |
[ header: rank | swimmer | country | time | note row 1 : 1 | claudia poll | costa rica | 57.43 | q
row 2 : 2 | vanessa garcia | puerto rico | 57.95 | q
row 3 : 3 | arlene semeco | venezuela | 58.11 | q
row 4 : 4 | heysi villarreal | cuba | 58.67 | q
row 5 : 5 | mariana alvarado | mexico | 58.69 | q
row 6 : 6 | carolina moreno | mexico | 59.11 | q
row 7 : 7 | isabella tafur | colombia | 59.7 | q
row 8 : 8 | ximena maria vilar | venezuela | 59.79 | q
row 9 : 9 | nikia hillarie | bahamas | 59.92 | None
row 10 : 10 | sharon fajardo | honduras | 1:00.45 | None
row 11 : 11 | maria alvarez | colombia | 1:00.76 | None
row 12 : 12 | alia atkinson | jamaica | 1:01.17 | None
row 13 : 13 | alexis jordan | barbados | 1:01.79 | None
row 14 : 14 | sharntelle mclean | trinidad and tobago | 1:03.26 | None
row 15 : 15 | jennifer powell | cayman islands | 1:03.41 | None
row 16 : 16 | nishani cicilson | suriname | 1:03.88 | None
row 17 : 17 | sade daal | suriname | 1:04.70 | None
row 18 : 18 | dalia torrez | nicaragua | 1:05.69 | None
row 19 : None | gisela morales | guatemala | dns | None
row 20 : None | alana dillette | bahamas | dns | None
row 21 : None | pamela benitez | el salvador | dns | None
row 22 : None | nilshaira isenia | netherlands antilles | dns | None ] Execute this SQL based on the above table: select ( select rank where id = 2 ) > 6 | 0 |
[ header: # | player | country | score | to par | money ($) row 1 : 1 | shirley englehorn | united states | 70-70-75-70=285 | -7 | 4,500
row 2 : 2 | kathy whitworth | united states | 69-71-73-72=2 | -7 | 3,410
row 3 : 3 | sandra palmer | united states | 73-72-73-70=2 | -4 | 2,600
row 4 : 4 | murle breer | united states | 75-71-70-74=290 | -2 | 2,150
row 5 : 5 | sharon miller | united states | 74-74-72-71=2 | -1 | 1,800
row 6 : t6 | joanne carner | united states | 71-76-70-75=292 | e | 1,400
row 7 : t6 | sandra haynie | united states | 73-72-72-75=29 | e | 1,400
row 8 : t8 | gerda boykin | west germany | 73-73-73-74=2 | +1 | 1,050
row 9 : t8 | sharron moran | united states | 73-71-75-74=2 | +1 | 1,050
row 10 : t8 | marilynn smith | united states | 74-69-73-77=2 | +1 | 1,050 ] Execute this SQL based on the above table: select # order by money ($) asc limit 1 | t8 |
[ header: year | single | chart | position row 1 : 1999 | "heavy" | billboard hot 100 | 73
row 2 : 1999 | "heavy" | mainstream rock tracks | 1
row 3 : 1999 | "heavy" | modern rock tracks | 5
row 4 : 1999 | "run" | billboard hot 100 | 76
row 5 : 1999 | "run" | modern rock tracks | 36
row 6 : 1999 | "run" | adult top 40 | 12
row 7 : 1999 | "no more, no less" | mainstream rock tracks | 10
row 8 : 1999 | "no more, no less" | modern rock tracks | 32
row 9 : 1999 | "tremble for my beloved" | mainstream rock tracks | 35 ] Execute this SQL based on the above table: select single where single != '"run"' and year = ( select year where single = '"run"' ) | "heavy", "heavy", "heavy", "no more, no less", "no more, no less", "tremble for my beloved" |
[ header: manufacturer | model | first flight | max payload (t) | cruise (km/h) | max range (km) | mtow row 1 : airbus | a330 mrtt | 2007 | 45 | 860 | 14,800 | 223
row 2 : airbus | a400m | 2009 | 37 | 780 | 9,300 | 141
row 3 : alenia | c-27j spartan | 2008 | 11.5 | 583 | 5,926 | 31.8
row 4 : antonov | an-12 | 1957 | 20 | 777 | 5,700 | 61
row 5 : antonov | an-22 antei | 1965 | 80 | 740 | 5,000 | 250
row 6 : antonov | an-26 | 1969 | 5.5 | 440 | 2,550 | 24
row 7 : antonov | an-32 | 1976 | 6.7 | 480 | 2,500 | 26.9
row 8 : antonov | an-70 | 1994 | 47 | 729 | 6,600 | 145
row 9 : antonov | an-72 | 1977 | 7.5 | 600 | 4,800 | 33
row 10 : antonov | an-124 ruslan | 1982 | 150 | 800-850 | 5,410 | 405
row 11 : antonov | an-225 mriya | 1988 | 250 | 800 | 15,400 | 600
row 12 : avic | y-8 | 1974 | 20 | 550 | 5,616 | 61
row 13 : avic | y-9 | 2008 | 25 | 650 | 7,800 | 77
row 14 : avic | y-20 | 2013 | 66 | 700 | 7,800 | 220
row 15 : bell/boeing | v-22 osprey | 1989 | 6.8 | 396 | 1,627 | 27.4
row 16 : boeing | c-17 globemaster iii | 1991 | 77.5 | 830 | 4,482 | 265
row 17 : casa | c-212 aviocar | 1971 | 2.8 | 315 | 1,433 | 8
row 18 : casa/indonesian aerospace | cn-235 | 1983 | 5 | 509 | 5,003 | 15.1
row 19 : casa | c-295 | 1998 | 9.3 | 481 | 5,630 | 23.2
row 20 : de havilland canada | c-7 caribou | 1958 | 3.6 | 348 | 2,103 | 14.2
row 21 : douglas | c-47 | 1943 | 3 | 360 | 2,600 | 10.5
row 22 : grumman | c-2 greyhound | 1964 | 4.5 | 465 | 2,400 | 24.7
row 23 : embraer | kc-390 | 2014 | 23 | 900 | 6,200 | 72
row 24 : fairchild | c-123 provider | 1949 | 11 | 367 | 1,666 | 27
row 25 : ilyushin | il-76 | 1971 | 47 | 900 | 4,400 | 210
row 26 : ilyushin | il-112 | 2011 | 5.9 | 550 | 5,000 | 20
row 27 : kawasaki | c-1 | 1970 | 11.9 | 657 | 1,300 | 45
row 28 : kawasaki | xc-2 | 2010 | 37.6 | 890 | 6,500 | 120
row 29 : lockheed | c-5 galaxy | 1968 | 122 | 907 | 4,445 | 381
row 30 : lockheed | c-130 hercules | 1954 | 20 | 540 | 3,800 | 70.3
row 31 : lockheed | c-141 starlifter | 1963 | 45 | 912 | 9,880 | 147
row 32 : pzl mielec | m-28 skytruck | 1993 | 2.5 | 270 | 1,500 | 8
row 33 : short brothers | c-23 sherpa | 1982 | 3.2 | 296 | 1,239 | 3.2
row 34 : transport allianz | transall c-160 | 1963 | 16 | 513 | 1,850 | 49.2
row 35 : uac and hal | uac/hal multirole transport | 2015 | 22 | 830 | 2,500 | 68 ] Execute this SQL based on the above table: select manufacturer order by cruise (km/h) desc limit 1 | lockheed |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | nigeria | 14 | 12 | 9 | 35
row 2 : 2 | algeria | 9 | 4 | 4 | 17
row 3 : 3 | kenya | 8 | 11 | 4 | 23
row 4 : 4 | ethiopia | 2 | 4 | 7 | 13
row 5 : 5 | ghana | 2 | 2 | 2 | 6
row 6 : 6 | ivory coast | 2 | 1 | 3 | 6
row 7 : 7 | egypt | 2 | 1 | 0 | 3
row 8 : 8 | senegal | 1 | 1 | 5 | 7
row 9 : 9 | morocco | 1 | 1 | 1 | 3
row 10 : 10 | tunisia | 0 | 3 | 1 | 4
row 11 : 11 | madagascar | 0 | 1 | 1 | 2
row 12 : 12 | rwanda | 0 | 0 | 1 | 1
row 13 : 12 | zimbabwe | 0 | 0 | 1 | 1
row 14 : 12 | seychelles | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select nation where nation = 'madagascar' | madagascar |
[ header: outcome | date | tournament | surface | partnering | opponent in the final | score in the final row 1 : winner | 29 apr 2002 | $10,000 bournemouth, great britain | clay | anna hawkins | ipek senoglu | 6-0, 6-0
row 2 : runner-up | 14 may 2002 | $10,000 hatfield, great britain | clay | anna hawkins | irina bulykina | 6-4, 4-6, 6-7(8
row 3 : runner-up | 25 nov 2002 | $25,000 mount gambier, australia | hard | chanelle scheepers | daniella dominikovic evie | None
row 4 : winner | 12 oct 2004 | $25,000 sunderland, great brita | hard | elena baltacha | eva fislova stanislava | 6-1, 4-6, 6-2
row 5 : winner | 18 jan 2005 | $10,000 tipton, great britain | hard | surina de beer | katie o'brien | 6-2, 6-4
row 6 : runner-up | 10 jul 2006 | $25,000 felixstowe, great | grass | sarah borwell | trudi musgrave christ | 2-6, 4-6
row 7 : winner | 17 jul 2006 | $10,000 frinton, great britain | grass | georgie stoop | danielle brown ana cetnik | 6-4, 4-6, 6-2
row 8 : runner-up | 7 aug 2006 | $10,000 wrexham, great b | hard | karen paterson | lindsay cox anna hawkin | 3-6, 3-6
row 9 : winner | 22 aug 2006 | $10,000 cumberland (london), great | hard | karen paterson | laura peterzen emily web | 6-3, 6-3
row 10 : runner-up | 28 aug 2006 | $10,000 mollerusa, spain | hard | karen paterson | michaela johansson | 3-6, 6-2, 3-6
row 11 : winner | 14 mar 2007 | $10,000 sunderland, great britain | hard | anna hawkins | ria doernemann em | 6-4, 6-7(5-7), 6-3 ] Execute this SQL based on the above table: select surface where id = ( select id where surface = 'clay' ) + 1 | clay |
[ header: rank | name | image | height ft (m) | floors | year | notes row 1 : 1 | key tower | | 947 (289) | 57 | 1991 | 104th-tallest building in the
row 2 : 3 | 200 public square | | 658 (201) | 45 | 1985 | also known as the bp building tallest
row 3 : 4 | tower at erieview | | 529 (161) | 40 | 1964 | tallest building constructed in cleveland in
row 4 : 5 | one cleveland center | | 450 (137) | 31 | 1983 | None
row 5 : 6 | fifth third center | | 446 (136) | 27 | 1992 | None
row 6 : 7 | federal court house tower | | 430 (131) | 23 | 2002 | tallest building constructed in the city in the 2000
row 7 : 8 | justice center complex | | 420 (128) | 26 | 1977 | tallest building constructed in the city in the 1970
row 8 : 9 | anthony j. celebrezze | | 419 (128) | 31 | 1967 | None
row 9 : 10 | pnc center | | 410 (125) | 35 | 1980 | originally known as the national city center; building was
row 10 : 12 | at&t huron road building | | 365 (111) | 24 | 1927 | commonly known as ohio bell build
row 11 : 13 | rhodes tower | | 363 (111) | 20 | 1971 | originally known as the university tower
row 12 : 14 | eaton center | | 356 (109) | 28 | 1983 | None
row 13 : 15 | ernst & young tower | | 330 (101) | 21 | 2013 | phase i of the flats east bank
row 14 : 16 | marriott at key center | | 320 (98) | 28 | 1991 | tallest all-hotel building in the city
row 15 : 17 | mcdonald investment center | | 308 (94) | 23 | 1968 | also known as key center formerly known as the
row 16 : 18 | 55 public square | | 300 (91) | 22 | 1958 | tallest building constructed in the city the 1950s
row 17 : 19 | huntington bank building | | 289 (88) | 21 | 1924 | None
row 18 : 20 | north point tower | | 285 (87) | 20 | 1990 | None
row 19 : 21 | diamond building | | 282 (86) | 23 | 1972 | None
row 20 : 21 | standard building | | 282 (86) | 21 | 1925 | None
row 21 : 23 | 1717 east ninth building | | 275 (84) | 21 | 1959 | also known as the east ohio
row 22 : 24 | keith building | | 272 (83) | 21 | 1922 | None
row 23 : 25 | east tower | | 266 (81) | 25 | 1973 | tallest all-residential building in the
row 24 : 25 | embassy suites tower | | 266 (81) | 26 | 1969 | also known as embassy suites at reserve square
row 25 : 27 | superior building | | 265 (81) | 22 | 1922 | None
row 26 : 28 | fenn tower | | 265 (81) | 21 | 1930 | None
row 27 : 29 | landmark office towers | | 260 (79) | 22 | 1930 | None
row 28 : 30 | penton media building | | 253 (77) | 21 | 1972 | None ] Execute this SQL based on the above table: select notes where notes in ( 'originally known as the university tower' , 'commonly known as ohio bell buildinh previously known as the ameritech building tallest building constructed in cleveland in the 1920s' ) order by floors limit 1 | originally known as the university tower |
[ header: dutch language group electoral district (as of 2012) | dutch language group seats | french language group electoral district (as of 2012) | french language group seats row 1 : antwerp | 24 | brussels capital region | 13/14
row 2 : brussels capital region | 1/2 | hainaut | 18
row 3 : east flanders | 20 | liege | 15
row 4 : flemish brabant | 15 | luxembourg | 4
row 5 : limburg | 12 | namur | 6
row 6 : west flanders | 16 | walloon brabant | 5
row 7 : total | 88 | total | 62 ] Execute this SQL based on the above table: select count ( dutch language group electoral district (as of 2012) ) where dutch language group electoral district (as of 2012) = 'total' | 1 |
[ header: location | mile | destinations | notes row 1 : woodmont | 0 | i-68 / us 40 (national | western terminus; i-68 exit
row 2 : woodmont | 0.12 | us 40 scenic west (national pike) | us 40 scenic is county-maintained but signed
row 3 : woodmont | 0.25 | woodmont road south | former md 453
row 4 : hancock | 3.52 | us 522 south - berkeley | ramp is unsigned us 522b
row 5 : hancock | 3.67 | limestone road north | unsigned md 894; old alignment
row 6 : hancock | 3.75 | virginia avenue to us 522 north | unsigned us 522c
row 7 : hancock | 5.91 | i-70 / us 40 east ( | eastern terminus; i-70 exit 3 ] Execute this SQL based on the above table: select destinations order by id desc limit 1 | i-70 / us 40 east (eisenhower memorial highway) - hagerstown, frederick |
[ header: date | opponent# | rank# | site | result row 1 : september 12 | at colorado | None | folsom field • boulder, co | w 44-6
row 2 : september 19 | at #5 ohio state | None | ohio stadium • columbus | l 14-24
row 3 : september 26 | san diego state | None | autzen stadium • eugene | w 25-20
row 4 : october 3 | #16 washington | None | autzen stadium • eugene | w 29-22
row 5 : october 10 | usc | None | autzen stadium • eugene | w 34-27
row 6 : october 17 | at #9 ucla | #16 | rose bowl • pasadena, ca | l 10-41
row 7 : october 24 | at stanford | None | stanford stadium • stanford, ca | l 10-13
row 8 : october 31 | california | None | autzen stadium • eugene | l 6-20
row 9 : november 7 | at arizona state | None | sun devil stadium • tempe, a | l 17-37
row 10 : november 14 | at washington state | None | martin stadium • pullman, wa | w 31-17
row 11 : november 21 | oregon state | None | autzen stadium • eugene | w 44-0 ] Execute this SQL based on the above table: select count ( distinct result ) | 11 |
[ header: place | player | country | score | to par row 1 : t1 | ed sneed | united states | 68-67=135 | -9
row 2 : t1 | craig stadler | united states | 69-66=135 | -9
row 3 : t3 | raymond floyd | united states | 70-68=138 | -6
row 4 : t3 | leonard thompson | united states | 68-70=138 | -6
row 5 : t5 | miller barber | united states | 75-64=139 | -5
row 6 : t5 | tom watson | united states | 68-71=139 | -5
row 7 : t5 | joe inman | united states | 68-71=139 | -5
row 8 : t8 | seve ballesteros | spain | 72-68=140 | -4
row 9 : t8 | jack nicklaus | united states | 69-71=140 | -4
row 10 : t8 | lou graham | united states | 69-71=140 | -4 ] Execute this SQL based on the above table: select country order by id desc limit 1 | united states |
[ header: rank | athlete | country | time | behind | points row 1 : 1 | sven kramer | netherlands | 01:53.98 | 0 | 37.993
row 2 : 2 | sverre lunde peder | norway | 1:54.87 | 0.89 | 38.29
row 3 : 3 | jan blokhuijsen | netherlands | 1:54.93 | 0.95 | 38.31
row 4 : 4 | denis yuskov | russia | 1:55.13 | 1.15 | 38.376
row 5 : 5 | koen verweij | netherlands | 1:55.42 | 1.44 | 38.473
row 6 : 6 | haralds silovs | latvia | 1:55.48 | 1.5 | 38.493
row 7 : 7 | zbigniew brodka | poland | 1:55.98 | 2 | 38.66
row 8 : 8 | bart swings | belgium | 1:56.08 | 2.1 | 38.693
row 9 : 9 | havard bøkko | norway | 1:56.35 | 2.37 | 38.783
row 10 : 10 | jan szymanski | poland | 1:56.55 | 2.57 | 38.85
row 11 : 11 | bram smallenbroek | austria | 1:57.44 | 3.46 | 39.146
row 12 : 12 | alexis contin | france | 1:57.58 | 3.6 | 39.193
row 13 : 13 | benjamin mace | france | 1:57.80 | 3.82 | 39.266
row 14 : 14 | konrad niedzwiedzki | poland | 1:57.92 | 3.94 | 39.306
row 15 : 15 | sergey gryaztso | russia | 1:58.73 | 4.75 | 39.576
row 16 : 16 | patrick beckert | germany | 1:59.08 | 5.1 | 39.693
row 17 : 17 | kristian reistad | norway | 1:59.19 | 5.21 | 39.73
row 18 : 18 | luca stefani | italy | 1:59.82 | 5.84 | 39.94
row 19 : 19 | marco cignini | italy | 1:59.97 | 5.99 | 39.99
row 20 : 20 | ferre spruyt | belgium | 2:00.00 | 6.02 | 40
row 21 : 21 | vitaly mikhailov | belarus | 2:00.75 | 6.77 | 40.52
row 22 : 22 | milan sablik | czech republic | 2:00.95 | 6.97 | 40.316
row 23 : 23 | ted jan bloemen | netherlands | 2:01.58 | 7.6 | 40.526
row 24 : 24 | moritz geisreiter | germany | 2:01.64 | 7.66 | 40.566 ] Execute this SQL based on the above table: select avg ( behind ) where id <= 1303 | 3.8208333333333333 |
[ header: rank | nation | gold | silver | bronze | total row 1 : 1 | great britain (gbr) | 6 | 3 | 2 | 11
row 2 : 2 | south africa (rsa) | 1 | 2 | 1 | 4
row 3 : 3 | canada (can) | 1 | 1 | 0 | 2
row 4 : 4 | australia (aus) | 0 | 1 | 1 | 2
row 5 : 4 | hong kong (hkg) | 0 | 1 | 1 | 2
row 6 : 6 | israel (isr) | 0 | 0 | 2 | 2
row 7 : 7 | south korea (kor) | 0 | 0 | 1 | 1 ] Execute this SQL based on the above table: select nation order by silver desc limit 1 | great britain (gbr) |
[ header: date | opponent | time | score | record row 1 : 10/9/2009 | university of new hampshire | 7 p.m | loss, 4-0 | 0-1-0
row 2 : 10/10/2009 | boston college | 5 p.m | None | None
row 3 : 10/16/2009 | providence college | 7 p.m | 1-4 | None
row 4 : 10/17/2009 | university of connecticut | 4 p.m | None | None
row 5 : 10/23/2009 | wayne state university | 7 p.m | None | None
row 6 : 10/24/2009 | wayne state university | 2 p.m | None | None
row 7 : 10/30/2009 | harvard university | 7 p.m | None | None
row 8 : 10/31/2009 | dartmouth college | 3:30 p.m | None | None
row 9 : 11/6/2009 | rensselaer | 2:30 p.m | None | None
row 10 : 11/7/2009 | union college | 2:30 p.m | 4-0 | None
row 11 : 11/13/2009 | st. lawrence university | 7 p.m | None | None
row 12 : 11/14/2009 | clarkson university | 4 p.m | None | None
row 13 : 11/20/2009 | quinnipiac university | 7 p.m | None | None
row 14 : 11/21/2009 | princeton university | 4 p.m | None | None
row 15 : 11/24/2009 | syracuse university | 7 p.m | None | None
row 16 : 11/27/2009 | mercyhurst college | 7 p.m | None | None
row 17 : 11/28/2009 | mercyhurst college | 2 p.m | None | None
row 18 : 12/4/2009 | brown university | 7 p.m | None | None
row 19 : 12/5/2009 | yale university | 4 p.m | None | None
row 20 : 1/2/2010 | syracuse university | 7 p.m | None | None
row 21 : 1/8/2010 | niagara university | 7 p.m | None | None
row 22 : 1/9/2010 | niagara university | 4 p.m | None | None
row 23 : 1/15/2010 | dartmouth college | 7 p.m | None | None
row 24 : 1/16/2010 | harvard university | 4 p.m | None | None
row 25 : 1/22/2010 | cornell university | 3 p.m | None | None
row 26 : 1/23/2010 | cornell university | 3 p.m | None | None
row 27 : 1/29/2010 | clarkson university | 7 p.m | None | None
row 28 : 1/30/2010 | st. lawrence university | 4 p.m | None | None
row 29 : 2/5/2010 | princeton university | 7 p.m | None | None
row 30 : 2/6/2010 | quinnipiac university | 4 p.m | None | None
row 31 : 2/12/2010 | yale university | 7 p.m | None | None
row 32 : 2/13/2010 | brown university | 4 p.m | None | None
row 33 : 2/19/2010 | union college | 7 p.m | 2-1 | None
row 34 : 2/20/2010 | rensselaer | 4 p.m | None | None ] Execute this SQL based on the above table: select date where id = ( select id where date = '2/13/2010' ) - 1 | 2/12/2010 |
[ header: team | constructor | motorcycle | tyres | no | rider | rounds row 1 : camel yamaha team | yamaha | yamaha yzr-m1 | m | 5 | colin edwards | all
row 2 : camel yamaha team | yamaha | yamaha yzr-m1 | m | 46 | valentino rossi | all
row 3 : konica minolta honda | honda | honda rc211v | m | 6 | makoto tamada | all
row 4 : tech 3 yamaha | yamaha | yamaha yzr-m1 | d | 7 | carlos checa | all
row 5 : tech 3 yamaha | yamaha | yamaha yzr-m1 | d | 77 | james ellison | all
row 6 : ducati marlboro team | ducati | ducati desmosedici gp | b | 15 | sete gibernau | 1-7, 10-11, 13-16
row 7 : ducati marlboro team | ducati | ducati desmosedici gp | b | 65 | loris capirossi | all
row 8 : ducati marlboro team | ducati | ducati desmosedici gp | b | 66 | alex hofmann | 8-9, 12
row 9 : ducati marlboro team | ducati | ducati desmosedici gp | b | 12 | troy bayliss | 17
row 10 : kawasaki racing team | kawasaki | kawasaki ninja z | b | 17 | randy de puniet | all
row 11 : kawasaki racing team | kawasaki | kawasaki ninja z | b | 56 | shinya nakano | all
row 12 : kawasaki racing team | kawasaki | kawasaki ninja z | b | 8 | naoki matsudo | 15
row 13 : rizla suzuki motogp | suzuki | suzuki gsv-r | b | 21 | john hopkins | all
row 14 : rizla suzuki motogp | suzuki | suzuki gsv-r | b | 71 | chris vermeulen | all
row 15 : repsol honda team | honda | honda rc211v | m | 26 | dani pedrosa | all
row 16 : repsol honda team | honda | honda rc211v | m | 69 | nicky hayden | all
row 17 : honda lcr | honda | honda rc211v | m | 27 | casey stoner | all
row 18 : pramac d'antin moto | ducati | ducati desmosedici gp | d | 30 | jose luis cardoso | all
row 19 : pramac d'antin moto | ducati | ducati desmosedici gp | d | 66 | alex hofmann | 1-7, 10-11, 13-17
row 20 : pramac d'antin moto | ducati | ducati desmosedici gp | d | 22 | ivan silva | 8-9, 12
row 21 : fortuna honda | honda | honda rc211v | m | 24 | toni elias | 1-8, 10-17
row 22 : fortuna honda | honda | honda rc211v | m | 33 | marco melandri | all
row 23 : fortuna honda | honda | honda rc211v | m | 84 | michel fabrizio | 9 ] Execute this SQL based on the above table: select count ( distinct rider ) | 22 |
[ header: date | racecourse | distance | race status | race | position | winning distance (lengths) | jockey | rating | going | odds | prize money row 1 : april 10, 2004 | kempton park | 8f | listed | snowdrop fillies stakes | 2nd to beneventa | None | johnny murtagh | 114 | good to soft | 4/11f | £6,600
row 2 : april 24, 2004 | sandown park | 8f | group 2 | betfred mile | 3rd to hurricane alan | None | johnny murtagh | 114 | good to soft | 5/2f | £11,000
row 3 : may 22, 2004 | curragh | 8f | group 2 | ridgewood pearl stakes | 1st | 6 | johnny murtagh | None | good to firm | 11/10f | £56,760.56
row 4 : june 15, 2004 | royal ascot | 8f | group 1 | queen anne stakes | 2nd to refuse to bend | None | johnny murtagh | 114 | good to firm | 6/1 | £55,000
row 5 : july 6, 2004 | newmarket | 8f | group 1 | falmouth stakes | 1st | 21⁄2 | johnny murtagh | 114 | good to firm | 11/4 | £116,000
row 6 : july 28, 2004 | goodwood | 8f | group 1 | sussex stakes | 1st | nk | johnny murtagh | 115 | good | 3/1 | £174,000
row 7 : september 11, 2004 | leopardstown | 8f | group 1 | matron stakes | 1st | 1⁄2 | johnny murtagh | None | good to firm | 8/13f | £119,014.08
row 8 : september 25, 2004 | ascot | 8f | group 1 | qeii stakes | 6th to rakti | None | johnny murtagh | 120 | good to firm | 5/2f | £3,750 ] Execute this SQL based on the above table: select prize money where racecourse = 'royal ascot' | 55000.0 |
[ header: team | location | home ground | first year in qld cup | last year in qld cup | qld cup premierships row 1 : aspley broncos | brisbane | bishop park | 2007 | 2007 | nil
row 2 : brothers-valleys | brisbane | o'callaghan park | 2004 | 2004 | nil
row 3 : bundaberg grizzlies | bundaberg | salter oval | 1996 | 1998 | nil
row 4 : cairns cyclones | cairns | barlow park | 1996 | 2000 | nil
row 5 : central capras | rockhampton | browne park | 1996 | 1997 | nil
row 6 : gold coast vikings | gold coast | owen park and carrara stadium | 1998 | 1998 | nil
row 7 : logan scorpions | logan city | meakin park | 1996 | 2002 | nil
row 8 : mackay sea eagles | mackay | mackay junior rugby league ground | 1996 | 1996 | nil
row 9 : north queensland young guns | townsville | dairy farmers stadium | 2002 | 2007 | 2005
row 10 : past brothers | brisbane | corbett park, crosby park, | 1996 | 1998 | nil
row 11 : port moresby vipers | port moresby | lloyd robson oval | 1996 | 1997 | nil
row 12 : souths magpies | brisbane | davies park | 1996 | 2002 | nil
row 13 : sunshine coast falcons | sunshine coast | quad park | 1996 | 1996 | nil
row 14 : townsville stingers | townsville | dairy farmers stadium, townsville sports reserve | 1998 | 1998 | nil
row 15 : toowoomba clydesdales | toowoomba | athletic oval (clive berghofer | 1996 | 2006 | 1996, 2001
row 16 : wests panthers | brisbane | purtell park | 1996 | 2003 | nil ] Execute this SQL based on the above table: select qld cup premierships where id = ( select id where location = 'mackay' ) - 1 | nil |
[ header: pos | no | driver | constructor | laps | time/retired | grid | points row 1 : 1 | 5 | fernando alonso | renault | 56 | 1:31:33.736 | 1 | 10
row 2 : 2 | 16 | jarno trulli | toyota | 56 | 24.327 | 2 | 8
row 3 : 3 | 8 | nick heidfeld | williams-bmw | 56 | 32.188 | 10 | 6
row 4 : 4 | 10 | juan pablo montoya | mclaren-mercedes | 56 | 41.631 | 11 | 5
row 5 : 5 | 17 | ralf schumacher | toyota | 56 | 51.854 | 5 | 4
row 6 : 6 | 14 | david coulthard | red bull-cosworth | 56 | +1:12.543 | 8 | 3
row 7 : 7 | 1 | michael schumacher | ferrari | 56 | +1:19.988 | 13 | 2
row 8 : 8 | 15 | christian klien | red bull-cosworth | 56 | +1:20.835 | 7 | 1
row 9 : 9 | 9 | kimi raikkonen | mclaren-mercedes | 56 | +1:21.580 | 6 | None
row 10 : 10 | 12 | felipe massa | sauber-petronas | 55 | +1 lap | 14 | None
row 11 : 11 | 19 | narain karthikeyan | jordan-toyota | 54 | +2 laps | 17 | None
row 12 : 12 | 18 | tiago monteiro | jordan-toyota | 53 | +3 laps | 18 | None
row 13 : 13 | 21 | christijan albers | minardi-cosworth | 52 | +4 laps | 19 | None
row 14 : ret | 2 | rubens barrichello | ferrari | 49 | handling | 12 | None
row 15 : ret | 6 | giancarlo fisichella | renault | 36 | collision | 3 | None
row 16 : ret | 7 | mark webber | williams-bmw | 36 | collision | 4 | None
row 17 : ret | 11 | jacques villeneuve | sauber-petronas | 26 | spun off | 16 | None
row 18 : ret | 3 | jenson button | bar-honda | 2 | engine | 9 | None
row 19 : ret | 4 | anthony davidson | bar-honda | 2 | engine | 15 | None
row 20 : ret | 20 | patrick friesacher | minardi-cosworth | 2 | spun off | 20 | None ] Execute this SQL based on the above table: select count ( pos ) where pos in ( 'ret' , 6 ) | 8 |
[ header: location | building | year | km | monument row 1 : bischofsheim | station building | 1958 | 8.25 |
row 2 : russelsheim | linesmen house | 1863 | 12.8 |
row 3 : raunheim | station building | 1863 | 15.87 |
row 4 : raunheim | linesmen house | 1863 | 17.39 |
row 5 : kelsterbach | rail bridge | 1863 | 21.75 |
row 6 : kelsterbach | linesmen house | 1863 | 23.6 |
row 7 : kelsterbach | station building | 1863 | 23.81 |
row 8 : stadion | station building | 1879 | 31.37 |
row 9 : niederrad | station building | 1882 | 33.19 |
row 10 : sachsenhausen | rail bridge | 1864 | 34.47 | ] Execute this SQL based on the above table: select location group by location order by count ( * ) desc limit 1 | kelsterbach |
[ header: place | player | country | score | to par | money ($) row 1 : t1 | larry nelson | united states | 70-72-73-72=287 | -1 | playoff
row 2 : t1 | lanny wadkins | united states | 70-70-74-73=287 | -1 | playoff
row 3 : t3 | scott hoch | united states | 74-74-71-69=2 | e | 58750
row 4 : t3 | d. a. weibring | united states | 73-72-67-76=2 | e | 58750
row 5 : t5 | mark mccumber | united states | 74-69-69-77=2 | 1 | 37500
row 6 : t5 | don pooley | united states | 73-71-73-72=2 | 1 | 37500
row 7 : t7 | ben crenshaw | united states | 72-70-74-74=290 | 2 | 27500
row 8 : t7 | bobby wadkins | united states | 68-74-71-77=290 | 2 | 27500
row 9 : 9 | curtis strange | united states | 70-76-71-74=291 | 3 | 22500
row 10 : t10 | seve ballesteros | spain | 72-70-72-78=292 | 4 | 17000
row 11 : t10 | david frost | south africa | 75-70-71-76=292 | 4 | 17000
row 12 : t10 | tom kite | united states | 72-77-71-72=292 | 4 | 17000
row 13 : t10 | nick price | zimbabwe | 76-71-70-75=29 | 4 | 17000 ] Execute this SQL based on the above table: select to par where country != 'united states' | 4.0, 4.0, 4.0 |
[ header: rank | bib | athlete | country | time | deficit row 1 : None | 5 | sjur røthe | norway | 1:13:11.3 | 2
row 2 : 4 | 4 | petter northug | norway | 1:13:14.5 | 5.2
row 3 : 12 | 41 | tord asle gjerdalen | norway | 1:13:22.7 | 13.4
row 4 : 15 | 23 | johannes durr | austria | 1:13:26.0 | 16.7
row 5 : 16 | 13 | giorgio di centa | italy | 1:13:27.1 | 17.8
row 6 : 17 | 19 | matti heikkinen | finland | 1:13:30.0 | 20.7
row 7 : 18 | 26 | daniel richardsson | sweden | 1:13:31.1 | 21.8
row 8 : 23 | 12 | lukas bauer | czech republic | 1:13:36.9 | 27.6
row 9 : 27 | 43 | lari lehtonen | finland | 1:13:54.9 | 45.6
row 10 : 28 | 31 | martin jaks | czech republic | 1:13:55.6 | 46.3
row 11 : 31 | 44 | jiri magal | czech republic | 1:14:00.8 | 51.5
row 12 : 32 | 16 | ivan babikov | canada | 1:14:03.0 | 53.7
row 13 : 38 | 33 | martin bajcicak | slovakia | 1:15:25.7 | +2:16.4
row 14 : 39 | 51 | andrew musgrave | great britain | 1:15:33.4 | +2:24.1
row 15 : 47 | 36 | andy kuhne | germany | 1:17:02.2 | +3:52.9
row 16 : 52 | 34 | graham nishikawa | canada | 1:17:18.9 | +4:09.6
row 17 : 57 | 65 | philipp halg | liechtenstein | 1:18:19.6 | +5:10.3
row 18 : 59 | 62 | sergey mikayelyan | armenia | 1:19:04.3 | +5:55.0
row 19 : 62 | 61 | javier gutierrez | spain | 1:19:48.7 | +6:39.4
row 20 : 66 | 59 | ondrej horyna | czech republic | 1:20:23.9 | +7:14.6
row 21 : 67 | 69 | imanol rojo | spain | 1:20:25.5 | +7:16.2
row 22 : 69 | 78 | andrew pohl | new zealand | 1:20:48.2 | +7:38.9
row 23 : 70 | 84 | callum smith | great britain | 1:22:01.3 | +8:52.0
row 24 : 72 | 85 | artur yeghoyan | armenia | 1:22:22.9 | +9:13.6
row 25 : None | 77 | andrej buric | croatia | lap | None
row 26 : None | 79 | viorel andrei palici | romania | lap | None
row 27 : None | 81 | tadevos poghosy | armenia | lap | None
row 28 : None | 89 | mark van der ploeg | australia | lap | None
row 29 : None | 90 | cesar baena | venezuela | lap | None
row 30 : None | 91 | viossi-akpedje mad | togo | lap | None
row 31 : None | 94 | dachhiri sherpa | nepal | lap | None
row 32 : None | 72 | oleksii kraso | ukraine | dnf | None ] Execute this SQL based on the above table: select count ( athlete ) where athlete != 'ivan babikov' and time = ( select time where athlete = 'ivan babikov' ) | 23 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.