Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibensusan/italian-cuisine-course-database-development-
SQL-based Database Design and Implementation
https://github.com/ibensusan/italian-cuisine-course-database-development-
oracle-database sql
Last synced: 3 days ago
JSON representation
SQL-based Database Design and Implementation
- Host: GitHub
- URL: https://github.com/ibensusan/italian-cuisine-course-database-development-
- Owner: iBensusan
- License: mit
- Created: 2024-10-07T13:42:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T13:47:07.000Z (4 months ago)
- Last Synced: 2024-12-14T21:15:46.869Z (about 2 months ago)
- Topics: oracle-database, sql
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL Database Design and Implementation
This repository contains SQL scripts for a project focused on database design, normalization, and implementation using SQL. It is based on a project for a university assignment, where the goal was to normalize data and work with SQL queries to create and manage the database.
## Project Overview
This project involved the following key steps:
1. **Database Normalization**: From Unnormalized Form (UNF) to Third Normal Form (3NF).
2. **SQL Queries**:
- Creating tables, inserting data, and performing complex queries like joins, aggregate functions (SUM, MAX, MIN), and data updates.## Repository Structure
- `SQL/`: Contains SQL scripts to:
- Create database tables
- Insert data into the tables
- Perform various SQL operations (e.g., SELECT, JOIN, SUM, etc.)
- `README.md`: This file provides a project overview and instructions.