ServiceNow Certified System Administrator — Question 65
Which technique is used to get information from a series of referenced fields from different tables?
Answer options
- A. Table-Walking
- B. Sys_ID Pulling
- C. Dot-Walking
- D. Record-Hopping
Correct answer: C
Explanation
The correct method, Dot-Walking, allows for accessing fields in related tables by using a dot notation. The other options, such as Table-Walking and Record-Hopping, do not accurately describe the process of retrieving data across referenced fields, and Sys_ID Pulling refers more to retrieving a specific record rather than navigating through fields.