0% found this document useful (0 votes)
84 views1 page

North Winder Diagram

Uploaded by

Eddy Carrión
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views1 page

North Winder Diagram

Uploaded by

Eddy Carrión
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Data Masker for SQL Server

Northwind Sample Database - Entity Relationship Diagram

CUSTOMERDEMOGRAPHICS CUSTOMERCUSTOMERDEMO CUSTOMERS

customertypeid nchar(10) customerid nchar(5) customerid nchar(5)


customerdesc ntext customertypeid nchar(10) companyname nvarchar(40)
contactname nvarchar(30)
contacttitle nvarchar(30)
address nvarchar(60)
city nvarchar(15)
region nvarchar(15)
postalcode nvarchar(10)
country nvarchar(15)
SHIPPERS phone nvarchar(24)
fax nvarchar(24)
shipperid int
companyname nvarchar(40)
phone nvarchar(24)

EMPLOYEES

employeeid int
lastname nvarchar(20)
ORDERS firstname nvarchar(10)
title nvarchar(30)
orderid int titleofcourtesy nvarchar(25)
ORDER DETAILS customerid nchar(5) birthdate datetime
employeeid int hiredate datetime
orderid int orderdate datetime address nvarchar(60)
productid int requireddate datetime city nvarchar(15)
unitprice money shipdate datetime region nvarchar(15)
quantity smallint shipvia int postalcode nvarchar((10)
discount real freight money country nvarchar(15)
shipname nvarchar(40)
shipaddress nvarchar(60)
shipcity nvarchar(15)
shipregion nvarchar(15)
EMPLOYEETERITORIES
PRODUCTS
employeeid int
productid int territoryid nvarchar(20)
productname nvarchar(40)
supplierid int
categoryid int
quantityperunit nvarchar(20)
unitprice money
unitsinstock smallint
unitsonorder smallint TERITORIES
reorderlevel smallint
discontinued bit territoryid nvarchar(20)
territorydescription nchar(50)
regionid int

SUPLIERS CATEGORIES

supplierid int categoryid int


companyname nvarchar(40) categoryname nvarchar(15)
contactname nvarchar(30) descripition ntext
conatacttitle nvarchar(30) picture image REGION
address nvarchar(60)
city nvarchar(15) regionid int
region nvarchar(15) regiondescription nchar(50)
postalcode nvarchar(10)
country nvarchar(15)
phone nvarchar(24)
fax nvarchar(24)
homepage ntext

Copyright © 2008 Net 2000 Ltd.


NorthwindERDiagram.doc
v002

You might also like