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
Do you know what is .net standard?
Can you write a class without specifying namespace?
Can I write il programs directly?
Is .net a programming language?
The project which you have made, which methodology did you use?
Dynamic Fonts
Explain what is mutex?
How to spawn a thread?
What is marshling?
why you wouldn't want to write into it even if you could
What is boxing and un-boxing in .net?
How does linq work?
What is .net core used for?
Do you know what is lambda expressions in c#?
Explain me what is encapsulation?