Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
Suppose that we have the following four tuples in a relation S with three attributes ABC: (1,2,3), (4,2,3), (5,3,3), (5,3,4). Which of the following functional (-->) and multivalued (-->>) dependencies can you infer does not hold over relation S?
a) A-->B
b) A-->>B
c) BC-->A
d) BC-->>A
e) B->C
f) B-->>C
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 3 steps
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
- Consider a relation T with seven attributes ABCDEFG where AB is a composite primary key for T. Assume T has the following functional dependencies: AB -> CDEFG L A-> CEF F-> E In what normal form is relation T? Explain why? I Is it possible to decompose T into a number of relations in order to achieve a higher normal form? Explain how and show tables. 券arrow_forwardSolve the following:arrow_forwardLet W(A, B) and Q(C,D) be two relation schemas. Let r₁ and r2 be the corresponding relation instances. B is a foreign key that refers to C in r2. Assuming that all tuples in r₁ and r2 satisfy referential integrity constraints, which of the following is ALWAYS TRUE? (А) Пв (г1) - Пс (rz) =Ø (B) IIc (₂)-118 (1₁) = 0 (С) Пв (г1 ) = Пс (12) (D) Пв (r1 ) - Пс (12) +Ø OB OD OA O Carrow_forward
- Suppose you are given a relation R = (A,B,C,D,E) with the following functional dependencies: {CE -> D,D -> B,C -> A}. Identify the best normal form that R satisfies (1NF, 2NF, 3NF). Explain Whyarrow_forward3. Consider the relation schema R = (A,B,C,D). For each of the following set of FDs, do the following: (a) identify the candidate keys for R. (b) state whether or not the proposed decomposition of R is lossless join and dependency preserving. Justify your answers. 1. B→C, A→D; decompose into (B,C) and (A,D). 2. AB→D, D→A, D→C; decompose into (A,C,D) and (B,D). 3. A→BC, C→AD; decompose into ABC and AD. 4. A→B, B→C, C→D; decompose into AB and ACD. 5. A→B, BC, C→D; decompose into AB, AD and CD.arrow_forwardIn the BCNF decomposition algorithm, suppose you use a functional dependency α → β to decompose a relation schema r(α, β, γ) into r1(α, β) and r2(α, γ). Give an example of an inconsistency that can arise due to an erroneousupdate, if the foreign-key constraint were not enforced on the decomposedrelations above.arrow_forward
- Give all the keys of R if the functional dependencies on R in each of the following casesarrow_forwardConsider the universal relation: R = (A, B, C, D, E, F, G, H, I, J) and the set of functional dependencies: A, B -> C B, D -> E, F A, D -> G, H A -> I H -> J What is the key for R? And Decompose R into 2NF, and then into 3NF relations.arrow_forwardConsider the relation R(A,B,C,D,E,F,G) with the following functional dependencies: A-CDE, BF. Decompose the relation R to prevent the redundancy problems.arrow_forward
- p.609, icon at Example 2 # 2. Let A be the set of all points in the plane with the origin removed. That is, Define a relation on A by the rule: A = {(x, y)|x, y = R} - {(0,0)}. (a, b)R(c, d) ↔ (a, b) and (c, d) lie on the same line through the origin. (a) Prove that R is an equivalence relation. (b) Describe the equivalence classes arising from the equivalence relation R in part (a). (c) If A is replaced by the entire plane, is R an equivalence relation?arrow_forwardThe following digraph represents a relation R. a C b d List the ordered pairs in the relation. R = { }.arrow_forwardConsider the relation R with the following functional dependencies: R(P,Q,R,D,E,F) FD = {P →Q,QR → D,E → R, D → P} Which of the following are the candidate keys? (a) PF, QF. (b) PF, QF, RF (c) PEF, QEF, DEF (d) PEF, QFRarrow_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