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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A read
  • B forupdate
  • C lock
  • D firstOnly
Correct Answer

Explanation

Justification:

  1. Read is not a valid keyword to be used in a select statement or to update records.
  2. The forUpdate keyword is used in a select statement to indicate the table is being selected for the purpose of updating or changing data.
  3. Lock is not a valid keyword to be used in a select statement or to update records.
  4. The firstOnly keyword is used to retrieve only the first record from the table.

Related Lesson: Data Updates

Share This Question

Challenge a friend or share with your study group.

Related MCQ Questions