Spring Boot Tutorials 19: What is Many To Many Relationship?

Published: 10 May 2021
on channel: PithorAcademy
111
2

Hi everyone,
Many to Many relationship is used when we want to connect many records from one entity or table to many records of another table or entity. In this video, we'll explore many to many and learn how it works and how we can design the schema of the entity or table.

We'll cover the following points in this video:
1. What is Many to Many?
2. How Many to Many works?
3. How many tables required for the Many to Many relationship?


Topics Covered:
#relationships #manytomany #rdbms #pithoarcademy

For Spring boot concepts visit:

What & Why Spring boot:    • What is Spring Boot and Why we use it?  
Dependency Injection & IOC Container:    • The Power of Dependency Injection and...  
Aspect-Oriented Programming (AOP):    • Aspect-Oriented Programming (AOP): Si...  
Generate Spring Project:    • Spring Boot Made Simple: Generating P...  
Project Architecture:    • Understanding What We're Developing a...  
Auto-generated Code & pom.xml:    • Unpacking the Magic: Understanding Pr...  
RestController & Endpoint:    • Exploring @RestController: Creating R...  
Ways to send data to API:    • Sending Data to Your API: Understandi...  
Autowiring and Dependency Injection:    • The Complete Guide to @Autowired: Dem...  
Adding Mysql To Application:    • Spring Boot Tutorial 10: Adding Mysql...  
Creating JPA Entity or Model:    • Spring Boot Tutorial 11: Creating JPA...  
Creating Service Layer for CRUD Operation:    • Spring Boot Tutorial 12: CRUD Operati...  


Complete Courses:

Spring Boot Tutorials:    • Course Intro: Rest API with Spring bo...  

Rest API Concepts:    • Course Intro: What is Rest API or Res...