Question: 4. Using the Books database from the lesson, which of the following determines the total number of books in the bookstore? a. Dim intNumBooks As
4. Using the Books database from the lesson, which of the following determines the total number of books in the bookstore?
a. Dim intNumBooks As Integer =
Aggregate book In BooksDataSet.tblBooks Select book.QuantityInStock Into Count()
b. Dim intNumBooks As Integer =
Aggregate book In BooksDataSet.tblBooks Select book.QuantityInStock Into Sum()
c. Dim intNumBooks As Integer =
Aggregate book In BooksDataSet.tblBooks Into Sum()
d. Dim intNumBooks As Integer =
Aggregate book In BooksDataSet.tblBooks Into Total()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
