Someone to clarify a doubt about the triggers in sql?

0

I want to know if when creating an insert trigger you have to keep track of all the fields in the table or only certain fields in the table for example I have the students table and have the fields ID, name, surname, telephone, address, idcarrera. If I create a trigger that controls the insertion of data, I must take into account all the fields or only the most important ones.

    
asked by Edwin Casco 10.10.2017 в 05:23
source

0 answers