C4
Coding 4 Bread
News
Careers
Certifications
Playground
More
Sign in
Get started
Career Paths
/
Data Engineering
/
SQL Practice Quiz
quiz
SQL Practice Quiz
20 questions covering window functions, CTEs, joins, and query optimisation.
Question 1 of 20
easy
AI explanations
Which window function assigns a unique sequential integer to each row within a partition, with no gaps?
A
RANK()
B
DENSE_RANK()
C
ROW_NUMBER()
D
NTILE(1)
Previous
Check answer
SQL Foundations
Data Modelling