Please enable JavaScript.
Coggle requires JavaScript to display documents.
Database Design, Logical Design, 1.Conceptual Design, Physical Design -…
Database Design
is the...
Process of constructing a model of the data used in an enterprise, independent of all physical considerations data model is built using the information in users’ requirements specification.
is the...
Process of constructing a model of the data used in an enterprise based on a specific data model (e.g. relational), but independent of a particular DBMS and other physical considerations Conceptual data model (ERD) is refined and mapped on to a logical data model
is the...
The physical design process is where we concentrate on the efficient implementation of our logical design
-
1.Conceptual Design
Consist of
Data Modelling
is the process of creating a simplified visual diagram of a software system and the data elements it contains, using text and symbols to represent the data and how it flows. Data models provide a blueprint to businesses for designing a new database or reengineering a legacy application.
ERD Modeling
What is ERD Modeling
-
-
A means of discussing the problem domain with the client, during requirements determination
-
-
Consist of..
Entities and Attributes
Entities will become tables while attributes become the colums of the tables when the ERD is converted into a table/database
Relationships
Entities can be associated with one another in relationships
a relationship can involve one, two (most usually), or more entities
-
-