I have 2 tables: TABLE1 with id, SerialNumber, PassFail, Data1, Data2, etc.....
TABLE2 with id, SerialNumber, PassFail.
As TABLE1 get updated by "insert" from app, I would like TABLE2 to be updated with the latest info.
Can this be done with a SQL script or stored procedure automatically?
TIA.