24.1k views
5 votes
Which part of a database is organized most like a spreadsheet, with rows and columns? A. A form B. A report C. A table D. A field

User Jason Seah
by
6.3k points

2 Answers

1 vote

The answer is C. A Table. A Table is an arrangement of information using rows and columns to further organize the information.

User Amercader
by
5.4k points
2 votes

Answer: C. A table

Step-by-step explanation:

In a relational database the most important component is the table which contains information arranged in rows and columns. These tables are like sheets found in a spreadsheet. The rows each contain a record while the columns represent a field of data. The rows intersect with a column to form a cell, which is similar to cells found in a spreadsheet. Each record in the database has a unique identifier, similar to how rows are identified by a number in a spreadsheet.

User Green Fire
by
6.8k points