INFS2200/INFS7903 Relational Database Systems Week 12: Database Administration

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary terms related to database administration as discussed in the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

Database Administrator (DBA)

A professional responsible for managing all aspects of a database, ensuring performance, security, and recovery.

2
New cards

DBMS

Database Management System; software that provides and controls access to databases, supporting multiple users.

3
New cards

Backup and Recovery

Strategy to manage the duplication of data to prevent loss and restore databases after failures.

4
New cards

Disk Space Management

The process of organizing, allocating, and managing disk space for a database.

5
New cards

Performance Tuning

The activities conducted to optimize the performance of a database system.

6
New cards

SQL

Structured Query Language; a standard programming language used for managing and manipulating databases.

7
New cards

Concurrency Control

Methods used to manage simultaneous operations without conflicting, ensuring database integrity.

8
New cards

Control File

File containing information needed to maintain and verify database integrity and structure.

9
New cards

Redo Log Files

Files that store information for recovering committed data changes in a database.

10
New cards

Data Dictionary

Metadata that describes the structure of the database, including tables, fields, and relationships.

11
New cards

Transaction

An individual operation or series of operations performed as a single logical unit of work in a database.

12
New cards

Sessions

Specific connections established between a user process and a database server.

13
New cards

Availability

The capability of a database to remain operational and accessible, ensuring no downtime.

14
New cards

Replication

The process of copying and maintaining database objects in multiple locations.

15
New cards

Client/Server Architecture

A model where client applications request resources and services from centralized server systems.

16
New cards

Fault Tolerance

The ability of a system to continue functioning in the event of a failure of one or more components.

17
New cards

Hot Standby

Standby database that is kept in sync with the primary database for instant recovery.

18
New cards

Data Files

Files that store actual database data and are essential for the functioning of the database.

19
New cards

Index Files

Files that optimize the speed of data retrieval operations on a database.

20
New cards

User Profiles

Information outlining user permissions and roles within the database system.