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.