It is more efficient to copy and use an existing query for a new query when
A) the query criteria needed will be unique to the original query.
B) the query will be deleted after it is run.
C) the query criteria needed will be similar to the original query.
D) the query will be sorted alphabetically.
C
Computer Science & Information Technology
You might also like to view...
If data must be changed from 3.5 to 3.75 and the field size is single with one decimal place, then the field size must be changed to a double in order to provide two decimal places
Indicate whether the statement is true or false
Computer Science & Information Technology
In a linked list, we always want head to point to the ____ node.
A. key B. main C. first D. last
Computer Science & Information Technology