Home / CSE / Database Systems :: Section 2

CSE :: Database Systems

  1. A _____ means that one record in a particular record type may be related to more than one record of another record type.

  2. A.
    One-to-one relationship
    B.
    One-to-many relationship
    C.
    Many-to-one relationship
    D.
    Many-to many relationship
    E.
    None of the above

  3. Which command(s) is(are) used to redefine a column of the table in SQL ?

  4. A.
    ALTER TABLE
    B.
    DEFINE TABLE
    C.
    MODIFY TABLE
    D.
    All of the above
    E.
    None of the above

  5. Which command(s) is(are) used to enable/disable/drop an integrity constraint in SQL?

  6. A.
    DEFINE TABLE
    B.
    MODIFY TABLE
    C.
    ALTER TABLE
    D.
    All of the above
    E.
    None of the above

  7. In SQL, the ALTER TABLESPACE command is used

  8. A.
    to add/rename data files
    B.
    to change storage characteristics
    C.
    to take a tablespace online/offline
    D.
    to begin/end a backup
    E.
    All of the above

  9. The language used in application programs to request data from the DBMS is referred to as the

  10. A.
    DML
    B.
    DDL
    C.
    query language
    D.
    All of the above
    E.
    None of the above

  11. A database management system might consist of application programs and a software package called

  12. A.
    FORTRAN
    B.
    AUTOFLOW
    C.
    BPL
    D.
    TOTAL
    E.
    None of the above

  13. An audit trail

  14. A.
    is used to make back-up copies
    B.
    is the recorded history of operations performed on a file
    C.
    can be used to restore lost information
    D.
    All of the above
    E.
    None of the above

  15. A race condition occurs when

  16. A.
    Two concurrent activities interact to cause a processing error
    B.
    two users of the DBMS are interacting with different files at the same time
    C.
    both (a) and (b)
    D.
    All of the above
    E.
    None of the above

  17. An indexing operation

  18. A.
    sorts a file using a single key
    B.
    sorts file using two keys
    C.
    establishes an index for a file
    D.
    both (b) and (c)
    E.
    None of the above

  19. The on-line, softcopy display a customer's charge account to respond to an inquiry is an examples of a

  20. A.
    forecasting report
    B.
    exception report
    C.
    regularly scheduled report
    D.
    on demand report
    E.
    None of the above