This is the same question as problem #3 in the SQL Chapter of Ace the Data Science Interview!Assume you're given the table on user viewership categorised by device type where the three types are laptop, tablet, and phone.Write a query that calculates the total viewership for laptops and mobile devices where mobile is defined as the sum of tablet and phone viewership. Output the total viewership ..