Database Systems Review Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/46

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards covering the fundamental concepts of database systems, including data vs information, types of databases, file system evolution, and DBMS functions.

Last updated 7:55 AM on 8/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

47 Terms

1
New cards

Data

Raw facts that have not yet been processed to reveal meaning to the end user.

2
New cards

Information

The result of processing raw data to reveal the meaning of the data, which requires context.

3
New cards

Knowledge

Implicit familiarity, awareness, and understanding of information.

4
New cards

Data management

A discipline that focuses on the proper generation, storage, and retrieval of data.

5
New cards

Database

A shared, integrated computer structure that stores a collection of end-user data and metadata.

6
New cards

Metadata

Data about data, through which the end-user data is integrated and managed; it describes data characteristics and relationships.

7
New cards

Database management system (DBMS)

A collection of programs that manages the database structure and controls access to the data stored in the database.

8
New cards

Single-user database

A database that supports one user at a time.

9
New cards

Desktop database

A single-user database running on a personal computer.

10
New cards

Multiuser database

A database that supports multiple users at the same time.

11
New cards

Workgroup database

A multiuser database that supports a small number of users or a specific department.

12
New cards

Enterprise database

A multiuser database that supports many users across many departments.

13
New cards

Centralized database

A database that supports data located at a single site.

14
New cards

Distributed database

A database that supports data distributed across different sites.

15
New cards

Cloud database

A database created and maintained using cloud data services.

16
New cards

General-purpose database

A database containing a wide variety of data used in multiple disciplines.

17
New cards

Discipline-specific database

A database containing data focused on specific subject areas.

18
New cards

Operational database

A database designed to support a company's day-to-day operations.

19
New cards

Analytical database

A database storing historical data and business metrics used exclusively for tactical or strategic decision making.

20
New cards

Data warehouse

A component of an analytical database that stores data in a format optimized for decision support.

21
New cards

Online analytical processing (OLAP)

A set of tools for retrieving, processing, and modeling data from the data warehouse.

22
New cards

Business intelligence

A comprehensive approach to capture and process business data to generate information that supports decision making.

23
New cards

Unstructured data

Data that exists in its original (raw) state.

24
New cards

Structured data

The result of formatting unstructured data to facilitate storage and use.

25
New cards

Semistructured data

Data that has already been processed to some extent.

26
New cards

Extensible Markup Language (XML)

A language used to represent data elements in textual format.

27
New cards

NoSQL (Not only SQL)

A new generation of DBMS not based on the traditional relational database model, designed for high volume, variety, and velocity.

28
New cards

Database design

Activities focusing on the design of the database structure used to store and manage end-user data.

29
New cards

Field

A character or group of characters (alphabetic or numeric) that has a specific meaning; used to define and store data.

30
New cards

Record

A logically connected set of one or more fields that describes a person, place, or thing.

31
New cards

File

A collection of related records.

32
New cards

Structural dependence

A condition where access to a file is dependent on its own structure.

33
New cards

Structural independence

The ability to change a file structure without affecting the application’s ability to access the data.

34
New cards

Data dependence

A condition where all data access programs are subject to change when data storage characteristics change.

35
New cards

Data independence

A condition where data storage characteristics are changed without affecting the program’s ability to access the data.

36
New cards

Logical data format

The way humans view the data.

37
New cards

Physical data format

The way the computer must work with the data.

38
New cards

Data redundancy

The unnecessary storage of the same data at different places.

39
New cards

Islands of information

A term used for scattered data locations.

40
New cards

Data anomaly

A problem that develops when not all required changes in redundant data are made successfully.

41
New cards

Database system

An organization of five components (hardware, software, people, procedures, and data) that define and regulate data management.

42
New cards

Data dictionary management

The DBMS function of storing definitions of data elements and their relationships.

43
New cards

Performance tuning

Activities performed by the DBMS to ensure efficient performance in data storage and retrieval.

44
New cards

Query language

A non-procedural language that lets the user specify what must be done without specifying how.

45
New cards

Structured Query Language (SQL)

The de facto query language and data access standard supported by the majority of DBMS vendors.

46
New cards

Database Administrator

A professional who manages and maintains the DBMS and databases.

47
New cards

Data Scientist

A professional who analyzes large amounts of varied data to generate insights, relationships, and predictable behaviors.