Embed presentation
Download to read offline
![Change the resulting tables table to THIRD NORMAL FORM (3NF)
Please show all resulting tables
137
Salesperson # Order # Order Dt Order Total
134 0112 10/15/11 $403.00
137 0117 10/16/11 $135.00
134 0121 10/16/11 #338.50
Solution
in the table [salesperson] detrmines [order] , and [order] determines [ order Dt] and [orderDt]
determines [order total] and [order] determines [order total] vice versa.we have transitive
functional dependency, and this structure does not satisfy third normal form.
To bring this table to third normal form, we split the table into two as follows:
137
Now all non-key attributes are fully functional dependent only on the primary key.
Salesperson # Order # Order Total
134 0112 $403.00
137 0117 $135.00
134 0121 #338.50](https://image.slidesharecdn.com/changetheresultingtablestabletothirdnormalform3nfpleasesh-230130170145-27d9d41a/75/Change-the-resulting-tables-table-to-THIRD-NORMAL-FORM-3NF-Please-sh-docx-1-2048.jpg)

The document discusses converting a table to third normal form (3NF) due to transitive functional dependencies. It provides a solution by splitting the original table into two separate tables, ensuring all non-key attributes are fully functional dependent on the primary key. The resulting tables contain salesperson numbers, order numbers, and respective order totals.
![Change the resulting tables table to THIRD NORMAL FORM (3NF)
Please show all resulting tables
137
Salesperson # Order # Order Dt Order Total
134 0112 10/15/11 $403.00
137 0117 10/16/11 $135.00
134 0121 10/16/11 #338.50
Solution
in the table [salesperson] detrmines [order] , and [order] determines [ order Dt] and [orderDt]
determines [order total] and [order] determines [order total] vice versa.we have transitive
functional dependency, and this structure does not satisfy third normal form.
To bring this table to third normal form, we split the table into two as follows:
137
Now all non-key attributes are fully functional dependent only on the primary key.
Salesperson # Order # Order Total
134 0112 $403.00
137 0117 $135.00
134 0121 #338.50](https://image.slidesharecdn.com/changetheresultingtablestabletothirdnormalform3nfpleasesh-230130170145-27d9d41a/75/Change-the-resulting-tables-table-to-THIRD-NORMAL-FORM-3NF-Please-sh-docx-1-2048.jpg)
