CHAP 2 Part 1

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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:24 AM on 8/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

data modeling

the process of discovering, analyzing, and scoping data requirements. critical component of data management

2
New cards

data model

you represent and communicate data modeling requirements in a precise form called this

3
New cards
  1. relational

  2. dimensional

  3. object-oriented

  4. fact-based

  5. time-based

  6. NoSQL

six most commonly used schemes in data modeling and design

4
New cards
  1. conceptual

  2. logical

  3. physical

models of these schemes exist at three levels of detail

5
New cards

business drivers

factors or needs that influence an organization’s goals, decisions, and systems

6
New cards

importance of data models

  • provide a common vocabulary for data

  • document knowledge about an organization’s data and systems

  • act as a communication tool during projects

  • provide a starting point for customizing, integrating, or replacing applications

7
New cards

formalization

documents data structures and relationships and shows how business rules affect data. definition of data structures

8
New cards

scope definition

defines the boundaries of data, systems, projects, and applications. explain the boundaries for data context and implementation

9
New cards

knowledge retention/documentation

preserves corporate memory/organizational knowledge and provides documentation for future projects

10
New cards

system development lifecycle (SDLC)

data modeling is most frequently performed in the context of systems development and maintenance efforts, knows as the ______

11
New cards

model

a representation of something that exists or a pattern

12
New cards

data model

describes an organization’s data as the organization understands it

13
New cards

category information

data used to classify and assign types

14
New cards

resource information

basic profiles of resources needed

15
New cards

business event information

data created while operational processes are in progress

16
New cards

detail transaction information

often produced through point-of-sale systems

17
New cards

entity

a thing about which organization collects information.

nouns of organization

18
New cards

entity aliases

generic term entity can go by other names. most common is entity-type

19
New cards

entity instances

occurrences or values

20
New cards

entities

in data models. these are depicted as rectangles

21
New cards

entity definition

essential contributors to the business value of any data model

22
New cards

relationship

in relational schemes this term are often used

23
New cards

navigation path

in dimensional schemes this term is often used

24
New cards

edge or link

in NoSQL schemes, terms such as these are used

25
New cards

relationship aliases

can vary based on level of detail

26
New cards

constraints or reference

a relationship at the conceptual and logical levels is called a relationship. but on physical level it may be called other names such as?

27
New cards

cardinality

relationship between two entities. it is represented by symbols

28
New cards

data rules

specified and enforced through cardinality

29
New cards

arity

number of entities in a relationship

30
New cards

unary

also knows as recursive or self-referencing. a relationship that involves only one entity

31
New cards

ternary relationship

arity of three

32
New cards

foreign key

used in physical and sometimes logical relational data modelling

33
New cards

identifier

this is also called a key. a set of one or more attributes that uniquely defined an instance of an entity

34
New cards

simple key

one attribute that uniquely identifies an entity instance

35
New cards

surrogate key

unique identifier for a table

36
New cards

compound key

two or more attributes that uniquely identify an entity instance together

37
New cards

composite key

contains one compound key and at least one other simple or compound key or non-key attribute

38
New cards

super key

set of attributes that uniquely identify an entity instance

39
New cards

candidate key

a minimal set of one or more attributes that identifies the entity instance to which it belongs

40
New cards

business key

one or more attributes that a business professional would use to retrieve a single entity instance

41
New cards

primary key

candidate key that is choses to be the unique identifier for an entity

42
New cards

alternate key

can still be used to find specific entity instances

43
New cards

independent key

one where the primary key contains only attributes that belong to that entity

44
New cards

dependent key

one where the primary key contains at least one attribute from another entity

45
New cards

domain

complete set of possible values that an attribute can be assigned

46
New cards

data type

domains that specify the standard types of data

47
New cards

data format

domains that use patterns including templates and masks, such as are found in postal codes and phone numbers

48
New cards

list

domains that contain a finite set of values

49
New cards

range

domains that allow all values of the same data type. can be open ended (ex: orderdeliverydate)

50
New cards

rule-based

domains defined by the rules that values must comply with in order to be valid (ex: itemprice, itemcost)