A _______ relationship in a database represents a connection between two or more tables.
- Composite Key
- Foreign Key
- Primary Key
- Unique Key
A "Foreign Key" relationship in a database represents a connection between two or more tables. This key establishes a link between tables by referencing the primary key of another table, creating a relationship between them.
Loading...
Related Quiz
- Which function in R is used for linear regression analysis?
- What is the primary difference between an integer and a float data type in most programming languages?
- In Git, the command to view the history of changes along with their details is 'git _______'.
- In critical thinking, what is the importance of distinguishing between fact and opinion?
- ________ is a technique in ETL that involves incrementally updating the data warehouse.