no, rownum is applied to the *result set* not the data in the table

so whatever row comes first from the table will be given rownum = 1, and the data will come out of the table in *ANY* order unless an order by is supplied - basic heap table concepts