I have a feature class on an SQL server enterprise geodatabase of Oil and Gas units. It has 75 records with fields like UnitID, name, status, type & admin. 5 of those units(records) are federal and are manually updated. The rest are state units and are tracked/updated thru a different table. How do I update the attributes of the state units only with attributes from the other table without overwriting the federal unit attributes. I've tried joins, and load data but couldn't figure it out.