Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Department ( DeptNo , DeptName, Manager ) Employee ( EmployeelD , EmployeeName, EmployeeAddress, Salary ) Vendor ( VendorNo , VendorName, VendorAddress, PhoneNo, Balance ) Inventory

Department (DeptNo, DeptName, Manager)
Employee (EmployeelD, EmployeeName, EmployeeAddress, Salary)
Vendor (VendorNo, VendorName, VendorAddress, PhoneNo, Balance)
Inventory (ItemNo, Description, CostPrice, SellingPrice, QtyOnHand, Reorder Point)
Cash (AccountNo, BranchName, AccountIype, AccountBalance)
ReceiveRequest (RequestNo, RequestDate, DeptNo*, EmployeeID*, VendorNo*)
PlaceOrder (OrderNo, OrderDate, RequestNo*, VendorNo*, EmployeelD*)
ReceiveOrder (ReceiptNo, ReceiptDate, VoucherNo*, VendorNo*, EmployeelD* DisburseCash (VoucherNo, DisburseDate, AccountNo*, VendorNo*, EmployeelD*, Amount)
Inventory_ReceiveRequest (ItemNo*, RequestNo*, QuantityNeeded, AcceptablePrice)
Inventory_ PlaceOrder (ItemNo*, OrderNo*, tyOrdered, OrderPrice)
Inventory ReceiveOrder (ItemNo*, ReceiptNo*, tyReceived, ItemCondition)
PlaceOrder_ReceiveOrder (OrderNo*, ReceiptNo*, QtyOrdered)
Note: The primary key is underlined whereas the foreign key is marked by an asterisk.
36. The purchasing manager would like to see a listing of all items received by employee ID 674, along with
a. Vendor, PlaceOrder, Inventory_ReceiveOrder
the description of items. EXACTLY which tables must be accessed to answer this query?
b. Inventory, ReceiveOrder, Inventory_ReceiveOrder
c. ReceiveOrder, Inventory_ReceiveOrder
d. Inventory, ReceiveOrder
e. Inventory, Inventory_ReceiveOrder

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Instant Reference

Authors: Gruber, Martin Gruber

2nd Edition

0782125395, 9780782125399

More Books

Students also viewed these Databases questions

Question

Prepare a short profile of Lucy Clifford ?

Answered: 1 week ago

Question

Prepare a short profile of Rosa parks?

Answered: 1 week ago

Question

Prepare a short profile of victor marie hugo ?

Answered: 1 week ago

Question

Which user, represented by an actual name, spent the most?

Answered: 1 week ago

Question

What do you think the ePay Cardholder account is used for?

Answered: 1 week ago

Question

Which date of this dataset had the highest total purchase amount?

Answered: 1 week ago