1. Question: In Access 2003, one can control the user access to data, through permissions. The Update data permission allows a user to:

    A
    view and modify but not insert or delete data

    B
    view, modify, insert and delete data

    C
    view, modify and insert but not delete data

    D
    view but not modify, insert or delete data

    Note: Not available
    1. Report
  2. Question: Which of the following is not done when you compact a database?

    A
    Restructuring table records and objects, and then stores them in successive memory blocks.

    B
    Databases linked to the compacted database are compacted and repaired.

    C
    Restores table records into their primary key order, if a primary key exists in the table

    D
    Reduces the physical size of your database by making an exact duplicate of the database.

    Note: Not available
    1. Report
  3. Question: Under the Advanced options in Access 2003, there is a Default Open Mode Group option which includes the options Shared and Exclusive. Which of the following is true when the Shared option is selected?

    A
    All users have the query owner's permission to view or run the query

    B
    Only the query owner can save changes to the query and other networked users cannot use the open database simultaneously

    C
    It enables other network users to use the open database simultaneously

    D
    Only the query owner can change the ownership of the query

    Note: Not available
    1. Report
  4. Question: Which query will you use to count the number of records in a result set?

    A
    Select count(*) as total from students

    B
    Select count(amount) as total from students

    C
    Select total from students

    D
    Select * from students

    Note: Not available
    1. Report
  5. Question: The Database Splitter is one of the database utilities. Which of the following is true about the Database Splitter?

    A
    This utility splits a Microsoft Access database into three files

    B
    This utility breaks up the information in the tables into a compacted format for faster retrieval

    C
    This utility segregates the tables from the queries, forms, reports, macros, and modules

    D
    All of these

    Note: Not available
    1. Report
  6. Question: In a report with grouping, how can you display the count of records in each group?

    A
    Add a text box to the group's Page Footer, and its control source to "=Count(*)"

    B
    Add a text box to the group's Footer section, and its control source to "=[RecordCount]"

    C
    Add a text box to the group's Report Footer, and its control source to "=[RecordCount]"

    D
    Add a text box to the group's Footer section, and its control source to "=Count(*)"

    Note: Not available
    1. Report
  7. Question: Which of these functions determines if a phrase exists in a longer string?

    A
    InStr

    B
    Len

    C
    Trim

    D
    Left

    Note: Not available
    1. Report
  8. Question: What does an Access Data Projects (ADP) offer that an MDB/ACCDB doesn't?

    A
    It can perform heterogeneous queries across a variety of data sources

    B
    It is tied directly to one SQL Server database and can create and modify SQL Server objects

    C
    It supports temporary tables or links to other data sources beyond the single SQL Server database

    Note: Not available
    1. Report
  9. Question: If a user has a database opened in the Exclusive mode, what will happen if another user attempts to open the same database?

    A
    The second user will receive the 'Permission denied' message

    B
    The second user can make changes to the file that has been opened by the first user, and the first user will receive the "File is being modified by another user" message

    C
    The second user receives the 'File already in use' message

    D
    Both users will receive the 'Permission denied' message

    Note: Not available
    1. Report
  10. Question: What is the advantage of a Class module over Regular module, in Access database solution?

    A
    Encapsulation, inheritance

    B
    Data Abstraction

    C
    Polymorphism

    D
    Reusability

    Note: not sure
    1. Report
Copyright © 2025. Powered by Intellect Software Ltd