79087504

Date: 2024-10-14 19:41:16
Score: 2.5
Natty:
Report link

It will be work in sql server. select * from (select ROW_NUMBER() over(order by salary) as rownumber,Id,Dept,salary from Employee) as Employee where rownumber=2

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Afzal Ali