Question
Project: Relational Modeling Note: This project must be unique in its design (E-R diagram) and implementation (SQL queries). You are not to copy or use
Project: Relational Modeling Note: This project must be unique in its design (E-R diagram) and implementation (SQL queries). You are not to copy or use any part of a database project that was previously submitted or appears on the Web, in a textbook, or otherwise made available via an external source. Contact your instructor if you have any questions regarding this requirement.
Deliverables for Part 1: (1) Project Description.
Provide an overview of your project identifying the major components as part of a database design. The format is an executive summary to be presented to management for review.
(2) Entity-Relationship Diagram.
Use the entity-relationship diagram (crow's foot) notation to design your database system. Be sure to: (1) identify entity types; (2) describe relationships between or among entity types; (3) identify modality and cardinality for each relationship; (4) identify associative entities and intersection data; and (5) label primary and foreign key attributes.
Your entity-relationship diagram will have a minimum of six (6) entity types of which at least two (2) are associative entities with intersection data. The E-R diagram is accompanied by a brief explanation of each component in the entity-relationship model.
Note: You can use Microsoft Visio, Word, PowerPoint, or Access as a diagramming tool. Please obtain approval from your instructor regarding the use of other diagramming tools
Deliverables for Part 2:
SQL Data Definition Language.
Create a base table. Write the SQL to create a table based on one of your entities. Be sure to identify the primary key as part of your SQL syntax
Create a view. Write the SQL to create a view on the base table
Show the base tables with data. Show a base table along with six rows containing data for three entities in your entity-relationship diagram. (Display each table in the form of an MS Word table.)
SQL Data Manipulation Language (insert, update, and delete).
Insert a row. Write a SQL query to insert a row into one of your base tables
Update a row. Write a SQL query to change a data value in the inserted row.
Delete a row. Write a SQL query to delete the row from your base table
SQL Data Manipulation Language for data retrieval. For 3.1 through 3.7, write the SQL query AND show the output using the data in your base tables.
Write a SQL query using a comparison operator (e.g., =, >, <)
Write a SQL query using the AND or OR operator
Write a SQL query using the BETWEEN or LIKE operator
Write a SQL query using a built-in function
Write a SQL query using the GROUP BY clause
Write a SQL join query using two or more base tables
Write a SQL subquery using two or more base tables
Deliverables for Part 3: For the database concept you have chosen for Parts 1 and 2, provide the following:
Display your entities/tables in first normal form (1NF)
Display your entities/tables in second normal form (2NF)
Display your entities/tables in third normal form (3NF)
You may need to rework your relationships to achieve this. For each form, provide the tables and the defining associations.
Next, define three (3) business processes that will access a particular table and attribute. For example: A customer login process will require accessing the CUSTOMER table and retrieving the CustomerID and CustomerPassword attributes. Provide detail on what the business process is and who is involved. For each business process, provide the SQL that would need to be run to access it in the first, second, and third normal forms you provided in the previous section.
Finally, choose a database optimization strategy, whether physical or logical, and describe how it could potentially benefit any or all of your normal form examples. Provide a comparison between a use case with and without this strategy implemented.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started