Data Starter Set

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

1/17

flashcard set

Earn XP

Description and Tags

Flashcards covering key concepts and terminology related to databases, including models, operations, and administrative responsibilities.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Database

A collection of records.

2
New cards

Flat-File Database

Stores data in a plain text file, where each line holds one record.

3
New cards

Relational Database

Contains database tables that can be joined together, with each record having a unique identifier called a primary key.

4
New cards

Hierarchical Database

Data is organized in a tree structure, like an organizational chart.

5
New cards

DBMS

Database Management System.

6
New cards

Structured Query Language (SQL)

Code used to identify what data should be retrieved or how it should be manipulated.

7
New cards

Selection Operation

Takes rows from one table and creates a new table.

8
New cards

UNION Operation

Combines data from different tables that have the same data types.

9
New cards

JOIN Operation

Combines two tables, but records are only appended when a matching criterion is met.

10
New cards

NoSQL Database

Stands for Not Only SQL; more dynamic than traditional relational databases, accommodating various data models.

11
New cards

Cloud Database

Optimized to work in a cloud environment, allowing for increased resources and high availability.

12
New cards

Data Lake

A system for storing data in a raw format, including both structured and unstructured data.

13
New cards

Distributed Database

Consists of data residing on different machines, linked via a network.

14
New cards

Database Security

Ensures only authorized users can access the database.

15
New cards

Database Tuning

Optimizing database performance.

16
New cards

High Availability

Maintaining replicas/copies of data for unretrieved access during outages.

17
New cards

Backup & Recovery

Planning and executing backup procedures to recover data.

18
New cards

Database Administrator Responsibilities

Includes database security, tuning, high availability, and backup/recovery planning.