Question: 5. Using the Books database from the lesson, which of the following determines the number of books whose price is at least $20? a. Dim

5. Using the Books database from the lesson, which of the following determines the number of books whose price is at least $20?

a. Dim intNum As Integer =

Aggregate book In BooksDataSet.tblBooks Where book.Price > 20 Into Count()

b. Dim intNum As Integer =

Aggregate book In BooksDataSet.tblBooks Where book.Price >= 20 Into Sum()

c. Dim intNum As Integer =

Aggregate book In BooksDataSet.tblBooks Where book.Price >= 20 Select book

d. Dim intNum As Integer =

Aggregate book In BooksDataSet.tblBooks Where book.Price >= 20 Into Count()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock