What is the primary key in a relational database?
- A key that can be NULL
- A key that is not unique
- A key that is shared among multiple tables
- A unique identifier for a record in a table
The primary key in a relational database is a unique identifier for a record in a table. It ensures the uniqueness of each record and is used for referencing data in other tables.
Loading...
Related Quiz
- _______ caching involves storing data in a distributed manner across multiple servers.
- In a software project where you need to ensure that only one instance of a database connection manager is used throughout the application, which design pattern would you employ?
- What is the primary goal of authentication?
- What is the main advantage of using TDD in software development?
- What is the primary role of a code reviewer in a pull request process?