I'm still new to SQL. I found the following statement. I understand the WHERE clause, but what table is getting deleted? Only frl_per_bal, or both tables?
Delete frl_per_bal
FROM frl_per_bal B, frl_trx_delta_temp T
WHERE B.entity_Num = T.entity_num
Thanks!