Data Models

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/44

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:06 AM on 9/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

45 Terms

1
New cards

Data Model

A structured representation of data,

relationships, meanings, rules, and

constraints

2
New cards

Clear Structure

Organizes entities, attributes, and relationships so the system is understandable.

3
New cards

Less Redundancy

Reduces repeated storage of the same data in multiple places.

4
New cards

Consistency

Keeps one reliable version of data across the system.

5
New cards

Integrity

Defines rules that prevent invalid or incorrect data

6
New cards

Communication

Provides a shared language for users, analysts, and developers.

7
New cards

Better Decisions

Supports accurate reports, analytics, and organizational planning.

8
New cards

Entity

A person, place, object, event, or concept about which data is stored.

9
New cards

Attribute

A property or characteristic of an entity.

10
New cards

Relationship

A connection between entities.

11
New cards

Key

An attribute or set of attributes used to identify records uniquely.

12
New cards

Constraint

A rule that controls valid data.

13
New cards

Conceptual Data Model

Focuses on what data is needed, not how it will

be stored.

14
New cards

Conceptual Data Model

Focuses on what data is needed, not how it will

be stored.

15
New cards

Conceptual Data Model

Uses major entities and relationships.

16
New cards

Conceptual Data Model

Easy for non-technical stakeholders to

understand.

17
New cards

Conceptual Data Model

Often represented with a simple ER diagram.

18
New cards

Logical Data Model

Includes entities, attributes, primary keys,

foreign keys, and constraints.

19
New cards

Logical Data Model

Shows cardinalities and relationship rules.

20
New cards

Logical Data Model

Prepared after conceptual modeling and before

physical design.

21
New cards

Logical Data Model

Helps convert business concepts into

structured database design.

22
New cards

Physical Data Model

Defines table names, column names, data

types, constraints, indexes, and storage

choices.

23
New cards

Physical Data Model

Depends on the selected DBMS, such as MySQL

or SQL Server.

24
New cards

Physical Data Model

Used by database administrators and designers

to create the actual database.

25
New cards

Physical Data Model

Transforms logical structures into executable

database definitions

26
New cards

Hierarchical Data Model

Represents one-to-many relationships clearly.

27
New cards

Hierarchical Data Model

Each child normally has one parent.

28
New cards

Hierarchical Data Model

Data is accessed from top to bottom.

29
New cards

Hierarchical Data Model

Useful for organization charts, file systems,

and categories.

30
New cards

Network Data Model

Can represent many-to-many relationships.

31
New cards

Network Data Model

Useful for connected data.

32
New cards

Entity-Relationship Data Model

Commonly used during conceptual database

design.

33
New cards

Entity-Relationship Data Model

Visualized using Entity-Relationship Diagrams

or ERDs.

34
New cards

Entity-Relationship Data Model

Makes business rules easier to discuss with

users.

35
New cards

Entity-Relationship Data Model

Can later be transformed into relational

tables.

36
New cards

Relational Data Model

Most widely used model for structured business

data.

37
New cards

Relational Data Model

Rows represent records; columns represent

attributes.

38
New cards

Relational Data Model

Tables are connected using primary and foreign

keys.

39
New cards

Relational Data Model

Uses SQL for querying and managing data.

40
New cards

Relational Data Model

Supports integrity and reduction of redundancy.

41
New cards
42
New cards
43
New cards
44
New cards
45
New cards