MCQ
Single Best Answer
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
Module 14: Database Manipulation
160 views
Question Info
#9388Q ID
EasyDifficulty
Module 14: Database ManipulationTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option D
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