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 |
Where?s Windows service database located?
What is difference between .net and .net core?
What is marshling?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
Explain how to manage pagination in a page using .net?
Explain how com+ related to the dna architecture?
What is the difference between response.write & response.output.write?
Which Namespace is used to to achieve MultiThreading in .NET?
What are two different types of remote object creation mode in .net?
Explain the .NET architecture.
9 Answers HCL, Idhasoft, Scandent, TCS, TechnoLinks,
What is meant by globalization?
What is a .net class?