Which of the following is NOT true in regard to front-end databases?

A) Front-end databases can be deployed locally to users' computers.
B) Front-end databases allow for the creation of temporary objects, such as temporary tables.
C) Users cannot modify the file to include objects for their individualized use.
D) The front-end database accesses back-end tables by linking to them.


C

Computer Science & Information Technology

You might also like to view...

What is used to configure a connection to an external data source from within SQL Server?

A. linked server object B. TDS packets C. listener D. named pipe

Computer Science & Information Technology

The ________ offers details about changes to a document and removes comment balloons and displays the comments as text only

A) Detailed Summary View B) Reviewing Pane C) Summary Pane D) Track Changes Pane

Computer Science & Information Technology

Administrators use ____ logs that provide a detailed description of activity on the system.

A. file B. directory C. detailed D. system

Computer Science & Information Technology

Describe how to visualize the following array. How would you identify the location of the 99 that is stored in the array? ? int[][] someNumbers = {{8, 9, 10, 11}, {1, 3, 12, 15}, {5, 9, 44, 99} };

What will be an ideal response?

Computer Science & Information Technology