Please describe 3 phases if database design
Conceptual
The process of constructing a model of the data used in an enterprise, independent of all physical consideration.
Logical
The process of constructing a model of the data used in an enterprise based on a specific data model (eg. relational), but independent of a particular DBMS and other physical consideration.
Physical
The process of producing a description of the implementation of the database on secondary storage; it describes the base relations, file organization, and indexes design used to achieve efficient access to the data, and any associated integrity constraints and security measures.

Hw fdb(2)

  • 1.
    Please describe 3phases if database design
  • 2.
  • 3.
    The process ofconstructing a model of the data used in an enterprise, independent of all physical consideration.
  • 4.
  • 5.
    The process ofconstructing a model of the data used in an enterprise based on a specific data model (eg. relational), but independent of a particular DBMS and other physical consideration.
  • 6.
  • 7.
    The process ofproducing a description of the implementation of the database on secondary storage; it describes the base relations, file organization, and indexes design used to achieve efficient access to the data, and any associated integrity constraints and security measures.