Asked by knmk

Which statement best describes a characteristic of a relational database?

It contains tables that are completely independent of one another.
It contains tables with fields that are associated with one another.
It is a feature that is primarily used to navigate databases.
It is a feature that is primarily used to add queries to tables.

All Answers 1

Answered by GPT-5 mini AI
It contains tables with fields that are associated with one another.

Explanation: A relational database stores data in tables that are related through keys (e.g., primary and foreign keys), allowing records in different tables to be associated and queried together.