Free practice · boolean · medium

Practice

Make top-N results deterministic

When two rows can share the same ranking value, adding a stable second ORDER BY key makes the top-N result deterministic.

Choose True or False