Database Software Application

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics
Access 2007 ® Use Databases How can Microsoft Access 2007 help you to get and stay organized?
MICROSOFT OFFICE ACCESS 2007.
Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
Creating a Blank Database 1. Open up Microsoft Access 2. Click on Blank document button 3. On the right panel, Specify the location for saving your database.
Table design screen Field name Data type Field size Other properties.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 1 1 Microsoft Access 2003 Tutorial 1 – Introduction To Microsoft Access 2003.
Attribute databases. GIS Definition Diagram Output Query Results.
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
LESSON 17 PREPARED BY MANJU. database A database is a collection of related information Access is the Microsoft Office database program that enables you.
Microsoft Access Database software. What is a database? … a database is an organized collection of data. A collection of data of similar information compiled.
Your Tour Guide is Jim Provensal. What We Will Cover s Introduction to MicroSoft Access u What is a database u What is a “Relational” Database s The Major.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
Introduction to Databases. Overview  What is a Database?  What is a Database Management System?  How is information organized in a database?  What.
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
1 Lesson 22 Getting Started with Access Essentials Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Introduction to database systems
Lesson 1 -What is a Database? -Fields and Records
Microsoft Access Get a green book. Page AC 2 Define Access Define database.
Microsoft Access Data Base Application. A Few Terms Database – A collection of related information. Database – A collection of related information. Field.
DATABASE DESIGN USING MICROSOFT ACCESS. What is a Database?  DMS Database management system  Database Collection of data organized in a manner that.
**Database Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
Lesson 17 Getting Started with Access Essentials
What is a Database? A Database is…  an organized set of stored information usually on one topic  a collection of records  a way to organize information.
Relational Databases (MS Access)
Access 2013 Microsoft Access 2013 is a database application that is ideal for gathering and understanding data that’s been collected on just about anything.
Key Applications Module Lesson 21 — Access Essentials
CPSC 203 Introduction to Computers Tutorial 03 & 29 By Jie (Jeff) Gao.
Chapter 17 Creating a Database.
XP New Perspectives on Microsoft Access 2002 Tutorial 1 1 Microsoft Access 2002 Tutorial 1 – Introduction To Microsoft Access 2002.
MS Access 2007 Management Information Systems 1. Overview 2  What is MS Access?  Access Terminology  Access Window  Database Window  Create New Database.
Microsoft Access Database Software.
Datafaces Data Base Management Software (DBMS) is a tool used to transform Data into Information. What is Data…? What is Information…? What is a Database…?
Databases. What is a database?  A database is used to store data. The word DATA is actually Latin for FACTS. A database is, therefore, a place, or thing.
Microsoft Access 2000 Presentation 1 The Basics of Access.
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.
MS Access. Access is a DBMS/RDMS DBMS = Database Management System RDMS = Relational Database Management System.
There are seven main components of a database in Access 2000: Tables. Use tables to store database information. Forms Use forms to enter or edit the information.
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.
Database Management Supplement 1. 2 I. The Hierarchy of Data Database File (Entity, Table) Record (info for a specific entity, Row) Field (Attribute,
Lesson 2: Designing a Database and Creating Tables.
Database Objective Demonstrate basic database concepts and functions.
Planning & Creating a Database By Ms. Naira Microsoft Access.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Chapter 9 Vocabulary Databases. 1.Table – a collection of information, or data arranged in columns and rows. 2.Record – all of the information about one.
Database design Using Access 2007
Microsoft Office 2013 Try It! Chapter 4 Storing Data in Access.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
Microsoft Access Prepared by the Academic Faculty Members of IT.
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
Database Essentials Lesson 1. Software Orientation.
Microsoft Office XP Illustrated Introductory, Enhanced Started with Access 2002 Getting.
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Florida Technical College
Creating a Database Microsoft Access.
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
Database Management  .
Access Lesson 1 Understanding Access Fundamentals
1) What is a Database? A database is an organized collection of information about a subject. Examples: Address Book, Telephone Book.
Computers Are Your Future
1) What is a Database? A database is an organized collection of information about a subject. Examples: Address Book, Telephone Book.
Introduction to Database Programs
Database Fundamentals
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Introduction to Database Programs
Presentation transcript:

Database Software Application Microsoft Access Database Software Application

What is Access? Microsoft Access is the most popular personal computer database management system available today! Usually included in the Microsoft Office Suite

What is a database? A database is an organized collection of information about a subject. Examples of common databases: Telephone book Customer Service Records Personnel Records School Student Records

What is a database management system? A database management system, such as Access, includes both the database information and the tools to use the database. These tools allow you to sort, analyze, and report on information in the database. Tables Forms Queries Reports

Examples A school student database could locate all students with grades that meet the criteria of the honor roll. A business could find all customers who purchased a certain product during a certain period of time.

File Extensions All Microsoft Access database files have an .accdb file extension.

Tables A collection of data One way to enter information into a database Information can be entered into rows and columns similar to Excel. Relationships can be created between tables, usually with a primary key.

Concepts Tables are the basic building blocks in the database. Tables contain related data – specific data about a specific topic. A primary key is a unique identifier. Each related data entry is assigned a primary key.

Concepts Tables organize data into: Columns (Fields) Rows (Records) Compare to Excel

Views Design View Designs or edits the table Used to enter fields, data-types, and descriptions into the database table Datasheet View Used to enter data into the database table

Primary Key A common element used to create relationships in Access Relationships bring data together Example: A student ID number might be used as the primary key to link student information stored in different tables or different databases.

Queries Asks a question of the database Such as: How many items sold in a period of time? How many students absent on a certain day?

Forms Another way to enter information into a database An efficient way to enter information because a form can be customized

Reports A way to output information from the database Choose the components to include in the report Choose the details of how the report should appear, such as titles and spacing

Macros Macros are a set of actions used to automate common tasks in Access. Advanced option Other programs, such as Excel, use Macros as well.

Modules A module is a collection of Visual Basic declarations and procedures that are stored together as a unit. An advanced function Two types of modules Standard Class

Let’s Review A database consists of tables of related information. The information in each table is linked by the primary key. The primary key can be an ID number, such as a student ID. Reports can be created from information within the different tables.

Example Table 1 – Student ID, Student Name, Address, Phone, and Contact Information Table 2 – Student ID, Attendance records Table 3 – Student ID, Grades The primary key is the Student ID A report can be generated with Student ID, Student Name, Address, Days Missed, and Grades. Notice the information is pulled from each table and the primary key created the relationship.

Now you are you ready to start creating your own database?

Using a Worksheet to create a Music Database First save the document located on my calendar: SAVEAS: MusicDB_YourName Open the Word document Using the Internet Complete the Worksheet resave

Using Access to create a Music Database Use your Worksheet to create a Music Database AND Student Instructions to Create a Music Database (located on my calendar)