ServiceNow Certified Application Developer — Question 155
What field type would you select if you want to query records from another table on a form?
Answer options
- A. Use the Date field type.
- B. Use the Phone Number field type.
- C. Use the String field type.
- D. Use the Reference field type.
Correct answer: D
Explanation
The correct answer is D, as the Reference field type is specifically designed to establish a relationship between different tables, allowing for querying of records from another table. The other options, such as Date, Phone Number, and String field types, do not facilitate this type of relationship and are used for different data purposes.