An analyst needs to combine the data from the `suppliers` and `new_suppliers` tables. Some `supplier_id` values may exist in both tables, indicating those suppliers are already present in the `suppliers` table. For these matching rows, the data should remain unchanged. Which command should be used to merge the two tables while ensuring that rows with duplicate `supplier_id` values are not added? | Databricks Certified Data Analyst - Associate Quiz - LeetQuiz