DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
API Development
What does the compound cursor's second component (the unique id) specifically guard against?
A
It has no real purpose, just extra data
B
Multiple rows sharing the exact same value on the primary sort field (e.g. identical timestamps) being non-deterministically split or duplicated across pages
C
SQL injection attacks
D
Slow database queries
Check Answer