Lab 2: Design Lab
Purpose:
Create a sample ER diagram for database design.
Deliverables:
A Microsoft Visioor Word drawing of the design: draw tables with table title, primary key(s), foreign key(s) and relationships (using connections) specified properly; you are also supposed to bold or indicate the required columns/fields for each table. If you need to, a brief explanation of your design.[1]
Steps:
Create a sample DB design for a small bakery. The bakery is interested in keeping track of its customers, suppliers, products, ingredients and sales. Bakery sells their products to the customers. Bakery uses the ingredients to create their products. Suppliers provide the ingredients to the bakery.
[1] This is optional - at most, a paragraph or two - very short, only listing the NON-obvious choices.
[2] Think about what data makes sense for the business problem and select the fields that make the most sense. Expected design scope is somewhere around 7-10 tables, 2-6 or so fields/table on average – your design does not need 100 of fields, but it does need to be able to function on its own.


Lab 2: Design Lab Purpose: Create a sample ER diagram for database design. Deliverables: A Micros...
The lab for this week addresses taking a logical database design (data model) and transforming it into a physical model (tables, constraints, and relationships). As part of the lab, you will need to download the zip file titled CIS336Lab3Files from Doc Sharing. This zip file contains the ERD, Data Dictionary, and test data for the tables you create as you complete this exercise. Your job will be to use the ERD Diagram found below as a guide to define the...
please use dia to draw the e-r diagram to create Entity -
Relationship Diagrams
then use MS access
This project requires you to create a database design. Your design will be documented in a set of Entity-Relationship Crow's Foot diagrams using the representation as shown in the lecture materials. Draw a set of Entity-Relationship diagrams to model the following scenario. The Maggs Realty Company wants to track the Sales Offices that they have across all of Ontario They are interested...
CREATE an ER diagram for Home Depot. You should have a notion for products (models, features, serial number, description, etc …), suppliers, warehouses, contractors, employees, managers and anything else that you believe Home Depot would need to use to run their business. Be detailed! You MUST specify multiplicities -> many-many, many-one, one-one Be sure to specify keys Our database should be able to model the following data: Employees – come up with pertinent data to store for an employee based...
Need help answering these We will do this one as a Word document or pencil and paper. The instructor will tell you how it is to be turned in when it is assigned. The instructor may also adjust the exercise's weight in points for Canvas. I expect that it will be either a Word document or a well drafted, neat pen and paper drawing. 1) Design a database diagram for a product orders database with four tables. Indicate the relationships...
SQL
Background:
Premiere Products database team is working on storing the
information contained in the order invoice form in a databases
table. Looking at what data is captured in the order form, they
came up with the following table description using DBDL (DataBase
Design Language).
ORDER_INVOICE (InvoiceNum, Date, CustomerNum, CustomerName,
Street, City, State, Zip, RepNum, RepFirstName, RepLastName,
(ItemNum, Description, QtyOrdered, QuotedPrice))
Assumption:
-Each order transaction is identified uniquely by
InvoiceNum.
-Customer may order multiple times and an order may contain...
Part I. Create a library check-out database using Microsoft SQL Server that stores data about books, patrons, and the check-out process. Books (BookID, BookName, Author, YearPublished) Patrons (PatronsID, PatronsName, PatronsAddress, PatronsBirthday) CheckInOut (TransactionID, PatronID, BookID, CheckOutDate, NumDay, ReturnDate, Late, Fees, Paid) - the NumDay field contains the number of days patrons can keep the book, if the return date is over the number of day, then the Late field will have a Y value and a fee of $1.00 per...
Project Steps: 1. Database Design 1.1. Design and create a database in third normal form based on the following requirements: • Each Job is for a specific customer and there can be more than one job per customer. • The name and address must be tracked for each customer. • Each job is described by up to 2000 characters. • Each job has a status of ‘open, ‘in process’, or ‘complete’. • Each job has a start date and end...
1) Create Conceptual Schema Diagram
2) Create a fully attributed Loagical Data Model Diagram
3) Create the SQL script that will generate the data model
Develop an EER model for the following situation using the traditional EER notation, the Visio notation, or the subtypes inside supertypes notation, as specified by your instructor: Wally Los Gatos and his partner Henry Chordate have formed a new limited partnership, Fin and Finicky Security Consultants. Fin and Finicky consults with corporations to determine their...
For this set of Review Questions, we will create and use a database for the Wedgewood Pacific Corporation (WPC) that is similar to the Microsoft Access database we created and used in Chapters 1 and 2. Founded in 1957 in Seattle, Washington, WPC has grown into an internationally recognized organization. The company is located in two buildings. One building houses the Administration, Accounting, Finance, and Human Resources departments, and the second houses the Production, Marketing, and Information Systems departments. The...
Reference Textbook: Dorf, Richard C. and Byers, Thomas H. (2019)
Technology Ventures From Idea to Enterprise, Fifth Edition,
McGraw-Hill. ISBN: 978-1-259-87599-1. Case study3: Chapters 1-4
each contain a section entitled Venture Challenge. Answer the
questions for the following venture: As we know, Global Industries
encourages its employees to research applications of 3-D
prototyping. Imagine, as a research employee, you have invented a
method of using a robot and a 3D prototype to make pizzas in pizza
restaurant settings. Your robotic...