Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can u guyes do it for me (last snap is my previous assignment) i have time till tommorow 2 pm (every thing u need is

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
can u guyes do it for me (last snap is my previous assignment)
i have time till tommorow 2 pm
(every thing u need is in the snapshots)
In the last assignment (1.2) you were asked to propose a database for a business. For this assignment you need to work on the SAME database and make improvements to it to Make sure you do the following: 1- Expand and enhance your database design to include Supertype and Subtype entities (refer to the lesson on Feb 20). You have the choice to decide if the Specialization Hierarchy is Disjoint or Overlapping and if the constraints are partial or Complete. Make sure you apply this to no less than 2 Entities. If in your previous assignment you did not provide any entities that could be I Extended then make sure you add to your Database design entities that could be categorized 2- Improve your database design by make sure your tables are Normalized. (refer to the lesson on Feb 27). To solve this go through the check list provided with this assignment and make sure you have done all the recommendation given to you. Note: This Check list is recommended for your use anytime you design a database 3- Create at least 1 recursive relationship. Data-Modeling Checklist Below is a check list of conditions that you need to account for when you design a database 1. Business rules Properly document and verify all business rules with the end users Ensure that all business rules are written precisely, clearly, and simply The business rules must help identify entities, attributes, relationships, and constraints Identify the source of all business rules, and ensure that each business rule is justified, dated, and signed off by an approving authority 2- Data modeling Naming conventions: all names should be limited in length (database-dependent size) 3- Entity names: Should be nouns that are familiar to business and should be short and meaningful Should document abbreviations, synonyms, and aliases for each entity Should be unique within the model For composite entities, may include a combination of abbreviated names of the entities linked through the composite entity . . . . 4. Attribute names: Should be unique within the entity . . . Should use the entity abbreviation as a prefix Should be descriptive of the characteristic Should use suffixes such as _ID,_NUM, or _CODE for the PK attribute Should not be a reserved word Should not contain spaces or special characters such as @ !, or & 5. Relationship names: Should be active or passive verbs that clearly indicate the nature of the relationship . 6 Entities: Each entity should represent a single subject Each entity should represent a set of distinguishable entity instances All entities should be in 3NF or higher Any entities below 3NF should be justified . Granularity of the entity instance should be clearly defined PR should be clearly defined and support the selected data granularity 7- Attributes: . . Should be simple and single-valued (atomic data) Should document default values, constraints, synonyms, and aliases Derived attributes should be clearly identified and include source(s) Should not be redundant unless this is required for transaction accuracy, performance, or maintaining a history Nonkey attributes must be fully dependent on the PK attribute 8- Relationships: . Should clearly identify relationship participants Should clearly define participation, connectivity, and document cardinality 9. ER model: . . Should be validated against expected processes: inserts, updates, and deletions Should evaluate where, when, and how to maintain a history Should not contain redundant relationships except as required Should minimize data redundancy to ensure single-place updates Should conform to the minimal data rule: All that is needed is there, and all that is there is needed . . In this modern era, Shoping from supermarket is a super market practice, everyone always looking for the place where he or she can get all the products that they need on one place, these places are called supermarkets, here I am designing a database for a supermarket, which provides information about the suppliers, brand, products, customers, orders, order item. Customers supplies Suppliers supplier lo suppliers game supplier_address Supplier phone order Product product_id product_name product_price product descnption Orders order_id Customer_id Customer Address customer d customer name cistomer_phone customer Address order item Brand brand d product_d order_id branded product_d

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2012 Administration

Authors: Adam Jorgensen, Steven Wort

1st Edition

1118106881, 9781118106884

More Books

Students also viewed these Databases questions

Question

How can you defend against SQL injection attacks?

Answered: 1 week ago

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago