Introduction to Database Systems

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

1/16

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary and concepts in database systems to aid in exam preparation.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

Data vs Information

Raw facts that have not yet been processed and facts that have been processed to reveal meaning.

2
New cards

Database

A shared, integrated computer structure that houses a collection of end-user data and metadata.

3
New cards

Metadata

Data about data; it helps in managing end-user data.

4
New cards

Database Management System (DBMS)

A collection of programs that manages the database structure and controls access to stored data.

5
New cards

Advantages of DBMS

Improved data sharing, security, integration, consistency, access, decision making, and end-user productivity.

6
New cards

Types of Databases

Categories like single-user, multiuser, workgroup, enterprise, centralized, distributed, cloud, general-purpose, and discipline-specific databases.

7
New cards

SQL

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

8
New cards

Data Definition Commands

SQL commands like CREATE, DROP, and ALTER that define database structures.

9
New cards

Data Redundancy

The unnecessary storage of the same data in multiple places.

10
New cards

Data Independence

A condition where data access is unaffected by changes in the physical data storage.

11
New cards

Primary Key

A constraint that uniquely identifies each row in a database table.

12
New cards

Foreign Key

A constraint that creates a link between two tables in a database.

13
New cards

DEFAULT Constraint

Sets a default value for a column in a database table when no value is specified.

14
New cards

Data Anomalies

Abnormalities in data created when inconsistent changes occur within a database.

15
New cards

Structured Dependence

A characteristic where changes in the database schema require changes in all access programs.

16
New cards

Structural Independence

A characteristic where changes in the database schema do not affect data access.

17
New cards

Disadvantages of File Systems

Lengthy development times, difficulty in obtaining quick answers, and data inconsistency.