Hello dears,
I am working on a study project—specifically a REST API—and using the Northwind model to illustrate the concepts.
I would like to understand the CustomerCustomerDemo and CustomerDemographics tables—specifically their purpose and context within the database. After running the instnwnd.sql script (from https://github.com/microsoft/sql-server-samples/blob/master/samples/databases/northwind-pubs/instnwnd.sql) on my database, I noticed these tables remained unpopulated; I simply want to know what they are for and how they are used.
If you could help, as only this detail is missing to complete the project.
Hello dears,
I am working on a study project—specifically a REST API—and using the Northwind model to illustrate the concepts.
I would like to understand the
CustomerCustomerDemoandCustomerDemographicstables—specifically their purpose and context within the database. After running theinstnwnd.sqlscript (from https://github.com/microsoft/sql-server-samples/blob/master/samples/databases/northwind-pubs/instnwnd.sql) on my database, I noticed these tables remained unpopulated; I simply want to know what they are for and how they are used.If you could help, as only this detail is missing to complete the project.