Q22
In a database, data is stored in spreadsheets which have rows and columns.
A.
True
B.
False
AnswerAnswer: Option B
Solution
Answer: Option B
Solution:
Option A: TrueThis option suggests that data in a database is stored in spreadsheets, which is not accurate. While data in databases is organized in a tabular format with rows and columns, this is not the same as a spreadsheet. Databases use tables to store data, and these tables are managed by a Database Management System (DBMS), which offers functionalities far beyond those of a spreadsheet application.
Option B: False
This option correctly states that data in a database is not stored in spreadsheets. Instead, data is stored in tables within the database. These tables consist of rows and columns, similar to a spreadsheet, but they are part of a larger, more complex system managed by a DBMS. This allows for more sophisticated data management, querying, and relationships between tables, which spreadsheets do not provide.
Conclusion: The correct answer is Option B: False because data in a database is stored in tables, not spreadsheets. Although tables in databases have rows and columns like spreadsheets, they are part of a more complex system managed by a DBMS, which offers advanced data management capabilities.