Premium Only Content
This video is only available to Rumble Premium subscribers. Subscribe to
enjoy exclusive content and ad-free viewing.

Spring Boot pt. 24: Relational Mappings @OneToMany (2/3)
1 year ago
8
SQL Queries:
ALTER TABLE address
ADD COLUMN customer_id BIGINT,
ADD CONSTRAINT fk_customer
FOREIGN KEY (customer_id)
REFERENCES customer (id);
UPDATE address
SET customer_id = (SELECT id FROM customer WHERE id = address.id);
INSERT INTO customer (first_name, last_name) VALUES ('Jane', 'Smith');
INSERT INTO address (street, city, state, customer_id) VALUES
('789 Pine St', 'CityC', 'SC', 1),
('101 Elm St', 'CityD', 'SC', 2);
In today's episode of the No BS Java Spring Boot Guide, we cover relational mappings for relational databases and use the @OneToMany annotation
Loading comments...
-
LIVE
Dr Disrespect
5 hours ago🔴LIVE - DR DISRESPECT - THE FINALS - NEW SEASON 8 LAUNCH EVENT W/ THE SHOTTY BOYS
1,385 watching -
1:44:11
Darkhorse Podcast
3 hours agoThe 294th Evolutionary Lens with Bret Weinstein and Heather Heying
48.5K9 -
11:49
Dr. Nick Zyrowski
9 days ago12 Unusual NAC ( N-Acetyl Cysteine) Questions Nobody Ever Answers
83.7K10 -
1:03:45
Russell Brand
4 hours agoWW3 IMMINENT! Israel & Russia Strikes Leave World “ON THE BRINK” - SF631
185K63 -
56:18
Tucker Carlson
3 hours agoSam Altman on God, Elon Musk and the Mysterious Death of His Former Employee
87.6K95 -
1:12:40
Sean Unpaved
4 hours agoJalen Carter's 1-Game Suspension & The Pressure for Instant Greatness in Sports
74.4K5 -
1:07:27
LindellTV
2 hours agoBREAKING: MICHIGAN JUDGE THROWS OUT CRIMINAL CHARGES
46.2K12 -
11:34
The Kevin Trudeau Show Limitless
6 hours agoClassified File 4 | The Hidden Science of Brain Control REVEALED!
10.2K4 -
17:22
Silver Dragons
3 hours agoDealer Reveals Best SILVER to Buy on a TIGHT Budget
22.5K -
4:07
Michael Heaver
9 hours agoFrance Absolutely IMPLODING Under Macron
15.7K5