davidstutz / functional-dependencies

Small demo application for calculating candidate keys of a given relational database schema.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional Dependencies in Relational Database Theory

This application can be used to get all candidate keys of a given relational database schema including a set of attributes and a set of functional dependencies.

License

The application is licensed under the GPL v3.

Copyright 2013 - 2017 David Stutz

The application is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

The application is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See http://www.gnu.org/licenses/.

About

Small demo application for calculating candidate keys of a given relational database schema.

License:Other


Languages

Language:PHP 62.1%Language:CSS 37.9%