Which of the following is TRUE about the NOT operator?
A) The NOT operator returns records meeting all of the specified criteria.
B) The NOT operator does return any records.
C) The NOT operator returns records meeting any of the specified criteria.
D) The NOT operator returns all records except those that meet the specified criteria.
D
Computer Science & Information Technology
You might also like to view...
The Special Effects pane is used to view or modify the effects that have been added to a presentation
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following will not produce a compiler error?
a. Changing the value of a constant after it is initialized. b. Changing the value at a given index of an array after it is created. c. Using a final variable before it is initialized. d. All of the above will produce compiler errors.
Computer Science & Information Technology