Home » 
        PL/SQL MCQs
    
        
    Which of the following PL/SQL Cursor is automatically generated by Oracle?
    
    
    
    79. Which of the following PL/SQL Cursor is automatically generated by Oracle?
    
        - Implicit
- Explicit
- Both a and b
- None of the above
Answer: A) Implicit
    Explanation:
    Implicit Cursor is automatically generated by Oracle.