I have a requirement to look at two tables and based on the column "id" where matching I need to replace the data in table "data" with what is in table "master data"
Here is table "data"
id Required GPA
ZZZWD 2.2
EDFRD 4.0
DCFRE
EDFRG 3.0
Here is table "master data"
id Required GPA
ZZZWD 2.2
EDFRD 3.5
DCFRE 2.1
EDFRG 4.4
What is the most efficent way to do this?