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...
-
35:27
megimu32
10 hours agoMEGI + PEPPY LIVE FROM DREAMHACK!
157K12 -
1:03:23
Tactical Advisor
14 hours agoNew Gun Unboxing | Vault Room Live Stream 044
235K34 -
19:12
Robbi On The Record
15 hours ago $19.02 earnedThe Loneliness Epidemic: AN INVESTIGATION
70.4K95 -
14:45
Mrgunsngear
1 day ago $113.27 earnedFletcher Rifle Works Texas Flood 30 Caliber 3D Printed Titanium Suppressor Test & Review
121K27 -
17:17
Lady Decade
1 day ago $8.18 earnedMortal Kombat Legacy Kollection is Causing Outrage
79.7K16 -
35:51
Athlete & Artist Show
1 day ago $14.15 earnedIs Ryan Smith The Best Owner In The NHL?
92.5K12 -
22:56
American Thought Leaders
2 days agoCharles Murray: I Thought Religion Was Irrelevant to Me. I Was Wrong.
75.8K39 -
36:22
Brad Owen Poker
16 hours agoGIGANTIC $17,000+ Pot In BOBBY’S ROOM! TRAPPING Top Pro w/FULL HOUSE!! Big Win! Poker Vlog Ep 326
80K9 -
3:53
GreenMan Studio
1 day agoRUMBLE RUNDOWN: DREAM HACK SPECIAL W/Greenman Reports
64.6K13 -
1:28
Damon Imani
2 days agoThey Laughed at Trump’s Cognitive Test — Damon Made Them REGRET It!
61.7K40