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


Please Help Members By Posting Answers For Below Questions

Explain why do we use msmq?

642


what are connection strings?

1857


Different between .net & j2ee ?

684


What do the terms “boxing” and “unboxing” mean?

621


Is Driver Script any how related to AOM?

723






How to load the contents of an xml file into an xmldocument object?

685


How many types of generations are there in a garbage collector?

607


Explain how com+ related to the dna architecture?

644


What is finalize method in .net?

714


What is the use of activex control in .net?

676


Explain what is an anonymous method and how is it different from a lambda expression?

608


What are an object and a class?

645


What is the concept of inheritance in .net?

695


Can you create instance of a class which has private constructor?

672


What is garbage collection and how it works ?

683