In relational database schemas, the common field columns used to establish a logical link or relationship between two different tables are called:
- ATable fields
- BJoint fields
- CMain fields
- DKey fields
Solution & Step-by-step Explanation
In database systems (DBMS), fields used to uniquely identify records and establish structural relationships across tables are called Key fields (such as Primary Keys linking to Foreign Keys).