SlideShare a Scribd company logo
1 of 19
INTRODUCTION TO MS. ACCESS DATABASE
BY
MR. OBENG FRANCIS
OBUASI SENIOR HIGH TECHNICAL SCHOOL
MICROSOFT ACCESS DATABASE
• A database is a systematic collection of data. They support electronic storage and
manipulation of data.
• A database is an organized collection of structured information, or data, typically
stored electronically in a computer system.
• A database is usually controlled by a database management system (DBMS).
• Database Management Systems (DBMS) are software systems used to store,
retrieve, and run queries on data.
• A DBMS serves as an interface between an end-user and a database, allowing users
to create, read, update, and delete data in the database.
Type of Database
• Relational databases: This type of database defines database relationships in the
form of tables. Include MySQL, Oracle, and Microsoft SQL Server database.
• Object-oriented databases: Information in an object-oriented database is
represented in the form of objects, as in object-oriented programming.
• Distributed databases: A distributed database consists of two or more files located
in different sites.
• Data warehouses: A central repository for data, a data warehouse is a type of
database specifically designed for fast query and analysis.
• NoSQL databases: A NoSQL, or nonrelational database, allows unstructured and
semi-structured data to be stored and manipulated
• Graph databases: A graph-oriented database uses graph theory to store, map, and
query relationships.
• OLTP (Online Transactional Processing) is a category of data processing that is
focused on transaction- oriented tasks. OLTP typically involves inserting,
updating, and/or deleting small amounts of data in a database.
• Open-source databases: An open-source database system is one
whose source code is open source; such databases could be SQL or NoSQL
databases.
• Cloud databases: A cloud database is a collection of data, either structured or
unstructured, that resides on a private, public, or hybrid cloud computing
platform
• Multimodal database: Multimodal databases combine different types of database
models into a single, integrated back end. This means they can accommodate
various data types.
• Document/JSON database: Designed for storing, retrieving, and managing
document-oriented information, document databases are a modern way to store data
in JSON format rather than rows and columns.
• Personal database: A personal database is used to store data on personal computers
that are smaller and easily manageable.
• Centralized database: It is a database which is at a centralized location, and users
from different backgrounds can access this data
Common Database Terminologies
• Table (relation, file, class): A table is a collection of rows or a collection of data
about a specific topic/object.
• File: A file is a collection of associated records.
• Record: All information (all fields/columns) for every item in a file is called a
record (or each individual line).
• Field : fields are different categories within a table. Tables usually contains multiple
fields.
• Column (field, attribute): A column is the smallest unit of storage in a relational
database
• Row (record, tuple): A row is a collection of column values. Every row in a table
has the same shape
• Data: Data is a collection of pieces of information
• Database object: An object is a container for the work you want Access to perform.
It includes tables, macros, queries, forms, reports, and/or pages.
• Datasheet: is a simple way to look at your data in rows and columns without any
special formatting.
• Form: A form is a user-friendly interface used for entering or displaying data.
• Report: A report is similar to a form, but it only shows the information you want. It
is also the end result of a query.
 Query: A query is a type of command that retrieves data from the server. Eg, SQL.
• Query: A query is a request you make of your data to extract only the information
you want.
• Key: is an identifier, one or more column(s) of a relation that is/are used to identify
a row.
• Candidate key: a key is called a candidate key because it is a candidate to become a
primary key.
• Primary key: it is a key that uniquely identifies/distinguish rows in a relation.
•
Primary key: The field that makes each record in a table unique
• Foreign Key: A unique ID field from one table located in another table, linking the
two tables together.
• Composite key: is a candidate key that consists of two or more attributes (table
columns) that together uniquely identify an entity occurrence (table row).
• Compound key is similar to a composite key in that two or more fields are needed
to create a unique value.
• Datasheet View: A grid containing columns and rows where you add, edit, and
delete records in a database table.

Design View: Displays the structure of a table, form, or report without displaying the data

Sort Ascending: Provides an alphabetical list of text data or a small-to-large list of numeric
data

Sort Descending: Arranges the records with the highest value listed first to the lowest value
listed last.

Query Design grid: Displays when you select a query's Design view. It divides the window
into two parts.

Query Wizard: A tool that facilitates new query development through a series of dialog
boxes.
• One-to-many Relationship: a relationship formed between two tables in which each record
in one table has more than one related record in the other table.
• One-to-one Relationship: a relationship formed between two tables in which each
record in one table has only one related record in the other table
• A many-to-many relationship: occurs when multiple records in a table are
associated with multiple records in another table.
 Table Wizard: An Access tool that helps users construct tables by just answering a
few questions.
• Form View: The view in which you can enter and modify the information in a
record.

Cascades: Permit data changes to travel from one table to another.

Cascade Delete: Searches the database and deletes all of the related records.

Cascade Update: Connects a primary key change to the tables in which it is a
foreign key.
• Criteria: the specifications you give a query so that it can find matching fields and
records.
• View: A view is an alternative way to present a table (or tables). You might think of
a view as a "virtual" table. A view is (usually) defined in terms of one or more
tables.
What is MS. Access Database
• Microsoft Access is a database management system (DBMS) from Microsoft that
combines the relational Microsoft Jet Database Engine with a graphical user
interface and software-development tools.
• It is a member of the Microsoft 365 suite of applications, included in the
Professional and higher editions or sold separately.
• MS Access uses “objects" to help the user list and organize information, as well as
prepare specially designed reports.
Access database objects
• When you create a database, Access offers you Tables, Queries, Forms, Reports,
Macros, and Modules.
 Tables
 Queries
 Form
 Reports
MS Access - Data Types
• A field's data type determines what kind of data it can store.
 The data type determines the kind of the values that users can store in any given
field.
 Each field can store data consisting of only a single data type.
• Short Text : Text or combinations of text and numbers, including numbers that do
not require calculating.
• Long Text: Lengthy text or combinations of text and numbers.
• Number: Numeric data used in mathematical calculations.
• Date/Time: Date and time values for the years 100 through 9999.
• Currency: Currency values and numeric data used in mathematical calculations
involving data with one to four decimal places.
• AutoNumber: A unique sequential (incremented by 1) number or random number
assigned by Microsoft Access whenever a new record is added to a table.
• Yes/No: Yes and No values and fields that contain only one of two values (Yes/No,
True/False, or On/Off).
• Attachment: Files, such as digital photos. Multiple files can be attached to a record.
• OLE objects (Object Linking and Embedding: OLE objects can store pictures,
audio, video, or other BLOBs (Binary Large Objects).
• Hyperlink: Text or combinations of text and numbers stored as text and used as a
hyperlink address.
• Calculated: You can create an expression that uses data from one or more fields to
perform calculation.
CREATING A DATABASE (ACCESS DATABASE)
• In this session, we will be covering the basic process of starting Access and creating
a database.
To create a database
1. Let us now start by opening MS Access.
2. Select Blank database. Enter the name and click the Create button.
3. Access will create a new blank database and will open up the table which is also
completely blank.
• THANK YOU

More Related Content

What's hot

Creating a database
Creating a databaseCreating a database
Creating a database
Rahul Gupta
 
Introduction to microsoft access
Introduction to microsoft accessIntroduction to microsoft access
Introduction to microsoft access
Hardik Patel
 
RELATIONSHIP IN DBMS.pptx
RELATIONSHIP IN DBMS.pptxRELATIONSHIP IN DBMS.pptx
RELATIONSHIP IN DBMS.pptx
KAnurag2
 

What's hot (20)

Microsoft Word
Microsoft WordMicrosoft Word
Microsoft Word
 
Introduction to spreadsheets
Introduction to spreadsheetsIntroduction to spreadsheets
Introduction to spreadsheets
 
Ms access
Ms accessMs access
Ms access
 
Creating a database
Creating a databaseCreating a database
Creating a database
 
Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel Basics
 
Excel presentation data validation
Excel presentation   data validationExcel presentation   data validation
Excel presentation data validation
 
Microsoft word
Microsoft wordMicrosoft word
Microsoft word
 
Charts and graphs in excel
Charts and graphs in excelCharts and graphs in excel
Charts and graphs in excel
 
Spreadsheet basics ppt
Spreadsheet basics pptSpreadsheet basics ppt
Spreadsheet basics ppt
 
Basic Concept of Database
Basic Concept of DatabaseBasic Concept of Database
Basic Concept of Database
 
Access ppt
Access ppt Access ppt
Access ppt
 
Ms excel
Ms excelMs excel
Ms excel
 
Ms access
Ms accessMs access
Ms access
 
Introduction to databases
Introduction to databasesIntroduction to databases
Introduction to databases
 
Introduction to microsoft access
Introduction to microsoft accessIntroduction to microsoft access
Introduction to microsoft access
 
RELATIONSHIP IN DBMS.pptx
RELATIONSHIP IN DBMS.pptxRELATIONSHIP IN DBMS.pptx
RELATIONSHIP IN DBMS.pptx
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to Database
 
A Presentation on Spreadsheet
A Presentation on SpreadsheetA Presentation on Spreadsheet
A Presentation on Spreadsheet
 
Microsoft access
Microsoft accessMicrosoft access
Microsoft access
 
MS Word Basics
MS Word BasicsMS Word Basics
MS Word Basics
 

Similar to Introduction to ms access database

Info systems databases
Info systems databasesInfo systems databases
Info systems databases
MR Z
 
Operate Database Applicationitss level2.pptx
Operate Database Applicationitss level2.pptxOperate Database Applicationitss level2.pptx
Operate Database Applicationitss level2.pptx
AbdirisakIman
 

Similar to Introduction to ms access database (20)

MS Access Intro
MS Access IntroMS Access Intro
MS Access Intro
 
Access
AccessAccess
Access
 
MS-ACCESS.pptx
MS-ACCESS.pptxMS-ACCESS.pptx
MS-ACCESS.pptx
 
Database Management Systems.pptx
Database Management Systems.pptxDatabase Management Systems.pptx
Database Management Systems.pptx
 
Ms access
Ms accessMs access
Ms access
 
Presentation DBMS (1)
Presentation DBMS (1)Presentation DBMS (1)
Presentation DBMS (1)
 
RowanDay4.pptx
RowanDay4.pptxRowanDay4.pptx
RowanDay4.pptx
 
Lec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systemsLec20.pptx introduction to data bases and information systems
Lec20.pptx introduction to data bases and information systems
 
Database
DatabaseDatabase
Database
 
Database management system
Database management systemDatabase management system
Database management system
 
6.2 software
6.2 software6.2 software
6.2 software
 
Chapter 9 Microsoft Access Database.pptx
Chapter 9 Microsoft Access Database.pptxChapter 9 Microsoft Access Database.pptx
Chapter 9 Microsoft Access Database.pptx
 
Info systems databases
Info systems databasesInfo systems databases
Info systems databases
 
People soft basics
People soft basicsPeople soft basics
People soft basics
 
MS Access.pptx
MS Access.pptxMS Access.pptx
MS Access.pptx
 
demo2.ppt
demo2.pptdemo2.ppt
demo2.ppt
 
Database an introduction
Database an introductionDatabase an introduction
Database an introduction
 
Operate Database Applicationitss level2.pptx
Operate Database Applicationitss level2.pptxOperate Database Applicationitss level2.pptx
Operate Database Applicationitss level2.pptx
 
MS ACCESS
MS ACCESSMS ACCESS
MS ACCESS
 
MIS-3rd Unit.pptx
MIS-3rd Unit.pptxMIS-3rd Unit.pptx
MIS-3rd Unit.pptx
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformLess Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cf
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Modernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using BallerinaModernizing Legacy Systems Using Ballerina
Modernizing Legacy Systems Using Ballerina
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governance
 
Design and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data ScienceDesign and Development of a Provenance Capture Platform for Data Science
Design and Development of a Provenance Capture Platform for Data Science
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Quantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation ComputingQuantum Leap in Next-Generation Computing
Quantum Leap in Next-Generation Computing
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
ChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps ProductivityChatGPT and Beyond - Elevating DevOps Productivity
ChatGPT and Beyond - Elevating DevOps Productivity
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 

Introduction to ms access database

  • 1.
  • 2. INTRODUCTION TO MS. ACCESS DATABASE BY MR. OBENG FRANCIS OBUASI SENIOR HIGH TECHNICAL SCHOOL
  • 3. MICROSOFT ACCESS DATABASE • A database is a systematic collection of data. They support electronic storage and manipulation of data. • A database is an organized collection of structured information, or data, typically stored electronically in a computer system. • A database is usually controlled by a database management system (DBMS). • Database Management Systems (DBMS) are software systems used to store, retrieve, and run queries on data. • A DBMS serves as an interface between an end-user and a database, allowing users to create, read, update, and delete data in the database.
  • 4. Type of Database • Relational databases: This type of database defines database relationships in the form of tables. Include MySQL, Oracle, and Microsoft SQL Server database. • Object-oriented databases: Information in an object-oriented database is represented in the form of objects, as in object-oriented programming. • Distributed databases: A distributed database consists of two or more files located in different sites. • Data warehouses: A central repository for data, a data warehouse is a type of database specifically designed for fast query and analysis. • NoSQL databases: A NoSQL, or nonrelational database, allows unstructured and semi-structured data to be stored and manipulated
  • 5. • Graph databases: A graph-oriented database uses graph theory to store, map, and query relationships. • OLTP (Online Transactional Processing) is a category of data processing that is focused on transaction- oriented tasks. OLTP typically involves inserting, updating, and/or deleting small amounts of data in a database. • Open-source databases: An open-source database system is one whose source code is open source; such databases could be SQL or NoSQL databases. • Cloud databases: A cloud database is a collection of data, either structured or unstructured, that resides on a private, public, or hybrid cloud computing platform
  • 6. • Multimodal database: Multimodal databases combine different types of database models into a single, integrated back end. This means they can accommodate various data types. • Document/JSON database: Designed for storing, retrieving, and managing document-oriented information, document databases are a modern way to store data in JSON format rather than rows and columns. • Personal database: A personal database is used to store data on personal computers that are smaller and easily manageable. • Centralized database: It is a database which is at a centralized location, and users from different backgrounds can access this data
  • 7. Common Database Terminologies • Table (relation, file, class): A table is a collection of rows or a collection of data about a specific topic/object. • File: A file is a collection of associated records. • Record: All information (all fields/columns) for every item in a file is called a record (or each individual line). • Field : fields are different categories within a table. Tables usually contains multiple fields. • Column (field, attribute): A column is the smallest unit of storage in a relational database • Row (record, tuple): A row is a collection of column values. Every row in a table has the same shape • Data: Data is a collection of pieces of information
  • 8. • Database object: An object is a container for the work you want Access to perform. It includes tables, macros, queries, forms, reports, and/or pages. • Datasheet: is a simple way to look at your data in rows and columns without any special formatting. • Form: A form is a user-friendly interface used for entering or displaying data. • Report: A report is similar to a form, but it only shows the information you want. It is also the end result of a query.  Query: A query is a type of command that retrieves data from the server. Eg, SQL. • Query: A query is a request you make of your data to extract only the information you want. • Key: is an identifier, one or more column(s) of a relation that is/are used to identify a row. • Candidate key: a key is called a candidate key because it is a candidate to become a primary key.
  • 9. • Primary key: it is a key that uniquely identifies/distinguish rows in a relation. • Primary key: The field that makes each record in a table unique • Foreign Key: A unique ID field from one table located in another table, linking the two tables together. • Composite key: is a candidate key that consists of two or more attributes (table columns) that together uniquely identify an entity occurrence (table row). • Compound key is similar to a composite key in that two or more fields are needed to create a unique value. • Datasheet View: A grid containing columns and rows where you add, edit, and delete records in a database table.
  • 10.  Design View: Displays the structure of a table, form, or report without displaying the data  Sort Ascending: Provides an alphabetical list of text data or a small-to-large list of numeric data  Sort Descending: Arranges the records with the highest value listed first to the lowest value listed last.  Query Design grid: Displays when you select a query's Design view. It divides the window into two parts.  Query Wizard: A tool that facilitates new query development through a series of dialog boxes. • One-to-many Relationship: a relationship formed between two tables in which each record in one table has more than one related record in the other table.
  • 11. • One-to-one Relationship: a relationship formed between two tables in which each record in one table has only one related record in the other table • A many-to-many relationship: occurs when multiple records in a table are associated with multiple records in another table.  Table Wizard: An Access tool that helps users construct tables by just answering a few questions. • Form View: The view in which you can enter and modify the information in a record.  Cascades: Permit data changes to travel from one table to another.  Cascade Delete: Searches the database and deletes all of the related records.  Cascade Update: Connects a primary key change to the tables in which it is a foreign key.
  • 12. • Criteria: the specifications you give a query so that it can find matching fields and records. • View: A view is an alternative way to present a table (or tables). You might think of a view as a "virtual" table. A view is (usually) defined in terms of one or more tables.
  • 13. What is MS. Access Database • Microsoft Access is a database management system (DBMS) from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools. • It is a member of the Microsoft 365 suite of applications, included in the Professional and higher editions or sold separately. • MS Access uses “objects" to help the user list and organize information, as well as prepare specially designed reports.
  • 14. Access database objects • When you create a database, Access offers you Tables, Queries, Forms, Reports, Macros, and Modules.  Tables  Queries  Form  Reports
  • 15.
  • 16. MS Access - Data Types • A field's data type determines what kind of data it can store.  The data type determines the kind of the values that users can store in any given field.  Each field can store data consisting of only a single data type. • Short Text : Text or combinations of text and numbers, including numbers that do not require calculating. • Long Text: Lengthy text or combinations of text and numbers. • Number: Numeric data used in mathematical calculations. • Date/Time: Date and time values for the years 100 through 9999. • Currency: Currency values and numeric data used in mathematical calculations involving data with one to four decimal places.
  • 17. • AutoNumber: A unique sequential (incremented by 1) number or random number assigned by Microsoft Access whenever a new record is added to a table. • Yes/No: Yes and No values and fields that contain only one of two values (Yes/No, True/False, or On/Off). • Attachment: Files, such as digital photos. Multiple files can be attached to a record. • OLE objects (Object Linking and Embedding: OLE objects can store pictures, audio, video, or other BLOBs (Binary Large Objects). • Hyperlink: Text or combinations of text and numbers stored as text and used as a hyperlink address. • Calculated: You can create an expression that uses data from one or more fields to perform calculation.
  • 18. CREATING A DATABASE (ACCESS DATABASE) • In this session, we will be covering the basic process of starting Access and creating a database. To create a database 1. Let us now start by opening MS Access. 2. Select Blank database. Enter the name and click the Create button. 3. Access will create a new blank database and will open up the table which is also completely blank.