You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python application that models a coffee-shop domain. The implementation is guided by object-oriented programming principles, including classes design, methods implementation, and relationship establishment between objects
In this project, I have explored Laravel Eloquent relations.One to One,One to Many, Many to Mant (Has One Through), (Has Many Through) with documentation.
Simple Java project focused on revisiting JDBC concepts and handling many-to-many relationships. It provides an interactive console application to manage and retrieve these relationships without duplicating data.
Pizza Restaurant Database Design Assignment - Use SQL to design and create a pizza restaurant database schema for orders. This design includes tables for customers, pizzas, and orders. Utilizing the one-to-many and many-to-many relationships in the databases tables. Create using SQL and write queries to analyze the data contained.