what is execute scalar?
Answer Posted / vaishuparmar
.it's used with aggregate functions.
.there are main 5 aggregate function max,min,sum,avg,and count..
.it returns only one value at a time.
.it fetches the data from the database.
.it returns only first column of first row.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to load multiple tables into a dataset?
What are the ado.net objects?
What are typed and untyped dataset?
Describe connection object in ado.net
What is an ado?
How can you add or remove rows from the datatable object of dataset?
What is isolation?
What is datasource in ado.net?
What is the difference between ado.net and oledb?
How we can provide data to ado.net?
What is Data Provider?
Which namespaces are used for data access?
List the 4 common ado.net namespaces?
How to enable and disable connection pooling?
What does executereader return?