Introduction to Databases

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/12

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key concepts in the study of databases and database management systems.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

Database

A collection of self-describing and integrated data files.

2
New cards

DBMS

Database Management System, a software that interacts with databases.

3
New cards

Data Definition Language (DDL)

A syntax for defining data structures in a database.

4
New cards

Data Manipulation Language (DML)

A language used for managing data within a database.

5
New cards

Structured Query Language (SQL)

A standardized language for managing and manipulating databases.

6
New cards

File-based Systems

Systems where programs define and manage their own data.

7
New cards

Limitations of File-based Systems

Issues such as separation, duplication, dependence, fixed queries, and proliferation.

8
New cards

Relational Model

A type of database model introduced by E. R. Codd, where data is organized in tables.

9
New cards

Object-relational DBMS

A database management system that integrates object-oriented database principles.

10
New cards

Database Administrator

A person responsible for managing and overseeing database systems.

11
New cards

Advantages of DBMS

Benefits including control of redundancy, consistency, integrity, and security.

12
New cards

Limitations of DBMS

Challenges such as complexity, size, cost, performance, and vulnerability.

13
New cards

Meta Data

Data about data, providing information about the structure and management of data.