98-364 Exam QuestionsBrowse all questions from this exam

98-364 Exam - Question 128


Mark works as a Database Administrator for ExamTopics Inc.

The company has a SQL Server database.

Management instructs him to ensure that no inconsistent data is entered in the database.

Which of the following will help him to accomplish the task?

Show Answer
Correct Answer: A

Referential integrity is essential for ensuring that no inconsistent data is entered into the database. It enforces relationships between tables and ensures that all foreign key values actually correspond to primary key values, thereby maintaining data consistency.

Discussion

2 comments
Sign in to comment
EshaM
Jul 30, 2021

A is correct

EshaM
Aug 18, 2021

Referential integrity is a feature or property that prevents users or applications from entering inconsistent data which, when satisfied, requires every value of one column of a table to exist as a value of another column in a different or the same table