Computer Science, asked by charithgowda, 1 year ago

What is the purpose of building relationship between table

Answers

Answered by silver2ranger
2
To see both tables and queries, click Both. Select one or more tables or queries and then click Add. When you have finished adding tables and queries to the Relationships window, click Close. Drag a field (typically the primary key) from one table to the common field (the foreign key) in the other table.
Answered by Anonymous
0

Answer:

A relationship between tables is an important aspect of a good relational database. 1) It establishes a connection between a pair of tables that are logically related to each other. 2) It helps to refine table structures and minimize redundant data.

Similar questions