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
Concept explainers
Question
thumb_up100%
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 2 steps with 2 images
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 relation R(A, B, C, D, E, F), the following functional dependencies exist: B --> C, DD --> F a) What normal form is the relation R in? b) Normalize relation R to 3NF. You only need to show the final relation schemasarrow_forward11 of 40 Consider the following Relation instance of Students: ID firstNamelastName GPA Address 123 Albertson Albertson 3.5 888 CDN 234 Mary Albertson 4.2 759 St. Catherine Est. 345 Smith Smith 2.9 105 Queen Mary 456 Theodore McDonald 3.7 208 Jean Talon West 567 Jean Mary 3.9 950 Des Laurentides 678 Junior Junior 4.1 326 St. Martin West How many records will be in the result of the following SQL Query? Select ID, firstName From Students S Where firstName = lastName and firstName NOT IN ( Select lastName From Students Where ID S.ID); Answer:arrow_forwardConsider a relation schema R = {A, B, C, D, E} and its functional dependency set F = {A → B,CD → E,B →D,E → A}. Compute A+ and choose the answer.(a) A+ = AB(b) A+ = ABC(c) A+ = ABCD(d) A+= ABCDE(e) none of the abovearrow_forward
- This question concerns the logical design of a relation schema LOAN describing the borrowing of a book at a library. If a tuple is in this relation, it means that a specific copy with identifica- tion number catalogNo has been borrowed by a library member with identification number memberNo on dateOut (borrowing day) and has been returned on dateReturn (return day). If the book has not yet been returned dateReturn is null. LOAN (catalogNo, dateOut, memberNo, dateReturn) (a) What would the following functional dependency mean? { dateOut, memberNo} → dateReturn (b) Give all full functional dependencies for schema LOAN, assuming that a book can be borrowed just once per day, that members can borrow many books on any given day, and that members can borrow the same book several times.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_forwardGiven relation R(u, y, c, d, e, f, w) where there are two keys: {y,c} and {w}. Given a set of functional dependencies F = {fd1: {y,c} -> {u,d,e,f,w}, fd2: u -> c, fd3: w -> {u,y,c,d,e,f}}. Is R in 3NF? Explain why.arrow_forward
- The distinction between a weak and a strong entity collection has to be clarified.arrow_forwardFaculty (facultyNum, deptNum, officeNum, rank, dateHired, salary) ● Where: officeNum deptNum rank, dateHired → salary What is the highest normal form that the above relation satisfies? Decomposition into BCNF:arrow_forwardSelect all binary relation properties that apply to the following relation: Equal magnitude: |x| = lyl O antisymmetric O reflexive O symmetric O transitivearrow_forward
- Give all the keys of R if the functional dependencies on R in each of the following casesarrow_forwardQUESTION 6 Consider the following functional dependencies for a relation R(A, B, C, D) A -> (B, C, D), (A, D) -> (B, C) (C, D) -> (A, B) Identify the candidate key(s). O {C, D} O {A}, {C, D}, {A, D} O {A}, {C,D} O Aarrow_forwardConsider the relation scheme R (A, B, C, D, E) and the set of functional dependencies F = { A → ВС; CD — E; В — D; E — А} on R. Find closure set of functional dependencies (F)+. What is the key for R?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