Can a database contain two identical records without a negative effect on the integrity of the database? Why or why not?
What will be an ideal response?
Guaranteeing uniqueness of records is critical to maintaining database integrity. The primary concern with identical records is that an update or delete operation will result in inconsistent or unpredictable behavior.
Computer Science & Information Technology
You might also like to view...
All GPOs are identified by their __________________
a. Names b. Globally Unique Identifier (GUID) c. Fully Qualified Domain Names d. Policy IDs
Computer Science & Information Technology
What does it mean to prompt the user?
What will be an ideal response?
Computer Science & Information Technology