dbms_random.value() select * from (select sal, comm from emp order by dbms_random.value()) where rownum <= 5;