I need help on how to provide an INSERT statement to activate a trigger given the tables below:
MYOILS Table
OilID - PK, int
OilName - nvarchar
LatinName - nvarchar, allow nulls
PlantTypeID - int, allow nulls
PlantPartID - int, allow nulls
Sample - char, allow nulls
Description - varchar, allow...