Home / CSE / Database System 2 - CS :: Physical Database Design

CSE :: Database System 2 - CS

  1. If a denormalization situation exists with a one-to-one binary relationship, which of the following is true?

  2. A.

     All fields are stored in one relation.

    B.

     All fields are stored in two relations.

    C.

     All fields are stored in three relations.

    D.

     All fields are stored in four relations.

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. Selecting a data type involves which of the following?

  4. A.

     Maximize storage space

    B.

     Represent most values

    C.

     Improve data integrity

    D.

     All of the above.

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. What is the best data type definition for Oracle when a field is alphanumeric and has a length that can vary?

  6. A.

     VARCHAR2

    B.

     CHAR

    C.

     LONG

    D.

     NUMBER

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. If a denormalization situation exists with a many-to-many or associative binary relationship, which of the following is true?

  8. A.

     All fields are stored in one relation.

    B.

     All fields are stored in two relations.

    C.

     All fields are stored in three relations.

    D.

     All fields are stored in four relations.

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. Which of the following is an advantage of partitioning?

  10. A.

     Complexity

    B.

     Inconsistent access speed

    C.

     Extra space

    D.

     Security

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. The blocking factor is:

  12. A.

     a group of fields stored in adjacent memory.

    B.

     the number of physical records per page.

    C.

     attributes grouped together by the same primary key.

    D.

     attributes grouped together by the same secondary key.

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. Which of the following improves a query's processing time?

  14. A.

     Write complex queries.

    B.

     Combine a table with itself.

    C.

     Query one query within another.

    D.

     Use compatible data types.

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. Which of the following are integrity controls that a DBMS may support?

  16. A.

     Assume a default value in a field unless a user enters a value for that field.

    B.

     Limit the set of permissible values that a field may assume.

    C.

     Limit the use of null values in some fields.

    D.

     All of the above.

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. Which of the following is not a factor to consider when switching from small to large block size?

  18. A.

     The length of all of the fields in a table row

    B.

     The number of columns

    C.

     Block contention

    D.

     Random row access speed

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. What is the best data type definition for Oracle when a field is alphanumeric and has a fixed length?

  20. A.

     VARCHAR2

    B.

     CHAR

    C.

     LONG

    D.

     NUMBER

    View Answer

    Workspace

    Discuss Discuss in Forum