For our Expenditure (Purchases-Payments) cycle, we want to store the following data about our purchases of inventory: item number date of purchase vendor number vendor address vendor name purchase price quantity purchased employee number employee name purchase order number description quantity on hand extended amount total amount of purchase a. Semantically create a conceptual design (entity-relationship diagram) with max cardinalities. b. Design a set of properly normalized relational tables to store the data, using the following format: Table Name Primary Key Foreign Key(s)(?) Other non- key attributes.


3. Entity Relationship Diagram (Conceptual Model)






For our Expenditure (Purchases-Payments) cycle, we want to store the following data about our purchases of...
The BusyB Company wants to store data about its employee skills. Each employee may possess one or more specific skills, and several employees may have the same skill. Include the following facts in the database: date hired date of birth date skill acquired employee name employee number pay rate skill name skill number supervisor Design a set of relational tables to store these data. Identify the primary key for each table, and identify any needed foreign keys
Questlon 2: Relationships -20 marks Consider the following 3NF relations about a sorority or fraternity: MEMBER(Member_ID, Name, Address, Dues_ Owed) OFFICE(Office_Name, Officer_ID, Term_Start_Date, Budget) EXPENSE(Ledger_Number, Office Name, Expense_Date, Amt_Owed) PAYMENT(Check_ Number, Expense_Ledger Number, Amt Paid) RECEIPT(Member_ID, Receipt_Date, Dues_Received) COMMITTEE(Committee ID, Officer_in_Charge) WORKERS(Committee_ID, Member_ID) Foreign keys are not indicated in these relations. Decide which attributes are foreign keys and justify your decisions. (6 marks) Draw an E-R diagram for these relations, using your answer in part a. (6 marks) Explain the...
You are asked to design a data model for The Wagging Tail, an online store that sells products for dogs, e.g. dog collars, dog food, dog toys, dog treats, etc. You want to keep track of three entities: (1) the products that the store sells, (2) customers who purchase the products, and (3) the orders that are made on the website. Draw an ERD diagram and use the following information to help guide your drawing: The database should keep track...
I need help creating an ERD using this information. PURCHASING DATA (Option #1): 1. Purchase Requisition a. Requesting Department Number b. Requesting Manager Employee Number c. Requisition Type (stock / non-stock) d. Date e. Remarks (free-format text) f. Suggested Vendor Name g. Suggested Vendor Contact Name h. Suggested Vendor Contact Phone i. Suggested Vendor E-mail j. Suggested Vendor Address k. Body of the Purchase Requisition (multiple lines): i. Item code (internal) ii. Item code (suggested vendor) iii. Quantity requested iv....
Prepare an entity-relationship (ER) diagram using MySQL Workbench for the user requirements described below. Be sure that your ER diagram has the following elements: entities; relationships between entities; primary and foreign keys, and other necessary columns for each entity. Global Trading (GT) is a wholesale business that sells a variety of products; its customers are other businesses. Also GT's vendors are other businesses. GT has the following business rules for the database that the company wants you to design: -A...
เล. SYSTEM DOCIENTATON--EXPENDITURE CYCLE (MANUAL PROCEDURES) The folowing describes the expenditure cycle manual procedures for a hypothetical company. The inventory control clerk examines the inventory records for items that must be replenished and prepares a two- part purchase requisition Copy 1 of the requisition is sent to the purchasing department, and Copy 2 is fied. Upon receipt of the requisition, the purchasing clerk selects a supplier from the valid vendor file (reference fie) and prepares a three part purchase order...
Why does Figure 4 show only one cash resource entity if
Fred’s Train Shop uses a general operating checking account for
purchases of inventory, supplies, and operating expenses such as
rent but also uses a separate imprest checking account for
payroll?
Figure 4 is the image below:
Integrated REA Diagram for Fred's train shop
Take a look at Figure 4 and Table 1. Why do the
Inventory, Cash, Customers, and Suppliers agent & resource
tables all have an attribute that...
Think about data collected and used by Netflix. (You may select more than one answer. Single click the box with the question mark to produce a check mark for a correct answer and double click the box with the question mark to empty the box for a wrong answer. Any boxes left with a question mark will be automatically graded as incorrect.) Required: a. Identify three tables that would contain customer or subscription data. Customer table Cash receipt table Payment...
Given the following requirements: we need to construct a database that manages the hospital data. The hospital contains four departments (Department of Internal Medicine, Orthopedic department, pediatric department, surgery department), each department has several doctors; each department receives and treats several patients. Each doctor has an ID number (unique); Full Name; Gender; Department ID number, each patient has an ID number (unique); Full Name; Gender; Department ID number; Condition (admitted or not), The doctor in charge; the described medications (serial...
Given the following relational database schema (primary keys are bold and underlined). Answer questions 2.1 to 2.4 Orders(orderld, customerld, dateOrdered, dateRequired, status) Customer(customerld, customerLastName, customerStreet, customerCity, customerState, customer Lip OrderDetails(orderld.productld, quantity, lineNumber, amount) Products(productld, name, description, quantity, unitPrice) Account(accountNumber, customerld, dateOpened, creditCard, mailingStreet, mailingCity, mailingState, mailingZip) 2.1 (2 Points) List all possible foreign keys. For each foreign key list both the referencing and referenced relations. 2.2 (2 Points) Devise a reasonable database instance by filling the tables with data of...