1.
Database
A database is an organized collection of related data stored in a structured way.
It allows easy data storage, retrieval, and management. Examples: student
records, employee details.
2. Table
A table stores data in rows and columns.
Row = Record
Column = Field
Each table stores data about one subject (like students or products).
3. Query
A query is used to retrieve specific data from one or more tables.
It can filter, sort, calculate, and summarize data without changing the original
table.
4. Form
A form is a database object used to enter, view, and edit data easily.
Forms provide a user-friendly interface compared to tables.
5. Report
A report is used to present data in a formatted and printable form.
It is mainly used for summaries, totals, and official output.