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

How to instantiate a delegate?

0 Answers  


What does jit do?

0 Answers  


What are the types of jit?

0 Answers  


what is ItemTemplate and EditTemplate and FooterTemplate? what is the Purpose of useing template columns in datagrid?

1 Answers  


What is the difference between odbc and ado?

0 Answers  






What is a Strong Name?

1 Answers  


Explain about .net assemblies?

0 Answers  


what are the Goals of the UIP Application Block?

1 Answers  


How to implement DataGrid in .NET?

1 Answers   InfoPro,


What is different between User Control and Web Control and Custom Control?

2 Answers  


Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?

0 Answers  


What is a serviced component?

0 Answers  


Categories