logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain Row level and statement level trigger.


  • Correct Answer
  • Row Level Trigger : Row Level Trigger is fired each time row is affected by Insert, Update or Delete command If statement doesn?t affect any row, no trigger action happens Statement Level Trigger : This kind of trigger fires when a SQL statement affects the rows of the table The trigger activates and performs its activity irrespective of number of rows affected due to SQL statement 


  • Technology problems


    Search Results


    • 1. Explain the difference between trigger and stored procedure.
    • Discuss
    • 2. What do you mean by Redo Log file mirroring ?
    • Discuss
    • 3. What are the varoius components of physical database structure of Oracle database?
    • Discuss
    • 4. What is a sub query? What are its various types?
    • Discuss
    • 5. What is a synonym? What are its various types?
    • Discuss
    • 6. What are aggregate functions in SQL? What are those functions?
    • Discuss
    • 7. What are Number Functions in SQL?
    • Discuss
    • 8. What are the basic SQL*Plus commands?
    • Discuss
    • 9. What is AFIEDT.BUF?
    • Discuss
    • 10. How to Add a new column to an existing table?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment