What is Conceptual, Logical and Physical model?
Answer / guest
Conceptual Data Model
During the Planning phase of the project, the conceptual
data model is created to capture the high-level data
requirements for the project. Since the model captures the
highlights of the client’s information needs, it is the
only model that effectively reflects the enterprise level.
Depending on the requirements, the enterprise-wide vision
may need to be emphasized to help guide the client in the
development of an overall data warehousing strategy. Detail
models that reflect the project’s scope will be created
during logical and physical data modeling. The conceptual
data model is the precursor to the logical data model; it
is not tied to any particular solution or technology.
Entities, relationships, major attributes, and metadata
across functional areas are included. During successive
releases, the conceptual data model should be validated and
updated if necessary. An enterprise should have only one
conceptual data model.
Logical Data Model
During the design phase of the project, the logical data
model is created for the scope of the complete project. A
portion of the conceptual data model will be fully
attributed and completed as the logical data model. The
logical data model reflects the technology to be used. In
today’s environment, this typically means either a
relational DBMS or a multidimensional tool. But if the
client should be using an older DBMS such as IMS or IDMS,
the logical model will be quite different than if an RDBMS
is to be used. The logical data model reflects a logical
data design that can be used by the developers on the
project. For an RDBMS, that means logical tables (views)
and columns.
Physical Data Model
Like the logical data model, the physical data model is
created during the design phase. This modeling activity
should reflect the scope of the specific release of the
project. The model’s final design will be highly dependent
on the technical solution for the data warehouse. The
purpose of this model is to capture all the technical
details required to produce the final tables, and physical
constructs such as indexes and table partitions. The
logical data model will serve as a blueprint to the project
team while the physical data model is a blueprint for the
DBAs. All the functionality reflected in the logical data
model should be preserved while creating the physical data
model. The generated table schemas will be identical to the
physical data model.
| Is This Answer Correct ? | 11 Yes | 5 No |
Explain what is the difference between a primary and secondary actor in use case modeling?
Is it possible to have more than one row on the same table with the same foreign key?
what is table partitioning? How it is useful to warehouse database?
Suppose we have some 10,000 odd records in source system and when load them into target.how do we ensure that all 10,000 records that are loaded to target doesnt contain any garbage values?
What is Snow Flake Schema design in database?
What is the extension of file to save template?
Tell me what is degree of a relation?
three ways sql*loader could load data, what are those three types?
What is an OLTP (Online Transaction Processing) System?
Explain what is the limit to the number of sources and targets you can have in a mapping?
explain about balanced dimension,
What are session timeout and application timeout?