Multiple choice technology databases

Make sure that every SQL that will run in your PL/SQL writes it’s elapsed time to your log file?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Logging elapsed time for SQL statements is a performance monitoring best practice, but it's not mandatory for every SQL statement in PL/SQL. This would add overhead and isn't always necessary. The statement is overly prescriptive.