which of the following logic operations would select a record when at least one condition is satisfied?
The correct answer is: B
Explanation
The NOR operation is a combination of OR and NOT operations. It only gives an output of true or 1 when none of the conditions are satisfied. Therefore, the NOR operation would select a record when at least none condition is satisfied