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.
-
27:39
Tucker Carlson
1 hour agoThe 9/11 Files: The CIA’s Secret Mission Gone Wrong | Ep 1
14K26 -
1:16:04
JULIE GREEN MINISTRIES
2 hours agoWORLD CHANGING EVENTS ARE TAKING PLACE TO SAVE EVERY NATION
35.2K76 -
LIVE
The Chris Salcedo Show
12 hours agoMajor MAHA Moves
634 watching -
LIVE
Game On!
17 hours ago $1.25 earnedCollege Football SHOWDOWN! Week 5 EARLY Preview!
172 watching -
9:26
Millionaire Mentor
16 hours agoMegyn Kelly STUNNED as Tucker Carlson Reveals The Truth About Charlie Kirk
48.5K27 -
7:30
Blackstone Griddles
14 hours agoEasy Weeknight Meals: Meatloaf Sliders on the Blackstone Griddle
10K5 -
8:47
DropItLikeItsScott
16 hours ago $1.60 earnedDid HI-POINT Just Create The Next Best AR? Hi-Point HP15 AR-15 Pistol
11.8K1 -
39:19
The Heidi St. John Podcast
3 days agoFirst Fan Mail Friday: From the White House to Your Questions
11.7K5 -
BEK TV
1 day agoTrent Loos in the Morning - 9/23/2025
13.3K2 -
24:12
Michael Feyrer Jr
23 hours agoWe Stream to TikTok! How we did it! Week 2 #Stream10k
14.8K2