Differnce between Stored procedure and user defined functions?
Answer Posted / ramesh
stored procedure we may use return statement.. but in user
defined function we should use return statement
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What is the role of the dataset object in ado.net?
Which is faster sqldataadapter and sqldatareader?
How does ado.net work?
What are all the different methods under sqlcommand?
What are the key features of ado.net?
What are the advantages and disadvantages of using datalist?
What are the disadvantages of using datalist?
What is the current version of entity framework?
What are the namespaces used in ado.net for data access?
What are the ado.net components?
Explain the overview of ado.net architecture?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What is dataset object? Explain the various objects in dataset.
How to add a check box or a dropdown list to a column in a datagrid?
What is the difference between OLEDB Provider and SqlClient?