Reverse Engineering involves analyzing an existing database schema to create a _______ data model.
- Abstract
- Conceptual
- Concrete
- Logical
Reverse Engineering starts with a Conceptual Data Model. It involves analyzing an existing database schema to understand the business rules and requirements that led to its creation. This helps in creating a high-level representation of the data structure.
Loading...
Related Quiz
- How does indexing improve query performance in a database?
- Which of the following statements best describes denormalization?
- The notation (1,*) represents a _______ cardinality.
- In an ERD, what does a cardinality of "One-to-One" signify?
- How does a many-to-many relationship affect the database schema?