DATABASES

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

1/30

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:01 AM on 2/24/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

31 Terms

1
New cards

Entity-Relationship Model (ERD)

It represents the conceptual database as viewed by the end user.

2
New cards

Single-valued attribute

An attribute that can have only a single value.

3
New cards

Multivalued attribute?

An attribute that can have many values.

4
New cards

Derived attribute?

An attribute whose value is calculated from other attributes.

5
New cards

Required attribute?

An attribute that must have a value.

6
New cards

optional attribute.

An attribute that does not require a value.

7
New cards

Domain

A set of possible values for a given attribute.

8
New cards

Identifier (PK)

One or more attributes that uniquely identify each entity instance.

9
New cards

Composite Identifier

A primary key composed of more than one attribute.

10
New cards

composite attribute.

An attribute that can be further subdivided to yield additional attributes.

11
New cards

simple attribute?

An attribute that cannot be subdivided.

12
New cards

participants

Entities that participate in a relationship.

13
New cards

connectivity

It is used to describe the relationship classification.

14
New cards

cardinality

The minimum and maximum number of entity occurrences associated with one occurrence of the related entity.

15
New cards

existence dependence

A property of an entity whose existence depends on one or more other entities.

16
New cards

existence independence.

A property of an entity that can exist apart from related entities.

17
New cards

strong entity

An entity that is existence-independent and can exist apart from all of its related entities.

18
New cards

weak entity

Displays existence dependence and inherits the primary key from another entity.

19
New cards

weak relationship

A relationship that does not contain a primary key component of the parent entity.

20
New cards

strong relationship.

Exists when the primary key of the related entity contains a primary key component.

21
New cards

optional attribute

One entity occurrence does not require a corresponding entity occurrence in a relationship.

22
New cards

mandatory participation

One entity occurrence requires a corresponding entity occurrence in a relationship.

23
New cards

unary relationship

Describes association within the same entity.

24
New cards

binary relationship

Exists when two entities are associated.

25
New cards

ternary relationship

Exists when three entities are associated.

26
New cards

recursive relationship

A relationship that exists between occurrences of the same entity.

27
New cards

relationship degree indicate

The number of entities or participants associated with a relationship.

28
New cards

relational schema

The organization of a relational database.

29
New cards

iterative process.

A process based on repetition of steps and procedures.

30
New cards

What is an Entity-Relationship Diagram (ERD)?

It represents the conceptual database as viewed by the end user.

31
New cards