Database Queries Flashcards
49 Questions
100 Views

Database Queries Flashcards

Created by
@PromisingStonehenge

Questions and Answers

What is an Action Query?

  • A query that allows a user to create a new table from specified data.
  • A query that allows a user to make changes or move records in the applied tables. (correct)
  • A query that allows the user to view data without changing it.
  • A query that allows the user to delete records.
  • What does Alignment refer to in a document?

    The position of items in a document in relation to each other or the grid.

    What is an Append Query?

    A query that allows the user to create a new table from specified data in applied tables.

    What are Application Parts?

    <p>Prebuilt combinations of tables, queries, forms, and reports that are easily added to a database.</p> Signup and view all the answers

    What does Backstage View provide?

    <p>Important options for managing files and the data in them, including creating new documents and editing document properties.</p> Signup and view all the answers

    What is a Backup Copy?

    <p>A copy of a database that is saved in a different location from the original database.</p> Signup and view all the answers

    What is a Control in a form?

    <p>A button, drop-down box, or other interface tool designed to enhance the functionality of a form.</p> Signup and view all the answers

    What is a Criteria Row?

    <p>A row in the Design grid that allows the user to enter data to be placed in a query.</p> Signup and view all the answers

    What are Crosstab Queries used for?

    <p>Queries that allow the user to calculate aggregate functions such as sum and average in a query.</p> Signup and view all the answers

    What defines a Database?

    <p>A collection of data organized into tables which may be used to keep track of information.</p> Signup and view all the answers

    What is Datasheet View?

    <p>A view that shows a clear table of the information that has been specified in the Design View.</p> Signup and view all the answers

    What is a Delete Query?

    <p>A query that allows the user to delete records as specified in entered criteria.</p> Signup and view all the answers

    What is Design View in Access?

    <p>A view setting that allows a user to make changes to a form; provides a more structural look at a form.</p> Signup and view all the answers

    What is a Field in a form?

    <p>The area of a form where data is entered; also known as a text box.</p> Signup and view all the answers

    What defines a Foreign Key?

    <p>A field that relates to a primary key in another table.</p> Signup and view all the answers

    What is a Form in Access?

    <p>An Access document which allows users to add and delete information from the database.</p> Signup and view all the answers

    What is Form Design?

    <p>The process of creating a form to fulfill organizational purposes for specific data.</p> Signup and view all the answers

    What does the Form Wizard do?

    <p>A program within Access that provides a step-by-step guide to creating a form.</p> Signup and view all the answers

    What are Formulas in Access?

    <p>A set of instructions that performs mathematical operations using entered data.</p> Signup and view all the answers

    What does the IN Statement allow users to do?

    <p>Combine more than one OR statement in a single criteria row.</p> Signup and view all the answers

    What is an Inner Join?

    <p>A table join that combines information from the tables if the linked value is in both applied tables.</p> Signup and view all the answers

    What is an Input Mask?

    <p>A function that conforms input information to a specified format.</p> Signup and view all the answers

    What is a Label in a form?

    <p>The area that designates the type of information to be entered into a corresponding field.</p> Signup and view all the answers

    What does Layout View provide in Access?

    <p>A more realistic view of the form than Design View, showing real data from tables.</p> Signup and view all the answers

    What is a Make Table Query?

    <p>An action query that allows the user to move records in the applied tables.</p> Signup and view all the answers

    What defines a Many-to-Many Relationship?

    <p>An Access relationship between two foreign keys.</p> Signup and view all the answers

    What is a Margin in a document?

    <p>The term describing the border around a page; the white space around a page.</p> Signup and view all the answers

    What is a Multitable Query?

    <p>Allow users to search for related records in more than one query.</p> Signup and view all the answers

    What does the NOT Statement allow users to do?

    <p>Search applied tables for an opposite of any criteria.</p> Signup and view all the answers

    What are Naming Conventions?

    <p>A set of rules regarding the naming of Access objects.</p> Signup and view all the answers

    What is a Navigation Pane?

    <p>The pane which appears when a project or database is opened.</p> Signup and view all the answers

    What does Null represent in a database?

    <p>A static variable that represents the value of an empty field.</p> Signup and view all the answers

    What defines a One-to-Many Relationship?

    <p>An Access relationship between a primary key and a foreign key.</p> Signup and view all the answers

    What is a One-to-One Relationship?

    <p>An Access relationship between two primary keys.</p> Signup and view all the answers

    What is an Outer Join?

    <p>A table join that shows all the data in specified fields of a specified table.</p> Signup and view all the answers

    What is a Page Footer?

    <p>The bottom portion of a database form or report which may contain information such as title or page number.</p> Signup and view all the answers

    What does the Page Header contain?

    <p>The uppermost portion of a database, form, or report which may contain information such as title or author.</p> Signup and view all the answers

    What is a Parameter in Access?

    <p>A placeholder in an expression or formula for user input.</p> Signup and view all the answers

    What is a Primary Key?

    <p>A field in a table whose values are unique to each record.</p> Signup and view all the answers

    What is a Query in Access?

    <p>An Access inquiry about the data stored in a table.</p> Signup and view all the answers

    What does the Query Wizard do?

    <p>A function used to create queries, specifying data from a database.</p> Signup and view all the answers

    What is a Record in a database?

    <p>An individual entry in a table made up of multiple fields.</p> Signup and view all the answers

    What is Referential Integrity?

    <p>A setting that ensures records are entered in one table before being used in another.</p> Signup and view all the answers

    What is a Report in Access?

    <p>An Access database object where users can print organized information from tables.</p> Signup and view all the answers

    What is a Split Form?

    <p>A view of a form that provides two different views at once: form view and datasheet view.</p> Signup and view all the answers

    What is a Table in Access?

    <p>The basic unit of data storage in an Access database.</p> Signup and view all the answers

    What is a Template?

    <p>A set of predesigned formats and layouts applied to a document for a specific purpose.</p> Signup and view all the answers

    What are Validation Rules in Access?

    <p>A function which ensures that input information meets a certain criteria.</p> Signup and view all the answers

    What does a Wildcard Statement allow the user to do?

    <p>Search for a partial match in the database.</p> Signup and view all the answers

    Study Notes

    Key Concepts of Queries in Access

    • Action Query: Changes or moves records in applied tables.
    • Append Query: Creates a new table from data in existing tables.
    • Delete Query: Removes records based on specified criteria.
    • Make Table Query: Moves records into a newly created table.

    Database Fundamentals

    • Database: Organized collection of data in tables for easy reference.
    • Table: Basic data storage unit with rows (records) and columns (fields).
    • Record: Individual entry within a table composed of multiple fields.
    • Field: Area in a form for data entry, synonymous with column.

    Data Management Features

    • Crosstab Queries: Calculate aggregate functions such as sum and average.
    • Multitable Query: Searches for related records across multiple queries.
    • Inner Join: Combines information from linked tables based on common values.
    • Outer Join: Displays all data from specified fields, including unmatched records.

    Data Input and Control Elements

    • Control: Interface tools (like buttons or drop-downs) that enhance form functionality.
    • Input Mask: Ensures information is entered in a specified format.
    • Label: Designates the type of information in a corresponding field.

    Database Relationships

    • Foreign Key: Links to a primary key in another table.
    • One-to-One Relationship: Connection between two primary keys.
    • One-to-Many Relationship: Links a primary key to multiple foreign keys.
    • Many-to-Many Relationship: Relates two foreign keys in Access.

    Form and Report Functionality

    • Form: Organizes and allows data entry in a database; pulls data from tables.
    • Form Design: Process of creating forms tailored for specific data needs.
    • Form Wizard: Step-by-step tool in Access for form creation.
    • Report: Object for printing organized information from tables as per user specs.

    View Options in Access

    • Datasheet View: Displays a clear table of specified information.
    • Design View: Allows structural editing of forms for better customization.
    • Layout View: Provides a realistic view of forms with live data.
    • Split Form: Combines form view and datasheet view for dual perspectives.

    User Interface and Navigation

    • Backstage View: Options for managing database files, including document properties.
    • Navigation Pane: Task pane that appears upon opening a project or database.

    Data Integrity and Rules

    • Referential Integrity: Ensures related records are entered correctly across tables.
    • Validation Rules: Functions to ensure input meets specified criteria.
    • Criteria Row: Design grid row for entering query data filters.

    Miscellaneous

    • Wildcard Statement: Enables search for partial matches within data.
    • Parameter: Placeholder for entering new criteria in queries.
    • Backup Copy: Safeguard of database stored separately to prevent data loss.
    • Template: Pre-designed document formats for specific uses.
    • Margin: Describes the white space around a document page.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Description

    Test your knowledge of database queries with these flashcards. Each card provides important definitions and concepts related to various types of queries such as Action and Append Queries. Perfect for learners looking to enhance their understanding of database management.

    More Quizzes Like This

    Action Therapies Flashcards 15.4-15.5
    5 questions

    Action Therapies Flashcards 15.4-15.5

    SustainableAntigorite1088 avatar
    SustainableAntigorite1088
    Presentation Action Buttons
    9 questions
    Action Adventure Quiz Flashcards
    20 questions
    Use Quizgecko on...
    Browser
    Browser