There is an item number and description table with only descriptions for each item number. Following that, there is an item number and sales units table that offers the sales for each item number. Thus, if you are building a report that shows item number, item description, and sales units, you will need to construct a query using:

A) the item number and description table.
B) both the item number and descriptions table AND the item number and sales units table.
C) sales units table.
D) the item number and sales units.

.
D) clicking and dragging the Sales Units field.


B

Computer Science & Information Technology

You might also like to view...

The smallest building block of a wireless LAN is a __________ which consists of wireless stations executing the same MAC protocol and competing for access to the same shared wireless medium.

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

Computer Science & Information Technology

What would the browser display if the following code is executed in a script?

``` var x = 11, y = 14; if ( x > 13 ) if ( y > 13 ) document.writeln( "x and y are > 13" ); else document.writeln( "x is <= 13" ); ``` a) nothing, the code will generate an error b) 11 c) x and y are > 13 d) x is <= 13

Computer Science & Information Technology

In the Tracking Gantt chart, which bars are blue?

A. variance bars B. critical bars C. noncritical bars D. baseline bars

Computer Science & Information Technology

?The Dreamweaver fluid grid layout template actually provides ____ layouts.

A. ?three B. ?from two to seven C. ?two D. ?no true

Computer Science & Information Technology