DATABASE.

Slides:



Advertisements
Similar presentations
Content 15.1 Basic features Types of database Data structures 15.2 Creating a database Screen layout Entering data Editing data 15.3 Displaying data Searching.
Advertisements

Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
INFORMATION TECHNOLOGY Software Applications. WORD PROCESSING WP is the most commonly used package in business. A large number of documents are produced.
Microsoft Office 2010 Access Chapter 1 Creating and Using a Database.
Access Lesson 2 Creating a Database
Access - Project 1 l What Is a Database? –A Collection of Data –Organized in a manner to allow: »Access »Retrieval »Use of That Data.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
UNIT 3B FILING METHODS.
Access Lesson 2 Creating a Database
Unit J: Creating a Database Microsoft Office Illustrated Fundamentals.
Introduction to Access By Mary Ann Chaney and Alicia Harkleroad.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 4 – Creating New.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
1 Lesson 22 Getting Started with Access Essentials Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Created by: Tanya Morgan.  Access is the database software of the Microsoft Office suite.  A database is a collection of objects that work together.
 A database is a collection of data that is organized so that its contents can easily be accessed, managed, and updated. What is Database?
DATABASE. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
Lesson 17 Getting Started with Access Essentials
Database A database program is a piece of software to organize and sort information. It creates an electronic list of information that can be sorted very.
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.
Up up and away You have had a try at being a wizard, now it is time to be a superhero. Up, Up and Away You are a budding superhero. But the problem is.
Key Applications Module Lesson 21 — Access Essentials
Chapter 17 Creating a Database.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 23 Getting Started with Access Essentials 1 Morrison / Wells / Ruffolo.
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.
Databases. What do you think the word ‘database’ means?
Microsoft Access 2000 Presentation 1 The Basics of Access.
Microsoft Access. Microsoft access is a database programs that allows you to store retrieve, analyze and print information. Companies use databases for.
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.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Database Objective Demonstrate basic database concepts and functions.
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.
VOCAB REVIEW. A field that can be computed from other fields Calculated field Click for the answer Next Question.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
GCSE ICT How data is stored. How is data stored? Data can be stored in paper-based systems including: –Reference books –Dictionaries –Encyclopaedias –Directories.
Database Essentials Lesson 1. Software Orientation.
COMPUTER SKILLS MS-ACCESS. Introduction Access is a piece of software known as a database management system. At its most basic level, it can be used to.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
Edexcel OnCourse Databases Unit 9. Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student.
Section 3 Computing with confidence. The purpose of this section The purpose of this section is to develop your skills to achieve two goals: 1-Becoming.
DATA TYPES.
IGCSE 4 Cambridge Designing a database table Computer Science
GO! with Microsoft Office 2016
Microsoft Access 2013 Bobby Wan.
Access Tutorial 1 Creating a Database
Practical Office 2007 Chapter 10
Database Systems Unit 16.
GO! with Microsoft Access 2016
Chapter Ten Managing a Database.
CIS 155 INTRODUCTION TO ACCESS 2002
Building and Using Queries
Access Tutorial 1 Creating a Database
Access Lesson 2 Creating a Database
DATABASES.
Lessons Vocabulary Access 2016.
Lecture 1 Lecturer: awdang aziz MS access
Database Fundamentals
Spreadsheets, Modelling & Databases
Access Tutorial 1 Creating a Database
Lesson 23 Getting Started with Access Essentials
Microsoft Office Illustrated Introductory, Windows XP Edition
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Access Tutorial 1 Creating a Database
Databases This topic looks at the basic concept of a database, the key features and benefits of a Database Management System (DBMS) and the basic theory.
Microsoft Access Date.
Unit J: Creating a Database
Presentation transcript:

DATABASE

What is a database ? Database is an organized collection of structured data. Database can be used to store information of students in school, about vehicle registrations, stock in supermarket, books in library..etc.

1. Microsoft Access 2010 2. Open Office programs like Calc and Writer. Examples of database 1. Microsoft Access 2010 2. Open Office programs like Calc and Writer.

types of Database

Continued Flat file database will have one table in database file. Relational database will have two or more tables that are linked in a database file.

Creating a database To create a database in access: Select new from office button menu. Click on blank database Select a location to store the database Give filename Click on create

Objects Database objects available are listed at the left-hand side of the database window.

Continued Tables, forms, queries, report and other objects in a database can make it easier to perform a wide variety of tasks- such as entering data into a form, adding or removing tables, finding and replacing data, and running queries.

Continued Table: a collection of related data about a subject (person, place, thing). It is divided into rows and columns. Query: are used to search and extract information in a database. After you run a query, a group of records are displayed in a table that satisfies or answers the query. Report: is an attractive display on the monitor screen or printout of information in a table.

Designing a database Determine the purpose of the database Analyze each purpose Determine the data you need to meet the purpose. Design your tables State the field names and its data type Determine how the table will be related

Tables Table an organized collection of related records about a subject (person, place, thing). It is divided into rows and columns.

FIELDS

Primary key A Primary Key is often referred to as Key field. Primary Key is a field used to uniquely identify each record in a database. Eg. Itemcode, Customerno, Registrationno..etc.

Advantages of primary key It can speed up retrieval of data and running of queries. It enables you to link tables in a database  

Steps involved in designing a database Determine the purpose of the database Analyze each purpose Determine the data you need to meet the purpose. Design your tables State the field names and its data type Determine how the table will be related

Methods used in MS Access to create a Table Design View: This method enables you to create table by naming the fields, selecting their data types. Datasheet view: You enter the data into datasheet grid which consists of rows and columns labeled Field1, Field2, Field3 and so on. The database software determines the data type on the data you enter.

Data - types Text / Alphanumeric: can store any alphanumeric character (alphabetic or numeric) and special characters such as punctuation marks . eg. name, address , telephone numbers

Numeric: can store numbers Numeric: can store numbers. Two types of numeric data are: Integer : will store only whole numbers. e.g. 14, 871, -12 Real : will store decimal numbers. e.g. 34.5, 9.25

Currency: can store currency values which allow currency symbols to be added to the display. E.g. $20.00

Date: Stores date in different formats. (dd/mm/yy, dd.mm.yy etc) e.g. 23/10/12, 23.10.12, 23/10/2012, 23rd October 2012

Boolean/Logical : can store one of two values e. g Boolean/Logical : can store one of two values e.g. Yes/No (Y/N), True/False (T/F) , Male/Female (M/F)

advantages and disadvantages of Paper-Based Databases

Advantages : 1. Cheap to set up a paper – based database and do not need power supply to use them. 2. Don’t need to buy an expensive computer to use them 3. Most can easily be carried around with you (as ledgers) 4. You don’t need training to learn how to use them.

Disadvantages of paper-based databases: 1 Disadvantages of paper-based databases: 1. They can be lost or misplaced and very hard to make copies. 2. Hard to correct mistakes made to data entries. 3. Order of data can get jumbled up. This is difficult to re-sort. 4. Difficult to search and find specific data.

advantages and disadvantages of Computer-Based Databases

Advantages : 1. Very easy to make back-up copies 2 Advantages : 1. Very easy to make back-up copies 2. Easy to update data and correct mistakes 3. Easy to sort data into order (alphabetical for example) 4. Very easy and quick to search for specific data 5. They can be secured with passwords.

Disadvantages : 1. They can be expensive to set up (especially if you hire an expert) 2. The computers need power supply in order to run the database software. 3. They can be difficult to use so you would need lots of training.