InterviewSolution
Saved Bookmarks
| 1. |
What Is The Usage Of Merge Statement? |
|
Answer» 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. 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. |
|