What role do foreign keys play in relational database design?
- They define primary keys
- They store data values
- They establish relationships between tables
- They control access to the database
Foreign keys in relational database design establish relationships between tables. They link data in one table to data in another, enabling the creation of relationships and ensuring referential integrity.
Loading...
Related Quiz
- Which of the following best describes the focus of system testing?
- Envision a scenario where a unit has passed all Unit Tests but is still exhibiting unexpected behavior when integrated into the full software system. What might be occurring, and how could this issue be diagnosed and resolved?
- A _____ in Unit Testing is a condition or exception that a unit of code must handle correctly.
- The _____ model involves developing a system partially and determining its further development after its partial implementation.
- What considerations must be taken into account when employing Black Box Testing in integration testing scenarios?