Primary key: A unique identifier for a record in a database table. Each table has one primary key, which cannot have null values and must contain unique values. This ensures that each record in a table can be uniquely identified, providing a way to retrieve, update, or delete specific records efficiently. By enforcing uniqueness and integrity, the use of primary keys is vital for maintaining organized and efficient database systems.
Categories: CC D5: Security Operations | CCSP D2: Cloud Data Security | CISM D3: Information Security Program | CISSP D8: Software Development Security | Security+ D3: Security Architecture | SSCP D2: Access Controls
Related Articles: