Microsoft Access is a database management software used to store and manage information in an organised way.
A database is an organised collection of related data.
Example: A school database may contain information about Students, Teachers, Classes, Fees, Attendance, Books, etc.
A database mainly consists of tables. A table is made up of fields and records.
Database → Table → Record → Field → Data
A. What is this structure called?
Table
B. How many fields are there?
5
C. Name the fields.
ID, Name, Age, Email, City
D. How many records are shown?
3
E. What is the first person's name?
John
F. What is the age of Sarah?
35
A table is a collection of related data arranged in rows and columns.
A field is a column in a table that stores a particular type of information.
A record is a collection of related fields about one particular item or person.
Data are individual values that can be stored and processed.