sql
stringlengths
9
2.37k
table
stringclasses
9 values
query
stringlengths
51
503
SELECT Innings FROM table WHERE Caught = 20
CREATE TABLE INST, Here is a database schema( table schema);
What was the innings when caught was 20?.It is not neccessary to use all the tables.
SELECT school FROM table_name_32 WHERE location = "south bend" AND mascot = "indians"
CREATE TABLE INST, Here is a database schema( table schema);
What school has south bend as the location with indians as the mascot?It is not neccessary to use all the tables.
SELECT MAX Games FROM table WHERE Draws > 0 AND Lost = 11
CREATE TABLE INST, Here is a database schema( table schema);
What is the highest number of games with more than 0 draws and 11 losses?.It is not neccessary to use all the tables.
SELECT intakeoutput.intakeoutputtime FROM intakeoutput WHERE intakeoutput.patientunitstayid IN (SELECT patient.patientunitstayid FROM patient WHERE patient.patienthealthsystemstayid IN (SELECT patient.patienthealthsystemstayid FROM patient WHERE patient.uniquepid = '007-11182')) AND intakeoutput.cellpath LIKE '%intake%' AND STRFTIME('%y-%m-%d', intakeoutput.intakeoutputtime) = '2100-08-29' ORDER BY intakeoutput.intakeoutputtime LIMIT 1
CREATE TABLE INST, Here is a database schema( table schema);
when has patient 007-11182 had the first intake on 08/29/2100?It is not neccessary to use all the tables.
SELECT Ground FROM table WHERE Crowd = 22537
CREATE TABLE INST, Here is a database schema( table schema);
Which location had an attendance of 22537?.It is not neccessary to use all the tables.
SELECT tournament FROM table_name_29 WHERE date = "18 may 1992"
CREATE TABLE INST, Here is a database schema( table schema);
What tournament is on 18 May 1992?It is not neccessary to use all the tables.
SELECT position FROM table_name_52 WHERE province___club = "example" AND date_of_birth__age_ = "example" AND player = "michael elumeze"
CREATE TABLE INST, Here is a database schema( table schema);
What is Position when Province / Club is Example when Date of Birth (Age) is Example and when Player is Michael Elumeze?It is not neccessary to use all the tables.
SELECT prescriptions.icustay_id FROM prescriptions WHERE prescriptions.subject_id = "3343"
CREATE TABLE INST, Here is a database schema( table schema);
what is icu stay id of subject id 3343?It is not neccessary to use all the tables.
SELECT Outgoing manager FROM table WHERE Date of vacancy = 24 January
CREATE TABLE INST, Here is a database schema( table schema);
Who left a position on 24 January?.It is not neccessary to use all the tables.
SELECT County FROM table WHERE Code = 2
CREATE TABLE INST, Here is a database schema( table schema);
what's the county with code being 2.It is not neccessary to use all the tables.
SELECT Home Ground FROM table WHERE Team = Sunshine Coast Falcons
CREATE TABLE INST, Here is a database schema( table schema);
What is the home ground if team is Sunshine Coast Falcons?.It is not neccessary to use all the tables.
SELECT candidates FROM table_1341672_10 WHERE district = "Florida 8"
CREATE TABLE INST, Here is a database schema( table schema);
who are the candidates where the district is florida 8?It is not neccessary to use all the tables.
SELECT podiums FROM table_name_11 WHERE races = "1" AND final_placing = "5th"
CREATE TABLE INST, Here is a database schema( table schema);
Which Podium has 1 Race and a Final Place of 5th?It is not neccessary to use all the tables.
SELECT MIN(points) FROM table_name_18 WHERE rank = "36th"
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest points for 36th rank?It is not neccessary to use all the tables.
SELECT nuts_3_region FROM table_name_38 WHERE area__km²_ = "41.58"
CREATE TABLE INST, Here is a database schema( table schema);
What is the NUT 3 region with area of 41.58?It is not neccessary to use all the tables.
SELECT Year(s) won FROM table WHERE Finish = t31 AND Player = nick price
CREATE TABLE INST, Here is a database schema( table schema);
What is Year(s) Won, when Finish is "T31", and when Player is "Nick Price"?.It is not neccessary to use all the tables.
SELECT year FROM table_name_4 WHERE position = "linebacker" AND pick = "17"
CREATE TABLE INST, Here is a database schema( table schema);
In which year was a linebacker pick 17?It is not neccessary to use all the tables.
SELECT "name of\nconcern" FROM table_203_320 ORDER BY "employees" DESC LIMIT 1
CREATE TABLE INST, Here is a database schema( table schema);
which company had the most employees ?It is not neccessary to use all the tables.
SELECT Overall FROM table WHERE College = iowa AND Position = db
CREATE TABLE INST, Here is a database schema( table schema);
What was the overall draft pick of the player who was a db and attended college in iowa?.It is not neccessary to use all the tables.
SELECT chassis FROM table_name_1 WHERE year = 1971
CREATE TABLE INST, Here is a database schema( table schema);
Which chassis was used in 1971?It is not neccessary to use all the tables.
SELECT COUNT Series # FROM table WHERE Season # < 22 AND Directed by = matthew penn
CREATE TABLE INST, Here is a database schema( table schema);
How many episodes did Matthew Penn direct before season 22?.It is not neccessary to use all the tables.
SELECT original_air_date FROM table_26824484_1 WHERE production_code = "3AKY05"
CREATE TABLE INST, Here is a database schema( table schema);
What date did the episode with production code 3aky05 air?It is not neccessary to use all the tables.
SELECT Sex, AVG(Weight) FROM people GROUP BY Sex ORDER BY AVG(Weight)
CREATE TABLE INST, Here is a database schema( table schema);
Give me the comparison about the average of Weight over the Sex , and group by attribute Sex by a bar chart, and show by the Y-axis from low to high.It is not neccessary to use all the tables.
SELECT Score FROM table WHERE Home = detroit AND Decision = legace AND Date = december 3
CREATE TABLE INST, Here is a database schema( table schema);
What was the score on December 3 when Detroit was the home team and Legace took the decision?.It is not neccessary to use all the tables.
SELECT Player FROM table WHERE Score = 71-71=142
CREATE TABLE INST, Here is a database schema( table schema);
What Player has a Score of 71-71=142?.It is not neccessary to use all the tables.
SELECT AVG Partners FROM table WHERE Rank < 71 AND Largest U.S. City = philadelphia AND Other > 77
CREATE TABLE INST, Here is a database schema( table schema);
What is the average number of partners for the firm with a rank under 71, other over 77, and largest city of Philadelphia?.It is not neccessary to use all the tables.
SELECT Tournament FROM table WHERE Surface = hard AND Opponents in the final = rohan bopanna & mustafa ghouse
CREATE TABLE INST, Here is a database schema( table schema);
Which tournament has a hard surface and final opponents rohan bopanna & mustafa ghouse?.It is not neccessary to use all the tables.
SELECT Played FROM table WHERE Club = rhymney rfc
CREATE TABLE INST, Here is a database schema( table schema);
How many matches have Rhymney RFC played?.It is not neccessary to use all the tables.
SELECT high_rebounds FROM table_name_58 WHERE game = 81
CREATE TABLE INST, Here is a database schema( table schema);
What is the highest rebounds for game 81?It is not neccessary to use all the tables.
SELECT Date FROM table WHERE Opponent in the final = paul goldstein
CREATE TABLE INST, Here is a database schema( table schema);
What date did Paul Goldstein play the final?.It is not neccessary to use all the tables.
SELECT AVG(overall) FROM table_name_23 WHERE pick = 22 AND college = "rice" AND round > 10
CREATE TABLE INST, Here is a database schema( table schema);
WHAT IS THE OVERALL AVERAGE WITH A 22 PICK FROM RICE COLLEGE AND ROUND BIGGER THAN 10?It is not neccessary to use all the tables.
SELECT opponent FROM table_27539272_5 WHERE game = 14
CREATE TABLE INST, Here is a database schema( table schema);
who was the opponent where the game is 14?It is not neccessary to use all the tables.
SELECT COUNT Municipal Mayor FROM table WHERE Area (km²) = 42.66
CREATE TABLE INST, Here is a database schema( table schema);
How many different municipal mayors were there in the municipality with an area of 42.66 km2?.It is not neccessary to use all the tables.
SELECT COUNT(a_score) FROM table_name_63 WHERE nation = "japan" AND t_score > 4
CREATE TABLE INST, Here is a database schema( table schema);
What was the total number of A scores for Japan when the T score was more than 4?It is not neccessary to use all the tables.
SELECT Attendance FROM table WHERE Game site = the kingdome
CREATE TABLE INST, Here is a database schema( table schema);
How many people were at the game that took place at the Kingdome?.It is not neccessary to use all the tables.
SELECT MAX Wins FROM table WHERE Cuts made = 1 AND Top-25 < 1 AND Events < 2
CREATE TABLE INST, Here is a database schema( table schema);
What is the highest number of wins a tournament with 1 cuts made, a top-25 less than 1, and less than 2 events has?.It is not neccessary to use all the tables.
SELECT MIN(total_passengers__millions__2011_12) FROM table_name_32 WHERE annual_entry_exit__millions__2011_12 = 36.609
CREATE TABLE INST, Here is a database schema( table schema);
What's the lowest number of total passengers (millions) for an annual entry/exit of 36.609?It is not neccessary to use all the tables.
SELECT position FROM table_26996293_2 WHERE cfl_team = "Edmonton (2)"
CREATE TABLE INST, Here is a database schema( table schema);
where cfl team is edmonton (2) what are all the positionIt is not neccessary to use all the tables.
SELECT COUNT(score) FROM table_22883210_7 WHERE date = "January 18"
CREATE TABLE INST, Here is a database schema( table schema);
What was the total score for january 18?It is not neccessary to use all the tables.
SELECT Percent of Slovenes 1951 FROM table WHERE Percent of Slovenes 1991 = 10.1%
CREATE TABLE INST, Here is a database schema( table schema);
What was the percentage of Slovenes in 1951 in the village that had 10.1% in 1991?.It is not neccessary to use all the tables.
SELECT catches FROM table_name_59 WHERE player = "hh dippenaar"
CREATE TABLE INST, Here is a database schema( table schema);
How many catches does hh dippenaar have?It is not neccessary to use all the tables.
SELECT Loss FROM table WHERE Record = 16-6
CREATE TABLE INST, Here is a database schema( table schema);
What loss has 16-6 as the record?.It is not neccessary to use all the tables.
SELECT AVG Losses FROM table WHERE Played > 34
CREATE TABLE INST, Here is a database schema( table schema);
Which mean number of losses had a played number that was bigger than 34?.It is not neccessary to use all the tables.
SELECT MIN(goals) FROM table_name_91 WHERE player = "sid o'neill" AND games > 1
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest goals listed for player Sid O'neill with Games larger than 1?It is not neccessary to use all the tables.
SELECT nation FROM table_name_67 WHERE date = "2004-07-22"
CREATE TABLE INST, Here is a database schema( table schema);
What is Nation when Date is "2004-07-22"?It is not neccessary to use all the tables.
SELECT "Player" FROM table_10921 WHERE "Hometown" = 'los angeles, ca'
CREATE TABLE INST, Here is a database schema( table schema);
Who has a hometown of los angeles, ca?It is not neccessary to use all the tables.
SELECT representative FROM table_20098199_2 WHERE religion = "United Methodist" AND prior_background = "Congressional aide"
CREATE TABLE INST, Here is a database schema( table schema);
Who has a religion of United Methodist and a prior background of a Congressional Aide?It is not neccessary to use all the tables.
SELECT Date FROM table WHERE Name = international gold cup
CREATE TABLE INST, Here is a database schema( table schema);
What date did the International Gold Cup take place?.It is not neccessary to use all the tables.
SELECT constructor FROM table_21977704_1 WHERE driver = "Alberto Ascari"
CREATE TABLE INST, Here is a database schema( table schema);
Name the constructor for alberto ascariIt is not neccessary to use all the tables.
SELECT score FROM table_name_40 WHERE place = "t8" AND player = "orville moody"
CREATE TABLE INST, Here is a database schema( table schema);
What is Score, when Place is 'T8', and when Player is 'Orville Moody'?It is not neccessary to use all the tables.
SELECT COUNT(season) FROM table_29619494_2 WHERE apocalypstix = "2nd"
CREATE TABLE INST, Here is a database schema( table schema);
How many seasons did Apocalypstix place 2nd?It is not neccessary to use all the tables.
SELECT how_other_iyers_say_it FROM table_name_22 WHERE how_ashtagrama_iyers_say_it = "enga ullale"
CREATE TABLE INST, Here is a database schema( table schema);
Name how other lyers say enga ullaleIt is not neccessary to use all the tables.
SELECT MAX Drawn FROM table WHERE Nationality = england AND Games = 37
CREATE TABLE INST, Here is a database schema( table schema);
What is the largest draw with 37 games from England?.It is not neccessary to use all the tables.
SELECT MIN Drawn FROM table WHERE Goal Difference = 0 AND Goals Against < 55
CREATE TABLE INST, Here is a database schema( table schema);
What is the fewest draws for teams with a 0 goal difference and under 55 goals against?.It is not neccessary to use all the tables.
SELECT "Title" FROM table_41524 WHERE "Story" = 'martin worth'
CREATE TABLE INST, Here is a database schema( table schema);
What was the title of the episode that martin worth wrote the story for?It is not neccessary to use all the tables.
SELECT MIN(week) FROM table_name_15 WHERE opponent = "cincinnati bengals"
CREATE TABLE INST, Here is a database schema( table schema);
What is the earliest week with an opponent of cincinnati bengals?It is not neccessary to use all the tables.
SELECT COUNT(capital) FROM table_19605700_1 WHERE area_km² = 1104
CREATE TABLE INST, Here is a database schema( table schema);
What is the total number of capitals that have an area of exactly 1104 square km?It is not neccessary to use all the tables.
SELECT Written by FROM table WHERE Production code = 2J5568
CREATE TABLE INST, Here is a database schema( table schema);
Who wrote the episode with production code 2j5568?.It is not neccessary to use all the tables.
SELECT record FROM table_name_30 WHERE res = "win" AND event = "extreme fighting 1"
CREATE TABLE INST, Here is a database schema( table schema);
Which Record has the Res of win with the Event of extreme fighting 1?It is not neccessary to use all the tables.
SELECT winnings FROM table_1708014_1 WHERE poles = 0 AND position = "14th"
CREATE TABLE INST, Here is a database schema( table schema);
When the poles are 0 and the position is 14th how much are the winnings?It is not neccessary to use all the tables.
SELECT Mixed doubles FROM table WHERE Mens singles = Peter Moritz
CREATE TABLE INST, Here is a database schema( table schema);
who is the the mixed doubles with mens singles being peter moritz.It is not neccessary to use all the tables.
SELECT location FROM table_24935743_2 WHERE school = "Jeromesville"
CREATE TABLE INST, Here is a database schema( table schema);
What school is in Jeromesville?It is not neccessary to use all the tables.
SELECT name FROM table_name_6 WHERE avg_g = 201.3
CREATE TABLE INST, Here is a database schema( table schema);
Who averaged 201.3 yards passing per game?It is not neccessary to use all the tables.
SELECT COUNT(points) FROM table_26454128_9 WHERE distance__metres_ = "41.05"
CREATE TABLE INST, Here is a database schema( table schema);
What is the total number of times points were listed when the distance was 41.05 metres?It is not neccessary to use all the tables.
SELECT COUNT(release_date) FROM table_name_7 WHERE country = "canada"
CREATE TABLE INST, Here is a database schema( table schema);
How many release dates has Canada had?It is not neccessary to use all the tables.
SELECT Extra FROM table WHERE Result = 4th AND Tournament = ncaa championships
CREATE TABLE INST, Here is a database schema( table schema);
What is the extra when the result is 4th at the NCAA Championships?.It is not neccessary to use all the tables.
SELECT Home team score FROM table WHERE Away team = richmond
CREATE TABLE INST, Here is a database schema( table schema);
What was the home team's score at the game where Richmond was the away team?.It is not neccessary to use all the tables.
SELECT DISTINCT fare_id FROM fare WHERE (fare_id IN (SELECT FLIGHT_FAREalias1.fare_id FROM flight_fare AS FLIGHT_FAREalias1 WHERE FLIGHT_FAREalias1.flight_id IN (SELECT FLIGHTalias1.flight_id FROM flight AS FLIGHTalias1 WHERE (FLIGHTalias1.from_airport IN (SELECT AIRPORT_SERVICEalias2.airport_code FROM airport_service AS AIRPORT_SERVICEalias2 WHERE AIRPORT_SERVICEalias2.city_code IN (SELECT CITYalias2.city_code FROM city AS CITYalias2 WHERE (CITYalias2.city_name = 'WASHINGTON' AND CITYalias2.state_code = 'DC'))) AND FLIGHTalias1.to_airport IN (SELECT AIRPORT_SERVICEalias3.airport_code FROM airport_service AS AIRPORT_SERVICEalias3 WHERE AIRPORT_SERVICEalias3.city_code IN (SELECT CITYalias3.city_code FROM city AS CITYalias3 WHERE CITYalias3.city_name = 'SALT LAKE CITY'))))) AND one_direction_cost = (SELECT MIN(FAREalias1.one_direction_cost) FROM fare AS FAREalias1 WHERE FAREalias1.fare_id IN (SELECT FLIGHT_FARE_ID FROM flight_fare AS FLIGHT_FARE WHERE FLIGHT_FLIGHT_ID IN (SELECT FLIGHTalias0.flight_id FROM flight AS FLIGHTalias0 WHERE (FLIGHTalias0.from_airport IN (SELECT AIRPORT_SERVICEalias0.airport_code FROM airport_service AS AIRPORT_SERVICEalias0 WHERE AIRPORT_SERVICEalias0.city_code IN (SELECT CITYalias0.city_code FROM city AS CITYalias0 WHERE (CITYalias0.city_name = 'WASHINGTON' AND CITYalias0.state_code = 'DC'))) AND FLIGHTalias0.to_airport IN (SELECT AIRPORT_SERVICEalias1.airport_code FROM airport_service AS AIRPORT_SERVICEalias1 WHERE AIRPORT_SERVICEalias1.city_code IN (SELECT CITYalias1.city_code FROM city AS CITYalias1 WHERE CITYalias1.city_name = 'SALT LAKE CITY')))))))
CREATE TABLE INST, Here is a database schema( table schema);
what are the lowest fares from WASHINGTON to SALT LAKE CITYIt is not neccessary to use all the tables.
SELECT MIN(heat) FROM table_name_43 WHERE country = "united states" AND mark = "51.85 pb" AND lane > 6
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest heat for the United states with a mark of 51.85 pb and lane higher than 6?It is not neccessary to use all the tables.
SELECT Position FROM table WHERE Pick < 63 AND College = oklahoma
CREATE TABLE INST, Here is a database schema( table schema);
Which position was picked before 63, for Oklahoma College?.It is not neccessary to use all the tables.
SELECT home FROM table_name_56 WHERE visitor = "chicago black hawks" AND date = "february 18"
CREATE TABLE INST, Here is a database schema( table schema);
Who was the home team on February 18 that had a visitor of the Chicago Black Hawks?It is not neccessary to use all the tables.
SELECT 1st member FROM table WHERE Dissolved = 23 february 1510
CREATE TABLE INST, Here is a database schema( table schema);
Who was the 1st member of the parliament that was dissolved 23 february 1510?.It is not neccessary to use all the tables.
SELECT Engine FROM table WHERE Chassis = maserati 250f AND Entrant = luigi piotti AND Year < 1957
CREATE TABLE INST, Here is a database schema( table schema);
Name the engine with chassis of maserati 250f and entrant of luigi piotti with year less than 1957.It is not neccessary to use all the tables.
SELECT company_name FROM table_name_13 WHERE accreditation_level = "joyn hot fixes" AND accreditation_status = "approved (awarded 17.05.13)"
CREATE TABLE INST, Here is a database schema( table schema);
What is the Company Name when the Accreditation Level is Joyn Hot Fixes and when the Accreditation Status is Approved (Awarded 17.05.13)?It is not neccessary to use all the tables.
SELECT terry_mcauliffe FROM table_name_8 WHERE dates_administered = "june 6–7"
CREATE TABLE INST, Here is a database schema( table schema);
Which Terry McAuliffe is it that has a Dates Administered on June 6–7?It is not neccessary to use all the tables.
SELECT Persian FROM table WHERE Romani = duj
CREATE TABLE INST, Here is a database schema( table schema);
What Persian word(s) has the same meaning as the Romani word duj?.It is not neccessary to use all the tables.
SELECT team FROM table_name_18 WHERE location_attendance = "boston garden" AND score = "l 118-130"
CREATE TABLE INST, Here is a database schema( table schema);
Which team played in the Boston Garden when the final score was L 118-130?It is not neccessary to use all the tables.
SELECT demographic.age, demographic.admission_location FROM demographic WHERE demographic.name = "Jerry Deberry"
CREATE TABLE INST, Here is a database schema( table schema);
mention the age and admission location of subject name jerry deberry.It is not neccessary to use all the tables.
SELECT Silver FROM table WHERE Nation = turkey
CREATE TABLE INST, Here is a database schema( table schema);
How many silvers did Turkey get?.It is not neccessary to use all the tables.
SELECT Class FROM table WHERE Year < 2010 AND Class Pos. = 5th
CREATE TABLE INST, Here is a database schema( table schema);
What is the class having a year under 2010 and a class position of 5th?.It is not neccessary to use all the tables.
SELECT record FROM table_name_19 WHERE location = "mississippi, united states" AND opponent = "anthony macias"
CREATE TABLE INST, Here is a database schema( table schema);
What was Gassaway's record at the fight in mississippi united states against anthony macias?It is not neccessary to use all the tables.
SELECT winning_driver FROM table_name_98 WHERE date = "29 march"
CREATE TABLE INST, Here is a database schema( table schema);
Name the winner for 29 marchIt is not neccessary to use all the tables.
SELECT Date FROM table WHERE Home team score = 12.18 (90)
CREATE TABLE INST, Here is a database schema( table schema);
When did the home team score 12.18 (90)?.It is not neccessary to use all the tables.
SELECT Player FROM table WHERE Total = 287
CREATE TABLE INST, Here is a database schema( table schema);
WHAT IS THE PLAYER WITH 287?.It is not neccessary to use all the tables.
SELECT MIN(lane) FROM table_name_75 WHERE name = "natalie coughlin" AND rank > 1
CREATE TABLE INST, Here is a database schema( table schema);
What is the least lane number that Natalie Coughlin was in when she was ranked greater than 1?It is not neccessary to use all the tables.
SELECT rowers FROM table_name_14 WHERE time = "5:56.38"
CREATE TABLE INST, Here is a database schema( table schema);
Who are the Rowers with a Time of 5:56.38?It is not neccessary to use all the tables.
SELECT MAX(area__km²_) FROM table_name_17 WHERE mean_household_size__in_2006_ = "3.1 persons"
CREATE TABLE INST, Here is a database schema( table schema);
What is the highest Area that has a Mean Household Size of 3.1 persons?It is not neccessary to use all the tables.
SELECT Transfer fee FROM table WHERE Transfer window = winter AND Moving to = madureira
CREATE TABLE INST, Here is a database schema( table schema);
What transfer fee has both winter as the transfer window, and Madureira as the moving to?.It is not neccessary to use all the tables.
SELECT title FROM table_29102100_1 WHERE directed_by = "Rich Correll" AND written_by = "Dennis Rinsler"
CREATE TABLE INST, Here is a database schema( table schema);
What is the title of the episode directed by Rich Correll and written by Dennis Rinsler?It is not neccessary to use all the tables.
SELECT number FROM table_29002641_1 WHERE scrapped = "2004"
CREATE TABLE INST, Here is a database schema( table schema);
Name the number for 2004 scappedIt is not neccessary to use all the tables.
SELECT departure FROM table_name_88 WHERE kilometers = 1676
CREATE TABLE INST, Here is a database schema( table schema);
What's listed for Departure that has 1676 listed for the Kilometers?It is not neccessary to use all the tables.
SELECT record FROM table_name_70 WHERE indoor_year = "1978"
CREATE TABLE INST, Here is a database schema( table schema);
indoor year is 1978 what is the record?It is not neccessary to use all the tables.
SELECT U.S. (1912) FROM table WHERE U.S. (2013) = amethyst
CREATE TABLE INST, Here is a database schema( table schema);
What was the U.S birthstone in 1912 when in 2013 the birthstone was amethyst?.It is not neccessary to use all the tables.
SELECT Result FROM table WHERE Opponent = fenerbahçe
CREATE TABLE INST, Here is a database schema( table schema);
What was the result when the opponent was fenerbahçe?.It is not neccessary to use all the tables.
SELECT "college" FROM table_203_229 WHERE "nfl team" = 'san diego chargers' AND "player" = 'larry rentz'
CREATE TABLE INST, Here is a database schema( table schema);
larry rentz was drafted to the san diego chargers , but what was his college ?It is not neccessary to use all the tables.
SELECT COUNT(district) FROM table_20403667_2 WHERE crop_damaged__in_lakh_inr__ = "1,164.50"
CREATE TABLE INST, Here is a database schema( table schema);
How many districts had crib damage of 1,164.50?It is not neccessary to use all the tables.
SELECT holmenkollen FROM table_174491_2 WHERE fis_nordic_world_ski_championships = "1982"
CREATE TABLE INST, Here is a database schema( table schema);
What is the holmenkollen for the 1982 FIS Nordic World Ski Championships?It is not neccessary to use all the tables.
SELECT COUNT Number of Believers FROM table WHERE Name of Village = Patavur
CREATE TABLE INST, Here is a database schema( table schema);
Name the number of believers for patavur.It is not neccessary to use all the tables.
SELECT SUM(silver) FROM table_name_47 WHERE nation = "mexico" AND total > 1
CREATE TABLE INST, Here is a database schema( table schema);
How much Silver has a Nation of mexico and a Total larger than 1?It is not neccessary to use all the tables.
SELECT Magazine type FROM table WHERE Magazine run = march 3, 2009–february 5, 2010
CREATE TABLE INST, Here is a database schema( table schema);
What is the magazine type that ran from March 3, 2009–February 5, 2010?.It is not neccessary to use all the tables.