Monday, 31 October 2022

Why Data Model?

Ensures that all data objects required by the database are accurately represented.

A data model helps design the database at the conceptual, physical and logical levels.

It helps to define the relational tables, primary and foreign keys and stored procedures.

It provides a clear picture of the base data and can be used by database developers to create a physical database.

No comments:

Post a Comment

How to perform regression testing in ETL?

Regression testing in ETL (Extract, Transform, Load) ensures that changes or updates to the ETL process do not negatively impact existing fu...