Exam 1D0-541 All QuestionsBrowse all questions from this exam
Question 23

Consider the following four database design activities:

1 - Design user views.

2 - Select a DBMS.

3 - Apply normalization.

4 - Determine entities.

Which choice shows the correct ordering of these activities, from first to last, by assigned numbers?

    Correct Answer: C

    The correct order for database design activities typically starts with determining entities, as understanding the primary data objects is crucial for the design. Next, applying normalization is important to structure the data properly to eliminate redundancy and ensure integrity. After this, designing user views allows you to tailor the database presentation according to the end-users' needs. Finally, selecting a DBMS is done to fit these requirements into a practical and compatible system. Therefore, the correct order is 4, 3, 1, 2.

Discussion
dayogreatsOption: C

The correct ordering of the database design activities, from first to last, by assigned numbers is: C. 4,3,1,2 Determine entities. Apply normalization. Design user views. Select a DBMS.

jbmacOption: D

Correct Answer: D. 4,2,3,1