Skip to content

Based on schema and functional dependencies, provides keys, attribute closures, checks whether the relations are upto Boyce Codd normal form

Notifications You must be signed in to change notification settings

2020uce0047/Normalization-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

dbms_analysis

Based on schema and functional dependencies, provides keys, attribute closures, checks whether the relations are upto Boyce Codd normal form

  • Each attribute is represented by a single alphabatical letter
  • Example of a functional dependency: ['ab', 'c'], where a, b, c are attributes and the representation signifies c is functionaly dependent on ab
  • Possible candidate/super keys can be obtained from the code

About

Based on schema and functional dependencies, provides keys, attribute closures, checks whether the relations are upto Boyce Codd normal form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published