COMP3005A-Project / bookstore

Main project for course COMP3005. Full web application representing a virtual bookstore.
1 stars 0 forks source link

Check BCNF and/or 3NF for FDs and decompose if needed #54

Closed nwarsalee closed 2 years ago

nwarsalee commented 2 years ago

Need to redo the checking of if our relations are in "good normal form". Instead of using 1NF we need to check for BCNF for all relations and decompose if needed. Also need to check if those decompositions are dependency preserving, if not put them into 3NF.