Which of the following is NOT an approach of database design in database…
2021
Which of the following is NOT an approach of database design in database management system?
- A.
Top-down approach
- B.
Bottom-up approach
- C.
Inside-out approach
- D.
Up-down approach
Attempted by 3946 students.
Show answer & explanation
Correct answer: D
Correct Answer: D) Up-down approach
Explanation of Each Option:
A) Top-down approach
- This is a valid database design approach.
- In this method, design starts from the overall system view and gradually breaks it into smaller entities, attributes, and relationships.
- Hence, this option is incorrect.
B) Bottom-up approach
- This is also a valid database design approach.
- In this method, small data components and attributes are identified first and then combined to form higher-level entities and relationships.
- Hence, this option is incorrect.
C) Inside-out approach
- This is a recognized database design approach.
- In this method, design starts from the core important entities and then expands outward by adding related entities and relationships.
- Hence, this option is incorrect.
D) Up-down approach
- “Up-down approach” is not a standard or recognized database design approach in DBMS.
- Therefore, this is the correct answer.
The main approaches of database design in DBMS are:
1. Top-Down Approach
2. Bottom-Up Approach
3. Inside-Out Approach
4. Mixed Approach
So, the option which is NOT an approach of database design will be the one other than these standard approaches.