Home / CSE / Database Systems :: Section 1

CSE :: Database Systems

  1. Which command is used to remove a table from the database in SQL?

  2. A.
    DELETE TABLE
    B.
    DROP TABLE
    C.
    ERASE TABLE
    D.
    UNATTACH TABLE
    E.
    None of the above

  3. A large computer information system maintains many different computer files. Which amongst them is called a perpetual file?

  4. A.
    Specialized file
    B.
    Log file
    C.
    Master file
    D.
    Update file
    E.
    None of the above

  5. A file produced by a spreadsheet

  6. A.
    is generally stored on disk in an ASCII text format
    B.
    can be used as it by the DBMS
    C.
    can be used for graphic
    D.
    All of the above
    E.
    None of the above

  7. A form defines

  8. A.
    where data is placed on the screen
    B.
    the width of each field
    C.
    both (a) and (b)
    D.
    All of the above
    E.
    None of the above

  9. Which of the following is true of a network structure?

  10. A.
    It is a physical representation of the data
    B.
    It allows a many-to-many relationship
    C.
    It is conceptually simple
    D.
    It will be the dominant data base of the future
    E.
    None of the above

  11. In SQL, GRANT command is used to

  12. A.
    allow user to access databases
    B.
    allow user to create databases
    C.
    grant system privileges, roles, and object privileges to uses and roles
    D.
    choose auditing for specific SQL commands
    E.
    None of the above

  13. The highest level in the hierarchy of data organization is called

  14. A.
    data bank
    B.
    database
    C.
    data file
    D.
    data record
    E.
    None of the above

  15. The logical data structure with a one-to-many relationship is a :

  16. A.
    network
    B.
    tree
    C.
    chain
    D.
    relational
    E.
    None of the above

  17. Updating a database means

  18. A.
    revising the file structure
    B.
    reorganizing the database
    C.
    modifying or adding record occurrences
    D.
    All of the above
    E.
    None of the above

  19. In SQL, which command(s) is(are) used to enable/disable all triggers on a table?

  20. A.
    ALTER TRIGGERS
    B.
    ALTER TABLE
    C.
    MODIFY TRIGGERS IN TABLE
    D.
    All of the above
    E.
    None of the above