SQL Practice Logo

SQLPractice Online

Company SQL Question

User Engagement Analysis

Practice this Meta style SQL interview question with live execution and instant feedback.

Problem Statement

Calculate total engagement (posts + comments + likes given) for each user. Show username, total posts, total comments made, total likes given, and total engagement.

Relevant Tables

userspostscommentslikes

SQL Concepts Used in This Question

Strengthen your understanding with these targeted learning topics: