Creating a Database Designing Structure, Capturing and Presenting Data.

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

Organisation Of Data (1) Database Theory
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Database Management Systems and Enterprise Software
Standard Grade Databases. What is a Database? A database is made up of files, records and fields. A structured collection of similar information that.
Data Types and Field Properties 5.01 Understand database tables used in business.
Software Development Unit 2 Databases What is a database? A collection of data organised in a manner that allows access, retrieval and use of that data.
Data Types and Field Properties 5.01 Understand database tables used in business.
Database terms Mr. Brunton.
Validation and Verification
Databases Setting up a Database.
Chapter 8: Systems analysis and design
Lesson 1 -What is a Database? -Fields and Records
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. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
Databases Standard Grade. Databases A large amount of information must be stored in some sort of order so that it can be accessed easily and quickly.
WHAT IS A DATABASE? A database is an organized collection of related information. A DB organizes and stores information. an organized collection of related.
Slide 1 St Andrew’s High School Standard Grade Computing Databases Standard Grade Computing Studies.
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.
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.
Software. Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date.
GCSE Computing#BristolMet Session Objectives# 20 MUST describe a database and discuss the legal implications of storing personal information SHOULD explain.
System Development Lifecycle Verification and Validation.
Collecting Data Types, coding, accuracy, file formats and the effect of data loss.
Surname:Brown Forename:James Form:7B Date of Birth: Telephone:
Systems Life Cycle. Know the elements of the system that are created Understand the need for thorough testing Be able to describe the different tests.
Databases Organizing Sorting Querying A Presentation by Karen Work Richardson.
ITGS Databases.
What have we learned?. What is a database? An organized collection of related data.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 3 BACKNEXTEND 3-1 LINKS TO OBJECTIVES Modify a Table – Add, Delete, Move Fields Modify a Table.
AS Level ICT Data entry: Problems with errors. Garbage in; Garbage out If incorrect data is entered into a data management system, the results of any.
Relational Databases. Relational database  data stored in tables  must put data into the correct tables  define relationship between tables  primary.
WHAT IS A DATABASE? A database is an organized collection of related information.
Verification & Validation. Batch processing In a batch processing system, documents such as sales orders are collected into batches of typically 50 documents.
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.
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.
OCR CAMBRIDGE NATIONALS UNIT 1 - UNDERSTANDING COMPUTER SYSTEMS DATA CAPTURE METHODS.
Databases 101 © Dolinski What you will learn How relational databases work What are the components that make up a database How to create each component.
Lesson 13 Databases Unit 2—Using the Computer. Computer Concepts BASICS - 22 Objectives Define the purpose and function of database software. Identify.
Data Verification and Validation
1 AQA ICT AS Level © Nelson Thornes 2008 Good quality data and information Data terms.
Data Validation.
OCR CAMBRIDGE NATIONALS UNIT 1 - UNDERSTANDING COMPUTER SYSTEMS DATA CAPTURE METHODS.
DATABASES Filing cabinet or computer??. In the Database Unit you will: Learn that databases have many different uses Learn about the different parts of.
Access Lessons 1, 2 and 3 ©2009 M and K Solutions, LLC – All Rights Reserved.
Input, Output and Processing.. What data needs to be input into the system? Identify the sources – i.e. where does the data come from? What is the volume.
 At the end of the class students should:  distinguish between data and information.  explain the characteristics and forms of Information Processing.
Databases.
Microsoft Office Access 2010 Lab 2
Unit 16 – Database Systems
Types of data This presentation differentiates between ICT professional and end users.
Handling Data Designing Structure, Capturing and Presenting Data
Data Types and Field Properties
SECTION 5: INFORMATION PROCESSING
Data Types Quiz.
Databases Software This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Data Types and Field Properties
Data Types and Field Properties
Handling Data Designing Structure, Capturing and Presenting Data
The ultimate in data organization
DATABASES Surname: Brown Forename: James Form: 7B
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Data Types and Field Properties
Data Types and Field Properties
Data Types and Field Properties
Database Management Systems and Enterprise Software
Data Types and Field Properties
Presentation transcript:

Creating a Database Designing Structure, Capturing and Presenting Data

What is a database? Data Gender: male Name: Mr James Brown Salary £30,000 Marital status: single Blood type: A+ Address: 6 High Street Telephone:

Name: Mr James Brown Telephone: Gender: male Address: 6 High Street Blood type: A+ Salary £30,000 Marital status: single Base A database is a collection (base) of data that can be accessed as information.

Who uses databases?

For the record Before computers were around, organizations kept information on record cards in card boxes, or on sheets of paper in files and filing cabinets. These days, most databases are created and stored on a computer.

Files J. Vincent Address: 6 Broad Lane, Winsford Telephone: Date of Birth: Record Then… Filing cabinet

Now… Database Files Record

Records Fields Each record is made up of fields – categories of information. The fields here are Name, Surname, Address, Telephone and Date of birth. File

Let’s get it right? Here are some more field names and data types: Fields are of a certain data type. For example, Name and Surname are text; Date of birth is not text but a date. Data Types textdate

Using data types ensures that the data in the record is valid. This means that if you try and type text in a date/time data type the program will not allow it. Mistakes are reduced by making sure the data is valid. However validation would not stop you typing in the wrong date! Most database programs allow the user to create validation checks, such as the following: character type (number or letter or both) length of field (how many characters) range (specify from and to, for example from 1 to 20).

Work it out Use the keyboard to try out the data.

In addition to validating information you must also verify the information. Not all data can be validated – for example, a spelling mistake or an incorrect amount entered may not be picked up by the validation process. This is where the data has to be verified. This is easily done by checking the data entered against the original document, or getting somebody else to ensure that the data being input is correct.

Searching and sorting A database program is extremely useful for searching the data stored. When you search, you may want to find a particular record: for example, search for the record for “J Vincent”. You can search for more than one record: for example, search for all the records where the field Surname equals (=) Vincent. For more detail, you can search for records with a combination of fields: for example, search for all the records where the field Surname = Vincent and the Date of birth = 02/02/1980.

Sorting is another useful feature of a database. When you sort you may want to sort by a particular field, for example, sort by “Name”. You can sort by more than one field, for example you can sort by field “Name” and field “Surname”. You can choose which order you would like the sort: ascending order – starting with the letter A or smallest number and going up or descending order – starting with the letter Z or largest number and going down.

A database is a collection of information which is stored in a way that can easily be accessed and found. Databases are used by most organizations to store information. A database is made up of files. Each file is made up of records. Each record is made up of fields. Fields have a data type. Data must be validated and verified to avoid mistakes. A database can be used to search and sort data. Summary