Code Monkey home page Code Monkey logo

database-system-normalization-application's Introduction

Database-System-Normalization-Application

Overview

A Java based GUI application that for a given set of Attributes and Functional Dependencies can identify candidate keys and check the highest normal form it satisfies. If the highest normal form is X it can decompose the given relation to satisfy X+1 Normal Form upto BCNF Normal Form.

The application has been made using NetBeans IDE 8.2 and written entirely in Java (v. 1.8.0_231).The source code for the project can be found in the src/mymod1 directory. The source code has been appropriately commented wherever found necessary.

Team Members

Preview:

Below is the preview of different functionalities of the application.

Instructions for Inputs

  • All the input Attributes should be seperated by a comma ','.
  • For each functional dependency the left attributes and the right attributes should be seperated using a single arrow '->'.
  • New functional dependencies should be added from a new line ("Press Enter").

Home

Candidate Keys

The candidate keys can be obtained using the KEYS button. Keys

Highest Normal Form

To obtain the Highest Normal Form use the HNF button. Keys

Decomposition to X+1 Form

For decomposing the given relation to X+1 form use Decompose button. Only applicable upto to BCNF form. Keys

Closures

For closure of all possible combinations of the given attributes can be obtained from Closure button. Keys

database-system-normalization-application's People

Contributors

bp-high avatar hritiksk392 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.