Skip to content

anuj-kh/Database-Normalization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database-Normalization

DBS Project - Module 1

This project is done as a part of my Database Systems course. It deals with the Normalization( Finding the current Normal form(s) a relation satisfies and then decomposing it into more than 1 relations which satisfies higher normal form(s) ). The whole application is coded in java and has a Java Swing GUI.

To run the application:

javac -d build/classes -cp build/classes src/module1/*.java
java -cp build/classes module1.Front

About

DBS Project - Module 1

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages