Writing a Stored procedure to insert the values into a table



Writing a Stored procedure to insert the values into a table..

Answer / 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

More Dot Net General Interview Questions

Is do-it (chennai) a good institute to learn dot-net???? are the trainers well experienced??

2 Answers   Satyam,


What is the base class of Button control in .NET?

1 Answers  


Which Namespace is used to to achieve MultiThreading in .NET?

1 Answers  


Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?

1 Answers   QuestPond,


Write Code for DataSet,Datareader,and by deleting the button gridview should be empty?

1 Answers  


What does jit compilation do in .net?

1 Answers  


What is the best way to crack the certification?

1 Answers  


What is an anonymous method?

1 Answers  


Tell me what is serialization?

1 Answers  


Can I write my own .net host?

1 Answers  


When developing a Windows service for .NET, which namespace do you typically look in for required classes?

1 Answers  


I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?

1 Answers  


Categories