Hi Gurus,
Please guide me how did execute_query works. Did it uses bulk collect to fetch all records from database or it fetches one row at a time in single call.
What would be more fast and will use less resources from database.
bulk collect using PLSQL OR Native Execute Query.