Normalization in SQL Server ?
Normalization is the process of efficiently organizing data in a database.
Benefits :
- Eliminate data redundancy
- Improve performance
- Query optimization
- Faster update due to less number of columns in one table
- Index improvement
No comments:
Post a Comment