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
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.
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.