• Not sure if number of rows matter if this was just for audit purpose I suppose you would not be strict on number of rows.

    select * from invoice tablesample (10 percent)

    This might work as well.