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
Is .net a language?
Difference between abstract class and interface in .net?
Explain what are possible implementations of distributed applications in .net?
Explain how do assemblies find each other?
What are situations when you register .NET assembly in GAC ?
What is view state in .net?
How to use datagrid value in select statements where condition ,if cell is hyperlink bounded column?
How com+ related to the dna architecture?
What is common language specification (cls)?
Write the .net syntax for 'for loop'?
Do you know what's the difference between .net and laravel?
Do you know what is garbage collector?
What is .net debug & trace?
What does il do?
Who is using .net core?