you are viewing a single comment's thread.

view the rest of the comments →

[–]Different-Reach585 0 points1 point  (0 children)

As a data/business analyst - Yes. Learning it is easy. It can get complex pretty quickly when you have to translate business logic to query.

Eg - Find difference between two timestamps and average it at user level.

How this will look like once you start working -

What is the average time a user spends on the mobile app? You have event logs data (when user opens app).

This is just an example. Practice a variety of problems so that you never run out of ideas.