How to generate a single aggregate?



How to generate a single aggregate?..

Answer / 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

More ADO.NET Interview Questions

How do you sort the data in datagrid?

4 Answers   Choice Solutions,


What are advantages of microsoft-provided data provider classes in ado.net?

1 Answers  


What are the different row versions available in table?

1 Answers  


What is sqldatasource?

1 Answers  


Which is faster ado.net or linq?

1 Answers  


types of Store procedure in Sqlserver2000?

4 Answers  


What is the meaning of executenonquery?

1 Answers  


Explain the various objects in dataset.

1 Answers  


What is the default timeout specified for "sqlcommand.commandtimeout" property?

1 Answers  


How would you connect to a database by using .NET?

1 Answers  


what is data access layer?

2 Answers   Honeywell,


Name which operations can you not perform on an ado.net dataset?

1 Answers  


Categories