Chapter 14: Databases and Database Management Systems Flashcards
attributes
A characteristic of an entity. (p555)
centralized database system
A database system in which all of the data used by the system is located on a single computer. (p565)
client-server database systems
A database system where the database is located on a server and accessed by client devices. (p564)
cloud databases
A database, typically hosted on a cloud database provider’s servers, that is accessible to users via the Web. (p576)
column
A single category of data to be stored in a database, such as a person’s last name or phone number; also called a field. (p549)
Data definition
The process of describing the properties of data that is to be included in a database table. (p556)
data dictionary
The repository of all data definitions in a database. (p557)
Data integrity
The accuracy of data. (p558)
Data privacy
Protecting the privacy of the data located in a database. (p561)
Data security
Protecting the data located in a database against destruction and misuse. (p560)
Data validation
The process of ensuring that data entered into a database is valid (matches the data definition). (p558)
database
A collection of related data that is stored in a manner enabling information to be retrieved as needed; in a relational database, a collection of related tables. (p549)
database management system (DBMS)
A type of software program used to create, maintain, and access databases. (p549)
Direct organization
A method of arranging data on a storage medium that uses hashing to specify the exact storage location. (p563)
distributed database system
A database system in which the data used by the system is located on multiple computers that are connected via a network. (p565)