In a relational database, a _________ ensures that each row in a table is uniquely identifiable.
- Foreign Key
- Index
- Primary Key
- Unique Constraint
A primary key is a column or group of columns that uniquely identifies each row in a table. It must contain unique values and cannot have NULL values. This uniqueness ensures that each row can be uniquely identified and retrieved from the table.
Loading...
Related Quiz
- What is the purpose of a file system in an operating system?
- In a real-world scenario of a customer relationship management (CRM) system, discuss how normalization principles can be applied to handle customer data effectively while minimizing redundancy.
- _______ is a technique used to break a deadlock by preempting resources from one or more of the deadlocked processes.
- When would you choose the Strategy design pattern over the State design pattern?
- The _________ algorithm is used to find the intersection point of two linked lists.