Which of the following is NOT a rule for appending queries?
A) A field from the source table does not exist in the destination table.
B) Data field types do not have to be the same.
C) All the normal rules for adding a new record to the destination table apply.
D) The destination table should not contain an AutoNumber field.
B
You might also like to view...
The generic class SortedDictionary takes two type arguments: the first is _______ and the second is ________.
a) the type of value, the type of key b) the type of key, the type of value c) the type of the lookup, the type of key d) the type of value, the type of the lookup
After creating a function, you can invoke it from one or more places in an application's code.
Answer the following statement true (T) or false (F)
A pure virtual function is a member function
a) Whose declaration ends with = 0. b) That is used in a derived class only. c) That is used in a base class d) Takes no arguments e) Member form that is used to force all derived classes to implement that member function or be a pure virtual function member of the derived class.
Once a final version of a document has been accepted, it is a good idea to save it with a new name and delete the document with the tracked changes
Indicate whether the statement is true or false