Valid CAD Dumps shared by ExamDiscuss.com for Helping Passing CAD Exam! ExamDiscuss.com now offer the newest CAD exam dumps, the ExamDiscuss.com CAD exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com CAD dumps with Test Engine here:
What field type would you select if you want to query records from another table on a form?
Correct Answer: A
Comprehensive and Detailed Step-by-Step Explanation: * Reference Field Type: * The Reference field type is used to create a relationship between two tables. It allows you to select and display records from another table directly on a form. * For example, adding a "Caller" field to an Incident form enables you to query and select records from the sys_user table. * Why Other Options Are Incorrect: * Option B (Phone Number field type): This is used for storing phone numbers, not for querying records from another table. * Option C (String field type): While this stores plain text, it does not allow querying or establishing relationships with other tables. * Option D (Date field type): This is used for date or time values, not for referencing another table. References: * ServiceNow Developer Documentation on Field Types.