https://github.com/wwi2196/mysql-database-management-system-for-coffeecafe
This project involves creating a database system using SQL for CoffeeCafe, a coffee shop moving to online orders and doorstep delivery.
https://github.com/wwi2196/mysql-database-management-system-for-coffeecafe
Last synced: 3 months ago
JSON representation
This project involves creating a database system using SQL for CoffeeCafe, a coffee shop moving to online orders and doorstep delivery.
- Host: GitHub
- URL: https://github.com/wwi2196/mysql-database-management-system-for-coffeecafe
- Owner: WWI2196
- License: mit
- Created: 2024-04-07T11:01:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-07T07:29:11.000Z (10 months ago)
- Last Synced: 2025-01-29T22:45:02.104Z (4 months ago)
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Database Management System for CoffeeCafe
## Overview
This project involves creating a database system for CoffeeCafe, a coffee shop moving to online orders and doorstep delivery. The goal is to design and develop a high-quality Conceptual Relational Data Model, Logical Relational Schema, and a Physical Data Model using an appropriate DBMS tool.## Requirements
- Analyze the business case study of CoffeeCafe.
- Design the Conceptual Relational Data Model and Logical Relational Schema.
- Implement and test the relational database using SQL.
- Write SQL queries to manipulate data according to the business requirements.