136k views
5 votes
You can use a common field to create relationships between tables by performing a(n) ________.

1) Join
2) Aggregate
3) Sort
4) Filter

1 Answer

4 votes

Final answer:

The correct answer is Join. By performing a join, you can use a common field to create relationships between tables and access related information across multiple tables.

Step-by-step explanation:

The correct answer is 1) Join. You can use a common field to create relationships between tables by performing a join. A join combines rows from two or more tables based on a related column between them.

For example, if you have a table for customers and a table for orders, you can join them based on the customer ID field to retrieve information about customers and their orders together.

By joining tables, you can access and analyze related information across multiple tables, making it easier to retrieve and organize data.

User Fhe
by
9.0k points