Differnce between Stored procedure and user defined functions?
Answer Posted / ashok
Main difference between sp and function is we cannot use
store procedure in select statement where as we can use
function in select statement.
| Is This Answer Correct ? | 32 Yes | 4 No |
Post New Answer View All Answers
What is difference between datagridview and datagrid control in winforms?
What are the 3 major types of connection objects in ado.net?
Explain the difference between an ado.net dataset and an ado recordset?
What is defaultview in datatable?
What is ole db query?
What is execute scalar in ado.net?
Can we connect two dataadapters to same data source using single connection at same time?
What is the difference in record set and dataset?
What are the different methods by which we can populate a dataset?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
Explian About DataAdapters
What is the difference between linq and ado.net?
What is maximum pool size in ado.net connection string?
What is dataadapter in ado.net?
Define data adapter?