db_name
stringclasses
146 values
prompt
stringlengths
310
4.81k
music_4
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # artist ( Artist_ID, Artist, Age, Famous_Title, Famous_Release_date ) # volume ( Volume_ID, Volume_Issue, Issue_Date, Weeks_on_Top, Song, Artist_ID ) # music_festival ( ID, Music_Festival, Date_of_ceremony, Catego...
music_4
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # artist ( Artist_ID, Artist, Age, Famous_Title, Famous_Release_date ) # volume ( Volume_ID, Volume_Issue, Issue_Date, Weeks_on_Top, Song, Artist_ID ) # music_festival ( ID, Music_Festival, Date_of_ceremony, Catego...
music_4
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # artist ( Artist_ID, Artist, Age, Famous_Title, Famous_Release_date ) # volume ( Volume_ID, Volume_Issue, Issue_Date, Weeks_on_Top, Song, Artist_ID ) # music_festival ( ID, Music_Festival, Date_of_ceremony, Catego...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
roller_coaster
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # roller_coaster ( Roller_Coaster_ID, Name, Park, Country_ID, Length, Height, Speed, Opened, Status ) # country ( Country_ID, Name, Population, Area, Languages ) # # roller_coaster.Country_ID can be joined with co...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # How many different capta...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Count the number of diff...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # How many captains are in...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Count the number of capt...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # How many captains with y...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Count the number of capt...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Sort all captain names b...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What are the names of ca...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Find the name, class and...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What are the names, clas...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Which rank is the most c...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Return the rank for whic...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Which classes have more ...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Give the classes that ha...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Find the name of captain...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What are the names of ca...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What are the average and...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Return the average and m...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Find the captain rank th...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What are the ranks of ca...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Find the captain rank th...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What are the ranks of ca...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What is the name of the ...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Return the name of the y...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # how many ships are there...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Count the number of ship...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Find the name, type, and...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What is the name, type, ...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Group by ships by flag, ...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What are the different s...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Which flag is most widel...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Return the flag that is ...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # List all ship names in t...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What are the names of sh...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Find the ship type that ...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What types of ships have...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # In which year were most ...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What is the year in whic...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Find the name of the shi...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What are the names of sh...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # what are the names and c...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Return the names and cla...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Find the name of the shi...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What is the name of the ...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Find the name and flag o...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What are the names and f...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # Find the name of the shi...
ship_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # captain ( Captain_ID, Name, Ship_ID, age, Class, Rank ) # Ship ( Ship_ID, Name, Type, Built_Year, Class, Flag ) # # captain.Ship_ID can be joined with Ship.Ship_ID # ### Question: # # What are the names of sh...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...
city_record
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # city ( City_ID, City, Hanzi, Hanyu_Pinyin, Regional_Population, GDP ) # match ( Match_ID, Date, Venue, Score, Result, Competition ) # temperature ( City_ID, Jan, Feb, Mar, Apr, Jun, Jul, Aug, Sep, Oct, Nov, Dec )...