Answer Posted / sathish
create procedure <pro.name>
{
@variable declartion,,,,,
AS
if exist(select the table with condition)
BEGIN
update query
END
else
BEGIN
//insert new data
END
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How should I destroy my objects in asp.net?
What is the difference between equals() and == in c#?
What is Web Server Control Templates.?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
Explain managed code an un-managed code.
Can we have multiple web config files for an asp.net application?
What is new asp.net core?
What are session state modes? List some of the important session state modes of asp.net.
What is protected configuration?
What are the different validators in asp.net?
What is a multilingual website?
What is directive in asp net?
What is session authentication?
What is css in asp.net?
Whats the difference between abstract factory pattern and factory pattern?