Post Views – 1
Post views are being analysed using post_views table. This table contains information of all views on each posts date wise.Task is to find all authors who viewed at least one of their own posts. Sort the final output by their author_id in ascending order. Input Table: post_views post_id author_id viewer_id view_date 22 2 4 … Read more