Computers and Technology

Maria’s pizza – a local pizza shop that provides pizzas for pickup with one location - has hired you to create a database for them to store information about the store and its operations. prior to building the database, you have decided to present the data model to the client for her approval. here are the set of requirements that you have for the data model.

the client would like you to track the employees that they have in their store and the shift that is worked by the employees. they need to keep track of personal information about the employee including their name, phone number, address, social security number and other relevant information. this information does change from time to time as employees occasionally move. the store maintains two shifts, mid-day (11 am – 5 pm) and night (5: 00 pm to 11: 00 pm). employees can work across multiple shifts and shifts have multiple employees that work in that period. shifts also have an employee as a supervisor. therefore, different employees have different shift supervisors depending on which shift they are working – an employee in one shift may be the shift supervisor in another shift during the week.

maria’s pizza would also like this database to tie into their inventory system of food products that they offer. they sell only pizza for pickup, so the ingredients are what they need to keep track of – and all ingredients are tracked by packages of certain ounces (for example flour comes in 400 oz packages, mushrooms come in 64 oz packages, mozzarella cheese comes in 128 oz packages). they need to know the purchase price for each package, and the date of receipt of each shipment, and they update the quantity on hand every night before closing.

maria’s pizza has a single food distributor as its main supplier, but will buy a few items like sausage and fresh tomatoes from other local sources. after conducting inventory every night, they send orders if inventory levels get below certain thresholds. they would like to track the reordering of the different products from the suppliers including the date the re-order was placed, the employee that placed the order, and the scheduled delivery date of that order. products can get re-ordered multiple times and employees can place multiple orders for products. supplier information is also to be stored in the database including the supplier’s contact information, name and address. because the same product can get ordered from multiple suppliers, it is important that the reorder contain information about which supplier that re-order was placed with.

draw a data model for the above scenario.

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 01:30, solikhalifeoy3j1r
In deadlock avoidance using banker’s algorithm, what would be the consequence(s) of: (i) a process declaring its maximum need as maximum possible for each resource. in other words, if a resource a has 5 instances, then each process declares its maximum need as 5. (ii) a process declaring its minimum needs as maximum needs. for example, a process may need 2-5 instances of resource a. but it declares its maximum need as 2.
Answers: 3
image
Computers and Technology, 23.06.2019 02:30, jalaholmes2027
Three out of five seniors remain undecided about a college major at the end of their senior year.
Answers: 3
image
Computers and Technology, 23.06.2019 07:30, Braxtonw875
What part of the interface displays the external references contained in a selected cell? the status bar the review tab the scroll bar the formula bar
Answers: 1
image
Computers and Technology, 23.06.2019 15:30, jasssp
Write a program in plp assembly that counts up by one starting from zero (or one) inside a loop and writes this value to the leds every time the value is increased. the memory address of the leds is 0xf0200000. the table below shows the meaning and an example usage of the instructions covered in the video, plp instructions for project 1. instruction example usage meaning load immediate li $t0, 8 register $t0 is set to the value, 8. store word sw $t2, 0($t1) the value in register $t1 is used as the memory address. the value in register $t2 is copied into this memory address. add addiu $t4, $t3, 29 register $t4 is assigned the sum of 29 and the value in register $t3. jump j your_label_name the program jumps to the line following the label, "your_label_name: ". label your label name: defines a label called "your_label_name: " that can be jumped to
Answers: 2
Do you know the correct answer?
Maria’s pizza – a local pizza shop that provides pizzas for pickup with one location - has hired you...

Questions in other subjects:

Konu
Arts, 15.01.2020 05:31