Modern Database Management (12th Edition)
12th Edition
ISBN: 9780133544619
Author: Jeffrey A. Hoffer, Ramesh Venkataraman, Heikki Topi
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
Chapter 4, Problem 4.34PAE
Program Plan Intro
(a)
Conversion of the given table in 1NF.
Program Plan Intro
(b)
List of the functional dependencies in the PART SUPPLIER and fund the candidate key.
Program Plan Intro
(c)
Identification of insert anomaly, delete anomaly and modification anomaly for the relation PART SUPPLIER.
Program Plan Intro
(d)
Drawing of a relational schema for PART SUPPLIER with functional dependencies.
Program Plan Intro
(e)
To identify:
A normal form in the relation.
Program Plan Intro
(f)
Development of 3 NF relations from PART SUPPLIER.
Program Plan Intro
(g)
To show: The 3 NF relations using Microsoft Visio.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
Informally describe the conditions to be met for a relation to be in Second Normal Form.
In terms of functional dependency, describe why the following CUSTOMER_PURCHASE relation is not in second normal form. This table describes every instance of an individual Customer purchasing a Product.
How would this relation suffer from Update Anomalies?
CUSTOMER_PURCHASE
(CUSTOMER_ID, PRODUCT_ID, PURCHASE_DATE, PURCHASE_AMT, PRODUCT_DESCRIPTION, CUSTOMER_NAME) Note the relation’s primary key is underlined
NORMALIZATION EXERCISE
Based on the given relation schema below, perform normalization up to 3NF. Write your answer in below space
ORDER (Order_ID,Date,Cust_ID,Cust_Name,State,City,ItemNO,ItemDescription,ItemPrice,Quantity)
1NF
2NF
3NF
Display in product ID order the product ID and total amount ordered of that product by the customer who has bought the most of that product; use a derived table in a FROM clause to answer this query.
Chapter 4 Solutions
Modern Database Management (12th Edition)
Ch. 4 - Prob. 4.1RQCh. 4 - Prob. 4.2RQCh. 4 - Prob. 4.3RQCh. 4 - Describe the primary differences between the...Ch. 4 - Summarize six important properties of relations.Ch. 4 - Describe two properties that each candidate key...Ch. 4 - Describe the three types of anomalies that can...Ch. 4 - Demonstrate each of the anomaly types with an...Ch. 4 - Fill in the blanks in each of the following...Ch. 4 - What is a well-structured relation? Why are...
Ch. 4 - Prob. 4.11RQCh. 4 - Describe how the following components of an E-R...Ch. 4 - Prob. 4.13RQCh. 4 - Prob. 4.14RQCh. 4 - Briefly describe four typical problems that often...Ch. 4 - Prob. 4.16RQCh. 4 - Explain how each of the following types of...Ch. 4 - Prob. 4.18RQCh. 4 - Prob. 4.19RQCh. 4 - Prob. 4.20RQCh. 4 - Prob. 4.21RQCh. 4 - What is the relationship between the primary key...Ch. 4 - Prob. 4.23RQCh. 4 - Explain what can be done with primary keys to...Ch. 4 - Prob. 4.25RQCh. 4 - Explain three conditions that suggest a surrogate...Ch. 4 - Prob. 4.27RQCh. 4 - For each of the following E-R diagrams from...Ch. 4 - Prob. 4.29PAECh. 4 - Prob. 4.30PAECh. 4 - For your answers to the following Problems and...Ch. 4 - Figure 4-3212 shows a class list for Millennium...Ch. 4 - Prob. 4.33PAECh. 4 - Prob. 4.34PAECh. 4 - Prob. 4.35PAECh. 4 - Prob. 4.36PAECh. 4 - Prob. 4.37PAECh. 4 - Prob. 4.38PAECh. 4 - For your answers to the following Problems and...Ch. 4 - Transform Figure 2-15a, attribute version, to 3NF...Ch. 4 - Prob. 4.41PAECh. 4 - Prob. 4.42PAECh. 4 - Prob. 4.43PAECh. 4 - Prob. 4.44PAECh. 4 - For your answers to Problem and Exercise 3-33 from...Ch. 4 - Prob. 4.46PAECh. 4 - Prob. 4.47PAECh. 4 - Figure 4-38 includes an EER diagram for a...Ch. 4 - Prob. 4.49PAECh. 4 - Prob. 4.50PAECh. 4 - Prob. 4.51PAECh. 4 - Prob. 4.52PAECh. 4 - Figure 4-40 shows an EER diagram for a university...Ch. 4 - Explore the data included in Table 4-9. Assume...Ch. 4 - Prob. 4.55PAECh. 4 - Prob. 4.56PAECh. 4 - Prob. 4.57PAECh. 4 - Prob. 4.58PAE
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- Given the following relation vendor order (vendor no, order no, vendor name, qty supplied , price/unit) the second normal form relations arearrow_forwardPLZ help with the following: Consider the following relations: Suppliers (Snumber, sname, address) Parts (Pnumber, pname, color) Catalog (Snumber, Pnumber, Qty) Find the suppliers names who supply the part number 7with quantity greater than 50. Select one: a. πSname(σPnumber=7 (Parts)) b. πSname(σPnumber=7 and Qty>50 (Catalog)) c. None of the above d. πsname(σPnumber=7 and Qty>50 (Catalog) (Parts))arrow_forwardERD for Sales Order Step 1. Draw an ER diagram for the story below. Use the ERD tool only. Draw Relations in Oracle notation. Please read the story carefully. Use the mentioned Entities ONLY. The company sells various Products to Customers. The Sales Agent books an Order. A new order is created for each Product. While booking an Order, Agent records Order Date, Product, Customer, Product Quantity, and Sales Agent. Product has Description and UnitPrice. Each Agent reports to a Manager. A Manger has a Nameand Commission Percent. NOTE: Total Amount is a calculation, doesn't belong to Order Step 2. Add Attributes to Sales Order ERD based on Rules of Normalization.arrow_forward
- This question is based on the following relation and sample data, where Employee Social Security Number is the Primary Key: Employee Social Security Number Employee Family Name Department Number Department Name Department Extension 123 Smith 5 Research 2800 333 Wong 5 Research 2800 999 Zelaya 4 Admin 2801 987 Wallace 4 Admin 2801 888 Borg 1 HQ 2799 Identify the direct functional dependencies in the relation above. You should assume the sample data is representative. In what normal form is the relation? You must justify your answer by explaining why the relation is in the normal form you are claiming. Using the relation above, give an example of a deletion anomaly that may occur. Convert the relation into a set of relations in at least Third Normal Form, clearly indicating the primary and foreign keysarrow_forwardFor developing our queries, we will be using the following relational schema: Student(SID, name, username, major) Course(cname, description, department, weight) Offering(OID, cname, year, term, duration) Enrolled(SID, OID, grade) A course relation is the generic description of a course which is offered by a department. The offering relation is the specific instance of a course being taught in a given term, and is the entity which will be associated with the student enrollment. Students are enrolled in these offerings and achieve a mark. Express each of following queries in Relational Algebra: | Write a relational algebra query which will list the cname and description of all the courses which are being offering in the Fall 2018 term. 2 Write a relational algebra query which will list the name of all the students who have earned 60% in both 'COSC2P12' and 'COSC2P13'.arrow_forwardPLz help with the following: Translate your ER diagram into a relational schema in the form of SQL DDLs. Choose appropriate data types for each attribute and include primary key and foreign key constraints, Check and Not Null constraints.arrow_forward
- Based on the above Relations/Tables, write description of violations of each of the 3-constrains in the table given below: Just answer without explanation please.arrow_forward2. What is the minimum level of normal form for a relation with only one non- prime attribute? 2NFarrow_forwardI need the answer as soon as possiblearrow_forward
- In SQL, foreign key constraints can reference only the primary key attributes ofthe referenced relation or other attributes declared to be a superkey using theunique constraint. As a result, total participation constraints on a many-to-manyrelationship set (or on the “one” side of a one-to-many relationship set) cannotbe enforced on the relations created from the relationship set, using primarykey, foreign key, and not null constraints on the relations. Explain whyarrow_forwardNormalize the following given data to 1/2/3 NF. State the relations schema after everynormalization.arrow_forwardUsing normalisation, depict the relationship schema of the 2NF tables. State the respective primary keys.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education