Avuxeni
A database is an organized collection of data stored electronically. It's used to store, manage, retrieve, and manipulate data efficiently.
A hospital would typically use a Relational Database Management System (RDBMS), such as Oracle, MySQL, or MS SQL Server, for managing patient records, staff, inventory, and billing.
A Database Management System (DBMS) paired with an Event Management System that can handle registration, scheduling, results tracking, and participant data.
Microsoft Access, Google Forms with Sheets, or Excel can be used. MS Access is more suited for handling relational data efficiently.
Banks use high-performance relational databases like Oracle, IBM Db2, or PostgreSQL, due to the need for security, transaction support, and large-scale operations.
A field is a column in a table. It represents one type of data (e.g., Name, Age) and holds one piece of information per record.
A record is a row in a table. It represents a complete set of related fields, like all the information about one patient or customer.
A table is where data is stored in Access. It consists of fields (columns) and records (rows) and represents a specific entity (e.g., Employees, Products).
An index helps speed up searches and queries. It's similar to an index in a book—helping Access locate data faster.
Field properties define how a field behaves, such as field size, default value, validation rules, and input mask.
A data type specifies the kind of data stored in a field, such as Text, Number, Date/Time, Currency, etc.
(Repeated) A record is a complete set of data fields stored in a row. It represents one item or person.
Click Start Menu → Search "Microsoft Access"
Or, double-click the Access icon on the desktop/start menu.
Open existing: File → Open → Select DB file
New DB: File → New → Blank Database
Save: File → Save or Ctrl+S
Close: File → Close
Menu Bar: Contains options like File, Edit, View, Tools, etc. for managing the database.
Toolbar: Shortcut buttons for quick actions like Save, Undo, Redo.
Status Bar: Displays information about the current task or selected object.
Scroll Bar: Used to navigate through data in tables or forms.
Open MS Access → File → Open → Browse and select the database (.accdb or .mdb file)
Create a new table: Create tab → Table
Or design one using Table Design
In Design View, click and drag the row selector to a new position.
Hover between row headers and drag to resize.
Or, right-click → Row Height
Open the table in Datasheet View, click on the cell, and edit directly.
Select the cell or text → Press Delete
Select the entire row → Right-click → Delete Record
Go to Design View, change the Data Type from the drop-down next to the field name.
In Design View, click and drag the field to a new location in the list.
In Design View, add a new row, name the field, and set the Data Type to Short Text.
In Design View, right-click the row selector of the field → Delete Row
Data loss may occur (e.g., truncating text).
Validation errors may happen if rules change.
Reports/forms dependent on the field might break.
If you reduce the field size, data may be truncated.
Some data might be lost permanently.
Open in Design View → Select field → Delete Row
Open in Datasheet View → Click the drop-down in the field header → Choose Sort A to Z
In Datasheet View, click the drop-down arrow in the column → Choose Filter by Selection or Criteria
Create a Table called "LessonPlans"
Fields: LessonID
, Subject
, Topic
, Date
, Teacher
, Duration
, Status
Add Sample Data
Filter Example:
Use the Filter by Form to show all lessons by a specific teacher or upcoming lessons only.
Would you like a printable version of this as a document or worksheet?
A database is an organized collection of data stored electronically. It's used to store, manage, retrieve, and manipulate data efficiently.
A hospital would typically use a Relational Database Management System (RDBMS), such as Oracle, MySQL, or MS SQL Server, for managing patient records, staff, inventory, and billing.
A Database Management System (DBMS) paired with an Event Management System that can handle registration, scheduling, results tracking, and participant data.
Microsoft Access, Google Forms with Sheets, or Excel can be used. MS Access is more suited for handling relational data efficiently.
Banks use high-performance relational databases like Oracle, IBM Db2, or PostgreSQL, due to the need for security, transaction support, and large-scale operations.
A field is a column in a table. It represents one type of data (e.g., Name, Age) and holds one piece of information per record.
A record is a row in a table. It represents a complete set of related fields, like all the information about one patient or customer.
A table is where data is stored in Access. It consists of fields (columns) and records (rows) and represents a specific entity (e.g., Employees, Products).
An index helps speed up searches and queries. It's similar to an index in a book—helping Access locate data faster.
Field properties define how a field behaves, such as field size, default value, validation rules, and input mask.
A data type specifies the kind of data stored in a field, such as Text, Number, Date/Time, Currency, etc.
(Repeated) A record is a complete set of data fields stored in a row. It represents one item or person.
Click Start Menu → Search "Microsoft Access"
Or, double-click the Access icon on the desktop/start menu.
Open existing: File → Open → Select DB file
New DB: File → New → Blank Database
Save: File → Save or Ctrl+S
Close: File → Close
Menu Bar: Contains options like File, Edit, View, Tools, etc. for managing the database.
Toolbar: Shortcut buttons for quick actions like Save, Undo, Redo.
Status Bar: Displays information about the current task or selected object.
Scroll Bar: Used to navigate through data in tables or forms.
Open MS Access → File → Open → Browse and select the database (.accdb or .mdb file)
Create a new table: Create tab → Table
Or design one using Table Design
In Design View, click and drag the row selector to a new position.
Hover between row headers and drag to resize.
Or, right-click → Row Height
Open the table in Datasheet View, click on the cell, and edit directly.
Select the cell or text → Press Delete
Select the entire row → Right-click → Delete Record
Go to Design View, change the Data Type from the drop-down next to the field name.
In Design View, click and drag the field to a new location in the list.
In Design View, add a new row, name the field, and set the Data Type to Short Text.
In Design View, right-click the row selector of the field → Delete Row
Data loss may occur (e.g., truncating text).
Validation errors may happen if rules change.
Reports/forms dependent on the field might break.
If you reduce the field size, data may be truncated.
Some data might be lost permanently.
Open in Design View → Select field → Delete Row
Open in Datasheet View → Click the drop-down in the field header → Choose Sort A to Z
In Datasheet View, click the drop-down arrow in the column → Choose Filter by Selection or Criteria
Create a Table called "LessonPlans"
Fields: LessonID
, Subject
, Topic
, Date
, Teacher
, Duration
, Status
Add Sample Data
Filter Example:
Use the Filter by Form to show all lessons by a specific teacher or upcoming lessons only.
Would you like a printable version of this as a document or worksheet?
A database is an organized collection of data stored electronically. It's used to store, manage, retrieve, and manipulate data efficiently.
A hospital would typically use a Relational Database Management System (RDBMS), such as Oracle, MySQL, or MS SQL Server, for managing patient records, staff, inventory, and billing.
A Database Management System (DBMS) paired with an Event Management System that can handle registration, scheduling, results tracking, and participant data.
Microsoft Access, Google Forms with Sheets, or Excel can be used. MS Access is more suited for handling relational data efficiently.
Banks use high-performance relational databases like Oracle, IBM Db2, or PostgreSQL, due to the need for security, transaction support, and large-scale operations.
A field is a column in a table. It represents one type of data (e.g., Name, Age) and holds one piece of information per record.
A record is a row in a table. It represents a complete set of related fields, like all the information about one patient or customer.
A table is where data is stored in Access. It consists of fields (columns) and records (rows) and represents a specific entity (e.g., Employees, Products).
An index helps speed up searches and queries. It's similar to an index in a book—helping Access locate data faster.
Field properties define how a field behaves, such as field size, default value, validation rules, and input mask.
A data type specifies the kind of data stored in a field, such as Text, Number, Date/Time, Currency, etc.
(Repeated) A record is a complete set of data fields stored in a row. It represents one item or person.
Click Start Menu → Search "Microsoft Access"
Or, double-click the Access icon on the desktop/start menu.
Open existing: File → Open → Select DB file
New DB: File → New → Blank Database
Save: File → Save or Ctrl+S
Close: File → Close
Menu Bar: Contains options like File, Edit, View, Tools, etc. for managing the database.
Toolbar: Shortcut buttons for quick actions like Save, Undo, Redo.
Status Bar: Displays information about the current task or selected object.
Scroll Bar: Used to navigate through data in tables or forms.
Open MS Access → File → Open → Browse and select the database (.accdb or .mdb file)
Create a new table: Create tab → Table
Or design one using Table Design
In Design View, click and drag the row selector to a new position.
Hover between row headers and drag to resize.
Or, right-click → Row Height
Open the table in Datasheet View, click on the cell, and edit directly.
Select the cell or text → Press Delete
Select the entire row → Right-click → Delete Record
Go to Design View, change the Data Type from the drop-down next to the field name.
In Design View, click and drag the field to a new location in the list.
In Design View, add a new row, name the field, and set the Data Type to Short Text.
In Design View, right-click the row selector of the field → Delete Row
Data loss may occur (e.g., truncating text).
Validation errors may happen if rules change.
Reports/forms dependent on the field might break.
If you reduce the field size, data may be truncated.
Some data might be lost permanently.
Open in Design View → Select field → Delete Row
Open in Datasheet View → Click the drop-down in the field header → Choose Sort A to Z
In Datasheet View, click the drop-down arrow in the column → Choose Filter by Selection or Criteria
Create a Table called "LessonPlans"
Fields: LessonID
, Subject
, Topic
, Date
, Teacher
, Duration
, Status
Add Sample Data
Filter Example:
Use the Filter by Form to show all lessons by a specific teacher or upcoming lessons only.