123k views
3 votes
By convention, relational data are stored in the following structures, which often correspond to one or more physical files. What are these structures?

a) Tables
b) Graphs
c) Arrays
d) Documents

1 Answer

5 votes

Final answer:

Relational data is conventionally stored in tables, which help organize and structure data in a linear way.

Step-by-step explanation:

By convention, relational data are stored in tables, which often correspond to one or more physical files.

Tables break down a set of specific data points and present them in a linear way to help people locate a specific data point easily.

They are commonly used in databases to organize and structure data.

User Andy Ross
by
7.8k points