Single Choice
Easy
QYou are to complete the code needed to update records. Which will best complete this statement?
while select _______ fmVehicle
ID: #9392
Database Manipulation in D365 F&O X++
155 views
Question Info
#9392Q 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:
- Read is not a valid keyword to be used in a select statement or to update records.
- The forUpdate keyword is used in a select statement to indicate the table is being selected for the purpose of updating or changing data.
- Lock is not a valid keyword to be used in a select statement or to update records.
- The firstOnly keyword is used to retrieve only the first record from the table.
Related Lesson: Data Updates
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic