SEC Lecture #02
SEC Lecture #02
Access
Paper Name: SEC Database Management System using Microsoft Access
Faculty: Mr. Masud Alam Rofi
Contact No.: +91-8638653571
Email: [email protected]
Lecture #02
Date: 16/01/2024
1. Table:
A table is a collection of related data organized into rows and columns in a database. Each row
represents a record, and each column (also known as a field) contains specific types of
information about the record.
For example, in a student database, the table might look like this:
2. Fields:
A field in a table is the smallest unit of data, representing one attribute of the entity being stored.
Fields are used to store individual pieces of data such as a name, date of birth, or an address.
Field types define the kind of data that can be stored in a field. The most common field types in
Microsoft Access include:
Text: Stores alphanumeric data (letters and numbers). Example: Names, Addresses.
Number: Stores numeric values for calculations. Example: Age, Salary.
Date/Time: Stores dates and times. Example: Date of Birth, Meeting Time.
Currency: Stores financial data. Example: Salary, Price.
Yes/No (Boolean): Stores True/False values. Example: Active/Inactive status.
AutoNumber: Automatically generates a unique number for each record.
4. Insertion of Data:
In Microsoft Access, you can insert data directly into a table by typing in each field or through
forms.
5. Sorting:
Sorting allows you to organize your data in a specific order based on one or more fields.
A report is a formatted printout (or on-screen display) of the contents of a database. You can
create a report to display data in an organized way.
7. Creating a Form:
A form provides a user-friendly interface to enter, modify, and view data in the table. Forms
make it easier to interact with data without directly accessing the table itself.
Summary
In this lecture, we've covered the basic elements of a database system in Microsoft Access,
including creating tables, defining fields and field types, inserting data, sorting records, and
generating reports and forms. Understanding these concepts is essential for managing and
manipulating data efficiently in Microsoft Access.