What is PERCENTILE_CONT and what does it return?
Data Analyst
-- Find the top 5% users with the highest number of orders by name.
Why is LEFT JOIN used instead of other types of JOIN?
How to conduct A/B tests?
What is the 95th percentile?
Можно ли решить задачу проще, без PERCENTILE_CONT? Например, через ROW_NUMBER?
If there are duplicate orders in the data, how do you count unique orders?
Problem: a thousand users place one order each and leave — how is this seen in metrics and what to do?
Why are COUNT and GROUP BY used?
If the North Star metric (number of successful orders) decreases — what to do?
select t.* from userentry t limit 10
Which North Star metric should be chosen for car sharing?
Product case: you are a product analyst in car sharing. How do you evaluate the business and what is needed for growth? What metrics should be monitored?