INTRODUCTION TO DATABASES (MICROSOFT ACCESS)

Slides:



Advertisements
Similar presentations
Tutorial 1 Creating a Database
Advertisements

Access Lesson 2 Creating a Database
FIRST COURSE Microsoft Access (Basics). XP Objectives Define the terms field, record, table, relational database, primary key, and foreign key. Learn.
Access Tutorial 1 Creating a Database
Access Lesson 4 Creating and Modifying Forms
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Microsoft Access – Tutorial 1 if you need to review general Microsoft Office procedures such as: menus toolbars task panes files help printing please go.
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
Lesson 28: Exploring Access Learning Objectives After studying this lesson, you will be able to:  Define database and key terms associated with.
FIRST COURSE Access Tutorial 1 Creating a Database.
Microsoft Access – Tutorial 1 if you need to review general Microsoft Office procedures such as: menus toolbars task panes files help printing please go.
IE 423 – Design of Decision Support Systems Data modeling and database development.
® Microsoft Access 2010 Tutorial 1 Creating a Database.
McGraw-Hill/Irwin ©2009 The McGraw-Hill Companies, All Rights Reserved Business Driven Information Systems 2e Plug-In T6: Basic Skills and Tools Using.
1 By: Nour Hilal. Microsoft Access is a database software where data is stored in one or more Tables. A Database is a group of related Tables. Access.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
McGraw-Hill/Irwin © 2008 The McGraw-Hill Companies, All Rights Reserved Plug-In T6: Basic Skills and Tools Using Access 2010 Business Driven Technology.
Database Applications – Microsoft Access Lesson 1 Introduction 26 Slides in Presentation Updated 8/12.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
® Microsoft Office 2013 Access Creating a Database.
Unit 5, Lesson 1 Working with Databases. Objectives Identify the parts of the Access screen. Identify the parts of the Access screen. Understand the purpose.
McGraw-Hill/Irwin © The McGraw-Hill Companies, All Rights Reserved TECHNOLOGY PLUG-IN T6 Basic Skills Using Access.
Lesson 01: Introduction to Database Software. At the end of this lesson, students should be able to: State the usage of database software. Start a database.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
MSOffice Access Microsoft® Office 2010: Illustrated Introductory 1 Part 1 ® Database & Table.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
1 Access Lesson 1 Understanding Access Fundamentals Microsoft Office 2010 Fundamentals Story / Walls.
Microsoft Access 2013 ®® Case Study Creating a Database.
Introduction to Microsoft Access
Tutorial 1 Creating a Database
New Perspectives on Microsoft Access 2016
Microsoft Office Access 2010 Lab 1
Database Essentials Access Lesson 1.
Microsoft Access 2013 Bobby Wan.
Access Tutorial 1 Creating a Database
Practical Office 2007 Chapter 10
Database Essentials Access Lesson 1.
Introduction to Access 2007
Access Creating a Database
Exploring Microsoft Office Access
Relational Database Management System
Chapter 4 MS ACCESS DATABASE.
CS1222 Using Relational Databases and SQL
Access Creating a Database
Database Management  .
Access Lesson 1 Understanding Access Fundamentals
Databases and Information Management
What is a Database and Why Use One?
Tutorial 1 – Introduction To Microsoft Access 2003
Access Tutorial 1 Creating a Database
Case Study Creating a Database
Database Applications – Microsoft Access
CS1222 Using Relational Databases and SQL
Tutorial 1 – Introduction To Microsoft Access 2003
Access Lesson 2 Creating a Database
Access Tutorial 1 Creating a Database
Lessons Vocabulary Access 2016.
Databases and Information Management
Access: Access Basics Participation Project
Introduction to Access
Access Tutorial 1 Creating a Database
Access Tutorial 1 Creating a Database
Introduction to MS ACCESS
Microsoft Access Date.
Unit J: Creating a Database
Exploring Microsoft Office Access
Access Lesson 1 Microsoft Access Basics
Presentation transcript:

INTRODUCTION TO DATABASES (MICROSOFT ACCESS) LAB 1

DATABASE OVERVIEW Databases contain data that are logically related. Databases consists of tables. Tables consist of rows and column. Each column contain similar data , i.e., data of a single type. They are called fields. Each row contain data that are related, they are called records Example student records

Database overview

relational database model A collection of related tables. Records in different table are connected through a common field. Primary key. A field or group of field that uniquely identifies each record in a table. Foreign key. A primary key in one table used as a field in a second table. Other models exist. Entity-Relationship model

relational database model

database management system DBMS. A software program that lets you create databases and lets you manipulate the data they contain. For relational databases, we have the Relational Database Management System. RDBMS. Data is organized as a collection of tables. Enhances the creation, manipulation and reporting of data.

database management system Examples of RDBMS. Microsoft Access. Oracle. MySQL. DB2.

RELATIONAL database management system RDBMS provides the following functions. Allows the creation of databases containing fields, table and table relationship. Allows easy addition of new records, change field values of existing records, and deletion of records Contains built-in query language for manipulating data. Contains a built-in report generator, which lets you produce professional-looking, formatted reports from your data.

Steps in launching microsoft access Click on start All programs Microsoft office Microsoft access 2010 navigate

Interface of microsoft access 2010

Create a database Name the database Click on create

Successful creation of database

a new blank table

Identifying program window element Title bar Displays the name of the active database or by default the path to the folder where it is stored. It provides tools for managing a program and the program window Ribbons Below the title bar. Groups similar commands together Commands are displayed as buttons

Identifying program window element Navigation pane. Displays all object in the database Tables Queries Forms Reports Left side of program window

Identifying program window element Status bar. Located at the bottom of program window. Displays information about current database.