coder007 0 Posted January 18, 2018 Report Share Posted January 18, 2018 Hello, where can I find the complete demo database of this tutorial https://www.w3schools.com/sql/sql_select.asp with all the CREATE TABLE and INSERT INTO statements? Thanks Quote Link to post Share on other sites
Ingolme 1,034 Posted January 18, 2018 Report Share Posted January 18, 2018 I don't think that's public anywhere, but you can create a table with the same structure and contents yourself. Clicking on a table name in this editor will show all of its fields and records https://www.w3schools.com/sql/trysql.asp?filename=trysql_select_columns Quote Link to post Share on other sites
justsomeguy 1,135 Posted January 18, 2018 Report Share Posted January 18, 2018 Since they call that the "Northwind sample database", that might be the actual Northwind database that comes with MS Access. Quote Link to post Share on other sites
coder007 0 Posted January 18, 2018 Author Report Share Posted January 18, 2018 Thanks a lot Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.