Northwind database structure
Published 03 November 2024
The Northwind database has a relatively simple database schema, consisting of 13 linked tables.
For this example, we're going to focus on customizing the anonymization of data in some of the tables.
Table | Columns |
---|---|
Customers | CompanyName ContactName |
Shippers | CompanyName |
Suppliers | CompanyName ContactName ContactTitle HomePage |
Terrortories | TerriitoryDescription |