Database Management Systems Lecture Notes

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

1/9

flashcard set

Earn XP

Description and Tags

These flashcards encompass key terms and definitions related to Database Management Systems as covered in the lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Database Management System (DBMS)

A program used to create, process, and administer a database.

2
New cards

SQL

Structured Query Language, used to perform operations on databases.

3
New cards

Entity

Something the user wants to track, always singular (e.g., Order).

4
New cards

Attributes

Characteristics that describe an entity, e.g., Order_Number.

5
New cards

Primary Key

An attribute associated with one and only one entity, uniquely identifying it.

6
New cards

Cardinality

A term used to describe the relationships between entities, indicating maximum numbers.

7
New cards

Crows Feet

A notation used to represent multiple relationships in an Entity Relationship Model.

8
New cards

Enterprise DBMS

A type of DBMS that processes large organizational databases and supports many users.

9
New cards

Personal DBMS

A type of DBMS designed for smaller, simpler database applications.

10
New cards

Backup/Recovery

Functions provided by a DBMS to secure and restore databases.