Northwind database schema: * Region(regionID: PK, regionDescription) regionID * Orders(orderID: PK, customerID, employeeID, orderDate, requiredDate, shippedDate, * shipVia, freight, shipName, shipAddress, shipCity, shipRegion, shipPostalCode, shipCountry) * Order_Details(orderID: PK, productID: PK, unitPrice, quantity, discount) * Categories(categoryID: PK, categoryName, description, picture) * Employees(employeeID: PK, lastName, firstName, title, titleOfCourtesy, birthDate, hireDate, * address, city, region, postalCode, country, homepage, extension, photo, notes, reportsTo, photoPath) * EmployeeTerritories(employeeID: PK, territoryID: PK) * Territory(territoryID: PK, territoryDescription, regionID) * Customers(customerID: PK,
Northwind Database Schema Region Regionid Pk Regiondescription Regionid Orders Orderid Pk Q37235427
OR
OR