To create a query that includes a customer and the products that the customer has purchased would require you to create a(n) ________

A) query join B) inner join C) outer join D) unmatched query


B

Computer Science & Information Technology

You might also like to view...

Identify the letter of the choice that best matches the phrase or definition.

A. Word-processing program. B. Spreadsheet program. C. Database program. D. Presentation program. E. E-mail program.

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 1: Jack of All TradesYou've been asked to design an application for Jack of All Trades, which rents small power equipment to commercial and residential customers, to process its transactions. ThestrCustomervariable will be used to determine whether a customer is commercial (C) or residential (R). Commercial customers receive a 10% discount if they are members of the Rental Rewards Program. Residential customers receive a 5% discount if they are members.

The application needs to display a message box to remind the clerk to ask customers to join the Rental Rewards Program when they check out. This message box should only display if the customer is not currently in the program. Which of the following If clauses would evaluate to True and display the message box for the clerk? A. If strMember <> "Y" Then B. If strMember = "Y" Then C. If strMember = "N" Then D. a and c

Computer Science & Information Technology

The && operator has a right-to-left associativity.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A technician wants to configure a DHCP server to guarantee that certain printers always receive the same address. Which of the following should the technician configure?

A. VPN tunnel B. Address reservation C. Subnet mask D. Default gateway

Computer Science & Information Technology