This problem requires a Pro subscription. Upgrade to access all 15 industry domains and 1,500+ questions.
Upgrade to ProYou are a Data Analyst at Meta. The product team wants a clean listing of every post on the platform that includes the author's username and full name. Currently the posts table stores only a user_id, so you need to combine it with the users table to make the data human-readable for an internal dashboard.
You are a Data Analyst at Meta. The product team wants a clean listing of every post on the platform that includes the author's username and full name. Currently the posts table stores only a user_id, so you need to combine it with the users table to make the data human-readable for an internal dashboard.