Introduction To MS-Access 2019
Introduction To MS-Access 2019
→ MS-Access 2019 is a Database Management System (DBMS) used to store and manage data efficiently.
→ A database consists of one or more tables.
→ Each table contains records (rows) and fields (columns).
→ The Primary Key is a unique field that identifies each record in a table.
Example:
Tasks:
Task 1:
Open MS-Access and create a new database.
Create a simple table with fields: StudentID, Name, Age, Grade.
Task 2:
Enter 5 records in the table.
Modify the age of one student.
Delete one student’s record.
Task 3:
Add a new field Phone Number to the table.
Change the data type of the Age field to Number.
Set StudentID as the Primary Key.