DATA MODELING
WHAT IS DATA MODELING?
Data modeling
is the process of creating a simplified diagram of a software system and the
data element contains text and symbols to represent the data and how it flows.
WHY
USE A DATA MODEL?
TYPES
OF DATA MODELS: There are several
data models available, Mainly THREE types of data models used:
Other data
model types are:
The data
models are used to represent the data and how it is stored in the database. NOTE: Database Schemas and Data Models are not the same. The database schema is a collection of conceptual tools for defining data, data relationships, and consistency constraints, whereas the data model is a collection of conceptual tools for describing data, data relationships, and consistency constraints. CONCEPTUAL DATA MODEL:
LOGICAL
DATA MODEL:
1. Business requirements 2. Quality data structures
1. Entities 2. Attributes 3. Relationships PHYSICAL
DATA MODEL:
1. Flat-file 2. Hierarchical 3. Relational 4. Object-Oriented DATA MODELING SOFTWARE/ TOOLS: some important data mode tools are:
ADVANTAGES
AND DISADVANTAGES OF DATA MODELING: ADVANTAGES
OF DATA MODELING:
DISADVANTAGES
OF DATA MODELING:
CONCLUSION: In this
article, we learn about data modeling, types of data models, advantages and
disadvantages of data models. The primary goal of a designing data model is to
ensure that data objects provided by the functional team are accurately
represented. The main disadvantage is that even minor changes in structure
necessitate changes to the entire application.
|




Comments
Post a Comment