Multivalued dependencies should be eliminated
Correct answer: B. commonly
- A. always
- B. commonly
- C. seldom
- D. never
Explanation
Multivalued dependencies (MVDs) are a type of dependency that can occur in relational databases. An MVD says that a certain set of attributes (determinant) determines another set of attributes (dependent). In simpler terms, if you know the value of one set of attributes, you can always know the value of another set of attributes. However, MVDs can lead to data redundancy and anomalies. For example, imagine a table that stores information about courses and the students enrolled in those courses. If there is an MVD that says "CourseID determines StudentID", then this means that a student can only be enrolled in one course. But what if a student can enroll in multiple courses? In this case, the table would need to be duplicated for each course that a student is enrolled in, which would lead to data redundancy. To avoid these problems, database designers try to eliminate MVDs whenever possible. This can be done by decomposing the table into smaller tables that are in a higher normal form
Last updated
About Databases
Databases cover tables, records, fields, keys and relationships, together with database management systems and relational database design. The subject includes primary and foreign keys, normalization, SQL commands such as SELECT, INSERT, UPDATE and DELETE, queries, forms and reports, while distinguishing a database from a spreadsheet used for simple tabular data.
Practise Databases
210 free Databases MCQs from Computer Science and IT, each with the correct answer and an explanation. Unlimited attempts, no account needed.
Exams that ask Computer Science and IT questions like this
Computer Science and IT is on 40 papers prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for every one of them.
Related questions
A category of data or information that describes an entity is called
A collection of data that include name, address, phone number etc, of a person:
A collection of raw facts and figures is called:
A constraint between two attributes is called a(n)
A database containing all student in a class would store Roll no of student in: