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 exception handling?

1 Answers   Amazon,


What are the different.net tools which you used in projects?

0 Answers  


1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.

2 Answers   247Customer,


What is an EXE?

1 Answers  


Explain the two different types of typecasting?

1 Answers  






How is .net able to support multiple languages?

0 Answers  


What?s the Unix name for a Windows service equivalent?

1 Answers  


Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?

0 Answers  


If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?

0 Answers  


Explain what is a manifest in .net?

0 Answers  


What is machine.config in .net?

0 Answers  


How to implement CAS in .Net?

0 Answers   247Customer,


Categories