In database design, a _______ key uniquely identifies each record in a table.
- Candidate
- Composite
- Foreign
- Primary
In database design, a Primary key uniquely identifies each record in a table. It must contain unique values and cannot have NULL values.
Loading...
Related Quiz
- What is the time complexity of accessing an element in an array?
- A global news website wants to reduce load times for its international audience. How would you recommend implementing caching to achieve this goal?
- The _______ phase involves designing the architecture of the software system.
- Cache _______ allows for efficient utilization of memory resources by storing frequently accessed data.
- You're working on a small project with rapid iterations. Which Git workflow would be most suitable, and why?