Writing a Stored procedure to insert the values into a table
Answer Posted / 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 View All Answers
Explain the use of activex control in .net?
Explain about Behavioral design pattern?
What is the lapsed listener problem?
why you wouldn't want to write into it even if you could
What are the new features in .net core?
Is there built-in support for logging?
Differentiate between 'DataSet' and 'SQLDataReader' in ADO.NET?
What is il in vb.net?
What is the transport protocol you use to call a seb service soap?
When a Static Constructor called in .NET?
What is a garbage collector?
What is reflection in microsoft .net context?
Name the classes that are introduced in the system.numerics namespace.
What is difference between system.string and system.stringbuilder classes?
Explain how to produce an assembly?