Writing a Stored procedure to insert the values into a table
Answer Posted / sunil pandey
create procedure pr_ad
as
begin
insert into table_nm values(cl_nm,......)
end
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by web service?
Explain about managed heap?
What's the .net collection class that allows an element to be accessed using a unique key?
why you wouldn't want to write into it even if you could
How to create a key pair in .net?
Difference abstract class and interface in .net?
What is Ajax? How it is related to your project?
Differences between dll and exe?
Does .net supports destructors concept?
How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?
What is SOAP? How you will do windows and forms authentication?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is DTS and explain the purpose of it?
Which file is taken by compiler when we have both file Application and Server Configuration file?
Explain what inheritance is, and why it's important?