How can I write a structured English Pseudocode for matching two – to extract matching data record from the table called “tblState” to update called tblCity. Below are the fields. I wan to extract NPI number from the tblState and update into tblCity. I am looking for Pseudocode for (a) matching, (b) validation, (c) update the record to tblCity table. Please really need somebody’s help.
tblState
NPI
Org_Name
Practice Address
Zip
State code
Identifer ID
Primary Taxanomy
tblCity
Org_Name
Practice Address
Zip
State code
Identifier_ID
Primary Taxanomy
tblState
NPI
Org_Name
Practice Address
Zip
State code
Identifer ID
Primary Taxanomy
tblCity
Org_Name
Practice Address
Zip
State code
Identifier_ID
Primary Taxanomy