Week 4 notes

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

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.

12 Terms

1
New cards
What is Process Modeling?
A graphical representation of processes that capture, manipulate, store, and distribute data.
2
New cards
What is the purpose of an Entity Relationship Diagram (ERD)?
Used to model relational databases and define business logic.
3
New cards
What do Entities represent in ERDs?
Real-world objects, such as Employee, Car, or House.
4
New cards
What is a Primary Key in an ERD?
An attribute that uniquely identifies an entity and should be stable and unique.
5
New cards
What is the relationship degree of Unary?
An entity is related to itself, such as 'Employee manages Employee'.
6
New cards
What does Cardinality define in relationships?
How many instances of one entity relate to another.
7
New cards
What does a 1:M cardinality imply?
One entity relates to multiple instances of another entity, such as a customer placing multiple orders.
8
New cards
What are Multi-Valued Attributes?
Attributes that have multiple values for a single entity, like an 'Employee' having multiple skills.
9
New cards
What is a key benefit of using Entity Relationship Diagrams?
Provides a conceptual data model and helps in understanding business rules.
10
New cards
What should be done to Multi-Valued Attributes in ERDs?
Convert them into a new entity.
11
New cards

What are database business rules?

Constraints and policies that govern how a database operates.

12
New cards