Asked by Ashley Melton on May 20, 2024

verifed

Verified

_____ are collections of records for a single subject, such as customer records, and store all the data in a database.

A) Tables
B) Forms
C) Queries
D) Columns

Tables

Structured arrangements of data, typically in rows and columns, that organize and display information in a clear and accessible manner.

Queries

In computing, questions or requests for information from a database, typically written in SQL (Structured Query Language).

Forms

User interface components that collect input from the user for processing or storage.

  • Recognize the significance of databases in systematically organizing and accessing data with efficiency.
verifed

Verified Answer

MW
Megan WhiteMay 23, 2024
Final Answer :
A
Explanation :
Tables are collections of records for a single subject, such as customer records, and store all the data in a database. Forms are used for data entry and display, queries are used to extract specific data from a table, and columns are the vertical sections of a table that hold specific types of data.