logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Define cursor attributes: %FOUND, %NOTFOUND, %ROWCOUNT, and %ISOPEN


  • Correct Answer
  • - %FOUND This is a Boolean variable which evaluates to TRUE if the last row is successfully fetched - %NOTFOUND This is a Boolean variable which evaluates to TRUE if the last row is not successfully fetched This means there are no more rows to fetch - %ROWCOUNT Returns the number of rows fetched by the cursor - %ISOPEN If the cursor is open, it evaluates to TRUE else FALSE 


  • Technology problems


    Search Results


    • 1. What is a PL/SQL Record data type?
    • Discuss
    • 2. What is a Collection? Explain collection types.
    • Discuss
    • 3. How can we call DDL statements like CREATE, DROP, TRUNCATE, etc. from PL/SQL?
    • Discuss
    • 4. How can we read and write operating system files from PL/SQL program?
    • Discuss
    • 5. Explain how to debug PL/SQL program.
    • Discuss
    • 6. Explain some of the commonly used Predefined PL/SQL Exceptions.
    • Discuss
    • 7. Explain how PL/SQL exceptions are raised.
    • Discuss
    • 8. What is a PL/SQL package? what are its Advantages ?
    • Discuss
    • 9. Define PL/SQL sequences and write syntax for a sequence
    • Discuss
    • 10. What does cache and no cache options mean while creating a sequence?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment