Applications For Seminars

Applications created typically within bachelor’s and master’s theses provide support for (database) courses.

Database Design – definition of functional dependencies and algorithm based on them.

A sample of data to be imported into the application:

{“shared”:{“schemas”:[],”fds”:[],”aas”:[],”acs”:[],”infer”:[]},”schemas”:[{“name”:”study”,”attrs”:[“uco”,”last_name”,”study_program”,”study_field”]}],”fds”:[{“type”:”f”,”schema”:”study”,”left”:[“uco”],”right”:[“last_name”],”cr”:{“type”:”f”,”schema”:”study”,”left”:[“uco”],”right”:[“last_name”],”indices”:{“schema”:0,”left”:[0],”right”:[1]}},”indices”:{“schema”:0,”left”:[0],”right”:[1]}},{“type”:”f”,”schema”:”study”,”left”:[“uco”,”study_program”],”right”:[“study_field”],”cr”:{“type”:”f”,”schema”:”study”,”left”:[“uco”,”study_program”],”right”:[“study_field”],”indices”:{“schema”:0,”left”:[0,2],”right”:[3]}},”indices”:{“schema”:0,”left”:[0,2],”right”:[3]}},{“type”:”f”,”schema”:”study”,”left”:[“study_field”],”right”:[“study_program”],”cr”:{“type”:”f”,”schema”:”study”,”left”:[“study_field”],”right”:[“study_program”],”indices”:{“schema”:0,”left”:[3],”right”:[2]}},”indices”:{“schema”:0,”left”:[3],”right”:[2]}}],”aas”:[],”acs”:[],”infer”:[]}