nerdexam
Microsoft

77-885 · Question #129

Which of the following operators creates multiple conditions in expressions and always returns True, False, or Null?

The correct answer is B. Boolean operator. A Boolean operator creates multiple conditions in expressions. It is also referred to as a logical operator. The Boolean operator always returns True, False, or Null. Some Boolean operators are And (Logical And) Or (Inclusive Or) Not (Logical Not) Answer: D is incorrect. An…

Create and manage queries

Question

Which of the following operators creates multiple conditions in expressions and always returns True, False, or Null?

Options

  • AString operator
  • BBoolean operator
  • CComparison operator
  • DArithmetic operator

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    74% (14)
  • C
    5% (1)
  • D
    16% (3)

Explanation

A Boolean operator creates multiple conditions in expressions. It is also referred to as a logical operator. The Boolean operator always returns True, False, or Null. Some Boolean operators are And (Logical And) Or (Inclusive Or) Not (Logical Not) Answer: D is incorrect. An arithmetic operator performs numeric calculations. Answer: A is incorrect. A string operator works with the string datatype. Answer: C is incorrect. A comparison operator compares two values or expressions in an

Topics

#Boolean operator#logical expressions#True False Null#expression operators

Community Discussion

No community discussion yet for this question.

Full 77-885 Practice