Multiple Choice
Case 1 - MaidToOrder
The database for a cleaning service company contains the following table, named tblCustomer, that includes customer invoice data. The InvoiceNum, CustomerNum, and InvoicePaid fields contain text. The InvoiceDate field contains dates. The InvoiceAmt field contains numbers.
-Which of the following statements will calculate a total for all of the unpaid invoices?
A) Dim decTotalUnpaid =Aggregate customer In CustomerDataSet.tblCustomerSelect customer.InvoicePaid Into Sum()
B) Dim decTotalUnpaid =Aggregate customer In CustomerDataSet.tblCustomerSelect customer.InvoiceAmt Into Sum()
C) Dim decTotalUnpaid =Aggregate customer In CustomerDataSet.tblCustomerWhere customer.InvoicePaid.ToUpper = "N"Select customer.InvoiceAmt Into Average()
D) Dim decTotalUnpaid =Aggregate customer In CustomerDataSet.tblCustomerWhere customer.InvoicePaid.ToUpper = "N"Select customer.InvoiceAmt Into Sum()
Correct Answer:

Verified
Correct Answer:
Verified
Q19: If a user is not allowed to
Q20: The computer can retrieve data stored in
Q21: A(n)_ is an electronic file that contains
Q22: The field used to link a child
Q23: The _ object is responsible for retrieving
Q25: If you do not take deliberate steps
Q26: A _ is a single item of
Q27: The intersection of a row and a
Q28: When an application is running,you can use
Q29: The _ clause of LINQ is used