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
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
Explain how to pass multiple tables in datasets simultaneously?
Explian About DataAdapters
What is two way data binding android?
What is datasource in ado.net?
What is an ado connection?
What are the several execute methods of ado.net?
What are all the different methods under sqlcommand?
How we can provide data to ado.net?
Why is it important to close an ado.net application?
What is the difference between a datareader and a dataset?
What is connected architecture in ado.net?
What is the difference between OLEDB Provider and SqlClient?
What is commandbuilder in ado.net?
If a table contains 20000 records. In a page at each time 100 records to be displayed.