DBMS from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software development tools
Microsoft Access
4 steps need to follow to use MS Access
Database Creation
Data Input
Query
Report
File extension before MS Access 2007
.mdb
MS Access 2007 and up file extension
.accdb
MS Access Objects
Tables
Queries
Forms
Reports
Object that is used to define and store data
tables
Each field must have a unique name, and data type
tables
Object that provides a custom view of data from one or more tables
query
a way of searching for and compiling data from one or more tables
query