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

Which server tag comes from server when we submit any data

1 Answers  


Why SOAP is required?

0 Answers   Alcatel-Lucent,


Explain About GDI object ?

0 Answers   TISL,


How does linq work?

0 Answers  


can any one tel me hw to connect database connectivity of dot NET and back end as MS access?

1 Answers  


What is the difference between web application and enterprise application?

0 Answers  


How will you register com+ services?

0 Answers  


Explain about Behavioral design pattern?

0 Answers  


what will do to avoid prior case?

0 Answers  


What is the difference between override and overload in a method?

0 Answers  


Explain what is reflection in microsoft .net context?

0 Answers  


Dot Net is Platform Independent or Platform Dependent..?

2 Answers  


Categories