Single Choice Easy

QYou are to complete the code needed to insert a given record. Which will best complete this statement?

fmVehicle.______________

ID: #9391 Database Manipulation in D365 F&O X++ 168 views
Question Info
#9391Q 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 insertRecord();
  • B insertAll();
  • C insert();
  • D insertnow():
Correct Answer

Explanation

Justification:

  1. insertRecord is not a valid method call.
  2. InsertAll is not a valid method call.
  3. The insert method is the correct method to call to insert a record or records into the table that the method is being called on.
  4. InsertNow is not a valid method call.

Related Lesson: Data Insert

Share This Question

Challenge a friend or share with your study group.