solution - DBMS (Database Management System) : Data modeling (Test 1)

Question : Why is “Address” usually not preferred as a primary key?

Solution :
789320260409052037 Correct Answer : It can change frequently

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : Which key is NOT necessarily minimal?

Solution :
162920260409051956 Correct Answer : Super Key

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : Which of the following best describes a super key?

Solution :
681920260409051926 Correct Answer : Set of attributes that uniquely identify a tuple

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : If a table has multiple candidate keys, then:

Solution :
979920260409051841 Correct Answer : Only one can be selected as primary key

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : A composite key is:

Solution :
545320260409051724 Correct Answer : A key formed using multiple attributes

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : Which key is used to maintain referential integrity between tables?

Solution :
558820260409051649 Correct Answer : Foreign Key

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : If a relation has 5 attributes, the maximum number of possible super keys is:

Solution :
36920260409051603 Correct Answer : 31

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : Which of the following can contain NULL values?

Solution :
620220260409051526 Correct Answer : Foreign Key

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : Which statement is FALSE regarding keys?

Solution :
972120260409051440 Correct Answer : All super keys are candidate keys

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : A super key from which no attribute can be removed without losing uniqueness is called:

Solution :
291020260409051352 Correct Answer : Candidate Key

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : In a relationship, if both participating entity sets can have multiple associations with each other, which constraint applies?

Solution :
977820260409051237 Correct Answer : M:M

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : The structure of the primary key of a relationship set in ER modeling depends primarily on:

Solution :
409120260409051159 Correct Answer : Mapping cardinalities

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : Which of the following statements is TRUE regarding mapping cardinalities?

Solution :
436620260409051127 Correct Answer : They are also known as cardinality ratios

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : Consider two entity sets A and B with a relationship R. If each entity in A can be associated with multiple entities in B, but each entity in B is associated with at most one entity in A, the mapping is:

Solution :
453720260409051047 Correct Answer : 1:M

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : Which of the following best defines a mapping constraint in DBMS?

Solution :
99720260409051012 Correct Answer : It defines how many entities can be associated via a relationship

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : Which of the following is NOT a type of attribute in an ER model?

Solution :
107820260409050851 Correct Answer : Functional

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : Which statement best defines cardinality in an ER model?

Solution :
934820260409050749 Correct Answer : Number of entity instances related to another entity instance

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : What is the degree of a relationship if three entities participate in it?

Solution :
826520260409050706 Correct Answer : Ternary

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : In an ER diagram, a derived attribute is represented by:

Solution :
573520260409050319 Correct Answer : Dashed ellipse

Description -

DBMS (Database Management System) : Data modeling (Test 1)

Question : Which of the following correctly describes a weak entity in an ER model?

Solution :
545920260409050226 Correct Answer : It depends on another entity and has no primary key

Description -

DBMS (Database Management System) : Data modeling (Test 1)