11. | Which of the following data constraints would be used to specify that the value of cells in a column must be one of a specific set of possible values? |
Answer: (a).A domain constraint
|
12. | In a 1:N relationship, the foreign key is placed in: |
Answer: (c).the child table.
|
13. | Which of the following column properties specifies whether or not cells in a column must contain a data value? |
Answer: (a).Null status
|
14. | A primary key should be defined as: |
Answer: (b).NOT NULL
|
15. | Which of the following column properties would be used to specify that cells in a column must contain a monetary value? |
Answer: (b).Data type
|
16. | If a denormalization situation exists with a one-to-one binary relationship, which of the following is true? |
Answer: (a).All fields are stored in one relation.
|
17. | Selecting a data type involves which of the following? |
Answer: (c).Improve data integrity
|
18. | What is the best data type definition for Oracle when a field is alphanumeric and has a length that can vary? |
Answer: (a).VARCHAR2
|
19. | A multidimensional database model is used most often in which of the following models? |
Answer: (a).Data warehouse
|
20. | Which of the following is not a factor to consider when switching from small to large block size? |
Answer: (b).The number of columns
|