Exam 4: Update Operations, update Anomalies, and Normalization
Exam 1: Introduction57 Questions
Exam 2: Database Requirements and ER Modeling100 Questions
Exam 3: Relational Database Modeling100 Questions
Exam 4: Update Operations, update Anomalies, and Normalization100 Questions
Exam 5: SQL100 Questions
Exam 6: Database Implementation and Use55 Questions
Exam 7: Data Warehousing Concepts48 Questions
Exam 8: Data Warehouse and Data Mart Modeling100 Questions
Exam 9: Data Warehouse Implementation and Use50 Questions
Exam 10: Overview of Dbms Functionalities and Database Administration42 Questions
Select questions type
VEHICLE
Observe the table VEHICLE that contains the following four records:
VEHICLE
Vehiclell Type Make OwnerID OwnerName 111 Car Ford O1 Pam 222 Car Ford O2 Pat 333 Thuck Honda O3 Pan 444 Car Honda O1 Pan
-Changing the name of owner O2,Pat to Patrick in the table VEHICLE will cause an occurrence of a modification anomaly.
Free
(True/False)
4.8/5
(30)
Correct Answer:
False
ENROLLMENT
Observe the table ENROLLMENT:
ENROLLMENT
StudentID StidentName ClasslD CassName 111 Joe El Enghishl 222 Bob E1 Enghishl 333 Lisa H1 Historyl
-Which of the following (regarding the relation ENROLLMENT)represents the modification anomaly?
Free
(Multiple Choice)
4.9/5
(34)
Correct Answer:
A
STUDENT
Observe the table STUDENT:
STUDENT
StudentID SSN Nane Class D111 111-11-1111 Connor Freshman D222 222-22-2121 Trevor Freshman D333 333-33-3333 Connor Sophomore D444 444-444444 Parker Sophomore D555 555-55-5555 Connor Sophomore
-Table STUDENT is in 1NF.
Free
(True/False)
4.8/5
(35)
Correct Answer:
True
VEHICLE
Observe the table VEHICLE that contains the following four records:
VEHICLE
Vehiclell Type Make OwnerID OwnerName 111 Car Ford O1 Pam 222 Car Ford O2 Pat 333 Thuck Honda O3 Pan 444 Car Honda O1 Pan
-Functional dependency OwnerName --> Make exists in the table VEHICLE.
(True/False)
4.8/5
(27)
STUDENT
Observe the table STUDENT:
STUDENT
StudentID SSN Nane Class D111 111-11-1111 Connor Freshman D222 222-22-2121 Trevor Freshman D333 333-33-3333 Connor Sophomore D444 444-444444 Parker Sophomore D555 555-55-5555 Connor Sophomore
-Table STUDENT is in 3NF.
(True/False)
4.9/5
(43)
Briefly describe the process of normalization.In your description,list the three most fundamental normal forms,but do not go into detail about any particular normal form.
(Essay)
4.8/5
(37)
VEHICLE
Observe the table VEHICLE that contains the following four records:
VEHICLE
Vehiclell Type Make OwnerID OwnerName 111 Car Ford O1 Pam 222 Car Ford O2 Pat 333 Thuck Honda O3 Pan 444 Car Honda O1 Pan
-Deleting the following record in the table VEHICLE: 222,Car,Ford,O2,Pat
while leaving the remaining three records in the table,will cause an occurrence of a deletion anomaly.
(True/False)
4.8/5
(35)
VEHICLE
Observe the table VEHICLE that contains the following four records:
VEHICLE
Vehiclell Type Make OwnerID OwnerName 111 Car Ford O1 Pam 222 Car Ford O2 Pat 333 Thuck Honda O3 Pan 444 Car Honda O1 Pan
-Changing the name of owner O3,Pam to Pamela in the table VEHICLE will cause an occurrence of a modification anomaly.
(True/False)
4.7/5
(30)
Every relation without partial functional dependencies is in 3NF.
(True/False)
4.8/5
(39)
If A,B,C,and D are columns of the table whose composite primary key is A,B
while C and D are nonkey columns
then B --> D is a transitive functional dependency.
(True/False)
4.8/5
(36)
VEHICLE
Observe the table VEHICLE that contains the following four records:
VEHICLE
Vehiclell Type Make OwnerID OwnerName 111 Car Ford O1 Pam 222 Car Ford O2 Pat 333 Thuck Honda O3 Pan 444 Car Honda O1 Pan
-Changing the type and name of vehicle 444 in the table VEHICLE will cause an occurrence of a modification anomaly.
(True/False)
4.9/5
(25)
VEHICLE
Observe the table VEHICLE that contains the following four records:
VEHICLE
Vehiclell Type Make OwnerID OwnerName 111 Car Ford O1 Pam 222 Car Ford O2 Pat 333 Thuck Honda O3 Pan 444 Car Honda O1 Pan
-Table VEHICLE is in 3NF
(True/False)
4.9/5
(32)
DOCTOR
Observe the table DOCTOR:
DOCTOR
DoctorID Name Date OfMDGraduation NumberOfPatients D111 John 1/1/1999 100 D222 Tina 1/2/2003 117 D333 Ellen 1/1/2001 117 D444 Tina 1/1/2003 144
This table will be used for the following questions citing table DOCTOR.
-What type of functional dependency exists in the table DOCTOR?
(Multiple Choice)
4.7/5
(43)
VEHICLE
Observe the table VEHICLE that contains the following four records:
VEHICLE
Vehiclell Type Make OwnerID OwnerName 111 Car Ford O1 Pam 222 Car Ford O2 Pat 333 Thuck Honda O3 Pan 444 Car Honda O1 Pan
-Functional dependency Make --> OwnerName exists in the table VEHICLE.
(True/False)
4.8/5
(31)
Which of the following functional dependencies does not exist in the table FLIGHT?
(Multiple Choice)
4.8/5
(33)
Showing 1 - 20 of 100
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)