GET N RESULT IN SQL code example Example: how to get n result in sql (Top N results) Select * From Employees Where ROWNUM <=N;