Single Choice
Easy
QYou are to complete the code needed to read records. Which will best complete this statement?
While _________ fmVehicleMaint join fmVehicle
ID: #9387
Database Manipulation in D365 F&O X++
250 views
Question Info
#9387Q 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 select forUpdate command indicates that the table buffer will alter the contents of the table and is typically used for inserting or deleting records, not simply reading them.
- The “select” keyword is used to retrieve and read records.
- Order by is not used to read records, but rather to order the resulting records that are returned in the select statement.
- Select into is not used in X++ to read or retrieve records.
Related Lesson: Reading Records
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic