Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Syntax for generating the explain plan

Code Block
explain plan forfor 
select 
/* provide the body of the select/update/insert/merge statement here*/
;

If executed successfully, you will see output "plan FOR succeeded."

...