Tables store data records, forms aid in data entry and display, queries retrieve specific data.
Tables are used to store data records in a database. Each row in a table represents a record, and each column represents a field within that record. Tables are essential for organizing and storing data efficiently.
Forms provide a user-friendly interface for entering, editing, deleting, and displaying data records in a database. They improve data entry proficiency by rearranging the order and tab sequence of fields.
A query retrieves specific data from database objects based on user-defined criteria. It allows users to ask questions about the data and retrieve only the information they need.
https://brainly.com/question/31733141