What is a merge query?



What is a merge query?..

Answer / kiran r

Merge is an important SQL Statement that allows us to perform Insert, Update, Delete all at a time with out having to write separate logic. we can specify on which we need to perform merge.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Does view contain data?

0 Answers  


How does sql store data?

0 Answers  


If a View on a single base table is manipulated will the changes be reflected on the base table?

5 Answers  


What found sql?

0 Answers  


What are sql*plus environment variables?

0 Answers  






What is Overloading of procedures ?

2 Answers  


Is null operator in sql?

0 Answers  


what is the syntax used for partition in tsql? : Transact sql

0 Answers  


What is the difference between partitioning and sharding?

0 Answers  


How many times can we commit in a loop?

0 Answers  


How to select all records from the table?

0 Answers  


What does “select count(*) from tab” result?

15 Answers   IBM, Student, Wipro,


Categories