SQL workspace: https://www.db-fiddle.com/f/9n6Z1uU9kXBGeBo2b64iVu/0

Sample prompt:

I have an MYSQL table named url_clicks that contains the following columns:

Write a SQL query that will show me which URLs have the biggest number of clicks. Add information about percentage of all traffic that a given URL brings.

Sample output:

Untitled