I have a 1st table having columns as id, name and status and 2nd table columns as id and status.

Whenever there is any update on 1st table, status column for a specific id column , i want to update the 2nd table’s column status value as 1st table status value.

1st table id column = 2nd table id column