MCQs > IT & Programming > PostgreSQL >

You want to manipulate some value in the database upon updation in a trigger function. Which line of the code would be appropriate?

PostgreSQL MCQs

You want to manipulate some value in the database upon updation in a trigger function. Which line of the code would be appropriate?

Answer

Correct Answer:

IF TG_OP = ''UPDATE'' THEN

       --Modify the database value

    END IF;  


Explanation:

Note: This Question is unanswered, help us to find answer for this one

PostgreSQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PostgreSQL Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it