Questions: Information is stored in what type of object in a database? A. Query B. Table C. Report D. Form

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
failed

Solution

failed
failed

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.

Was this solution helpful?
failed
Unhelpful
failed
Helpful