A. Query
B. Form
C. Table
D. Report
🧠Explanation:
A table is the primary storage unit in Microsoft Access where all data is stored in rows and columns.
Key Points:
- Rows = Records (individual entries)
- Columns = Fields (data type like name, age)
- Everything in Access starts from tables
- Can be linked with other tables
👉 Example: Student table (Name, Class, Age)