Databases Letts Chapter 11. A database program can be used to:  sort a file into a different order;  search through the records for a matching string.

Slides:



Advertisements
Similar presentations
Microsoft Office Illustrated Fundamentals Unit K: Working with Data.
Advertisements

Database Management Systems and Enterprise Software
Databases. A database program can be used to:  sort a file into a different order  Maintain contact with clients  search through the records for a.
Standard Grade Databases. What is a Database? A database is made up of files, records and fields. A structured collection of similar information that.
Database management system (DBMS)  a DBMS allows users and other software to store and retrieve data in a structured way  controls the organization,
UNDERSTANDING WHICH QUERY FIELDS TO USE Certain fields in the FMIS database have been indexed to improve the timeliness of executed queries. Each query.
Querying a Database Microsoft Office Access 2003.
ACCESS – CHAPTER 4 ZNANATEJ PANGA October 27, 2014.
Databases Ms. Scales. What is a Database? Database  A collection of data organized for fast search and retrieval  Examples: Telephone Directories Hospital.
Access 2007 ® Use Databases How can Access help you to find and use information?
An INTRODUCTION to MICROSOFT ACESS 2000 By Dr. Ennis-Cole.
1 Microsoft Access 2002 Tutorial 3 – Querying a Database.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT ACCESS Lesson 1 – Access Basics.
Database Management Systems. This lesson includes the following sections  Databases and Management Systems Working with a Database Enterprise Software.
How could the database be most efficiently searched to find all of the inventions of Samuel Morse? A. Inventor = "Morse" C. Invention = "telegraph" B.
**Database Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
Database Queries. Queries Queries are questions used to retrieve information from a database. Contain criteria to specify the records and fields to be.
WHAT IS A DATABASE? A database is an organized collection of related information. A DB organizes and stores information. an organized collection of related.
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.
DATABASES. DEFINITIONS: What is a database? an organized collection of related information. File: A database file is made up of related records in a database.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
® Microsoft Office 2010 Access Tutorial 3 Maintaining and Querying a Database.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 24 Managing and Reporting Database Information 1 Morrison / Wells / Ruffolo.
Lesson 1: Exploring Access Learning Objectives After studying this lesson, you will be able to: Start Access and identify elements of the application.
What have we learned?. What is a database? An organized collection of related data.
Microsoft Office XP Illustrated Introductory, Enhanced Tables and Queries Using.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
® Microsoft Office 2013 Access Maintaining and Querying a Database.
Using Microsoft Access Now that data has been entered we are ready to sort or data To do this, first click on the field label which you want to sort If.
Computer Apps 1 Queries-part b. Queries Query – a database object that requests information from a database and creates a dataset (list of selected.
Starter A delegate comes to you (the receptions) and tell you they have lost their timetable (itinerary) What details would you ask them for to check the.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
Microsoft Access is a database program to manage sort retrieve group filter for certain records.
WHAT IS A DATABASE? A database is an organized collection of related information.
1 Lesson 18 Managing and Reporting Database Information Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Databases.  A database is simply a collection of information stored in an orderly manner.  A database can be as simple as a birthday book, address book.
Database and Information Management Chapter 9 – Computers: Understanding Technology, 3 rd edition.
Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related.
XP New Perspectives on Microsoft Access 2002 Tutorial 31 Microsoft Access 2002 Tutorial 3 – Querying a Database.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Microsoft Access Database Creation and Management.
Databases Competency Explain advanced database concepts and functions.
Slide 1 Key Stage 3 ICT INTRODUCTION TO DATABASES ‘Let’s make a Database!’
10.1Retrieving a Database File – In the last chapter, we have created a database file and several tables for that database. – In order to view and modify.
Microsoft Access By Ritesh Sharma. Introduction Microsoft Access is a desktop database program that enables you to enter, store, analyze,and present data.For.
Access Queries and Forms. Adding a New Field  To insert a field after you have saved your table, open Access, and open the table  It is easier to add.
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
Edexcel OnCourse Databases Unit 9. Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student.
Concepts of Database Management, Fifth Edition Chapter 3: The Relational Model 2: SQL.
DAY 20: ACCESS CHAPTERS 5, 6, 7 Larry Reaves October 28,
1 2 DATABASE organized collection of related information.
Some other query issues:
Databases.
Access Maintaining and Querying a Database
Lesson 23 Managing and Reporting Database Information
Database Systems Unit 16.
Larry Reaves October 9, 2013 Day 16: Access Chapter 2 Larry Reaves October 9, 2013.
Microsoft Office Illustrated Fundamentals
Access Maintaining and Querying a Database
The Computer as an Educational Tool
BUSINESS COMPUTER TECHNOLOGY
Spreadsheets, Modelling & Databases
Lesson 24 Managing and Reporting Database Information
BUSINESS COMPUTER TECHNOLOGY
BUSINESS COMPUTER TECHNOLOGY
IT Solutions for Administrators - Databases
Cycle 3: Unit 27 Lessons 104 – 111.
Database Management Systems and Enterprise Software
Presentation transcript:

Databases Letts Chapter 11

A database program can be used to:  sort a file into a different order;  search through the records for a matching string.  select records which fit certain conditions

Ready-made database files are available on:  floppy disc,  CD-ROM’s  on-line using public networks

Before you can create your own database file you have to:  decide what data is required for the problem you are solving;  think of a name for your data file;  plan what fields you are going to have;  decide on a key field or sort field;  plan how to collect and record the data before it is typed in.

Common data types used in databases are:  alphanumeric  number  date  integer  label  logical

Data can be collected by recording it on a data capture form. This can be one of the following  questionnaire (form format)  table format.

To create a database you would normally have to:  produce a data capture form;  collect and record the data to be keyed it;  run the database program;  name the database file;  key in for each field its name, type and possibly its length;  choose a sort field;  enter the data into the database - one record at a time;  close or save the database.

To retrieve information from a file you can set up a query condition. The program then selects all records which match the condition. Query conditions can include:  comparisons based on = (equal to) < (less than) > (greater than) <>, >=, <=  the logical operators AND, OR and NOT;  comparisons with sub-strings.

A sort rearranges a file into a given order. A file can be sorted into ascending or descending order. A database report is a set of results from work on a database put together as a document for printing. A query language is the set of words and symbols which are used to retrieve information from a database.