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.
-
LIVE
StevieTLIVE
1 hour agoWarzone Wins ALL Night w/ GloryJean
89 watching -
LIVE
Laura Loomer
5 hours agoEP146: Loomer EXPOSES Big Tech's Complicity With Anti-ICE Violence
709 watching -
31:39
Standpoint with Gabe Groisman
1 day ago“Most People Have NO IDEA What Isolationism could do to America” Rep Rich McCormick Joins Standpoint
1.83K2 -
LIVE
MissesMaam
3 hours ago75% DONE WITH PERFECTION!!! | Stardew Co-Op 💚✨
82 watching -
LIVE
Clenzd Gaming
2 hours agoThe Return
49 watching -
LIVE
DeafWarriorLegendary
1 hour ago🔥Deaf Streamer🔥
25 watching -
2:04:52
TimcastIRL
4 hours agoBomb Threat At TPUSA, Bomb Squad Deployed For Controlled Detonation | Timcast IRL
181K179 -
2:20:49
Barry Cunningham
3 hours agoBREAKING NEWS: DEMOCRATS SHUT DOWN THE GOVERNMENT! THEY HAVE UNLEASHED PRESIDENT TRUMP
39.6K16 -
3:59:47
Nikko Ortiz
6 hours agoPTSD Is Fun Sometimes | Rumble LIVE
66.1K3 -
23:02
Jasmin Laine
8 hours ago"Carney BROKE Ethics Laws!"—Liberal SPEECHLESS After Being Cornered On CTV
19K18