Chapter 1 Flashcards
Database
organized collection of integrated and related tables.
database management system (DBMS)
software that enables you to create a database; manage the data in the database by adding, deleting, and updating records; sort and retrieve data; and create queries and reports relating to that data. In this book, you learn about Microsoft Access, the leading PC-based DBMS software application.
Relational database
the data are organized into a collection of related tables
hierarchy of data
used in relational databases. In Access, the hierarchy is organized from the smallest to the largest grouping of data.
Field
a collection of characters that describes one aspect of a business object or activity—a single unit of data. Examples: Date Enrolled, Student First Name, Student Last Name, Student ID
Record
A collection of related data fields. Examples: All of the fields for one student stored together.
Table
A collection of related records. Visually, you see the table containing rows and columns. Each row is the equivalent of a record. A row contains many different columns or fields. Example: A record for each of the students at the university stored together.
Database
A collection of integrated and related tables. An example is the collection of the student, faculty, and course tables for the entire university. Another example of how this hierarchy works for a database that a university might use is shown in Table 1-1.
Navigation Pane
Lists each object in your database application
Status Bar
Displays at the bottom and contains information about the currrent database or database object if one is open.
In Access, what is the Ribbon?
Contains 5 primary tabs: File, Home, Create, External Data, and Database Tools. (Depending on configuration - may see 6th tab - Add-Ins) It provides the common office functions - copy, paste, and file management. It also has unique features associated with Access. Like Tell Me help feature - enter text in the “Tell Me search box” and Access displays command options to take you directly to the action you want to perform.
Contextual tabs
In Access, these tabs become available when working on different tasks.
Objects
Components - Tables, forms, reports, and queries.
Your database must contain at least how many tables
One
Table
Stores data records. Once a table is created, you can begin entering data. Create a separate table for each type or grouping of information. When you view data in a table, it appears in a tabular format, very much like a spreadsheet.
Query
Used to find data in your database. Queries enable you to specify criteria to locate specific records. They can also be used to perform actions such as updating or deleting records.