- A =+
- B =
- C !=
- D ==
- Share this MCQ
Answer:
D
Share this MCQ
Justification:
- The “=+” operator is not valid in X++.
- The “=” is not used in a where statement to indicate equivalency. It is used when assigning values to variables, for example.
- The “!=” operator returns records that are NOT equivalent.
- The “==” is a relational operator used in the where statement to determine equivalency.
Related Lesson: Reading Records
Click me to Read more Question & Answer of Module 14: Database ManipulationShare this MCQ