Premium Only Content
Queries with Joins and Aggregations (044)
CREATE TABLE users(
id SERIAL PRIMARY KEY,
username VARCHAR(50)
);
CREATE TABLE photos (
id SERIAL PRIMARY KEY,
url VARCHAR(200),
user_id INTEGER REFERENCES users(id) ON DELETE CASCADE
);
CREATE TABLE comments (
id SERIAL PRIMARY KEY,
contents VARCHAR(240),
user_id INTEGER REFERENCES users(id) ON DELETE CASCADE,
photo_id INTEGER REFERENCES photos(id) ON DELETE CASCADE
);
INSERT INTO users (username)
VALUES
('Reyna.Marvin'),
('Micah.Cremin'),
('Alfredo66'),
('Gerard_Mitchell42'),
('Frederique_Donnelly');
INSERT INTO photos (url, user_id)
VALUES
('https://santina.net', 3),
('https://alayna.net', 5),
('https://kailyn.name', 3),
('http://marjolaine.name', 1),
('http://chet.net', 5),
('http://jerrold.org', 2),
('https://meredith.net', 4),
('http://isaias.net', 4),
('http://dayne.com', 4),
('http://colten.net', 2),
('https://adelbert.biz', 5),
('http://kolby.org', 1),
('https://deon.biz', 2),
('https://marina.com', 5),
('http://johnson.info', 1),
('https://linda.info', 2),
('https://tyrique.info', 4),
('http://buddy.info', 5),
('https://elinore.name', 2),
('http://sasha.com', 3);
THERE IS ANOTHER INSERT INTO MISSING, CHECK THE SUBSEQUENT VIDEOS COMMENTS FOR IT.
-
2:34:18
Mally_Mouse
5 days ago🎮 Throwback Thursday! Let's Play: Kingdom Hearts 1 pt. 4
39.1K5 -
25:14
Stephen Gardner
6 hours agoCLINTONS PANIC AS ARREST CALLS EXPLODE – Scott Jennings GOES OFF! 😱
44K29 -
2:14:15
DLDAfterDark
4 hours ago $3.83 earnedThe AR15 BurnDown That Will Leave You Speechless!
27.6K1 -
1:48:12
megimu32
5 hours agoON THE SUBJECT: Throwback Thursday | Wheel of Nostalgia Chaos!
36.4K9 -
2:32:11
Flyover Conservatives
1 day agoTrojan Horse in the Big Apple? Prophetic Warning w/ Robin D. Bullock | FOC Show
39.7K13 -
1:31:48
Precision Rifle Network
1 day agoS5E6 Guns & Grub - The Boys Are Back!
19.5K8 -
4:29:29
SynthTrax & DJ Cheezus Livestreams
4 days agoLumines - Arise - DJ Cheezus Birthday Stream
26.2K2 -
1:00:41
Glenn Greenwald
10 hours agoEXCLUSIVE: Succession Actress & Podcast Host Dasha Nekrasova Speaks Out About Hollywood Cancellation Over Fuentes Interview | SYSTEM UPDATE #549
123K110 -
31:27
Robbi On The Record
12 hours ago $3.49 earnedWhat the Bible say about Astrology.. The Conversation Culture Has Been Avoiding | ft. JT Follows JC
27.6K5 -
2:58:45
SOLTEKGG
5 hours ago🟢 Live: Pro Player Returns to Battlefield 6 RED SEC
14K