When repurposing an existing query, you should do any of the following EXCEPT ________

A) add and remove fields and tables
B) change the order of the columns
C) edit the criteria
D) leave the query name the same


D

Computer Science & Information Technology

You might also like to view...

Which service type can provide connectivity to two or more subscriber sites using the same EVC?

a. E-Tree b. E-Line c. E-LAN d. All of these answers are correct.

Computer Science & Information Technology

Discuss the use of the dialog box in the accompanying figure.

What will be an ideal response?

Computer Science & Information Technology

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

1. C++ allows up to two dimensions to be declared for arrays. 2. It is generally advisable to use the size of the array in a function header line. 3. Arrays are extremely useful in any application that requires multiple passes through the same set of data elements. 4. Forgetting to declare an array is a common programming error. 5. Using a subscript that references a nonexistent array element will always be detected by all C++ compilers.

Computer Science & Information Technology

Most C compilers require a program file to have either the extension c or cc.

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

Computer Science & Information Technology