53.1k views
5 votes
What are the major steps in a database design?

User EinLama
by
6.1k points

1 Answer

7 votes

Answer:

Conceptual database design, logical database design and physical database design.

Step-by-step explanation:

-Conceptual database design: Refers to build a model of the data and identify realationships, attributes and entities.

-Logical database design: Is how to put the conceptual design in a logical structure.

-Physical database design: Refers to how the logical structure is implemented physically.

User Ligaz
by
6.1k points