Grade12 Database Basics Access
Grade12 Database Basics Access
A database is a collection of organized information that makes it easy to retrieve, manage, and
update data. Microsoft Access is a popular tool for creating and managing databases. It helps you
store information like a computerized filing system where you can search, sort, and generate reports
based on data.
This document provides a simple introduction to essential database concepts and how they apply to
Microsoft Access.
What is a Database?
A database is like a digital collection of related information. For example, a school might have a
database to keep track of students' details, such as names, grades, and contact numbers.
In Microsoft Access, data is stored in tables, which resemble a spreadsheet with rows and columns.
Each row (record) contains information about one item, and each column (field) represents a
Example:
- Table: Students
2. Queries: Retrieve and filter data based on certain criteria. For example, you can create a query to
Choosing the right data type helps keep data accurate and easier to manage.
Relationships
Relationships link tables to share data. For instance, if you have two tables, one for Students and
one for Classes, you can link them to see which students are in each class.
In Access, relationships are set by connecting primary keys (unique IDs in a table) to foreign keys
Conclusion
Microsoft Access is a powerful tool for managing and organizing data. Understanding tables, data
types, queries, forms, and relationships will help you handle your database tasks.
Remember, practice is key! Experiment with these concepts in Access to get comfortable with
database management.