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 |
in hibernate, what is dirty reading?
What are .net functions?
What are the providers available with VS.NET ?
What are the core differences between .NET Languages ?
what is event inheritance and event delegation?
ctype(123.34,integer) - should it throw an error? Why or why not?
How can I get at the win32 api from a .net program?
What are the deferred execution and the immediate execution in linq?
What are .net applications?
How many types of design patterns available in .NET?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What are The Main Difference Between Client-server Based Applications and Web Based Applications