When a reference field is added to a table, what value does it store in the database?

Prepare for the ServiceNow CAD Exam with comprehensive flashcards and multiple-choice questions. Each query offers hints and explanations. Ensure your success on the exam!

Multiple Choice

When a reference field is added to a table, what value does it store in the database?

Explanation:
Reference fields store the Sys_id of the record in the referenced table. This Sys_id is a unique identifier that links to the exact record, so the field acts like a foreign key. The value you see in the UI as a display string is derived by looking up that Sys_id in the referenced table and showing its display value, not the actual stored value. The field does not store the table name or a numeric value directly.

Reference fields store the Sys_id of the record in the referenced table. This Sys_id is a unique identifier that links to the exact record, so the field acts like a foreign key. The value you see in the UI as a display string is derived by looking up that Sys_id in the referenced table and showing its display value, not the actual stored value. The field does not store the table name or a numeric value directly.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy