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 two types of data providers does ADO.NET supply? What determines which one you should use?
What is the difference between data grid and data repeater?
Can we do database operations without using any of the ado.net objects?
Explain the difference between ado and ado.net?
What is the role of the dataset object in ado.net?
Explain the various objects in dataset.
How to pass values into a datatable?
What are the different ado.net namespaces?
Explain ado.net features?
Which name space is used to get assembly details?
What is full form of ado?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What is data relation?
Explain the advantage of ADO.Net?