0 votes
in Oracle by

What is the usage of Merge Statement?

1 Answer

0 votes
by

Merge statement is used to select rows from one or more data source for updating and insertion into a table or a view. It is used to combine multiple operations.

...