Respuesta :

In standard sql, the optimizer hint first_rows is generally used for interactive mode processes. The first_rows serves to return the first value and not the full content, and as such, it optimizes the code functioning, this is specially important to shorten codes.