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 |
How can you assign an rgb color to a system.drawing.color object?
Explain .NET architecture?
Explain why do we use the “using” statement?
How do we access crystal reports in .net?
What is typical about a windows process in regards to memory allocation in dot net?
What is prerender event of a page?
What is .net and why it is used?
what is prototype design pattern in .net
What is different between webusercontrol and in webcustomcontrol?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
How can you instantiate a tuple?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?