Mandalay Technological University Department of Computer Engineering and Information Technology
Mandalay Technological University Department of Computer Engineering and Information Technology
Mandalay Technological University Department of Computer Engineering and Information Technology
9. In a relation schema, each key of schema having more than one key is classified as
A. candidate key* C. simple key
B. super key D. composite key
10. In relational databases, the key which are considered as type of reference attribute is classified as
A. composite keys C. primary key
B. candidate key D. foreign key*
11. Model in which multi-valued and composite attributes is considered as
A. reverse relational model C. parallel relational model
B. flat relational model* D. circular relational model
13. In data model schemas, constraints that are can not be expressed directly are classified as
A. application based constraints C. business rules
B. semantic constraints D. all of above*
14. Constraint violated when given value of attribute is not included in corresponding domain is
A. domain constraint* C. key constraint
B. attribute constraint D. state constraint
16. Constraints which deals with state changes in database are classified as
A. assertion constraints C. transition constraints*
B. trigger constraints D. specified constraints
17. In data model schemas, constraints that are expressed directly are classified as
A. implicit constraints C. flat constraints
B. explicit constraints* D. parallel constraints
18. Constraint violated when key value in tuple already exists in some other relation's tuple is called
A. domain constraint C. key constraint*
B. attribute constraint D. primary key constraint
19. Type of constraint in which value of each attribute (X) must be an indivisible value from domain
(X) is classified as
A. explicit constraint C. domain constraint*
B. implicit constraint D. state constraint
20. When foreign key refers to a tuple which does not exists in subjected relation then constraint
violated is
A. modify integrity C. inferential integrity
B. referential integrity* D. insert integrity
21. Type of constraint which states that not even a single value with primary key can be a null value
is classified as
A. null integrity constraint C. secondary integrity constraint
B. primary integrity constraint D. entity integrity constraint*
22. If two or more constraints are violated by using insert operation then by default the
A. insert is accepted C. insertion permanently blocked
B. insert is rejected* D. none of above
24. A composite primary key consists of a primary key and a foreign key.
A. True
B. False*
25. NULL values may mean value unknown, value exists but is not available, attribute does not
apply to this tuple (value undefined).
A. True*
B. False
26. The INSERT operation can violate domain constraints, key constraints, entity integrity, or
referential integrity.
A. True*
B. False