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 sql connection in ado.net?
What are disadvantages of microsoft-provided data provider classes in ado.net?
What is basic use of data view?
What are the 3 major types of connection objects in ado.net?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What are the different execute methods of Ado.Net?
What is a datagridview?
What DataReader class do in ADO.NET ?
What is sqldatareader?
What is the difference between Data adaptor and Data set?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
Describe connection object in ado.net
What is ado or jdbc?
What is typed dataset ?