There are 0 repository under database-normalization topic.
MySQL Python Data Analytics Mini-Project - Database Normalization & Business Intelligence Dashboard
A full-stack web application that provides searching and recommending for movies and TV series, built with ReactJS, NodeJS, and ExpressJS.
Data cleaning normalization using SQL
This project is a combination of two project from Trybe on the start of my studies in MySQL queries. There are two databases and a bunch of different queries to practice MySQL queries.
A comprehensive relational database design project converting university professors flat data into normalized schema with proper constraints and referential integrity using PostgreSQL.
E-commerce PostgreSQL database with normalized tables and sample data for users, products, and addresses.
A web-app hosted on AWS using a MySQL back-end database queried using dynamically generated, user-defined, complex SQL queries. Front-end user-interface designed using BootStrap.
Projects from DS6001, showcasing database management, API data extraction, web scraping, and data analysis. Key assignments include SQL-based database normalization, schema design, API integration, web scraping, and data cleaning using Pandas. The work includes MySQL, PostgreSQL, MongoDB, REST APIs, Docker, and Python data pipelines.
This Event Management Software is designed to help employees like Event Managers /Event Organizers, Staff managers, etc in an event planning company to manage their work related to events efficiently.
My homework solutions (in SSH/Linux/Bash via TAMU HRPC) of the Ph.D. level Statistics course (STAT 624) in Texas A&M University
Revision for KCL Database winter exams. Includes SQL queries, database normalisation and data warehouse design.
Project focused on relational database structuring techniques, such as normalization, utilizing Oracle SQL and a PHP interface
Database Systems course project, completed in two parts: designing an arbitrary relational database and implementing it by creating, loading and querying data to meet specified criteria. Each query was accompanied by detailed explanations. Developed during the spring of 2020.
SQL Database Normalization and Advanced Queries
Minimal command line python program to help you normalise your relational database.
Database for various events being held in the university
This repository contains the design and implementation of the AirMan System for managing airport operations at London Biggin Hill Airport. It includes an ERD diagram, MySQL scripts for database creation, data insertion, and queries, as well as detailed data definitions and system requirements documentation.
SQL scripts for commonly needed dimension tables.
Sample APIs for practice.
College assignments from Bryan University over creating relational databases (e.g. using MySQL or PostgreSQL) in connection with Express servers using both direct SQL statements and Object Relational Mapping approaches.
A complete, production-ready database schema for an AirBnB. Features a fully normalized (3NF) PostgreSQL design with UUID primary keys, comprehensive constraints, sample data, and detailed documentation. Includes tables for users, properties, bookings, payments, reviews, and etc. with proper foreign key relationships and business rule enforcement.
Deliverables relating to the Introduction to Databases and Information Systems University Unit
A group project, where I designed RDBMS aspects such as ER design, database population, DDL, DML, and where I co-developed the Flask app
Purrs-R-Us is a collaborative platform for cat lovers to share photos, stories, and tips on caring for their feline friends. Join our community to connect with other cat enthusiasts and celebrate the joys of having a purrfect companion in your life.
A package for working with functional dependencies in Python.
It contains DataBase-MongoDB Installation and Introduction and Basic Methods with Examples
A comprehensive implementation of the Life Insurance Co. BYOD system. Includes ERD, MySQL scripts for database creation and population, detailed data definitions, normalization documentation, and SQL queries for IT management analytics. Demonstrates best practices in database design and management.
This repository contains the design and implementation of the AirMan System for managing airport operations at London Biggin Hill Airport. It includes an ERD diagram, MySQL scripts for database creation, data insertion, and queries, as well as detailed data definitions and system requirements documentation.
This repository contains the design and implementation of the Bring Your Own Device (BYOD) System for managing personal devices at Life Insurance Company. It includes an ERD diagram, MySQL scripts for database creation, data insertion, and queries, as well as detailed data definitions and system requirements documentation.
This Node JS command line application inputs a sample set of sales data and restructures it according to a normalized database design.
Takes Database and Functional dependencies as Input and checks Normalization form and converts up to BCNF.