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

What is the base class of Button control?

2 Answers  


How do you turn off cookies for one page in your site?

3 Answers   Siebel Systems,


Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?

0 Answers   CitiusTech,


What is RPC? What is the use of it?

0 Answers   Accenture,


syntax for binding the data from database

1 Answers   Satyam,


Describe the compilation process for .net code?

0 Answers  


What is garbage collection in .net? Explain the garbage collection process?

0 Answers  


Using activex control in .net?

0 Answers  


If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

0 Answers  


Is .net core installed?

0 Answers  


i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?

0 Answers  


What are the different types of memory in .net?

0 Answers  


Categories