Suppose your database may have initially been built to track customers and the orders they placed. Now you decide to also track marketing efforts and the quantity of customers who use coupons that were mailed or e-mailed to them. You would need to run a(n) ________ to track who redeemed coupons and when they were redeemed

A) delete query B) append query C) update query D) make table query


D

Computer Science & Information Technology

You might also like to view...

Memory locations declared in the form's Declarations section have ____, which means they can be used by any of the procedures in the form's Code Editor window.

A. local scope B. class scope C. priority D. procedure scope

Computer Science & Information Technology

If you choose a noise gradient in the dialog box, the color bar is adjusted by dragging _________________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Assume s is " abc ", the method __________ returns a new string "abc".

a. s.trim(s) b. trim(s) c. String.trim(s) d. s.trim()

Computer Science & Information Technology

In-network processing refers to processing performed at the nodes of the network, as opposed to processing performed outside the network on data gathered from the network. The nodes of a sensor network combine sensing, processing and communication. By processing data sensed from the node or routed through it, we can prevent unnecessary communication – which is a significant drain on power. For example, duplicated data can be surpressed; sensed values of no interest do not need to be forwarded.

What will be an ideal response?

Computer Science & Information Technology