97%(165)160 out of 165 people found this document helpful
This preview shows page 5 - 8 out of 14 pages.
19) Which of the following functional dependencies in the table FLIGHT is an augmented functional dependency?A) FlightID, Date --> NoOfPassengersB) FlightID --> OriginC) FlightID --> DestinationD) FlightID, Date --> OriginAnswer: DDiff: 2 Page Ref: 97-9920) What type of functional dependency does NOT exist in the table FLIGHT?DDiff: 3 Page Ref: 99-10221) Table FLIGHT is:BDiff: 3 Page Ref: 105-10922) Normalizing table FLIGHT to 3NF will result in: BDiff: 2 Page Ref: 105-1095
DOCTORObserve the table DOCTOR:DOCTORDoctorIDNameDateOfMDGraduationNumberOfPatients D111John1/1/1999100D222Tina1/2/2003117D333Ellen1/1/2001117D444Tina1/1/2003144This table will be used for the following questions citing table DOCTOR.23) What type of functional dependency exists in the table DOCTOR?A) TrivialB) PartialC) TransitiveD) All of the aboveAnswer: ADiff: 3 Page Ref: 99-10224) Table DOCTOR is:DDiff: 3 Page Ref: 105-10925) Normalizing table DOCTOR to 3NF will result in: ADiff: 2 Page Ref: 105-1094.2 True/False Questions1) Update operations are also referred to as readoperations.Diff: 1 Page Ref: 912) A nonkey column is a column in a relation that is not a primary or a candidate key column.Diff: 1 Page Ref: 956
3) An insertion anomaly occurs when a user who wants to insert data about one real world entity is forced to enter a unique value about it.Diff: 1 Page Ref: 954) If A, B, C, and D are columns of the table whose composite primary key is A, Bwhile C and D are nonkey columnsthen B --> C is a partial functional dependency.Diff: 2 Page Ref: 101-1025) If A, B, C, and D are columns of the table whose composite primary key is A, Bwhile C and D are nonkey columnsthen B --> D is a transitive functional dependency.Diff: 2 Page Ref: 101-1026) If A, B, C, and D are columns of the table whose composite primary key is A, Bwhile C and D are nonkey columnsthen C --> D is a transitive functional dependency.Diff: 2 Page Ref: 101-102