You need to extract specific data from a database to present to management. What should you do?

A) Use a query to extract the data then use the report object.
B) Use a query to extract the data then create a separate table.
C) Create a table, copy the data manually, and then use a report object.
D) Use a query to extract the data then use a macro.


A

Computer Science & Information Technology

You might also like to view...

Which of the following functions will calculate the total interest paid between select periods?

A) CUMPRINC B) IPMT C) CUMIPMT D) PPMT

Computer Science & Information Technology

Web designers often place a Web page in a narrow left-hand frame that contains many hyperlinks. When the user clicks these links, the appropriate Web page is displayed in the larger right-hand frame. This design technique is often referred to as ____ navigation.

A. right-hand B. left-hand C. framed D. split

Computer Science & Information Technology

Which of the following malware takes advantage of a security vulnerability on the same day that the vulnerability becomes known to the public?

A. Ransomware B. Screen scraper C. Zero-day exploit D. Bot

Computer Science & Information Technology

The breadth first traversal algorithm is similar to traversing a binary tree level-by-level.

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

Computer Science & Information Technology