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 |
Define marshling?
What is Assembly manifest? what all details the assembly manifest will contain.
Explain what is the difference between constants and read-only variables?
Why do we use the “using” statement?
What is dot net architecture?
Explain the use of ‘this’ keyword in Java?
What is the use of UML in .Net
What is JIT and how is works?
How to get the hostname or IP address of the server?
What is a variable of implicit type and what is its scope?
Please explain what is the difference between a class and an object?
What is data type and how many types of data types are in .NET ?