What is database?
Reveal answer
Fill a bubble to check yourself
What is database?
It is a collection of data arranged in rows.
It is a collection of data arranged in columns.
It is a collection of data arranged in rows by columns.
All of the above
None of these
A database is fundamentally a collection of data arranged in rows and columns, where rows represent records and columns represent fields/attributes. This tabular structure allows for efficient storage, retrieval, and manipulation of data. Options A and B are incomplete - a database requires both rows AND columns to be functional.