text
stringlengths
400
694
__index_level_0__
int64
6
25k
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What was the women's singles were men's doubles were steen fladberg jens peter nierhoff? ### Input: CREATE TABLE table_444 (...
11,423
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Tell me the partner for opponents of anamika bhargava sylvia krywacz ### Input: CREATE TABLE table_name_15 ( partner VAR...
14,316
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Successes smaller than 6, and Launches larger than 1, and a Failures of 2 is what sum of the partial failures? ### Input: CR...
15,387
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the lowest number of games with less than 1 loss? ### Input: CREATE TABLE table_37827 ( "Games" real, "Drawn...
7,386
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the score for the game played on January 25? ### Input: CREATE TABLE table_21454 ( "Game" real, "Date" text,...
14,737
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Find the name of different colleges involved in the tryout in alphabetical order. ### Input: CREATE TABLE player ( pid n...
5,841
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the Road Team of Game 3? ### Input: CREATE TABLE table_46899 ( "Game" text, "Date" text, "Home Team" tex...
1,776
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the attendance? ### Input: CREATE TABLE table_26094 ( "Week" real, "Date" text, "Opponent" text, "Lo...
16,963
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: How many picks included Kenny Evans? ### Input: CREATE TABLE table_51539 ( "Pick" real, "Player" text, "Country ...
10,013
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What was the lowest Weight (kg) for a player that had Jersey #10? ### Input: CREATE TABLE table_41522 ( "Position" text,...
19,296
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Name the awardee for best editing ### Input: CREATE TABLE table_26857 ( "Name of Award" text, "Name of Film" text, ...
3,236
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: what year was the last pylon in germany built ? ### Input: CREATE TABLE table_203_375 ( id number, "name" text, ...
7,377
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Which team had the attendance of 16,468 and lost? ### Input: CREATE TABLE table_69378 ( "Date" text, "Opponent" text...
2,862
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the highest Pick, when Nationality is 'France', and when Draft is less than 1979? ### Input: CREATE TABLE table_name...
17,640
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What episode number was 'Stumped Again / The Kick Stays in the Picture'? ### Input: CREATE TABLE table_3538 ( "Series #"...
4,571
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What year has 2 wins? ### Input: CREATE TABLE table_42338 ( "Year" text, "Matches" text, "Wins" text, "Losse...
1,175
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Smaller than 4, and a Silver larger than 0, and a Rank of 3, and a Bronze smaller than 6 then what is the sum of the gold? #...
1,346
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: which team is previous to cska moscow on team 1 ### Input: CREATE TABLE table_204_510 ( id number, "team 1" text, ...
231
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Where did the player who won in 1991 finish? ### Input: CREATE TABLE table_61462 ( "Player" text, "Country" text, ...
6,414
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: How many people were at the game with a record of 6-1? ### Input: CREATE TABLE table_33769 ( "Week" real, "Date" tex...
20,466
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the least points for class 125cc with 1 win earlier than 1961? ### Input: CREATE TABLE table_67963 ( "Year" real...
11,538
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What party did the re-elected incumbent of the Texas 11 district belong to? ### Input: CREATE TABLE table_18523 ( "Distr...
4,326
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What number in the series are the episodes with production code 5016/5017? ### Input: CREATE TABLE table_17482534_1 ( no...
16,010
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Count the number of different scientists assigned to any project. ### Input: CREATE TABLE projects ( code text, name...
19,066
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Which intergiro classification is there for team Polti at stage 14? ### Input: CREATE TABLE table_66911 ( "Stage" text, ...
9,828
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: what is the minimum games played with goals for/against being 7-5 ### Input: CREATE TABLE table_14181578_1 ( games_playe...
10,734
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the highest Total with a Rank that is smaller than 4 and a Nation of tunisia (tun) with a Gold that is smaller than ...
20,827
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Who is the player that has a round greater than 2 and a pick bigger than 83? ### Input: CREATE TABLE table_44327 ( "Roun...
20,098
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: how many english composers are on this list ? ### Input: CREATE TABLE table_204_748 ( id number, "composer" text, ...
8,482
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the smallest Year with a Binibining Pilipinas-International of jessie alice salones dixson? ### Input: CREATE TABLE ...
15,479
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Which competition had 2 draws? ### Input: CREATE TABLE table_13862 ( "Competition" text, "Total" real, "Al Ahly ...
18,235
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: When completing 182 laps, what was the qual.? ### Input: CREATE TABLE table_14658 ( "Year" text, "Start" text, "...
2,534
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: How many residents does each property have? List property id and resident count. ### Input: CREATE TABLE properties ( pr...
14,522
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: WHAT IS THE PLACE WITH THE SCORE 69-71-66-73=279? ### Input: CREATE TABLE table_45786 ( "Place" text, "Player" text,...
19,540
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: what station is on top of the list ? ### Input: CREATE TABLE table_203_749 ( id number, "call sign" text, "frequ...
3,465
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: NHL team player San Jose Sharks is United States nationally. ### Input: CREATE TABLE table_1013129_10 ( player VARCHAR, ...
6,405
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What title had a remark of #21 us [riaa certified gold january 3, 1990]? ### Input: CREATE TABLE table_36552 ( "Year" re...
4,936
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What Games covered had a round of divisional finals? ### Input: CREATE TABLE table_6027 ( "Year" real, "Round" text,...
2,637
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What year was The Last Samurai nominated? ### Input: CREATE TABLE table_10409 ( "Year" text, "Name" text, "Film"...
3,728
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: When 'the postcard' is the original title what is the production code? ### Input: CREATE TABLE table_23553 ( "#" text, ...
7,724
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the constructor of the driver Heinz-Harald Frentzen? ### Input: CREATE TABLE table_57600 ( "Driver" text, "C...
19,807
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: How many positions had a difference of - 4 and an against of less than 24? ### Input: CREATE TABLE table_34591 ( "Positi...
7,515
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Which Away team had a score of 15.15 (105)? ### Input: CREATE TABLE table_11251 ( "Home team" text, "Home team score...
7,840
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the name of the soccer stadium in NL providence? ### Input: CREATE TABLE table_3751 ( "University" text, "Va...
3,107
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: When the away team scored 7.11 (53) what venue did they play at? ### Input: CREATE TABLE table_77776 ( "Home team" text,...
20,958
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: How many times is the settlement karlov i ? ### Input: CREATE TABLE table_2562572_52 ( dominant_religion__2002_ VARCHAR,...
10,916
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: How many titles have the number 11 ### Input: CREATE TABLE table_16123 ( "No." real, "#" real, "Title" text, ...
13,960
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the average attendance on October 9, 1983? ### Input: CREATE TABLE table_55985 ( "Week" real, "Date" text, ...
8,941
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Which nation has total medals under 63, less than 2 silver, more than 2 bronze, and a rank of 8? ### Input: CREATE TABLE tab...
10,326
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: tell me the number of juniors on the team . ### Input: CREATE TABLE table_204_534 ( id number, "#" number, "name...
13,967
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What date has 136-134 as the score? ### Input: CREATE TABLE table_38118 ( "Date" text, "Visitor" text, "Score" t...
2,169
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: who is the opponent when the method is submission (rear naked choke) at 4:02 of round 2? ### Input: CREATE TABLE table_name_...
1,000
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: how many games were played after 2009 ? ### Input: CREATE TABLE table_204_282 ( id number, "date" text, "venue" ...
12,512
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the Team on January 20? ### Input: CREATE TABLE table_76278 ( "Game" real, "Date" text, "Team" text, ...
4,920
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: How many states have smaller colleges than average? ### Input: CREATE TABLE college ( cname text, state text, en...
3,479
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the total number of goals for when the drawn is less than 7, less than 21 games have been lost, and there are 1 of 3...
18,515
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the Date for the Home team West Ham United ### Input: CREATE TABLE table_8420 ( "Tie no" text, "Home team" t...
21,083
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What score has charlton athletic as the away team? ### Input: CREATE TABLE table_76133 ( "Tie no" text, "Home team" ...
451
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: How many nations do the FMS international team represent? ### Input: CREATE TABLE table_2027 ( "Name" text, "Nation"...
917
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the Country, when Place is 'T4', and when Player is 'Scott Simpson'? ### Input: CREATE TABLE table_48770 ( "Plac...
11,568
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What are the parties listed for Pennsylvania 8? ### Input: CREATE TABLE table_28929 ( "District" text, "Incumbent" t...
905
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What Name has a Winning constructor of ansaldo? ### Input: CREATE TABLE table_60592 ( "Name" text, "Circuit" text, ...
18,898
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: In what district was the incumbent Edwin Gray? ### Input: CREATE TABLE table_28935 ( "District" text, "Incumbent" te...
23,746
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What country made the Flieger-Doppelpistole 1919? ### Input: CREATE TABLE table_29474407_11 ( country_of_origin VARCHAR,...
6,983
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Which Nationality has a Rank larger than 3, and a Name of tom hilde? ### Input: CREATE TABLE table_34380 ( "Rank" real, ...
3,653
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is Distance, when Pilot is 'Stanislaw Wujczak'? ### Input: CREATE TABLE table_46984 ( "Position" real, "Pilot" ...
24,615
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the minimum gross tonnage of the Munich? ### Input: CREATE TABLE table_17016 ( "Ships name" text, "Entered s...
15,256
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Which country has the Highest mountain of rettlkirchspitze? ### Input: CREATE TABLE table_52140 ( "AVE- No." text, "...
8,035
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Name the institution for yellowjackets ### Input: CREATE TABLE table_23229 ( "Institution" text, "Nickname" text, ...
6,670
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What's the latest keynote version of version 2.3 of numbers with pages greater than 4.3? ### Input: CREATE TABLE table_name_...
22,116
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the 1st leg that has a Rc Cannes Team 1? ### Input: CREATE TABLE table_59269 ( "Team 1" text, "Agg." text, ...
4,079
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Which City or town has top division smaller than 40 and Gaziantepspor Club ? ### Input: CREATE TABLE table_name_70 ( cit...
246
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Moving from Nancy after 2005, what is listed as the lowest rank? ### Input: CREATE TABLE table_66765 ( "Rank" real, ...
3,630
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Where did the Paris Marathon occur? ### Input: CREATE TABLE table_32047 ( "Year" real, "Competition" text, "Venu...
7,254
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What manufacturer won the race on November 2? ### Input: CREATE TABLE table_21919 ( "Year" real, "Date" text, "D...
5,488
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Bar chart of the total number from each party ### Input: CREATE TABLE representative ( Representative_ID int, Name t...
18,722
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is Place, when Score is '73-71=144', and when Player is 'Scott Simpson'? ### Input: CREATE TABLE table_name_66 ( pl...
12,631
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What was the lowest recorded record for a player with an average larger than 13? ### Input: CREATE TABLE table_54132 ( "...
16,439
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: On what date did the Pistons play @ toronto? ### Input: CREATE TABLE table_25366 ( "Game" real, "Date" text, "Te...
21,219
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: How many people attended the Cleveland Browns game on November 11, 1979? ### Input: CREATE TABLE table_32675 ( "Week" re...
9,506
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the Authority for Kuranui Primary School that is located in the Area of Tirau? ### Input: CREATE TABLE table_71667 (...
2,710
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Name the M809 seris with M939 series of M931/932 ### Input: CREATE TABLE table_name_88 ( m809_series VARCHAR, m939_s...
2,879
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What nationality was the round 6 draft pick? ### Input: CREATE TABLE table_77838 ( "Round" real, "Player" text, ...
2,808
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Which catalogue has a formate of 'CD Remastered with 3 bonus tracks'? ### Input: CREATE TABLE table_70018 ( "Region" tex...
14,182
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Who is the second member that was elected in 1555? ### Input: CREATE TABLE table_60046 ( "Summoned" text, "Elected" ...
12,067
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What was the loss of the game when the record was 46-84? ### Input: CREATE TABLE table_34841 ( "Date" text, "Opponen...
92
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Which Constructor has a Grid of 17? ### Input: CREATE TABLE table_34662 ( "Driver" text, "Constructor" text, "La...
12,953
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the highest amount of money a play from Scotland United States has? ### Input: CREATE TABLE table_69866 ( "Place...
12,700
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What home team played at western oval? ### Input: CREATE TABLE table_74764 ( "Home team" text, "Home team score" tex...
15,545
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: where title is am/pm callanetics , what are all the copyright information? ### Input: CREATE TABLE table_16543 ( "Year" ...
13,925
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Who is the second member when RT Hon. Edward Stanley is the first member? ### Input: CREATE TABLE table_60787 ( "Year" r...
21,508
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What is the benue house made of? ### Input: CREATE TABLE table_16803 ( "House Name" text, "Composition" text, "N...
3,744
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What are the names of body builders in descending order of total scores? ### Input: CREATE TABLE people ( Name VARCHAR, ...
8,735
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What was the record of the game that went 0-7? ### Input: CREATE TABLE table_15093 ( "Date" text, "Opponent" text, ...
14,154
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What school has a public nickname, founded after 1838 in Harrisonburg, Va? ### Input: CREATE TABLE table_46120 ( "School...
14,468
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Name the school that is private ### Input: CREATE TABLE table_25579 ( "Institution" text, "Nickname" text, "Loca...
5,437
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: what is the weeks on chart for the single from france? ### Input: CREATE TABLE table_79842 ( "Title" text, "Album" t...
16,292
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: What television service has italian as the language, and sky famiglia as the package option? ### Input: CREATE TABLE table_3...
9,834
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: what's the health score with justice being 80.7 ### Input: CREATE TABLE table_72567 ( "Rank" real, "Country" text, ...
3,304
Below are sql tables schemas paired with instruction that describes a task. Using valid SQLite, write a response that appropriately completes the request for the provided tables. ### Instruction: Which player is associated with the date July 6, 1949? ### Input: CREATE TABLE table_5510 ( "RBIs" real, "Player" te...
5,590