adspace


How to generate a single aggregate?

Answer Posted / Suneel Kumar Singh

To generate a single aggregate, you can use SQL aggregate functions like SUM(), AVG(), MAX(), MIN(), and COUNT(). Here is an example:n```sqlnSELECT SUM(Quantity) FROM OrderDetails;
```

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of entity framework?

1053


Explain how to call the sql commands asynchronously in ado.net version 2.0?

1001