4.10

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

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

Functional Dependence

A relationship where a value in one column depends on a value in another column.

2
New cards

Primary Key

A unique identifier for each row in a database table.

3
New cards

Composite Primary Key

A primary key made up of two or more columns.

4
New cards

Second Normal Form (2NF)

A database design that requires non-key columns to fully depend on the whole primary key.

5
New cards

Third Normal Form (3NF)

A database design that requires that all columns depend only on the primary key and not on other non-key columns.

6
New cards

Normalization

The process of organizing data in a database to reduce redundancy and improve data integrity.

7
New cards

Duplicate Rows

Rows in a database that are identical to each other; not allowed in a well-structured table.

8
New cards

Unique Values in Primary Key Column

In a table, each primary key value must appear in exactly one row.

9
New cards

Non-Key Column

A column in a database table that does not make up part of the primary key.

10
New cards

Database Management

The practice of storing, retrieving, and managing data in a database system.