Citi Interview Question

How to use SQL to get the second highest element in a table.

Interview Answer

Anonymous

Sep 29, 2025

Select max(column) where not max(column)