Arrange the following phases of database design in the correct order: (A)…

2024

Arrange the following phases of database design in the correct order:
(A) Physical Design
(B) Conceptual Design
(C) Logical Design
(D) Requirement Analysis
Choose the correct answer from the options given below:

Answer: C. (D), (B), (C), (A)Correct sequence: Requirement Analysis → Conceptual Design → Logical Design → Physical Design. Requirement Analysis — Gather user needs, business rules, and…

  1. A.

    (B), (D), (A), (C)

  2. B.

    (C), (A), (B), (D)

  3. C.

    (D), (B), (C), (A)

  4. D.

    (A), (D), (C), (B)

Attempted by 3347 students.

Show answer & explanation

Correct answer: C

Correct sequence: Requirement Analysis → Conceptual Design → Logical Design → Physical Design.

  1. Requirement Analysis — Gather user needs, business rules, and constraints that the database must satisfy.

  2. Conceptual Design — Create a high-level model (for example, ER diagrams) identifying entities and relationships without considering a specific DBMS.

  3. Logical Design — Translate the conceptual model into a logical schema (tables, attributes, keys, and relationships), and apply normalization rules.

  4. Physical Design — Decide physical storage structures, indexing, partitioning, and DBMS-specific implementation details to optimize performance.

Reasoning: You must first understand what the system needs (requirements). The conceptual model captures those needs at a high level, the logical model maps them into database constructs, and the physical design makes implementation choices for performance and storage.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Tpsc Assistant Technical Officer

Loading lesson…