Answer Posted / 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 View All Answers
Is sql considered coding?
What are views in sql?
What is number function in sql?
Which one is faster ienumerable or iqueryable?
What is optimistic concurrency control? : Transact sql
Is sql a oracle?
What are sql*plus environment variables?
how to select unique records from a table? : Sql dba
What is rollback?
Explain what is a view?
What is the trigger in sql?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
how to fetch common records from two tables? : Sql dba
Which is the correct statement about truncate and delete?
What is an escape character in sql?