Questions: Information is stored in what type of object in a database?
A. Query
B. Table
C. Report
D. Form
Transcript text: Information is stored in what type of object in a database?
A. Query
B. Table
C. Report
D. Form
Solution
The answer is B: Table.
Explanation for each option:
A. Query: A query is used to retrieve and manipulate data from the database, but it does not store information itself.
B. Table: A table is the fundamental object in a database where information is stored. It consists of rows and columns, with each row representing a record and each column representing a field.
C. Report: A report is used to format and present data from the database, but it does not store information.
D. Form: A form is used to enter, modify, and view data in a database, but it does not store information itself.
In summary, information is stored in tables within a database.