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
Explain why do we use msmq?
what are connection strings?
Different between .net & j2ee ?
What do the terms “boxing” and “unboxing” mean?
Is Driver Script any how related to AOM?
How to load the contents of an xml file into an xmldocument object?
How many types of generations are there in a garbage collector?
Explain how com+ related to the dna architecture?
What is finalize method in .net?
What is the use of activex control in .net?
Explain what is an anonymous method and how is it different from a lambda expression?
What are an object and a class?
What is the concept of inheritance in .net?
Can you create instance of a class which has private constructor?
What is garbage collection and how it works ?