Lesson 10: Databases Flashcards
A ____________________ (DBMS) or database program is a software that allows you to create, access, and manage a database
database management system
A __________ is a field that uniquely identifies each record in a table, such as Student ID
primary key
__________ occurs when you store the same data in more than one place
Data redundancy
- Reduced data redundancy
- Improved data integrity
- Shared data
- Easier access
- Reduced development time
Advantages of database approach
A __________ extracts data from a database based on specified criteria, or conditions, for one or more fields
query
- Fields
- Records
- Tables
- Queries
- Forms
- Reports
Elements of a Database
- Text
- Numbers
- AutoNumber
- Currency
- Date
- Memo
- Yes/No
- Hyperlink
- Object
- Attachment
Common Data Types
Unique number automatically assigned by the DBMS to each added record, which provides a value that identifies the record (such as student ID)
AutoNumber
Also called BLOB (binary large object)
Object
A __________, sometimes called a repository, contains data about each table in the database and each field in those tables
data dictionary
__________ is the process of comparing data with a set of rules or values to determine if the data meets certain criteria
Validation
____________________ (SQL) is a popular query language that allows users to manage, update, and retrieve data
Structured query language
A __________ consists of simple, English-like statements that allow users to specify the data they want to display, print, store, update, or delete
query language
Most DBMSs include __________, a feature that has a graphical user interface to assist users with retrieving data
query by example (QBE)
A __________, also called a report generator, allows users to design a report on the screen, retrieve data into the report design, and then display or print the report.
report writer