Week 5: Normalization
16 unread replies.1616 replies.
What is the purpose of normalization? How does it ensure a quality database design?
This topic was locked Oct 5, 2020 at 11:59pm.
View Instructor posts View My Posts Search entries or author Filter replies by unreadUnread
Collapse replies Expand replies
Subscribe
Collapse SubdiscussionWilliam Ying
William Ying
Sep 26, 2020Sep 26, 2020 at 12:51pm
Manage Discussion Entry
Hi class;
What is the purpose of normalization?
Prof. Ying
o
Deepan Baid
Deepan Baid
Sep 27, 2020Sep 27, 2020 at 7:31am
Manage Discussion Entry
Database normalization is the process of structuring a relational
database[clarification needed] in accordance with a series of so-called
normal forms in order to reduce data redundancy and improve data
integrity.
Normalization entails organizing the columns (attributes) and tables
(relations) of a database to ensure that their dependencies are
properly enforced by database integrity constraints. It is accomplished
by applying some formal rules either by a process of synthesis
(creating a new database design) or decomposition (improving an
existing database design).
Normalization is a technique for producing a set of suitable relations
that support the data requirements of an enterprise.
Ref:
Database normalization. (2020, September 23). Retrieved September
27, 2020, from https://en.wikipedia.org/wiki/Database_normalization
o
16 unread replies.1616 replies.
What is the purpose of normalization? How does it ensure a quality database design?
This topic was locked Oct 5, 2020 at 11:59pm.
View Instructor posts View My Posts Search entries or author Filter replies by unreadUnread
Collapse replies Expand replies
Subscribe
Collapse SubdiscussionWilliam Ying
William Ying
Sep 26, 2020Sep 26, 2020 at 12:51pm
Manage Discussion Entry
Hi class;
What is the purpose of normalization?
Prof. Ying
o
Deepan Baid
Deepan Baid
Sep 27, 2020Sep 27, 2020 at 7:31am
Manage Discussion Entry
Database normalization is the process of structuring a relational
database[clarification needed] in accordance with a series of so-called
normal forms in order to reduce data redundancy and improve data
integrity.
Normalization entails organizing the columns (attributes) and tables
(relations) of a database to ensure that their dependencies are
properly enforced by database integrity constraints. It is accomplished
by applying some formal rules either by a process of synthesis
(creating a new database design) or decomposition (improving an
existing database design).
Normalization is a technique for producing a set of suitable relations
that support the data requirements of an enterprise.
Ref:
Database normalization. (2020, September 23). Retrieved September
27, 2020, from https://en.wikipedia.org/wiki/Database_normalization
o