▸_sqlgym

27. Score Quartiles with NTILE

MediumRankingNTILEbucketing

NTILE(n) splits ordered rows into n roughly equal buckets — handy for quartiles, deciles, and percentiles.

Task: divide students into 4 quartiles by score (lowest scores in quartile 1). Return name, score, and quartile, ordered by score, then name.

Tables
Loading schema…
Expected outputrows must come back in this order
Computing expected output…

This is the result for the example data above. On Submit your query is graded against this example plus 4 hidden edge cases 5test cases in all. A sloppy query that only fits the example won't pass.

SQL
⌘/Ctrl+↵ run · ⇧⌘/Ctrl+↵ submit
Run a query to see its output here.