Chapter 9 Flashcards
(35 cards)
What is a database?
A database is a structured collection of data that stores and organizes information for easy access and reporting.
How do businesses use databases?
Businesses rely on databases to track sales, inventory, and customer information.
What is a Database Management System (DBMS)?
A DBMS is a software system that manages and accesses databases, providing tools to streamline database processes.
What is a primary key?
A primary key is a field that uniquely identifies each record in a table.
True or False: Data stored in word processors is sufficient for organizational operations.
False
What are the two major weaknesses of file processing systems?
- Redundant data
- Isolated data
What does data redundancy lead to?
Data redundancy leads to wasted space and increases the risk of inconsistencies.
What is the difference between sorting and filtering data?
Sorting arranges records according to specified criteria, while filtering hides records that do not meet certain conditions.
What is the advantage of the database approach over file processing systems?
The database approach reduces data redundancy, improves data integrity, and allows for shared access to data.
Fill in the blank: A _______ is a request to retrieve, insert, update, or delete data from a database.
database query
What are the main components of a database?
- Character
- Field
- Record
- Table
What type of data can a field contain?
A field can contain letters, numbers, or special characters, depending on its data type.
What is a relational database?
A relational database is a system that stores data in tables with rows and columns, allowing relationships between tables.
What is a foreign key?
A foreign key is a field in one table that contains data from the primary key of another table.
Describe a one-to-many relationship in a database.
A one-to-many relationship connects each record in one table to one or more records in another table.
What is a nonrelational database?
A nonrelational database stores data in a flexible, non-tabular format, often using key-value pairs or documents.
What are forms in a database?
Forms are user-friendly interfaces for entering and editing data in a database.
What purpose do reports serve in a database?
Reports are formatted outputs designed to display and summarize data for analysis or presentation purposes.
List the common data types used in databases.
- Text
- Number
- AutoNumber
- Currency
- Date
- Memo
- Yes/No
- Hyperlink
- Object
- Attachment
What is the significance of data integrity in a database?
Data integrity ensures that the data in a database is accurate and consistent.
What is the role of a DBMS in developing programs?
A DBMS provides tools to assist in developing programs that use the database, reducing development time.
True or False: A many-to-many relationship allows one record on one side to connect to only one record on the other side.
False
What is the purpose of a student table in a school database?
The student table tracks information about enrolled students.
What does a filter do in a database?
A filter temporarily hides records in a table based on specified criteria.