以下の場合の対処法を教えていただけないでしょうか。
Read table 2 column 1
if value says the record exists in table 1
update table 1 record with table 2 record details
else(value says the record does not exist in table 1)
insert table 1 record with table 2 record details
私はOracle SQLの初心者です。より良いアプローチがあれば教えてください..これを解決するためにカーソルを使用することを考えていました..