Most database developers prefer to prevent inexperienced database users from using which type of query?

A. action
B. cross-tab
C. select
D. parameter


Answer: A

Computer Science & Information Technology

You might also like to view...

How many times does each of the following loops execute? Assume that i is not changed in the loop body.

i. for (i = -10; i <= 10; i++) ii. for (i = 10; i >= 0; i++) iii. for (i = -10; i <= 10; i = i + 3) iv. for (i = -10; i <= 10; i = i + 2)

Computer Science & Information Technology

The term drive app is used to describe applications stored on a computer.

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

Computer Science & Information Technology

To test your content on a mobile device, you generally need to first place that content on a web server.

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

Computer Science & Information Technology

Which of the following is NOT true when considering which fields to index?

A) Indexes can slow down searches and queries, but they can accelerate performance when you add or update data. B) You cannot index a field whose data type is an OLE Object, Hyperlink, Memo, or Attachment. C) You should index a field when the data is generally unique and when there are more different entries than duplicate entries. D) You should index a field when you plan to frequently search or sort it.

Computer Science & Information Technology