Fundamentals of Database Systems

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards from the lecture notes on Database Systems.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Database

A collection of related data.

2
New cards

DBMS (Database Management System)

A software package/system to facilitate the creation and maintenance of a computerized database.

3
New cards

Mini-world

Some part of the real world about which data is stored in a database.

4
New cards

Data

Known facts that can be recorded and have an implicit meaning.

5
New cards

Meta-data

A description of a particular database, including data structures, types, and constraints.

6
New cards

Concurrency control

A DBMS capability that guarantees each transaction is correctly executed or aborted.

7
New cards

OLTP (Online Transaction Processing)

A major part of database applications that allows hundreds of concurrent transactions to execute per second.

8
New cards

SQL (Structured Query Language)

The de facto standard language for relational DBMSs.

9
New cards

NoSQL

Not Only SQL; a type of database designed for rapid search and retrieval from documents and processing of unstructured data.

10
New cards

Data Abstraction

A process in a database that hides storage details and presents users with a conceptual view of the database.

11
New cards

Actors on the Scene

Users who actually use and control the database content, including database administrators and designers.

12
New cards

Actors Behind the Scene

Those who design, develop, and maintain database applications and software.

13
New cards

Redundancy Control

The management of duplication in data storage to reduce costs and improve data integrity.

14
New cards

Cloud Storage

Storing data on hardware in a remote physical location, which can be accessed via the internet.

15
New cards

Big Data

Data that is too large, fast, or complex for traditional data-processing software to handle.

16
New cards

Data Warehouse

A centralized repository for storing, managing, and analyzing large amounts of data.