Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Ranking functions
Selecting n-th row
Summary

Instruction

Great! Let's do one more exercise with NTILE().

Exercise

Split the games into five groups based on their the most recent update. The most recently updated games should come first. For each of them, show the Name, Genre, date of update, and the GroupNo they were assigned to. In the result, notice how many items the groups have (a varying value).