Skip to content

This repository consists of 2 programs. One program is to "Normalize a Relational Database" and the other program is to "Simulate Extendible Hashing". Deployed using Java for backend and Netbeans for frontend.

Notifications You must be signed in to change notification settings

Sid97213/Database-Normalization-and-Extendible-Hashing

Repository files navigation

Database Normalization and Extendible Hashing

Module 1 is a Java based program that given a relation and its functional dependencies,computes all candidate keys, super keys, highest normal form and decomposes to its successive normal form (upto BCNF).


Module 2 is also a java based program that implements extendible hashing. The program allows operations such as insertion, deletion and search. The GUI also displays the directory structure after every insertion and deletion operation.

About

This repository consists of 2 programs. One program is to "Normalize a Relational Database" and the other program is to "Simulate Extendible Hashing". Deployed using Java for backend and Netbeans for frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published