Difference between function and trigger?
Answer / vidhya
function,which can accept input arguments and return output arguments.Internal variables are local to the function.trigger is an event that is the cause of a particular action, process, or situation.but function continues input given get the continues output.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the key feature of ADO.NET compared to ADO ?
Can we bind one datareader wid two dropdown list?
What is the namespaces being used to access oracle database?
can we have multiple datatables in a datareader ?
18 Answers Fulcrum Logic, Infosys, Kale Consultants, Ness Technologies,
Difference between DataReader and DataAdapter / DataSet and DataAdapter?
What does executequery return?
What is reference by value how does it works in .net?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the three Objects of ADO.
What does executereader return?
Advantage of ADO.Net?
When we are running the Application, if any errors occur in the Stored Procedure then how will the server identify the errors?