InterviewSolution
Saved Bookmarks
| 1. |
What is database normalization? |
|
Answer» In ETL, the Database Normalization is a process required to organize the tables and attributes of a relational database to MINIMIZE DATA redundancy. The process involves decomposing a table into less REDUNDANT tables without losing any information. |
|