Oracle’s procedural language for writing application logic and for manipulating data outside the database is PL/SQL
In what order should a open/fetch/loop set of commands in a PL/SQL block be implemented if you use the %NOTFOUND cursor variable in the exit when statement? Why?