176k views
5 votes
Which property of a DBMS lets you change the database structure without requiring you to change the programs that access the database

User Oekopez
by
7.1k points

1 Answer

2 votes

Answer:

"Integrity constraints " is the correct answer.

Step-by-step explanation:

  • A successful DBMS offers integrity constraints, which have been an option that allows you to modify the database layout without modifying the applications accessing the repository.
  • A principle or requirement which the data in something like a database should therefore obey.

So that the above is the correct choice.

User KRKirov
by
8.2k points