MC How can the CODASYL framework correctly model a family tree, taking into account that every child has to have (at least) two parents? Use a dummy record type 'is parent of' between record types 'parent' and 'child'. correct We cannot model this constraint with the CODASYL framework. incorrect Use a set type 'is parent of' between record types 'parent' and 'child'. incorrect List the parents as a vector in the data item set of every child. incorrect MC In CODASYL, a multivalued composite attribute type can be represented as a: Record type incorrect Repeated group correct Vector incorrect Data item incorrect MC How can the CODASYL framework correctly model a family tree, taking into account that every child has to have (at least) two parents? Use a dummy record type 'is parent of' between record types 'parent' and 'child'. correct Use a set type 'is parent of' between record types 'parent' and 'child'. incorrect We cannot model this constraint with the CODASYL framework. incorrect List the parents as a vector in the data item set of every child. incorrect MC How can the CODASYL framework correctly model a family tree, taking into account that every child has to have (at least) two parents? Use a dummy record type 'is parent of' between record types 'parent' and 'child'. correct We cannot model this constraint with the CODASYL framework. incorrect List the parents as a vector in the data item set of every child. incorrect Use a set type 'is parent of' between record types 'parent' and 'child'. incorrect MC The human resources department of a university wants to make sure that every course has exactly one main professor. How can they implement this constraint using the CODASYL framework? They introduce an extra set type called 'is-main-professor-of' between record types 'professor' and 'course'. correct They introduce 'main professor' as a data item in the record type 'professor'. incorrect They introduce an 'is-main-professor' record type between record types 'professor' and 'course' to model the correct relationship. incorrect It is impossible to model this constraint in CODASYL. incorrect MC The human resources department of a university wants to make sure that every course has exactly one main professor. How can they implement this constraint using the CODASYL framework? They introduce 'main professor' as a data item in the record type 'professor'. incorrect They introduce an 'is-main-professor' record type between record types 'professor' and 'course' to model the correct relationship. incorrect They introduce an extra set type called 'is-main-professor-of' between record types 'professor' and 'course'. correct It is impossible to model this constraint in CODASYL. incorrect MC How can the CODASYL framework correctly model a family tree, taking into account that every child has to have (at least) two parents? List the parents as a vector in the data item set of every child. incorrect Use a dummy record type 'is parent of' between record types 'parent' and 'child'. correct We cannot model this constraint with the CODASYL framework. incorrect Use a set type 'is parent of' between record types 'parent' and 'child'. incorrect MC How can the CODASYL framework correctly model a family tree, taking into account that every child has to have (at least) two parents? We cannot model this constraint with the CODASYL framework. incorrect Use a set type 'is parent of' between record types 'parent' and 'child'. incorrect List the parents as a vector in the data item set of every child. incorrect Use a dummy record type 'is parent of' between record types 'parent' and 'child'. correct MC A bank needs to store the following information: customer names, customer addresses, city of a branch, number of accounts, account ids and account balances. How many record types do you need to construct a hierarchical database with this information? Three correct One incorrect Four incorrect Five incorrect MC A bank needs to store the following information: customer names, customer addresses, city of a branch, number of accounts, account ids and account balances. How many record types do you need to construct a hierarchical database with this information? One incorrect Three correct Five incorrect Four incorrect