Database Administration Questions

Understand the ServiceNow data model, tables, fields, and the data dictionary. Learn to extend tables and manage data effectively.

12 total questions2 free questions

About Database Administration

ServiceNow uses a relational database with a unique inheritance model. Understanding tables, fields, and the data dictionary is crucial for customizing and extending the platform. This knowledge helps you make informed decisions about data structure and system performance.

Why This Matters for Your Exam

Database Administration covers about 12% of the CSA exam. Questions test your knowledge of table relationships, field types, and data management. You'll need to understand when to extend versus create new tables and how to use import sets for data loading.

Key Concepts to Master

Know the difference between base tables and extended tables. Understand reference fields and how they create relationships between tables. Be familiar with the data dictionary and how to view table schemas. Learn about import sets, transform maps, and data policies.

Exam Tips

Focus on table inheritance - know that task is a base table extended by incident, problem, and change_request. Understand that fields inherited from parent tables appear on all child tables. Know which field types are appropriate for different data scenarios.

Practice Questions

12 questions available
1
knowledge

How is data organized in ServiceNow?

AFiles, folders, and documents
BTables, records, fields, and values
CSheets, cells, and formulas
DObjects, classes, and methods

👆 Click an option above to select your answer

2
knowledge

What is a sys_id in ServiceNow?

AA user's login name
BA unique 32-character ID that identifies each record
CThe table name
DA field label

👆 Click an option above to select your answer