Which type of query retrieves data from one or more linked tables and displays the results in a datasheet?
A. Common
B. Select
C. Linking
D. Web
Answer: B
You might also like to view...
When a file is selected from an Open dialog box, the path and file name are stored in the control’s __________ property?
a. Filename b. PathName c. File d. Item
What is the output of the following code:
``` public class Test { public static void main(String[] args) { Object o1 = new Object(); Object o2 = new Object(); System.out.print((o1 == o2) + " " + (o1.equals(o2))); } }``` a. false false b. true true c. false true d. true false
One reason for using a SQL statement for a record source is that it is easier to transfer a form or report to another database because the record source is contained in the object
Indicate whether the statement is true or false
What does the program in the figure above do?
A. Allows you to produce interactive Flash-based projects without writing code B. Allows you to author and edit websites C. Acts as a media content manager across all Adobe products D. Provides an electronic image of text and graphics to that it looks like a printed document