Multiple Choice
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 select all invoices of $200.00 or more and arrange the invoices in ascending order by Customer number?
A) Dim records = From customer In CustomerDataSet.tblCustomer
Where customer.InvoiceAmt > 200
Order By invoice.CustomerNum
Select customer
B) Dim records = From customer In CustomerDataSet.tblCustomer
Where customer.InvoiceAmt > 200
Order invoice.CustomerNum Ascending
Select customer
C) Dim records = From CustomerDataSet.tblCustomer
Where customer.InvoiceAmt > 200
Order invoice.CustomerNum
Select customer
D) Dim records = From customer In CustomerDataSet.tblCustomer
Where customer.InvoiceAmt
Order By invoice.CustomerNum
Select customer
Correct Answer:

Verified
Correct Answer:
Verified
Q7: You can use a(n)_ to specify both
Q20: Case-Based Critical Thinking Questions Case 1 -
Q20: The computer can retrieve data stored in
Q24: Case-Based Critical Thinking Questions Case 1 -
Q25: If you do not take deliberate steps
Q26: Writing LINQ Statements <br>The tblBicycle table contains
Q27: Writing LINQ Statements <br>The tblBicycle table contains
Q35: Relational databases contain multiple tables that relate
Q38: When you drag an object from a
Q49: A label,text box,or button can be added