An open API service indexing awesome lists of open source software.

https://github.com/davidstutz/functional-dependencies

Small demo application for calculating candidate keys of a given relational database schema.
https://github.com/davidstutz/functional-dependencies

php relational-databases

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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 .