






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This overview of Microsoft Access focuses on key database management features. It covers the Access menu ribbon, object navigation, compact/repair tool, and object types: tables, queries, forms, and reports. It explains object, design, and layout views, plus database concepts like relations, entities, attributes, records, and fields. The document details table creation using the Prometheus approach, field naming, data types, properties, primary/foreign keys, normalization, and relationship types. It also covers form creation, the external data menu, database queries (wizard and design), sorting, distinct records, record selection based on criteria, parameter queries, multi-table queries, aggregate queries, calculated fields, and crosstab queries. Useful for students and professionals learning database management with Access.
Typology: Exams
1 / 11
This page cannot be seen from the preview
Don't miss anything!







Access Menu Ribbon - correct ans-At the top of the window Provides access to all of the features Access Object Navigation Pane - correct ans-At the side of the window Provided to help users interact with the various objects in database files Compact and Repair tool - correct ans-In the Database Tools Menu Tab Analyzes the database and reduces the size of the database file (Compact on Close) Four types of objects in Access - correct ans-1. Tables
Queries - correct ans-Used to find the specific data you need from the database Can be constructed to locate related data across more than one table Can be used to perform some basic calculations on numeric data Forms - correct ans-Used to present the data in a table in a separate window one record at a time Used to help with entering new data into a table and to navigate through the records of a table in user-friendly way Reports - correct ans-Used to organize and present the data in your database Used to present the data in a meaningful way to aid in managerial decision making Can be generated from tables or queries Different Views - correct ans-1. Object view
Naming fields - correct ans-1. Should be meaningful and descriptive
Questions the data to get relevant information Two ways to create a query in Access - correct ans-1. Query Wizard
Selecting records that fit within a range of values - correct ans-Use operators in the "Criteria" box with the values Operators for Criteria - correct ans-1. <
=
Crosstab queries - correct ans-1. Like PivotTables in Excel