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 |
Can you alter start with clause?
How can we store rows in PL/SQL using array?
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
How delete all data from table in sql?
What is the syntax and use of the coalesce function?
Can you join a table to itself?
Is sql better than excel?
What are the different datatypes available in PL/SQL?
If i insert record in table A and these record should update in table B by using Trigger.How to achieve this.
how to include comments in sql statements? : Sql dba
what is the functionality of the function htmlentities? : Sql dba
Are sql views compiled?