subject

ABC Supply Company needs to keep track of their office and computer inventory in order to reduce costs, manage reorder points, and better track item locations within their facilities. They need to track which buildings contain what products and be able to contact the manager of each building to verify inventory and reorder products, when necessary. The New Technology Center (NTC) is a building managed by Ingrid B. Johnson, while the Candice Simms Foundation (CSF) Building is managed by Mary B. Carter. Both managers have access to the central building phone number. Currently, one of the administrative assistants keeps track of office furniture, computers, servers, printers, scanners, printer toner, etc. using a simple spreadsheet. It looks something like this, with just a sample of five of the items tracked:

Item Number Item Name Building Room Number(s) Vendor ID Vendor Name Item Quantity on Hand Item Quantity on Order
231134-678 HP DeskJet 895Cse New Technology Center 325,100 555 Sam’s Supply Store 6 0
342245-225 HP Toner New Technology Center 325 555 Sam’s Supply Store 12 2
254668-449 DT Scanner Candice Simms Foundation Building 123 456 John’s Warehouse 18 1
254678-449 DT Hard Drive Candice Simms Foundation Building 100 987 Electronic Depot, Inc. 4 2
254278-450 DT 400 Cable New Technology Building 100 987 Electronic Depot, Inc. 2 1

follow SQL programs to extract the data to answer these questions:

a. Which items are currently on order and from what vendor?
b. What is the list of inventory (items), along with the location (building and room) and the quantity on hand of each. 3) What is the aggregated count of items in each building? Each room of each building?
c. What is the manager name and phone number of each building and the products stored in that building?
d. What is the aggregated count of all items in all buildings by vendor name?

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 17:00, smartoa
Annie is creating a corporate report for a company’s annual meeting. in the report, she wants to add the signature of various department heads. which device can annie use to capture signatures to include in the report? a. printer b. monitor c. e-reader d. digitizing tablet
Answers: 1
image
Computers and Technology, 22.06.2019 19:20, bob4059
1)consider the following code snippet: #ifndef book_h#define book_hconst double max_cost = 1000.0; class book{public: book(); book(double new_cost); void set_cost(double new_cost); double get_cost() const; private: double cost; }; double calculate_terms(book bk); #endifwhich of the following is correct? a)the header file is correct as given. b)the definition of max_cost should be removed since header files should not contain constants. c)the definition of book should be removed since header files should not contain class definitions. d)the body of the calculate_terms function should be added to the header file.
Answers: 1
image
Computers and Technology, 23.06.2019 14:30, ladawnrowles005
The option enables you to modify a slide element in most presentation applications.
Answers: 2
image
Computers and Technology, 23.06.2019 20:10, banna01man
Leo is a recruitment executive for a large company. he has identified new labor resource requirements in both the marketing and production departments. what should be his first step in recruiting candidates for the positions? a. conduct background checks of candidates b. make job offers c. arrange interviews d. conduct reference checks e. place job ads on job sites
Answers: 1
You know the right answer?
ABC Supply Company needs to keep track of their office and computer inventory in order to reduce cos...

Questions in other subjects:

Konu
English, 23.10.2020 21:30