Computer Science, asked by safrinists, 1 month ago

________ provides the ability to conditionally update or insert data into a database table.

Select one:

Constraints

Merge

Join

Alter​

Answers

Answered by DebasisTarini
17

Answer:

Constraints is the correct option bro.

I hope you got your answer.

Pls mark me as BRAINLIST....PLS....

Answered by Anonymous
38

The correct fill in the blank is Merge

  • The merge is used to perform various efficient multiple operations. Typically, it allows to join the data in a table.
  • Merge allows the user to amend or inject data into a database table on a conditional basis.
  • If the row already exists, it performs an update, and if the row is new, it performs an insert. It also eliminates the need for different alerts and Enhances usability and user-friendliness
Similar questions