db_name
stringclasses
146 values
prompt
stringlengths
310
4.81k
bike_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # station ( id, name, lat, long, dock_count, city, installation_date ) # status ( station_id, bikes_available, docks_available, time ) # trip ( id, duration, start_date, start_station_name, start_station_id, end_da...
bike_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # station ( id, name, lat, long, dock_count, city, installation_date ) # status ( station_id, bikes_available, docks_available, time ) # trip ( id, duration, start_date, start_station_name, start_station_id, end_da...
bike_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # station ( id, name, lat, long, dock_count, city, installation_date ) # status ( station_id, bikes_available, docks_available, time ) # trip ( id, duration, start_date, start_station_name, start_station_id, end_da...
bike_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # station ( id, name, lat, long, dock_count, city, installation_date ) # status ( station_id, bikes_available, docks_available, time ) # trip ( id, duration, start_date, start_station_name, start_station_id, end_da...
bike_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # station ( id, name, lat, long, dock_count, city, installation_date ) # status ( station_id, bikes_available, docks_available, time ) # trip ( id, duration, start_date, start_station_name, start_station_id, end_da...
bike_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # station ( id, name, lat, long, dock_count, city, installation_date ) # status ( station_id, bikes_available, docks_available, time ) # trip ( id, duration, start_date, start_station_name, start_station_id, end_da...
bike_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # station ( id, name, lat, long, dock_count, city, installation_date ) # status ( station_id, bikes_available, docks_available, time ) # trip ( id, duration, start_date, start_station_name, start_station_id, end_da...
bike_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # station ( id, name, lat, long, dock_count, city, installation_date ) # status ( station_id, bikes_available, docks_available, time ) # trip ( id, duration, start_date, start_station_name, start_station_id, end_da...
bike_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # station ( id, name, lat, long, dock_count, city, installation_date ) # status ( station_id, bikes_available, docks_available, time ) # trip ( id, duration, start_date, start_station_name, start_station_id, end_da...
bike_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # station ( id, name, lat, long, dock_count, city, installation_date ) # status ( station_id, bikes_available, docks_available, time ) # trip ( id, duration, start_date, start_station_name, start_station_id, end_da...
bike_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # station ( id, name, lat, long, dock_count, city, installation_date ) # status ( station_id, bikes_available, docks_available, time ) # trip ( id, duration, start_date, start_station_name, start_station_id, end_da...
bike_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # station ( id, name, lat, long, dock_count, city, installation_date ) # status ( station_id, bikes_available, docks_available, time ) # trip ( id, duration, start_date, start_station_name, start_station_id, end_da...
bike_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # station ( id, name, lat, long, dock_count, city, installation_date ) # status ( station_id, bikes_available, docks_available, time ) # trip ( id, duration, start_date, start_station_name, start_station_id, end_da...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # How many books...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # List the write...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # List the title...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # What are the t...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # What are the t...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # What are the d...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # What are the d...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # List the publi...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # List the publi...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # Show the title...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # Show writers w...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # Show the title...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # Show publisher...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # Show different...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # Please show th...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # List the write...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # List the title...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # Show the publi...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # What is the nu...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # How many disti...
book_2
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # publication ( Publication_ID, Book_ID, Publisher, Publication_Date, Price ) # book ( Book_ID, Title, Issues, Writer ) # # publication.Book_ID can be joined with book.Book_ID # ### Question: # # Show the price...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
musical
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # musical ( Musical_ID, Name, Year, Award, Category, Nominee, Result ) # actor ( Actor_ID, Name, Musical_ID, Character, Duration, age ) # # actor.Musical_ID can be joined with actor.Actor_ID # ### Question: # #...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...
twitter_1
### Complete SQL query only and with no explanation ### SQL tables followed by foreign key information: # # follows ( f1, f2 ) # tweets ( id, uid, text, createdate ) # user_profiles ( uid, name, email, partitionid, followers ) # # follows.f2 can be joined with user_profiles.uid # follows.f1 can be joined with user_pro...