Choose Category
SELECT * FROM student QUALIFY RANK(id) =2;
SELECT * FROM student QUALIFY RANK(id ASC) =2;