#256

Subscriber Tally

For each user, return the number of followers as followers_count. Sort the result by user_id in ascending order.

Expected output sample

This is what a correct answer looks like — its row count is its own, it doesn't have to match the schema tables.

user_idfollowers_count
13
23
32

Your query result will appear here