database week1 part1

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:41 AM on 9/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Four components of a database system

The users, the database application, the Database Management System (DBMS), and the database itself.

2
New cards

Database Administrator (DBA)

A specialized user responsible for managing and maintaining the database system, including design, security, backup, recovery, and performance tuning.

3
New cards

Database Application

A software program that serves as an intermediary between the user and the DBMS, providing an interface to enter, update, query, and retrieve data.

4
New cards

Data vs. Information

Data consists of stored representations of objects and events, whereas information is processed data structured to increase user knowledge.

5
New cards

Metadata

Data about data that describes the properties, characteristics, definitions, and context of end-user data.

6
New cards

Data inconsistency

A flaw that occurs when distinct, contradictory copies of the same data exist in different locations across an organization.

7
New cards

Entity

A person, place, object, event, or concept in a business environment about which data is recorded and retained.

8
New cards

First Normal Form (1NF)

A stage in normalization that ensures each column contains atomic (indivisible) values and eliminates repeating groups.

9
New cards

Second Normal Form (2NF)

A stage in normalization that builds on 1NF by eliminating partial dependencies on composite primary keys.

10
New cards

Third Normal Form (3NF)

A stage in normalization that builds on 2NF by eliminating transitive dependencies among non-key attributes.

11
New cards

Database Initial Study

The first phase of the Database Life Cycle (DBLC), where analysts examine current operations, define problems, set objectives, and establish scope.

12
New cards

Five components of a database system environment

Hardware, software, people, procedures, and data.

13
New cards

Tuple

A single row in a relational database table that represents a single record.

14
New cards

Degree (Relational Model)

The total number of attributes (columns) present in a relation.

15
New cards

Cardinality (Relational Model)

The total number of tuples (rows) present in a relational table.

16
New cards

Physical Database Design

The process of describing the implementation of a database on secondary storage, including base relations, storage structures, and access methods.