Hi Rafael,
If you have a huge table with few million records, then you can write a correlated subquery on this table. Make your inner and outer query on this table, with each of the row in the inner query referring to outer query. This way, the execution goes on for more than 4 - 5 mins.
Regards,
Ravi