Case-Based Critical Thinking Questions 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.tblCustomer
Select customer.InvoicePaid Into Sum()
B) Dim decTotalUnpaid = Aggregate customer In CustomerDataSet.tblCustomer
Select customer.InvoiceAmt Into Sum()
C) Dim decTotalUnpaid = Aggregate customer In CustomerDataSet.tblCustomer
Where customer.InvoicePaid.ToUpper = "N"
Select customer.InvoiceAmt Into Average()
D) Dim decTotalUnpaid = Aggregate customer In CustomerDataSet.tblCustomer
Where customer.InvoicePaid.ToUpper = "N"
Select customer.InvoiceAmt Into Sum()
Correct Answer:
Verified
Q44: List the five objects that are placed
Q45: Relational databases contain multiple tables that relate
Q51: Problems - Correcting Logic and Code Errors
Q52: Define the terms "record," "field," and "table."
Q53: Case-Based Critical Thinking Questions Case 1 -
Q54: Writing LINQ Statements
The tblBicycle table contains
Q54: Write the statements to move the record
Q58: Writing LINQ Statements
The tblBicycle table contains
Q58: The following sample of code contains errors.
Q60: Writing LINQ Statements
The tblBicycle table contains
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents