• Oracle code uses: "rownum < 100". It does not use TOP command.

    Ex: Select * from 'table1' where rownum < 100;