📚 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.
- It is a DML command
- It is a DDL command
- Provides the ability to conditionally update or insert data into a database table
- Provides the ability to MERGE VIEWS and INDICES of a TABLE