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 |
Is .net is a language?
What class does icon derive from? Isn't it just a bitmap with a wrapper name around it?
Write the .net syntax for 'while loop'?
What is .net and .net framework?
What is the raise event used for?
What is meant by globalization?
what is the default security setting in .net?
Tell us what is the difference between struct and class?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
What are the similarities and difference between class and structure in .net?
What is marshling?
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?