text2SQL stringlengths 192 7.27k |
|---|
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_716 (
id,
"rank",
"nation",
"gold",
"silver",
"bronze",
"total"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- which three co... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_636 (
id,
"season",
"tier",
"division",
"pos.",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- which division comes a... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_145 (
id,
"position",
"club",
"played",
"points",
"wins",
"draws",
"losses",
"goals for",
"goals against",
"goal difference"
)
-- Using valid SQLite, answer the followin... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_301 (
id,
"nationality",
"name",
"term as a deputy judge",
"reason for termination"
)
-- Using valid SQLite, answer the following questions for the tables provided above... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_862 (
id,
"rank",
"bib",
"athlete",
"country",
"run 1",
"run 2",
"total",
"behind"
)
-- Using valid SQLite, answer the following questions for the tables provided above.... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_219 (
id,
"date",
"time",
"opponent#",
"rank#",
"site",
"tv",
"result",
"attendance"
)
-- Using valid SQLite, answer the following questions for the tables provided abov... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_858 (
id,
"date",
"time",
"opponent#",
"rank#",
"site",
"tv",
"result",
"attendance"
)
-- Using valid SQLite, answer the following questions for the tables provided abov... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_775 (
id,
"week",
"date",
"opponent",
"result",
"game site",
"attendance"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_939 (
id,
"year",
"chassis",
"engine",
"start",
"finish"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- in what year did the ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_836 (
id,
"title",
"year",
"platforms",
"developer",
"publisher",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_561 (
id,
"fence",
"name",
"jockey",
"age",
"handicap (st-lb)",
"starting price",
"fate"
)
-- Using valid SQLite, answer the following questions for the tables provided ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_42 (
id,
"model",
"class",
"length",
"fuel",
"starting price"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the tota... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_336 (
id,
"operators",
"named trains",
"destination",
"year begun",
"year discontinued"
)
-- Using valid SQLite, answer the following questions for the tables provided a... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_524 (
id,
"season",
"tier",
"division",
"place"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what the tier before 2006/7 ?
... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_37 (
id,
"#",
"title",
"producer(s)",
"performer(s)",
"length"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the num... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_748 (
id,
"composer",
"born",
"died",
"nationality",
"notable works for piano",
"remarks"
)
-- Using valid SQLite, answer the following questions for the tables provided... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_149 (
id,
"pick",
"player",
"team",
"position",
"school"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- was kiki jones picked... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_39 (
id,
"number",
"symbol",
"name",
"21st",
"22nd",
"23rd",
"24th",
"25th",
"26th",
"27th",
"28th",
"29th",
"30th"
)
-- Using valid SQLite, answer the following questio... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_533 (
id,
"season",
"level",
"division",
"section",
"position",
"movements"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- wh... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_424 (
id,
"year",
"starts",
"wins",
"top 5",
"top 10",
"poles",
"avg. start",
"avg. finish",
"winnings",
"position",
"team(s)"
)
-- Using valid SQLite, answer the follow... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_723 (
id,
"year",
"song",
"us hot 100",
"us msr",
"us a.c.",
"can",
"uk singles",
"album"
)
-- Using valid SQLite, answer the following questions for the tables provided... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_546 (
id,
"year",
"film",
"song",
"language"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many total languages were the... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_202_224 (
id,
"party",
"candidate",
"votes",
"%"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- did the snp or the conservative p... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_268 (
id,
"album/single",
"performer",
"year",
"variant",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- who appeared... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_201_21 (
id,
"year",
"title",
"role",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- which year did he play the roles of ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_780 (
id,
"year",
"competition",
"venue",
"position",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what venue was t... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_346 (
id,
"date",
"location",
"venue",
"opening act",
"supporting"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- did the cal... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_881 (
id,
"round",
"date",
"score",
"opponent",
"opponent's score",
"result",
"venue",
"attendance",
"best on ground",
"team"
)
-- Using valid SQLite, answer the followi... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_202_127 (
id,
"#",
"title",
"directed by",
"written by",
"original air date",
"production\ncode"
)
-- Using valid SQLite, answer the following questions for the tables provi... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_903 (
id,
"title",
"character",
"broadcaster",
"episodes",
"date"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- which broadc... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_528 (
id,
"year",
"political rights",
"civil liberties",
"status",
"president"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
--... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_576 (
id,
"rank",
"nation",
"gold",
"silver",
"bronze",
"total"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- which country ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_350 (
id,
"team #1",
"agg.",
"team #2",
"1st leg",
"2nd leg"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- did the team lari... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_180 (
id,
"#",
"weekend end date",
"film",
"weekend gross (millions)",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
--... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_522 (
id,
"week",
"date",
"opponent",
"results\nfinal score",
"results\nteam record",
"venue",
"attendance"
)
-- Using valid SQLite, answer the following questions for t... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_115 (
id,
"name of place",
"counties",
"principal county",
"lower zip code"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- ho... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_876 (
id,
"ecclesiastical jurisdictions",
"latin name",
"type",
"rite",
"ecclesiastical province",
"established",
"area (km2)"
)
-- Using valid SQLite, answer the follow... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_887 (
id,
"district",
"representative",
"party",
"residence",
"counties represented"
)
-- Using valid SQLite, answer the following questions for the tables provided abov... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_427 (
id,
"creature (other planes)",
"page",
"other appearances",
"variants",
"description"
)
-- Using valid SQLite, answer the following questions for the tables provid... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_153 (
id,
"tournament",
"2001",
"2002",
"2003",
"2004",
"2005",
"2006",
"2007",
"2008",
"2009",
"2010",
"2011",
"2012",
"2013",
"2014",
"w-l"
)
-- Using valid SQLite, an... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_609 (
id,
"#",
"matters",
"sections of the constitution allowing their institution",
"eligible petitioners",
"type"
)
-- Using valid SQLite, answer the following questio... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_727 (
id,
"year",
"miss northern ireland",
"hometown",
"placement at miss world",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_586 (
id,
"#",
"nation",
"qualification tournament",
"place in qt",
"sailor"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- w... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_188 (
id,
"rank",
"player",
"points",
"points defending",
"points won",
"new points",
"withdrew due to"
)
-- Using valid SQLite, answer the following questions for the t... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_508 (
id,
"no.",
"race title",
"track",
"date",
"tv"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what are the number of ti... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_688 (
id,
"category",
"speed\n(km/h)",
"speed\n(mph)",
"vehicle",
"pilot",
"date"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_238 (
id,
"year",
"competition",
"venue",
"position",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- uladzimir kazlou... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_906 (
id,
"#",
"title",
"songwriters",
"producer(s)",
"performer"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- which title ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_729 (
id,
"year",
"show",
"role",
"channel",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the next show aft... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_389 (
id,
"rnd.",
"pick #",
"nfl team",
"player",
"pos.",
"college",
"conf.",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided abo... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_150 (
id,
"season",
"series",
"team",
"races",
"wins",
"poles",
"f/laps",
"podiums",
"points",
"position"
)
-- Using valid SQLite, answer the following questions for the... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_358 (
id,
"pos.",
"athlete",
"run 1",
"run 2",
"total"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- who is the slowest athl... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_980 (
id,
"name",
"type",
"elevation\n(ground station)",
"elevation\n(mountain station)",
"slope length",
"capacity\n(persons/hour)",
"construction year"
)
-- Using vali... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_567 (
id,
"team",
"location",
"stadium",
"capacity",
"manager",
"captain",
"kit manufacturer",
"shirt sponsor"
)
-- Using valid SQLite, answer the following questions fo... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_765 (
id,
"year",
"location",
"gold",
"silver",
"bronze"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what was the first ye... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_877 (
id,
"place",
"position",
"number",
"name",
"league two",
"fa cup",
"league cup",
"fl trophy",
"total"
)
-- Using valid SQLite, answer the following questions for t... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_879 (
id,
"year",
"host / location",
"division i overall",
"division i undergraduate",
"division ii overall",
"division ii community college"
)
-- Using valid SQLite, an... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_239 (
id,
"year",
"title",
"chinese title",
"role",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what was athena ch... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_701 (
id,
"#",
"title",
"featured guest(s)",
"producer(s)",
"length"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_173 (
id,
"year(s)",
"serial name",
"role",
"co-star",
"note(s)",
"channel"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- wh... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_540 (
id,
"symbol",
"gsi",
"meaning",
"unicode",
"description"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many total ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_840 (
id,
"no. in\nseries",
"no. in\nseason",
"title",
"directed by",
"written by",
"original air date",
"prod. code"
)
-- Using valid SQLite, answer the following quest... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_110 (
id,
"year",
"champion",
"city",
"llws",
"record"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- which city was champion... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_837 (
id,
"rank",
"name",
"height\nft / m",
"floors",
"year",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what num... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_219 (
id,
"no",
"name",
"date of birth",
"height",
"weight",
"spike",
"block",
"2008 club"
)
-- Using valid SQLite, answer the following questions for the tables provide... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_573 (
id,
"name",
"rank - 2000",
"number",
"country of origin",
"england - 2001"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_239 (
id,
"year",
"title",
"uk",
"us:\nbillboard\nhot 100",
"us:\nbillboard\nr&b",
"us:\nbillboard\na/c",
"australia",
"various"
)
-- Using valid SQLite, answer the foll... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_8 (
id,
"player",
"rec.",
"yards",
"avg.",
"td's",
"long"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- which players did no... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_630 (
id,
"rank",
"nation",
"gold",
"silver",
"bronze",
"total"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many gold ... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_436 (
id,
"year",
"competition",
"venue",
"position",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many times d... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_678 (
id,
"record",
"athlete",
"nation",
"venue",
"date",
"#"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what is the diff... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_780 (
id,
"year",
"competition",
"venue",
"position",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- which position w... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_851 (
id,
"serial number",
"river",
"name",
"area (km2)",
"district",
"co-ordinate",
"altitude (m)"
)
-- Using valid SQLite, answer the following questions for the table... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_667 (
id,
"year",
"film title",
"genre",
"cast",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what movie is the onl... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_168 (
id,
"date",
"time",
"opponent",
"site",
"tv",
"result",
"attendance",
"record"
)
-- Using valid SQLite, answer the following questions for the tables provided abov... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_651 (
id,
"date",
"championship",
"location",
"category",
"surface",
"prev. result",
"prev. points",
"new points",
"outcome"
)
-- Using valid SQLite, answer the followin... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_559 (
id,
"no.",
"name",
"took office",
"left office",
"president served under",
"notable for"
)
-- Using valid SQLite, answer the following questions for the tables pro... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_679 (
id,
"part",
"number",
"first public release date (first edition)",
"latest public release date (edition)",
"latest amendment",
"title",
"description"
)
-- Using va... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_475 (
id,
"home team",
"score",
"away team",
"date",
"agg"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what home team is a... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_958 (
id,
"episode",
"original broadcast date",
"average",
"rank",
"remarks"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- h... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_991 (
id,
"name",
"first\nheld",
"country",
"earliest attendance figure known",
"1998 attendance",
"2000 attendance",
"2002 attendance",
"2004 attendance",
"2006 attendanc... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_517 (
id,
"name",
"date of birth",
"club",
"division",
"appointed",
"time as manager"
)
-- Using valid SQLite, answer the following questions for the tables provided abo... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_335 (
id,
"outcome",
"no.",
"date",
"tournament",
"surface",
"partner",
"opponents in the final",
"score in the final"
)
-- Using valid SQLite, answer the following ques... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_951 (
id,
"candidate",
"votes",
"percentage",
"counties",
"delegates"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- who rece... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_221 (
id,
"name",
"nationality",
"matches played",
"goals scored",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_129 (
id,
"place",
"team",
"titles",
"runners-up",
"winning years"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- 2008 and 20... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_57 (
id,
"year",
"film",
"role",
"language",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many films have no no... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_16 (
id,
"name",
"place",
"map ref",
"date",
"notes",
"image"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many buildin... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_129 (
id,
"place",
"team",
"titles",
"runners-up",
"winning years"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many mo... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_203_359 (
id,
"outcome",
"year",
"championship",
"surface",
"opponent",
"score"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- ho... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_621 (
id,
"no.",
"date",
"tournament",
"winning score",
"margin\nof victory",
"runner(s)-up"
)
-- Using valid SQLite, answer the following questions for the tables provi... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_265 (
id,
"no.",
"title (latin)",
"title (english translation)",
"subject",
"date"
)
-- Using valid SQLite, answer the following questions for the tables provided above.... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_124 (
id,
"no.",
"name",
"public access",
"location & map links",
"area\nha",
"area\nacres",
"references"
)
-- Using valid SQLite, answer the following questions for the... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_737 (
id,
"year",
"order",
"quantity",
"ger nos."
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what amount of time to the y... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_91 (
id,
"year",
"original title",
"english title",
"role",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- the most f... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_670 (
id,
"week",
"date",
"opponent",
"result",
"record",
"attendance"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- what wa... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_835 (
id,
"rank",
"lane",
"name",
"nationality",
"time",
"notes"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many name... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_635 (
id,
"round",
"selection",
"player",
"position",
"college"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- who got the fi... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_318 (
id,
"date",
"opponent",
"venue",
"result",
"attendance",
"scorers"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how m... |
Below is an instruction that describes a task. Write a MySQL query that appropriately completes the request. ### Instruction: CREATE TABLE table_204_337 (
id,
"festival",
"year",
"award",
"nominee",
"result"
)
-- Using valid SQLite, answer the following questions for the tables provided above.
-- how many festivals ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.