Cursors etc.
First problem: Write an anonymous block in PL/SQL using a simple cursor to accomplish something.
Second problem: Write an anonymous block in PL/SQL using two cursors to accomplish something.
Third problem: Experiment with something using record type or tables.
Remember: An anonymous block is the name for the PL/SQL blocks of code that we have been looking at so far
in this course.