📚 Practice Mode

PL-SQL and SQL Database Concepts

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Answers

What is true about MERGE command? Choose all that apply.

  1. It is a DML command
  2. It is a DDL command
  3. Provides the ability to conditionally update or insert data into a database table
  4. Provides the ability to MERGE VIEWS and INDICES of a TABLE