Multiple choice technology databases MERGE statement Avoids separate updates ncreases performance and ease of use Is useful in data warehousing applications All of the above Reveal answer Fill a bubble to check yourself D Correct answer Explanation The MERGE statement (also known as UPSERT) combines INSERT and UPDATE operations into a single command, eliminating the need for separate statements. This improves performance, simplifies code, and is commonly used in data warehousing ETL processes.