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...
-
15:03
Demons Row
11 hours ago $12.24 earnedThings Real 1%ers Never Do! 💀🏍️
51.8K17 -
35:27
megimu32
14 hours agoMEGI + PEPPY LIVE FROM DREAMHACK!
169K14 -
1:03:23
Tactical Advisor
17 hours agoNew Gun Unboxing | Vault Room Live Stream 044
255K40 -
19:12
Robbi On The Record
19 hours ago $22.59 earnedThe Loneliness Epidemic: AN INVESTIGATION
83.1K103 -
14:45
Mrgunsngear
1 day ago $144.91 earnedFletcher Rifle Works Texas Flood 30 Caliber 3D Printed Titanium Suppressor Test & Review
143K34 -
17:17
Lady Decade
1 day ago $12.09 earnedMortal Kombat Legacy Kollection is Causing Outrage
94.4K24 -
35:51
Athlete & Artist Show
1 day ago $14.16 earnedIs Ryan Smith The Best Owner In The NHL?
101K17 -
22:56
American Thought Leaders
2 days agoCharles Murray: I Thought Religion Was Irrelevant to Me. I Was Wrong.
82.6K61 -
36:22
Brad Owen Poker
20 hours agoGIGANTIC $17,000+ Pot In BOBBY’S ROOM! TRAPPING Top Pro w/FULL HOUSE!! Big Win! Poker Vlog Ep 326
85.2K15 -
3:53
GreenMan Studio
1 day agoRUMBLE RUNDOWN: DREAM HACK SPECIAL W/Greenman Reports
68.1K17