SELECT
"time",
AVG("tip" / "total_bill" * 100) AS percent_tip
FROM @kaggle.saurabhbadole_restaurant_tips_dataset.tips
GROUP BY "time"
SELECT
"time",
AVG("tip" / "total_bill" * 100) AS percent_tip
FROM @kaggle.saurabhbadole_restaurant_tips_dataset.tips
GROUP BY "time"
Anyone who has the link will be able to view this.