MySQL Trigger – after insert trigger

I want to populate automaticaly another table when new data is inserted: For table “source_table” define a after insert trigger

The “NEW” alias contains all inserted fields into table “source_table”; After “insert” event on table “source_table”, we set the