sql
stringlengths 9
2.37k
| table
stringclasses 9
values | query
stringlengths 51
503
|
---|---|---|
SELECT Home FROM table WHERE Date = january 13 | CREATE TABLE INST, Here is a database schema( table schema); | Which home team was playing on January 13?.It is not neccessary to use all the tables. |
SELECT Series # FROM table WHERE U.S. viewers (in millions) = 1.42 | CREATE TABLE INST, Here is a database schema( table schema); | What episode had 1.42 million viewers?.It is not neccessary to use all the tables. |
SELECT Low_Estimate, High_Estimate FROM film_market_estimation | CREATE TABLE INST, Here is a database schema( table schema); | What are the low and high estimates of film markets?It is not neccessary to use all the tables. |
SELECT Record FROM table WHERE Time = 0:13 | CREATE TABLE INST, Here is a database schema( table schema); | Which record has a time of 0:13?.It is not neccessary to use all the tables. |
SELECT COUNT High points FROM table WHERE Location Attendance = Wachovia Center 18,347 | CREATE TABLE INST, Here is a database schema( table schema); | How many high points were at the wachovia center 18,347?.It is not neccessary to use all the tables. |
SELECT Film FROM table WHERE Supporting Actor = Charles Bickford | CREATE TABLE INST, Here is a database schema( table schema); | Which film had Charles Bickford as supporting actor?.It is not neccessary to use all the tables. |
SELECT MAX(game) FROM table_27715173_2 | CREATE TABLE INST, Here is a database schema( table schema); | What is the maximum basketball game?It is not neccessary to use all the tables. |
SELECT dates_of_captaincy FROM table_name_14 WHERE _percentage_win_[a_] = 35.71 | CREATE TABLE INST, Here is a database schema( table schema); | What dates of captaincy for a win % of 35.71?It is not neccessary to use all the tables. |
SELECT party FROM table_2668367_21 WHERE district = "Virginia 12" | CREATE TABLE INST, Here is a database schema( table schema); | Name the party for virginia 12It is not neccessary to use all the tables. |
SELECT sport FROM table_name_22 WHERE club = "montgomery biscuits" | CREATE TABLE INST, Here is a database schema( table schema); | Which sport had the club of the Montgomery Biscuits?It is not neccessary to use all the tables. |
SELECT Total footage remaining from missing episodes (mm:ss) FROM table WHERE Story no. = 018 AND Source = Private individual | CREATE TABLE INST, Here is a database schema( table schema); | When a private individual is the source and 018 is the story number what is the total footage remaining from missing episodes (mm:ss)?.It is not neccessary to use all the tables. |
SELECT MIN Losses FROM table WHERE Byes < 0 | CREATE TABLE INST, Here is a database schema( table schema); | What were the losses when the byes were less than 0?.It is not neccessary to use all the tables. |
SELECT election FROM table_name_26 WHERE seats > 57 AND dáil = "24th" | CREATE TABLE INST, Here is a database schema( table schema); | With a dail of 24th and more than 57 seats what is the election?It is not neccessary to use all the tables. |
SELECT record FROM table_name_21 WHERE date = "2009-07-18" | CREATE TABLE INST, Here is a database schema( table schema); | What is the record of the match on 2009-07-18?It is not neccessary to use all the tables. |
SELECT AVG Wins FROM table WHERE Matches = 14 AND No Result < 0 | CREATE TABLE INST, Here is a database schema( table schema); | What is the number of wins when there are 14 matches, and the No Result was less than 0?.It is not neccessary to use all the tables. |
SELECT viewers__in_millions_ FROM table_2108684_1 WHERE run_time = "25:22" | CREATE TABLE INST, Here is a database schema( table schema); | How many million viewers watched the episode with a run time of 25:22?It is not neccessary to use all the tables. |
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE lab.flag = "abnormal" AND lab.label = "Triiodothyronine (T3)" | CREATE TABLE INST, Here is a database schema( table schema); | count the number of patients whose lab test abnormal status is abnormal and lab test name is triiodothyronine (t3)?It is not neccessary to use all the tables. |
SELECT Constellation FROM table WHERE Object type = open cluster | CREATE TABLE INST, Here is a database schema( table schema); | What is the constellation for open cluster?.It is not neccessary to use all the tables. |
SELECT written_by FROM table_27823359_1 WHERE season__number = "23" | CREATE TABLE INST, Here is a database schema( table schema); | Who wrote episode 23 in the season?It is not neccessary to use all the tables. |
SELECT pick FROM table_name_38 WHERE school = "clemson" | CREATE TABLE INST, Here is a database schema( table schema); | What pick did Clemson choose?It is not neccessary to use all the tables. |
SELECT SUM(appearances) FROM table_name_16 WHERE team = "psv eindhoven" AND rank < 11 | CREATE TABLE INST, Here is a database schema( table schema); | How many appearances for psv eindhoven ranked above 11?It is not neccessary to use all the tables. |
SELECT SUM(grid) FROM table_name_60 WHERE laps = 17 | CREATE TABLE INST, Here is a database schema( table schema); | What is the grid total for cars that went 17 laps?It is not neccessary to use all the tables. |
SELECT class FROM table_name_88 WHERE number_at_lincoln > 0 AND number_at_doncaster = 8 | CREATE TABLE INST, Here is a database schema( table schema); | Which Class has a Number at Lincoln larger than 0 and a Number at Doncaster of 8?It is not neccessary to use all the tables. |
SELECT Rounds FROM table WHERE Chassis = thl2 | CREATE TABLE INST, Here is a database schema( table schema); | How many rounds have a chassis of thl2?.It is not neccessary to use all the tables. |
SELECT result FROM table_name_49 WHERE year > 1995 AND episode = "season 6" | CREATE TABLE INST, Here is a database schema( table schema); | What was the result of nomination for Season 6 after 1995?It is not neccessary to use all the tables. |
SELECT MAX("Series #") FROM table_28109 WHERE "Airdate" = 'February 16, 1957' | CREATE TABLE INST, Here is a database schema( table schema); | What is largest series number for the episode that aired February 16, 1957?It is not neccessary to use all the tables. |
SELECT fte_teachers FROM table_1414743_1 WHERE school_level = "Middle" AND city = "Sunnyvale" | CREATE TABLE INST, Here is a database schema( table schema); | List all FTE middle school teachers in Sunnyvale.It is not neccessary to use all the tables. |
SELECT Type FROM table WHERE Location = nova scotia AND Disaster = rms atlantic | CREATE TABLE INST, Here is a database schema( table schema); | What type of disaster is rms atlantic categorized in that was located in Nova Scotia?.It is not neccessary to use all the tables. |
SELECT pronunciation_a FROM table_name_83 WHERE word = "傳" | CREATE TABLE INST, Here is a database schema( table schema); | Name the pronunciation for 傳It is not neccessary to use all the tables. |
SELECT COUNT(*) > 0 FROM course, course_offering, semester WHERE course.course_id = course_offering.course_id AND course.department = 'SPACE' AND course.number = 574 AND semester.semester = 'FA' AND semester.semester_id = course_offering.semester AND semester.year = 2016 | CREATE TABLE INST, Here is a database schema( table schema); | SPACE 574 is being offered next semester ?It is not neccessary to use all the tables. |
SELECT wed_2_june FROM table_25220821_4 WHERE thurs_3_june = "17' 48.58 127.111mph" | CREATE TABLE INST, Here is a database schema( table schema); | What is the 2 June time for the rider with time of 17' 48.58 127.111mph on 3 June?It is not neccessary to use all the tables. |
SELECT NCBI Accession Number (mRNA/Protein) FROM table WHERE Species = homo sapiens | CREATE TABLE INST, Here is a database schema( table schema); | What is the NCBI Accession Number (mRNA/Protein) for the homo sapiens Species?.It is not neccessary to use all the tables. |
SELECT AVG Points FROM table WHERE Opponent = vancouver canucks AND November < 11 | CREATE TABLE INST, Here is a database schema( table schema); | Which Points have an Opponent of vancouver canucks, and a November smaller than 11?.It is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Away team score = 14.19 (103) | CREATE TABLE INST, Here is a database schema( table schema); | When did an away team score 14.19 (103)?.It is not neccessary to use all the tables. |
SELECT Constructor FROM table WHERE Grid < 7 AND Laps > 35 AND Driver = alberto ascari | CREATE TABLE INST, Here is a database schema( table schema); | Who made the car that Alberto Ascari went more than 35 laps on a grid less than 7?.It is not neccessary to use all the tables. |
SELECT current_country_of_location FROM table_10335_1 WHERE operational = "Summer of 1941 to 28 June 1944" | CREATE TABLE INST, Here is a database schema( table schema); | what's the current country of location with operational period of summer of 1941 to 28 june 1944It is not neccessary to use all the tables. |
SELECT MIN(round) FROM table_name_66 WHERE pick = "9 (via hamilton)" | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest Round, when Pick is 9 (via Hamilton)?It is not neccessary to use all the tables. |
SELECT vote_to_save FROM table_name_3 WHERE eviction_no < 14 AND vote_to_evict = "5.42%" | CREATE TABLE INST, Here is a database schema( table schema); | Which Vote to Save has an Eviction # smaller than 14 and a Vote to Evict of 5.42%?It is not neccessary to use all the tables. |
SELECT MIN(enrollment__2009_) FROM table_2076595_1 WHERE location_s_ = "Plainfield" | CREATE TABLE INST, Here is a database schema( table schema); | What is the minimum enrollment for Plainfield?It is not neccessary to use all the tables. |
SELECT T2.customer_last_name, T1.customer_id, T2.phone_number FROM Orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY COUNT(*) DESC LIMIT 1 | CREATE TABLE INST, Here is a database schema( table schema); | What is the customer last name id and phone number with most number of orders?It is not neccessary to use all the tables. |
SELECT COUNT Years owned FROM table WHERE Station = KPIX | CREATE TABLE INST, Here is a database schema( table schema); | How many years has station KPIX been owned?.It is not neccessary to use all the tables. |
SELECT poll FROM table_name_71 WHERE april_14 = "13" | CREATE TABLE INST, Here is a database schema( table schema); | What Poll was on April 14 of 13?It is not neccessary to use all the tables. |
SELECT MAX Starts FROM table WHERE Year = 2007 AND Avg. Start > 17.6 | CREATE TABLE INST, Here is a database schema( table schema); | What was the highest number of starts in 2007 when the average start was over 17.6?.It is not neccessary to use all the tables. |
SELECT MIN(pick__number) FROM table_name_15 WHERE mls_team = "columbus crew" | CREATE TABLE INST, Here is a database schema( table schema); | Tell me the lowest pick number for columbus crewIt is not neccessary to use all the tables. |
SELECT molecular_target FROM table_name_10 WHERE marine_organism_α = "bacterium" | CREATE TABLE INST, Here is a database schema( table schema); | What is the molecular target of bacterium?It is not neccessary to use all the tables. |
SELECT 2013 Index of Economic Freedom FROM table WHERE Country = slovenia | CREATE TABLE INST, Here is a database schema( table schema); | What is the 2013 index of economic freedom of Slovenia?.It is not neccessary to use all the tables. |
SELECT Team FROM table WHERE High assists = Kirk Hinrich , Derrick Rose , John Salmons (6) | CREATE TABLE INST, Here is a database schema( table schema); | Name the team for kirk hinrich , derrick rose , john salmons (6).It is not neccessary to use all the tables. |
SELECT team FROM table_13619053_8 WHERE record = "13-48" | CREATE TABLE INST, Here is a database schema( table schema); | Who did the Raptors play against when their record was 13-48?It is not neccessary to use all the tables. |
SELECT SUM Year left FROM table WHERE Location = culver | CREATE TABLE INST, Here is a database schema( table schema); | What year did Culver leave?.It is not neccessary to use all the tables. |
SELECT FumRec FROM table WHERE Player = Reed Doughty | CREATE TABLE INST, Here is a database schema( table schema); | If the player is Reed Doughty, what isthe fumrec?.It is not neccessary to use all the tables. |
SELECT COUNT("title") FROM table_204_689 WHERE "album" = 'new worlds' | CREATE TABLE INST, Here is a database schema( table schema); | what is the total of titles on new worlds ?It is not neccessary to use all the tables. |
SELECT finish FROM table_name_50 WHERE engine = "buick" AND start = "16th" | CREATE TABLE INST, Here is a database schema( table schema); | What was Andretti's finish for the year he had a Buick engine and started 16th?It is not neccessary to use all the tables. |
SELECT Written by FROM table WHERE Title = "Concordia" | CREATE TABLE INST, Here is a database schema( table schema); | Who wrote "Concordia"?.It is not neccessary to use all the tables. |
SELECT final_score FROM table_name_94 WHERE visiting_team = "buffalo bills" | CREATE TABLE INST, Here is a database schema( table schema); | What was the final score when the Buffalo Bills were the visiting team?It is not neccessary to use all the tables. |
SELECT Constructor FROM table WHERE Laps = 53 AND Time/Retired = 1:17:09.672 | CREATE TABLE INST, Here is a database schema( table schema); | Who built the car that went 53 laps with a Time/Retired of 1:17:09.672?.It is not neccessary to use all the tables. |
SELECT Time FROM table WHERE Event = 200 m butterfly | CREATE TABLE INST, Here is a database schema( table schema); | Which Time has an Event of 200 m butterfly?.It is not neccessary to use all the tables. |
SELECT transaction_type_code FROM TRANSACTIONS GROUP BY transaction_type_code ORDER BY COUNT(*) DESC LIMIT 1 | CREATE TABLE INST, Here is a database schema( table schema); | Show the transaction type code that occurs the most frequently.It is not neccessary to use all the tables. |
SELECT MAX Round FROM table WHERE Time = 3:16 | CREATE TABLE INST, Here is a database schema( table schema); | What is the highest number of rounds for a 3:16 fight?.It is not neccessary to use all the tables. |
SELECT "Pick #" FROM table_74980 WHERE "Name" = 'aundray bruce' | CREATE TABLE INST, Here is a database schema( table schema); | What is Aundray Bruce's Pick #?It is not neccessary to use all the tables. |
SELECT COUNT(total_viewers) FROM table_25721_3 WHERE airdate = "25 October 2012" | CREATE TABLE INST, Here is a database schema( table schema); | How many episodes aired on 25 october 2012?It is not neccessary to use all the tables. |
SELECT t3.diagnosisname FROM (SELECT t2.diagnosisname, DENSE_RANK() OVER (ORDER BY COUNT(*) DESC) AS c1 FROM (SELECT patient.uniquepid, treatment.treatmenttime, patient.patienthealthsystemstayid FROM treatment JOIN patient ON treatment.patientunitstayid = patient.patientunitstayid WHERE treatment.treatmentname = 'laxatives' AND DATETIME(treatment.treatmenttime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-0 year')) AS t1 JOIN (SELECT patient.uniquepid, diagnosis.diagnosisname, diagnosis.diagnosistime, patient.patienthealthsystemstayid FROM diagnosis JOIN patient ON diagnosis.patientunitstayid = patient.patientunitstayid WHERE DATETIME(diagnosis.diagnosistime, 'start of year') = DATETIME(CURRENT_TIME(), 'start of year', '-0 year')) AS t2 ON t1.uniquepid = t2.uniquepid WHERE t1.treatmenttime < t2.diagnosistime AND t1.patienthealthsystemstayid = t2.patienthealthsystemstayid GROUP BY t2.diagnosisname) AS t3 WHERE t3.c1 <= 5 | CREATE TABLE INST, Here is a database schema( table schema); | for patients who were given laxatives this year, what are the top five most frequent diagnoses that followed in the same hospital encounter?It is not neccessary to use all the tables. |
SELECT supercharger_gear_ratio FROM table_name_22 WHERE octane_rating = "68" | CREATE TABLE INST, Here is a database schema( table schema); | Which supercharger gear ratio has a Octane rating of 68?It is not neccessary to use all the tables. |
SELECT 20 Questions FROM table WHERE Centerfold model = Marliece Andrada | CREATE TABLE INST, Here is a database schema( table schema); | Who was asked 20 questions in the issue where the centerfold is Marliece Andrada?.It is not neccessary to use all the tables. |
SELECT colors FROM table_name_77 WHERE host = "christopher" | CREATE TABLE INST, Here is a database schema( table schema); | What are the colors of the team hosted by Christopher?It is not neccessary to use all the tables. |
SELECT name FROM table_name_32 WHERE took_office = "march 4, 1903" | CREATE TABLE INST, Here is a database schema( table schema); | Who has a Took Office of march 4 1903?It is not neccessary to use all the tables. |
SELECT COUNT(constancy) FROM table_11609814_1 WHERE purity = "falling" | CREATE TABLE INST, Here is a database schema( table schema); | what is the total number of constancy where purity is fallingIt is not neccessary to use all the tables. |
SELECT position FROM table_name_47 WHERE school = "plant high school" | CREATE TABLE INST, Here is a database schema( table schema); | What position is for Plant high school?It is not neccessary to use all the tables. |
SELECT score FROM table_name_65 WHERE date = "june 30" | CREATE TABLE INST, Here is a database schema( table schema); | What was the score for the game on June 30?It is not neccessary to use all the tables. |
SELECT standing_broad_jump__cm_ FROM table_name_67 WHERE grade = "b" | CREATE TABLE INST, Here is a database schema( table schema); | Which standing broad jump (cm) had the b grade?It is not neccessary to use all the tables. |
SELECT Date FROM table WHERE Home team = liverpool | CREATE TABLE INST, Here is a database schema( table schema); | What date did home team liverpool play?.It is not neccessary to use all the tables. |
SELECT "Name" FROM table_48077 WHERE "Years Played" = '2004–2008' AND "Date and Opponent" = '2/17/07 vs. purdue' | CREATE TABLE INST, Here is a database schema( table schema); | Which Name has a Years Played of 2004 2008, and a Date and Opponent of 2/17/07 vs. purdue?It is not neccessary to use all the tables. |
SELECT opponent FROM table_name_67 WHERE high_rebounds = "pierson (6)" | CREATE TABLE INST, Here is a database schema( table schema); | What is Opponent when High Rebounds is "Pierson (6)"?It is not neccessary to use all the tables. |
SELECT position FROM table_2850912_12 WHERE player = "Allister Brown" | CREATE TABLE INST, Here is a database schema( table schema); | What position does allister brown play.It is not neccessary to use all the tables. |
SELECT winning_score FROM table_name_14 WHERE championship = "pga championship" | CREATE TABLE INST, Here is a database schema( table schema); | What was the winning score in the PGA Championship?It is not neccessary to use all the tables. |
SELECT Time ( MT ) FROM table WHERE Opponent = kansas city chiefs AND Date = nov 11 | CREATE TABLE INST, Here is a database schema( table schema); | What is the (MT) time which has kansas city chiefs as an opponent on nov 11?.It is not neccessary to use all the tables. |
SELECT "illustrator" FROM table_203_788 ORDER BY "year" DESC LIMIT 1 | CREATE TABLE INST, Here is a database schema( table schema); | which illustrator was responsible for the last award winner ?It is not neccessary to use all the tables. |
SELECT d_icd_diagnoses.short_title FROM d_icd_diagnoses WHERE d_icd_diagnoses.icd9_code IN (SELECT diagnoses_icd.icd9_code FROM diagnoses_icd WHERE diagnoses_icd.hadm_id IN (SELECT admissions.hadm_id FROM admissions WHERE admissions.subject_id = 40435) AND STRFTIME('%y', diagnoses_icd.charttime) = '2105' ORDER BY diagnoses_icd.charttime LIMIT 1) | CREATE TABLE INST, Here is a database schema( table schema); | what was patient 40435 diagnosed with first time in 2105.It is not neccessary to use all the tables. |
SELECT driver_matched_db FROM table_1601027_2 WHERE headphone_class = "Joseph Grado Signature" | CREATE TABLE INST, Here is a database schema( table schema); | Name the driver matched db for joseph grado signatureIt is not neccessary to use all the tables. |
SELECT Main contestant FROM table WHERE Co-contestant (Yaar vs. Pyaar) = shalini chandran | CREATE TABLE INST, Here is a database schema( table schema); | Who is the main contestant when the co-contestant (yaar vs. pyaar) is Shalini Chandran?.It is not neccessary to use all the tables. |
SELECT COUNT(*) > 0 FROM admissions WHERE admissions.subject_id = 59275 AND DATETIME(admissions.admittime) <= DATETIME(CURRENT_TIME(), '-1 year') | CREATE TABLE INST, Here is a database schema( table schema); | patient 59275 had been admitted to the hospital until 1 year ago?It is not neccessary to use all the tables. |
SELECT MAX Rank FROM table WHERE - 750m = 45.505 | CREATE TABLE INST, Here is a database schema( table schema); | If -750 is 45.505, what is the maximum rank?.It is not neccessary to use all the tables. |
SELECT event FROM table_name_52 WHERE res = "loss" AND time = "5:00" | CREATE TABLE INST, Here is a database schema( table schema); | What event was a loss in 5:00?It is not neccessary to use all the tables. |
SELECT COUNT(pommel_horse) FROM table_name_16 WHERE rings = 37.461 AND total < 229.507 | CREATE TABLE INST, Here is a database schema( table schema); | How many pommel Horses have Rings of 37.461 and a Total smaller than 229.507?It is not neccessary to use all the tables. |
SELECT tie_no FROM table_name_12 WHERE home_team = "gillingham" | CREATE TABLE INST, Here is a database schema( table schema); | What is the tie number when the home team was gillingham?It is not neccessary to use all the tables. |
SELECT MAX(attendance) FROM table_16227492_1 WHERE _number = 4 | CREATE TABLE INST, Here is a database schema( table schema); | Name the most attendance for number 4It is not neccessary to use all the tables. |
SELECT MIN Field goals FROM table | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest amount of field goals on the chart? .It is not neccessary to use all the tables. |
SELECT MIN("Tournaments played") FROM table_26755 WHERE "Best finish" = 'T3' | CREATE TABLE INST, Here is a database schema( table schema); | When t3 is the best finish what is the lowest amount of tournaments played?It is not neccessary to use all the tables. |
SELECT Home team score FROM table WHERE Crowd > 14,000 AND Away team score = 9.18 (72) | CREATE TABLE INST, Here is a database schema( table schema); | What is the home team's score when the crowd is over 14,000 with the away team scoring 9.18 (72)?.It is not neccessary to use all the tables. |
SELECT MIN Losses FROM table WHERE Draws = 0 AND Wins < 4 AND Byes < 0 | CREATE TABLE INST, Here is a database schema( table schema); | What is the lowest losses for a team that has 0 draws, fewer than 4 wins, and no Byes?.It is not neccessary to use all the tables. |
SELECT STU_FNAME, SUM(STU_GPA) FROM STUDENT WHERE STU_GPA < (SELECT AVG(STU_GPA) FROM STUDENT) GROUP BY STU_FNAME | CREATE TABLE INST, Here is a database schema( table schema); | Pie. what is the first name and GPA of every student that has a GPA lower than average?It is not neccessary to use all the tables. |
SELECT score FROM table_name_21 WHERE tie_no = "6" | CREATE TABLE INST, Here is a database schema( table schema); | What is the score of the game with a tie no of 6?It is not neccessary to use all the tables. |
SELECT Home (2nd leg) FROM table WHERE 1st Leg = 1-1 | CREATE TABLE INST, Here is a database schema( table schema); | What was the 2nd leg that had a first leg of 1-1?.It is not neccessary to use all the tables. |
SELECT Away team FROM table WHERE Tie no = replay AND Attendance = 24 november 1998 AND Home team = rotherham united | CREATE TABLE INST, Here is a database schema( table schema); | Which Away team has a Tie # of replay, and an Attendance of 24 november 1998, and a Home team of rotherham united?.It is not neccessary to use all the tables. |
SELECT imperative FROM table_16337329_5 WHERE past_habitual = "गरिस् garis 'you did'" | CREATE TABLE INST, Here is a database schema( table schema); | Name the imperative for garis 'you didIt is not neccessary to use all the tables. |
SELECT AVG(lost) FROM table_name_21 WHERE place < 10 AND points < 23 AND team = "chorrillo" AND goals_conceded < 26 | CREATE TABLE INST, Here is a database schema( table schema); | What is the average of lost for place less than 10 less than 23 points and goals conceded less than 26 for the Chorrillo team?It is not neccessary to use all the tables. |
SELECT Athlete FROM table WHERE Nation = nigeria | CREATE TABLE INST, Here is a database schema( table schema); | What is Athlete, when Nation is "Nigeria"?.It is not neccessary to use all the tables. |
SELECT race FROM table_1140073_2 WHERE pole_position = "Nelson Piquet" AND location = "Nürburgring" | CREATE TABLE INST, Here is a database schema( table schema); | What race had Nelson Piquet on the pole and was in Nürburgring?It is not neccessary to use all the tables. |
SELECT COUNT T c (K) FROM table WHERE Notation = Tl-2212 | CREATE TABLE INST, Here is a database schema( table schema); | What is the number for t c (k) when the notation is tl-2212?.It is not neccessary to use all the tables. |
SELECT wind FROM table_name_69 WHERE result = "21.69" | CREATE TABLE INST, Here is a database schema( table schema); | What kind of Wind has a Result of 21.69?It is not neccessary to use all the tables. |
SELECT Bird Uniform FROM table WHERE Eagle Riders = mickey dugan | CREATE TABLE INST, Here is a database schema( table schema); | What is the bird uniform for Eagle Rider Mickey Dugan?.It is not neccessary to use all the tables. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.