Single Choice
Easy
QYou need to find the equivalent value in the second table. Which will best complete this statement?
where fmVehicle.dbVehicleID _________ fmVehicleMaint.dbVehicleID
ID: #9388
Database Manipulation in D365 F&O X++
191 views
Question Info
#9388Q ID
EasyDifficulty
Database Manipulation in D365 F&O X++Topic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
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
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic