Differnce between Stored procedure and user defined functions?
Answer Posted / chandra shaker
Stored Procedure returns morethan one value where as
Function returns only one value.
| Is This Answer Correct ? | 9 Yes | 6 No |
Post New Answer View All Answers
What are the 3 major types of connection objects in ado.net?
How to create data relations?
What is an ado connection?
What is difference between datagridview and datagrid control in winforms?
What is ole db query?
How do you implement locking concept for dataset?
Which is better ole db or odbc?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
What is bubbled event can you please explain?
What is sql command in ado net?
Explain the namespaces in which .net has the data functionality class.
What is the hierarchy of data in databases?
What is the difference between dataset and datatable?
Define different execute methods of ADO.NET command object ?
What is method to get XML and schema from Dataset? getXML() and get Schema ()