Home / CSE MCQs / DB2 MCQs ::

CSE MCQs :: DB2 MCQs

  1. How many clustering index we can have for a single table?
  2. A.
    15
    B.
    10
    C.
    1
    D.
    No Limit

  3. Which of the following allow you to perform administrative tasks against database objects?
  4. A.
    Control Center
    B.
    Journal
    C.
    Task Center
    D.
    Health Center

  5. AUTOMATIC RECOMPILATION occurs when
  6. A.
    A existing index is dropped
    B.
    A new index is created
    C.
    Both A and B
    D.
    None of the above

  7. The final result of a DB2 BIND is
  8. A.
    Load module
    B.
    DB2 catalog
    C.
    Data base request module
    D.
    DB2 (application) Plan

  9. An INSERT statement:
  10. A.
    May contain a subquery
    B.
    Must contain a VALUES list
    C.
    Must contain a column list
    D.
    May create multiple table rows

  11. How can the locks be classified?
  12. A.
    Size
    B.
    Duration
    C.
    Mode
    D.
    All of these

  13. Which of the following DB2 objects allows multiple users to access data in a table with each only being able to access certain portions of the data?
  14. A.
    Views
    B.
    Aliases
    C.
    Indexes
    D.
    Mirrored tables

  15. Which of the following DB2 tools allows a user to set DB2 registry parameters?
  16. A.
    Task Center
    B.
    Visual Explain
    C.
    Configuration Assistant
    D.
    Satellite Administration Center

  17. In DB2, DATA is physically stored in
  18. A.
    VSAM ESDS
    B.
    VSAM KSDS
    C.
    VSAM LDS
    D.
    TABLES

  19. SQL was first developed:
  20. A.
    In the 1970s
    B.
    In 1982
    C.
    By IBM
    D.
    By ANSI