Reports can draw data from tables or queries
Indicate whether the statement is true or false
TRUE
You might also like to view...
Match each term to its meaning: I. Theme II. Form III. Record Source IV. Report V. Wizard A. Asks a series of questions and designs a custom form or report B. Underlying table or query that provides the fields for a form C. Document displaying database information in a format meaningful to its readers D. Used to add data into or edit data in a table E. Defined set of colors, fonts, and graphics
What will be an ideal response?
________ data between Microsoft applications makes it easy to reuse data without having to retype the data
A) Referencing B) Cutting C) Formatting D) Copying
Heap sort begins by ____.
A. doing a selection sort B. scanning the array, looking for its largest element C. scanning the array, looking for its smallest element D. turning the array to be sorted into a heap
In a producer/consumer relationship with a single cell of shared memory, which of the following is true?
a. The consumer must run first. b. The producer must run first. c. The producer must run first or the consumer will have to wait. d. The consumer must run first or the producer will have to wait.