Which type of relationship is represented by a foreign key in a database?
- Many-to-Many
- Many-to-One
- One-to-Many
- One-to-One
A foreign key in a database represents a One-to-Many relationship. It signifies that the values in one column (or set of columns) correspond to values in another table's primary key column.
Loading...
Related Quiz
- Which tag is used to define an unordered list in HTML?
- Using strong _______ is important for securing user passwords.
- _______ allows developers to automate repetitive tasks such as code formatting, testing, and deployment, improving productivity and consistency across projects.
- What does the "integration" part of Continuous Integration refer to?
- What is the purpose of a pull request in version control systems like Git?