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 MSIL, IL, CTS?

3 Answers  


What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?

0 Answers  


What is meant by managed and unmanaged code?

0 Answers  


Explain the code behind wors and contrast that using the inline style.

0 Answers  


Is .net core the future?

0 Answers  


What is Assembly manifest? what all details the assembly manifest will contain.

2 Answers   Ksb,


Explain about Behavioral design pattern?

0 Answers  


What is the use of edititem template ingridview?

1 Answers   C Squared Systems, Microsoft,


Tell us what is the native image generator?

0 Answers  


Explain soap and xml?

0 Answers  


Explain the different types of proxy patterns?

0 Answers  


What is Full trust permission set in .Net

0 Answers  


Categories