Department (DeptNo, DeptName, Office, Phone)
Employee (EmpNo, FirstName, LastName, JobTitle, HireDate, Salary, MgrNo, Deptno)
Customer (CustNo, CompanyName, Street, City, State, Zip, Phone, CreditLimit, AcctRepNo)
CustomerOrder (OrderNo, OrderDate, ShipDate, CustNo)
OrderLine (OrderNo, ProductNo, Quantity, ActualPrice)
Product (ProductNo, Description, QtyOnHand, MinStockLevel)
Price (ProductNo, StartDate, EndDate, StdPrice, MinPrice)
• Use SQL Server Management Studio and the database described above to create the queries described on the next page. Do not add anything to the queries beyond what is explicitly stated.