Informatics Practices

How is data organized in a table?

Relational Database

2 Likes

Answer

Data in a table is organized into rows and columns. Each row represents a record or tuple, while each column represents an attribute or field of the data.

Answered By

1 Like


Related Questions