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

Do you know what are three common acronyms used in .net, and what do they stand for?

0 Answers  


What is finalize method in .net?

0 Answers  


What is jit compilers?

0 Answers  


Difference between machine.config and web.config?

0 Answers  


Explain what rare the types of jit and what is econo-jit?

0 Answers  






What is Flyout Design Pattern in .NET?

0 Answers   Petranics Solutions,


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

1 Answers  


What property do you have to set to tell the grid which page to go to when using the Pager object?

2 Answers   Siebel,


can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

0 Answers  


What is managed code execution?

0 Answers  


Is .NET a runtime service or a development platform?

2 Answers  


what is use of learning .net? does we get good jobs based on .net?

2 Answers  


Categories