What are the values of :new and :old in Insert/Delete/Update Triggers ?
What are the values of :new and :old in Insert/Delete/Update Triggers ? INSERT : new = new value, old = NULL DELETE : new = NULL, old = old value UPDATE : new = new value, old = old value
No comments:
Post a Comment
comment on this post
Note: Only a member of this blog may post a comment.