What is the purpose of primary keys in a relational database?
- Filter data
- Identify data
- Sort data
- Store data
The purpose of primary keys in a relational database is to uniquely identify each record in a table. They ensure data integrity by preventing duplicate records and are used as references in other tables.
Loading...
Related Quiz
- The ___________ design pattern separates an algorithm from the object that uses it, allowing the algorithm to vary independently.
- What is the purpose of a router in a computer network?
- The Angular ___________ feature facilitates easy communication between components.
- Which protocol is primarily used for transferring files over the internet?
- A ___________ switch is capable of processing Layer 3 (IP) packets in addition to Layer 2 (MAC) frames.