This problem requires a Pro subscription. Upgrade to access all 15 industry domains and 1,500+ questions.
Upgrade to ProYou are a Data Engineer at YouTube. The analytics team needs an enriched playback log that shows each movie streaming session alongside the viewer's name, their country, and the title they watched. This combined view lets the team analyze viewing patterns by country and title without manually joining tables each time. Only movie sessions should be included (rows where title_id is not null).
You are a Data Engineer at YouTube. The analytics team needs an enriched playback log that shows each movie streaming session alongside the viewer's name, their country, and the title they watched. This combined view lets the team analyze viewing patterns by country and title without manually joining tables each time. Only movie sessions should be included (rows where title_id is not null).