I'm trying to update a table based on the values of another column in another table. For example, I have a column called Store in a table called T_STORE. This table has approximately 200 rows and each store has it's own description in a column called Store_Description based on the STORE_FORMAT table. Not all of the Store_Descriptions match in both the STORE_FORMAT table and the T_STORE table. This occurs when new stores are added. I can update the row manually but I'm looking to automate this using PL/SQL? Can anyone help or point me in the right direction?
Thank you in advance.
Thank you in advance.