logo

CuriousTab

CuriousTab

Discussion


Home Computer Science Database Systems Comments

  • Question
  • A data dictionary doesn't provide information about:


  • Options
  • A. where data is located
  • B. the size of the disk storage device
  • C. It allows a many-to-many relationship
  • D. It is conceptually simple
  • E. It will be the dominant data base of the future

  • Correct Answer
  • the size of the disk storage device 


  • Database Systems problems


    Search Results


    • 1. A data dictionary is a special file that contains

    • Options
    • A. the names of all fields in all files
    • B. the data types of all fields in all files
    • C. the widths of all fields in all files
    • D. All of the above
    • E. None of the above
    • Discuss
    • 2. Which of the following is not true of the traditional approach to information processing?

    • Options
    • A. There is common sharing of data among the various applications
    • B. It is file-oriented
    • C. Programs are dependent on the files
    • D. It is inflexible
    • E. All of the above are true
    • Discuss
    • 3. The model for a record management system might be

    • Options
    • A. handwritten list
    • B. a Rolodex card file
    • C. a business form
    • D. All of the above
    • E. None of the above
    • Discuss
    • 4. Which of the following command(s) is(are) used to recompile a stored procedure in SQL?

    • Options
    • A. COMPILE PROCEDURE
    • B. ALTER PROCEDURE
    • C. MODIFY PROCEDURE id) All of the above
    • D. None of the above
    • Discuss
    • 5. In SQL, which command(s) is(are) used to redefine an index's future storage allocation

    • Options
    • A. ALTER INDEX
    • B. REDEFINE INDEX
    • C. MODIFY INDEX
    • D. DO INDEX
    • E. None of the above
    • Discuss
    • 6. In SQL, the _____ command is used to recompile a view

    • Options
    • A. COMPILE VIEW
    • B. DEFINE VIEW
    • C. CREATE VIEW
    • D. ALTER VIEW
    • E. None of the above
    • Discuss
    • 7. Which of the following is a type of DBMS software?

    • Options
    • A. database manipulation language
    • B. query language
    • C. utilities
    • D. report writer
    • E. All of the above
    • Discuss
    • 8. In SQL, the CREATE TABLE is used

    • Options
    • A. to create a table, defining its columns, integrity constrains, and storage allocation
    • B. to add a column/integrity constraint to a table
    • C. to redefine a column
    • D. to change a table's storage characteristics
    • E. All of the above
    • Discuss
    • 9. The physical location of a record is determined by a mathematical formula that transforms a file key into a record location in

    • Options
    • A. a tree file
    • B. an indexed file
    • C. a hashed file
    • D. a sequential file
    • E. None of the above
    • Discuss
    • 10. Which command is used to select distinct subject (SUB) from the table (BOOK)?

    • Options
    • A. SELECT ALL FROM BOOK
    • B. SELECT DISTINCT SUB FROM BOOK
    • C. SELECT SUB FROM BOOK
    • D. All of the above
    • E. None of the above
    • Discuss


    Comments

    There are no comments.

Enter a new Comment