Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
197
8.39k
### Context: CREATE TABLE Comments ( Id number, PostId number, Score number, Text text, CreationDate time, UserDisplayName text, UserId number, ContentLicense text ) CREATE TABLE ReviewRejectionReasons ( Id number, Name text, Description text, PostTypeId number ) CREATE...
### Context: CREATE TABLE table_203_815 ( id number, "pick #" number, "nfl team" text, "player" text, "position" text, "college" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- who was the only player from kansas state ? ### Query: SELECT "playe...
### Context: CREATE TABLE t_kc24 ( ACCOUNT_DASH_DATE time, ACCOUNT_DASH_FLG number, CASH_PAY number, CIVIL_SUBSIDY number, CKC102 number, CLINIC_ID text, CLINIC_SLT_DATE time, COMP_ID text, COM_ACC_PAY number, COM_PAY number, DATA_ID text, ENT_ACC_PAY number, ENT_PAY ...
### Context: CREATE TABLE table_17232 ( "Disc" real, "Track" real, "English title" text, "Japanese title" text, "R\u014dmaji title" text, "Artist" text, "Track time" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the smallest track n...
### Context: CREATE TABLE course ( crs_code text, dept_code text, crs_description text, crs_credit number ) CREATE TABLE enroll ( class_code text, stu_num number, enroll_grade text ) CREATE TABLE employee ( emp_num number, emp_lname text, emp_fname text, emp_initial text, ...
### Context: CREATE TABLE table_4053 ( "Executed person" text, "Date of execution" text, "Place of execution" text, "Crime" text, "Method" text, "Under President" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- under which president was gunther v...
### Context: CREATE TABLE table_72445 ( "County" text, "Population" real, "Per capita income" text, "Median household income" text, "Median family income" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the median family income for riverside ##...
### Context: CREATE TABLE table_name_77 ( home_team VARCHAR, away_team VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the home team for carlton away team ### Query: SELECT home_team FROM table_name_77 WHERE away_team = "carlton"
### Context: CREATE TABLE jyjgzbb ( BGDH text, BGRQ time, CKZFWDX text, CKZFWSX number, CKZFWXX number, JCFF text, JCRGH text, JCRXM text, JCXMMC text, JCZBDM text, JCZBJGDL number, JCZBJGDW text, JCZBJGDX text, JCZBMC text, JLDW text, JYRQ time, JYZBL...
### Context: CREATE TABLE table_22767 ( "Year" real, "World" real, "Asia" text, "Africa" text, "Europe" text, "Latin America/Caribbean" text, "Northern America" text, "Oceania" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- what will the...
### Context: CREATE TABLE Student ( StuID INTEGER, LName VARCHAR(12), Fname VARCHAR(12), Age INTEGER, Sex VARCHAR(1), Major INTEGER, Advisor INTEGER, city_code VARCHAR(3) ) CREATE TABLE Faculty ( FacID INTEGER, Lname VARCHAR(15), Fname VARCHAR(15), Rank VARCHAR(15), ...
### Context: CREATE TABLE table_14656147_2 ( week VARCHAR, record VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- List the record of 0-1 from the table? ### Query: SELECT week FROM table_14656147_2 WHERE record = "0-1"
### Context: CREATE TABLE table_name_24 ( silver VARCHAR, bronze VARCHAR, gold VARCHAR, rank VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which silver has a Gold smaller than 12, a Rank smaller than 5, and a Bronze of 5? ### Query: SELECT silver F...
### Context: CREATE TABLE table_47482 ( "Company name" text, "Hardware Model" text, "Accreditation type" text, "Accreditation level" text, "Date" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- When did Samsung Electronics Co LTD make the GT-i9100? ...
### Context: CREATE TABLE time_interval ( period text, begin_time int, end_time int ) CREATE TABLE flight_leg ( flight_id int, leg_number int, leg_flight int ) CREATE TABLE airline ( airline_code varchar, airline_name text, note text ) CREATE TABLE ground_service ( city_code t...
### Context: CREATE TABLE table_148535_2 ( Id VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the most 3 credits ### Query: SELECT MIN(3 AS _credits) FROM table_148535_2
### Context: CREATE TABLE person_info ( CSD text, CSRQ time, GJDM text, GJMC text, JGDM text, JGMC text, MZDM text, MZMC text, RYBH text, XBDM number, XBMC text, XLDM text, XLMC text, XM text, ZYLBDM text, ZYMC text ) CREATE TABLE ftxmzjzjlb ( HXPLC n...
### Context: CREATE TABLE table_3791 ( "Year" text, "Stage" real, "Start of stage" text, "Distance (km)" text, "Category of climb" text, "Stage winner" text, "Nationality" text, "Yellow jersey" text, "Bend" real ) -- Using valid SQLite, answer the following questions for the tables...
### Context: CREATE TABLE table_name_63 ( years VARCHAR, goals VARCHAR, matches VARCHAR, rank VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- In what years was there a rank lower than 9, under 84 goals, and more than 158 matches? ### Query: SELECT ye...
### Context: CREATE TABLE table_43208 ( "8:00" text, "8:30" text, "9:00" text, "9:30" text, "10:00" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What aired at 10:00 when Flashpoint aired at 9:30? ### Query: SELECT "10:00" FROM table_43208 WHERE "...
### Context: CREATE TABLE diagnoses ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE demographic ( subject_id text, hadm_id text, name text, marital_status text, age text, dob text, gender text, language text, reli...
### Context: CREATE TABLE table_18904831_5 ( record VARCHAR, high_rebounds VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the record of the game in which Dydek (10) did the most high rebounds? ### Query: SELECT record FROM table_18904831_5 WHERE hi...
### Context: CREATE TABLE table_10130 ( "Home team" text, "Home team score" text, "Away team" text, "Away team score" text, "Venue" text, "Crowd" real, "Date" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- When was the game played at glenfer...
### Context: CREATE TABLE table_7207 ( "Objects" text, "Date" text, "SiO 2" real, "Al 2 O 3" real, "Fe 2 O 3" real, "K 2 O" real, "Na 2 O" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the highest K 2 O, when Na 2 O is greater than ...
### Context: CREATE TABLE prescriptions ( subject_id text, hadm_id text, icustay_id text, drug_type text, drug text, formulary_drug_cd text, route text, drug_dose text ) CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_t...
### Context: CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE demographic ( subject_id text, hadm_id text, name text, marital_status text, age text, dob text, gender text, language text, rel...
### Context: CREATE TABLE t_kc21 ( CLINIC_ID text, CLINIC_TYPE text, COMP_ID text, DATA_ID text, DIFF_PLACE_FLG number, FERTILITY_STS number, FLX_MED_ORG_ID text, HOSP_LEV number, HOSP_STS number, IDENTITY_CARD text, INPT_AREA_BED text, INSURED_IDENTITY number, INSURE...
### Context: CREATE TABLE table_72013 ( "Season" text, "Level" text, "Division" text, "Section" text, "Position" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which section is in the 6th position? ### Query: SELECT "Section" FROM table_72013 WHERE...
### Context: CREATE TABLE table_69300 ( "Name" text, "Years" text, "Gender" text, "Area" text, "Authority" text, "Decile" real, "Roll" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the area of the coed school with a state authority ...
### Context: CREATE TABLE table_name_1 ( type VARCHAR, location VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which type of institution is in Amherst, MA? ### Query: SELECT type FROM table_name_1 WHERE location = "amherst, ma"
### Context: CREATE TABLE t_kc24 ( ACCOUNT_DASH_DATE time, ACCOUNT_DASH_FLG number, CASH_PAY number, CIVIL_SUBSIDY number, CKC102 number, CLINIC_ID text, CLINIC_SLT_DATE time, COMP_ID text, COM_ACC_PAY number, COM_PAY number, DATA_ID text, ENT_ACC_PAY number, ENT_PAY ...
### Context: CREATE TABLE table_21696 ( "Winner" text, "Country" text, "Winter Olympics" text, "FIS Nordic World Ski Championships" text, "Holmenkollen" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What years did Birger Ruud win the FIS Nordic Wor...
### Context: CREATE TABLE table_203_116 ( id number, "no." number, "player" text, "birth date" text, "weight" number, "height" number, "position" text, "current club" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- how many members of est...
### Context: CREATE TABLE table_2818164_5 ( no_in_season VARCHAR, original_air_date VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What episoe number in the season originally aired on February 11, 1988? ### Query: SELECT no_in_season FROM table_2818164_5 WH...
### Context: CREATE TABLE table_60686 ( "Date" text, "Tournament" text, "Surface" text, "Opponent" text, "Score" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What date was the match against adri n men ndez-maceiras? ### Query: SELECT "Date" FROM ...
### Context: CREATE TABLE table_203_365 ( id number, "released" text, "video title" text, "company" text, "director" text, "notes" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- did shoko goto make more films in 2004 or 2005 ? ### Query: SELECT...
### Context: CREATE TABLE table_65116 ( "Date" text, "Venue" text, "Score" text, "Result" text, "Competition" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What venue listed is dated February 22, 2003? ### Query: SELECT "Venue" FROM table_65116 WH...
### Context: CREATE TABLE prescriptions ( subject_id text, hadm_id text, icustay_id text, drug_type text, drug text, formulary_drug_cd text, route text, drug_dose text ) CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_t...
### Context: CREATE TABLE course ( course_id int, name varchar, department varchar, number varchar, credits varchar, advisory_requirement varchar, enforced_requirement varchar, description varchar, num_semesters int, num_enrolled int, has_discussion varchar, has_lab varch...
### Context: CREATE TABLE table_40395 ( "Couple" text, "Style" text, "Music" text, "Choreographer(s)" text, "Results" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which couple participated in the Contemporary style of dance? ### Query: SELECT "Co...
### Context: CREATE TABLE table_28772 ( "Portuguese name" text, "English name" text, "Subdivides in" text, "Equivalence in Varas" text, "Metrical equivalence" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the metrical equivalence for linha ##...
### Context: CREATE TABLE t_kc24 ( ACCOUNT_DASH_DATE time, ACCOUNT_DASH_FLG number, CASH_PAY number, CIVIL_SUBSIDY number, CKC102 number, CLINIC_ID text, CLINIC_SLT_DATE time, COMP_ID text, COM_ACC_PAY number, COM_PAY number, DATA_ID text, ENT_ACC_PAY number, ENT_PAY ...
### Context: CREATE TABLE mzjybgb ( BBCJBW text, BBDM text, BBMC text, BBZT number, BGDH number, BGJGDM text, BGJGMC text, BGRGH text, BGRQ time, BGRXM text, BGSJ time, CJRQ time, JSBBRQSJ time, JSBBSJ time, JYBBH text, JYJGMC text, JYJSGH text, JY...
### Context: CREATE TABLE table_27132791_3 ( position VARCHAR, college VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- If the college is SMU, what is the position? ### Query: SELECT position FROM table_27132791_3 WHERE college = "SMU"
### Context: CREATE TABLE table_21876 ( "Season" real, "Date" text, "Winning Driver" text, "Car #" real, "Sponsor" text, "Make" text, "Team" text, "Avg Speed" text, "Margin of Victory" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- W...
### Context: CREATE TABLE artist ( artist_id number, artist text, age number, famous_title text, famous_release_date text ) CREATE TABLE music_festival ( id number, music_festival text, date_of_ceremony text, category text, volume number, result text ) CREATE TABLE volume (...
### Context: CREATE TABLE elimination ( elimination_id text, wrestler_id text, team text, eliminated_by text, elimination_move text, time text ) CREATE TABLE wrestler ( wrestler_id number, name text, reign text, days_held text, location text, event text ) -- Using vali...
### Context: CREATE TABLE table_204_910 ( id number, "rank" number, "name" text, "nationality" text, "result" number, "notes" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- how many athletes had a better result than tatyana bocharova ? ### Quer...
### Context: CREATE TABLE table_8430 ( "Number" text, "Builder" text, "Type" text, "Date" real, "Length" text, "Capacity" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Type has a Capacity of 28 passengers, and a Number of 16? ### Query: ...
### Context: CREATE TABLE people ( people_id number, district text, name text, party text, age number ) CREATE TABLE debate_people ( debate_id number, affirmative number, negative number, if_affirmative_win others ) CREATE TABLE debate ( debate_id number, date text, ven...
### Context: CREATE TABLE table_203_564 ( id number, "hand" text, "1 credit" number, "2 credits" number, "3 credits" number, "4 credits" number, "5 credits" number ) -- Using valid SQLite, answer the following questions for the tables provided above. -- is a 2 credit full house the same a...
### Context: CREATE TABLE area ( course_id int, area varchar ) CREATE TABLE program ( program_id int, name varchar, college varchar, introduction varchar ) CREATE TABLE ta ( campus_job_id int, student_id int, location varchar ) CREATE TABLE course ( course_id int, name var...
### Context: CREATE TABLE Manufacturers ( Code INTEGER, Name VARCHAR(255), Headquarter VARCHAR(255), Founder VARCHAR(255), Revenue REAL ) CREATE TABLE Products ( Code INTEGER, Name VARCHAR(255), Price DECIMAL, Manufacturer INTEGER ) -- Using valid SQLite, answer the following ques...
### Context: CREATE TABLE table_name_18 ( round INTEGER, school VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the highest round that had northwestern? ### Query: SELECT MAX(round) FROM table_name_18 WHERE school = "northwestern"
### Context: CREATE TABLE table_name_19 ( wins INTEGER, position VARCHAR, poles VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the smallest Wins with a Position of 20th, and Poles smaller than 0? ### Query: SELECT MIN(wins) FROM table_name_19 WH...
### Context: CREATE TABLE table_30306 ( "Year Location" text, "Mens Singles" text, "Womens Singles" text, "Mens Doubles" text, "Womens Doubles" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Who is listed under mens singles when womens has wang nan ...
### Context: CREATE TABLE Behavior_Incident ( date_incident_start VARCHAR, date_incident_end VARCHAR, incident_type_code VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What are the start and end dates for incidents with incident type code 'NOISE'? ### Q...
### Context: CREATE TABLE countries ( COUNTRY_ID varchar(2), COUNTRY_NAME varchar(40), REGION_ID decimal(10,0) ) CREATE TABLE employees ( EMPLOYEE_ID decimal(6,0), FIRST_NAME varchar(20), LAST_NAME varchar(25), EMAIL varchar(25), PHONE_NUMBER varchar(20), HIRE_DATE date, JOB_ID ...
### Context: CREATE TABLE table_204_988 ( id number, "responsible minister(s)" text, "crown entities" text, "monitoring department(s)" text, "category / type" text, "empowering legislation" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- who is l...
### Context: CREATE TABLE ReviewTaskResults ( Id number, ReviewTaskId number, ReviewTaskResultTypeId number, CreationDate time, RejectionReasonId number, Comment text ) CREATE TABLE CloseAsOffTopicReasonTypes ( Id number, IsUniversal boolean, InputTitle text, MarkdownInputGuidan...
### Context: CREATE TABLE table_29747178_2 ( series__number VARCHAR, directed_by VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the series # when the director is john showalter? ### Query: SELECT series__number FROM table_29747178_2 WHERE directed_b...
### Context: CREATE TABLE demographic ( subject_id text, hadm_id text, name text, marital_status text, age text, dob text, gender text, language text, religion text, admission_type text, days_stay text, insurance text, ethnicity text, expire_flag text, admissi...
### Context: CREATE TABLE table_19191 ( "Year" real, "League" text, "Reg. Season" text, "Playoffs" text, "US Open Cup" text, "Avg. Attendance" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the regular season standings for the year when...
### Context: CREATE TABLE t_kc22 ( MED_EXP_DET_ID text, OVERALL_CD_ORG text, OVERALL_CD_PERSON text, MED_CLINIC_ID text, MED_EXP_BILL_ID text, SOC_SRT_DIRE_CD text, SOC_SRT_DIRE_NM text, DIRE_TYPE number, CHA_ITEM_LEV number, MED_INV_ITEM_TYPE text, MED_DIRE_CD text, MED_...
### Context: CREATE TABLE table_37490 ( "Name" text, "Gain" real, "Loss" real, "Long" real, "Avg/G" real ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How much Long has a Loss larger than 2, and a Gain of 157, and an Avg/G smaller than 129? ### Query: ...
### Context: CREATE TABLE table_7363 ( "Vol. #" real, "Title" text, "Material collected" text, "Pages" real, "ISBN" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many pages does the edition with a volume # smaller than 8 and an ISBM of 1-40122-...
### Context: CREATE TABLE hz_info_mzjzjlb ( JZLSH number, YLJGDM number, mzjzjlb_id number ) CREATE TABLE zyjzjlb ( CYBQDM text, CYBQMC text, CYCWH text, CYKSDM text, CYKSMC text, CYSJ time, CYZTDM number, HZXM text, JZKSDM text, JZKSMC text, JZLSH text, KH t...
### Context: CREATE TABLE PendingFlags ( Id number, FlagTypeId number, PostId number, CreationDate time, CloseReasonTypeId number, CloseAsOffTopicReasonTypeId number, DuplicateOfQuestionId number, BelongsOnBaseHostAddress text ) CREATE TABLE PostFeedback ( Id number, PostId numb...
### Context: CREATE TABLE table_name_40 ( game VARCHAR, score VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Which Game has a Score of w 90 82 (ot)? ### Query: SELECT game FROM table_name_40 WHERE score = "w 90–82 (ot)"
### Context: CREATE TABLE table_name_67 ( crowd INTEGER, away_team VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the largest crowd when Collingwood was the away team? ### Query: SELECT MAX(crowd) FROM table_name_67 WHERE away_team = "collingwood"
### Context: CREATE TABLE table_24185 ( "Station" text, "Line" text, "Planned" real, "Cancelled" real, "Proposal" text, "Details" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the number of cancelled for turnham green ### Query: SELECT CO...
### Context: CREATE TABLE table_name_59 ( attendance INTEGER, score VARCHAR, away VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the highest attendance of the match with a 2:0 score and vida as the away team? ### Query: SELECT MAX(attendance) FR...
### Context: CREATE TABLE track ( Track_ID int, Name text, Location text, Seating real, Year_Opened real ) CREATE TABLE race ( Race_ID int, Name text, Class text, Date text, Track_ID text ) -- Using valid SQLite, answer the following questions for the tables provided above. -...
### Context: CREATE TABLE storm ( Storm_ID int, Name text, Dates_active text, Max_speed int, Damage_millions_USD real, Number_Deaths int ) CREATE TABLE region ( Region_id int, Region_code text, Region_name text ) CREATE TABLE affected_region ( Region_id int, Storm_ID int, ...
### Context: CREATE TABLE table_name_44 ( attendance INTEGER, record VARCHAR, points VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the Attendance of the game with a Record of 37 21 12 and less than 86 Points? ### Query: SELECT AVG(attendance) F...
### Context: CREATE TABLE table_name_17 ( yards_per_attempt INTEGER, net_yards INTEGER ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many yards per attempt have net yards greater than 631? ### Query: SELECT SUM(yards_per_attempt) FROM table_name_17 WHERE net_y...
### Context: CREATE TABLE procedures ( subject_id text, hadm_id text, icd9_code text, short_title text, long_title text ) CREATE TABLE lab ( subject_id text, hadm_id text, itemid text, charttime text, flag text, value_unit text, label text, fluid text ) CREATE TABLE...
### Context: CREATE TABLE table_23575917_2 ( scores VARCHAR, davids_team VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the scores for david baddiel and maureen lipman ### Query: SELECT COUNT(scores) FROM table_23575917_2 WHERE davids_team = "David Bad...
### Context: CREATE TABLE table_name_62 ( role VARCHAR, studio VARCHAR, title VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the role for mono studio and title of paradise canyon ### Query: SELECT role FROM table_name_62 WHERE studio = "mono" AND t...
### Context: CREATE TABLE table_name_24 ( total VARCHAR, finish VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the total with finish of t22 ### Query: SELECT total FROM table_name_24 WHERE finish = "t22"
### Context: CREATE TABLE table_3782 ( "Game" real, "January" real, "Opponent" text, "Score" text, "Decision" text, "Location/Attendance" text, "Record" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- If the opponent was @ Boston Bruins, what...
### Context: CREATE TABLE table_64443 ( "Date(s)" text, "Venue" text, "City" text, "Ticket price(s)" text, "Ticket sold / available" text, "Ticket grossing" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What was the ticket price on September 16...
### Context: CREATE TABLE table_17060277_7 ( high_rebounds VARCHAR, team VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the high rebounds for memphis ### Query: SELECT high_rebounds FROM table_17060277_7 WHERE team = "Memphis"
### Context: CREATE TABLE settlements ( settlement_id number, claim_id number, date_claim_made time, date_claim_settled time, amount_claimed number, amount_settled number, customer_policy_id number ) CREATE TABLE customers ( customer_id number, customer_details text ) CREATE TABLE ...
### Context: CREATE TABLE table_77878 ( "Team" text, "Outgoing manager" text, "Manner of departure" text, "Date of vacancy" text, "Replaced by" text, "Date of appointment" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Tell me the outgoing manag...
### Context: CREATE TABLE Products ( Code INTEGER, Name VARCHAR(255), Price DECIMAL, Manufacturer INTEGER ) CREATE TABLE Manufacturers ( Code INTEGER, Name VARCHAR(255), Headquarter VARCHAR(255), Founder VARCHAR(255), Revenue REAL ) -- Using valid SQLite, answer the following ques...
### Context: CREATE TABLE table_50927 ( "Winner" text, "Country" text, "Winter Olympics" real, "FIS Nordic World Ski Championships" text, "Holmenkollen" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Who won the FIS Nordic World Ski Championships in...
### Context: CREATE TABLE t_kc22 ( AMOUNT number, CHA_ITEM_LEV number, DATA_ID text, DIRE_TYPE number, DOSE_FORM text, DOSE_UNIT text, EACH_DOSAGE text, EXP_OCC_DATE time, FLX_MED_ORG_ID text, FXBZ number, HOSP_DOC_CD text, HOSP_DOC_NM text, MED_CLINIC_ID text, ME...
### Context: CREATE TABLE locations ( LOCATION_ID decimal(4,0), STREET_ADDRESS varchar(40), POSTAL_CODE varchar(12), CITY varchar(30), STATE_PROVINCE varchar(25), COUNTRY_ID varchar(2) ) CREATE TABLE countries ( COUNTRY_ID varchar(2), COUNTRY_NAME varchar(40), REGION_ID decimal(10,0...
### Context: CREATE TABLE table_2187178_1 ( listed_owner_s_ VARCHAR, team VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the listed owners for brevak racing ### Query: SELECT listed_owner_s_ FROM table_2187178_1 WHERE team = "Brevak Racing"
### Context: CREATE TABLE table_7061 ( "Year" real, "Foundry" text, "Diameter (mm)" real, "Weight (kg)" text, "Nominal Tone" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is the sum total of all the years with a bell that weighed 857 kilograms...
### Context: CREATE TABLE jybgb ( BBCJBW text, BBDM text, BBMC text, BBZT number, BGDH text, BGJGDM text, BGJGMC text, BGRGH text, BGRQ time, BGRXM text, BGSJ time, CJRQ time, JSBBRQSJ time, JSBBSJ time, JYBBH text, JYJGMC text, JYJSGH text, JYJSQM...
### Context: CREATE TABLE SuggestedEditVotes ( Id number, SuggestedEditId number, UserId number, VoteTypeId number, CreationDate time, TargetUserId number, TargetRepChange number ) CREATE TABLE PostNoticeTypes ( Id number, ClassId number, Name text, Body text, IsHidden b...
### Context: CREATE TABLE table_name_46 ( money___$__ VARCHAR, player VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What is Chris Riley's Money? ### Query: SELECT money___$__ FROM table_name_46 WHERE player = "chris riley"
### Context: CREATE TABLE country ( country_id number, name text, population number, area number, languages text ) CREATE TABLE roller_coaster ( roller_coaster_id number, name text, park text, country_id number, length number, height number, speed text, opened text, ...
### Context: CREATE TABLE person_info ( RYBH text, XBDM number, XBMC text, XM text, CSRQ time, CSD text, MZDM text, MZMC text, GJDM text, GJMC text, JGDM text, JGMC text, XLDM text, XLMC text, ZYLBDM text, ZYMC text ) CREATE TABLE jybgb ( YLJGDM text,...
### Context: CREATE TABLE table_name_48 ( points INTEGER, year VARCHAR, goals VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- What are the lowest points with 2013 as the year, and goals less than 0? ### Query: SELECT MIN(points) FROM table_name_48 WHERE ...
### Context: CREATE TABLE table_16888 ( "Year" real, "Championship" text, "54 holes" text, "Winning score" text, "Margin of victory" text, "Runner(s)-up" text ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Who were the runner(s)-up when Tiger won by ...
### Context: CREATE TABLE table_15187735_8 ( segment_a VARCHAR, series_ep VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- Name the segment a for 8-08 ### Query: SELECT segment_a FROM table_15187735_8 WHERE series_ep = "8-08"
### Context: CREATE TABLE table_25276250_3 ( outputs VARCHAR, notes VARCHAR ) -- Using valid SQLite, answer the following questions for the tables provided above. -- How many outputs are there for solid state, battery operated for portable use listed in notes? ### Query: SELECT COUNT(outputs) FROM table_252...
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
2