In relational database when two tables have common field the link between tables is know as a hyperlink?

1 answer

Answer

1088107

2026-05-22 03:35

+ Follow

Actually, in a relational database, when two tables have a common field, the relationship between the tables is known as a foreign key constraint. This constraint ensures that values in the common field of one table correspond to values in another table, helping maintain data integrity and enabling queries across related tables.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.