Multiple choice technology programming languages What are the types of cursors available in plsql? user defined implied implicit and explicit Implied and user defined Reveal answer Fill a bubble to check yourself C Correct answer Explanation PL/SQL has two types of cursors: implicit cursors (automatically created by Oracle for SQL statements) and explicit cursors (explicitly declared and managed by the programmer).