There are 0 repository under bcnf topic.
It is a Hotel Management System that developed with Django - Python. Database tables have been created according to normalization rules.
General Information
A simple tool for database design
A driver program to decompose a relation with violating functional dependencies into BCNF
This repository contains Jonathan et al.'s AoL (Assurance of Learning) Group Project for COMP6799001 - Database Technology Course. This group project has been declared to have passed with a high distinction (score: 100, grade: A).
An interpreter for an imperative programming language with syntax based on a subset of C/C++. The program consists of variable and function declarations. When executed, it runs the declared main function. Written in Haskell.
Database for various events being held in the university
Seminar task from college subject SQL Practicum. App that finds primary key candidates and handles database normalization - decomposition to Third Normal Form and Boyce-Codd normal form. 🔑
SQL Assignments from CSC 453
Developed a program that Generates SQL Statements to Check Normalization in One Table and Normalize It If Needed. [Python and PostgreSQL]
Takes Database and Functional dependencies as Input and checks Normalization form and converts up to BCNF.