what is a conceptual model
what does a conceptual model identify
- -> relationship among entities
what does a conceptual model not specify
- -> unique identifiers
why is a conceptual model important for a business
what is a logical model
what is a physical model
what is data modelling
–> process of capturing the important concepts and rules that shape a business and depicting them visually on a diagram.
data models show users the ___________ that their physical models will contain
data
a conceptual model is not concerned with how the _________ will be implemented
physical model
our technology rich world produces vast quantities of facts in need of ___________
structure and order
why is it important to learn about entities
They are things about which we store dat a
why is it important to learn about attributes
- -> attributes help you distinguish between one instance and another by providing greater detail for the entity
what is the example of attributes
–> when you are placing a restaurant order then you have to list the individual food items ordered to calculate the total bill.
what is the purpose of unique identifiers
distinguish one instance of an entity from anothe r
what is an example of unique identifier
–> in a classroom, you need to distinguish between one student and another
what is an entity
what is an instance
–> an instance is a single occurrence of an entity
give 3 examples of entities and instances
entities are
instances are
entities can be _______, ________ and __________
tangible -> person, product
intangible -> skill level
event -> concert
what is an attribute
–> AN ATTRIBUTE HAS A SINGLE VALUE
an attribute has values called ____________
data types/formats
–> EACH ATTRIBUTE STORES ONE PIECE OF DATA OF ONE SPECIFIC DATA TYPE
what are volatile attributes
some attributes have values that constantly change
what are non volatile attributes
Attributes which do not change
if given a choice which attribute should you select
non volatile attribute