DATABASES Surname: Brown Forename: James Form: 7B

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
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.
Databases. What is a database? It is a collection of information, which can be searched and sorted. It can be information about anything. Toys, pupils,
2.3 Organising Data for Effective Retrieval
School library systems 3.2 Education. Libraries often contain many thousands of books, magazines, CD- ROMs, etc. In fact, some of the largest libraries.
Lesson 1 -What is a Database? -Fields and Records
MICROSOFT ACCESS Database Applications. Database Management System A database is a collection of organized data whose elements are in some way related.
Step 1:Introduction to a Database Definition: A database is a collection of information held together in an organised manner. For example: A library could.
DATABASE. Computer-based filing systems Information in computer-based filing systems are stored in DATA FILES. A FILE is a collection of RELATED RECORDS.
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.
Slide 1 Standard Grade Computing Databases. Slide 2 Standard Grade Computing Definitions DatabaseA database is a structured collection of similar information.
Slide 1 Computing Science: Databases Revised May 2012 St Andrew’s High School Computing Science Databases Computing Science Level - National 4 / 5.
Here are the main points:  use the words SEARCH, SORT and REPORT (report = a print out, sometimes called a hard copy)  mention the names of the fields.
Databases The Kingsway School. Database Systems Databases are programs which store information in a logical way. Databases have a structure which helps.
Creating a Database Designing Structure, Capturing and Presenting Data.
System Development Lifecycle Verification and Validation.
ATADESAB. BATLE CORDER DLEIF Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.
Data and information. Information and data By the end of this, you should be able to state the difference between DATE and INFORMAITON.
Surname:Brown Forename:James Form:7B Date of Birth: Telephone:
Information & Communications Technology An Introduction to Databases.
Database Management Systems.  Database management system (DBMS)  Store large collections of data  Organize the data  Becomes a data storage system.
Computers in the Library A database application. Input and Output Devices Input Keyboard Mouse Scanner / light pen Output VDU / screen / monitor Printer.
Computing and Information Science 1 Databases START.
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.
Introduction to a Database Definition: A database is a collection of information held together in an organised manner. For example: A library could be.
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.
Do it now activity Activity: A travel agent is trying to create a database to collect information about people who are booking a flight. He is having a.
Slide 1 Key Stage 3 ICT INTRODUCTION TO DATABASES ‘Let’s make a Database!’
Software. Because databases can get very big, it is important to decide exactly what is going to be stored in each field. Fields can be text, number,
DATABASES Filing cabinet or computer??. In the Database Unit you will: Learn that databases have many different uses Learn about the different parts of.
Unit 5b Databases January 2011 Miss Collins. Unit Objectives Analysing data and asking questions: using complex searches You will learn –What is a database?
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
N5 Databases Notes Information Systems Design & Development: Structures and links.
Our world depends on databases
Microsoft Office Access 2010 Lab 1
Databases Chapter 9 Asfia Rahman.
Databases.
Whole Numbers and Decimals
Number Sense Click Here to Start! ©
Database Systems Unit 16.
records Database Vocabulary It can be useful to collect information.
Types of data This presentation differentiates between ICT professional and end users.
Handling Data Designing Structure, Capturing and Presenting Data
Data Types and Storing Data
The Database Application
File and Law Library Management
Databases.
Databases Software This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Step 1:Introduction to a Database
Database Design and Development
Databases.
NUMBERS.
Chapter 3 DataStorage Foundations of Computer Science ã Cengage Learning.
Handling Data Designing Structure, Capturing and Presenting Data
BUSINESS COMPUTER TECHNOLOGY
Spreadsheets, Modelling & Databases
The ultimate in data organization
BUSINESS COMPUTER TECHNOLOGY
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
BUSINESS COMPUTER TECHNOLOGY
Presentation transcript:

DATABASES Surname: Brown Forename: James Form: 7B Date of Birth: 23.4.84 Telephone: 020 1234 5678

What is a database? A database is a collection of information. You can have a very large one such as an encyclopaedia on a CD-ROM, or a much smaller one that you create yourself.

Uses of databases Library catalogues Football player statistics Argos catalogue shopping School pupil records Address book What could you use a database for? Try to think of at least two ideas.

File Structure So that we can find information in a file, we need to have some kind of structure. The diagram shows how the various parts of a file go together in a simple structure. Surname: Brown Forename: James Form: 7B Date of Birth: 23.4.84 Telephone: 020 1234 5678 One record for each Year 7 pupil Five fields in the record

File Structure cont.…. Each record is made up of a set of fields. The diagram shows how a file is made up of a collection of records. Each record is made up of a set of fields. One record for each Year 7 pupil Surname: Brown Forename: James Form: 7B Date of Birth: 23.4.84 Telephone: 020 1234 5678 Five fields in the record

The data base program is called: Microsoft Access

File Structure cont.….. In the example, Surname, Forename, Form, and Date of Birth are four of the fields in each record. There would be one record holding this information for each pupil in Year 9. Brown James 7B 23.4.84 Telephone: 020 1234 5678 One record for each Year 7 pupil Five fields in the record Surname: Forename: Form: Date of Birth:

Field Type When you set up the fields you can say what type of data the field will hold. The field type is important when you sort the data into order. Here are some common field types: TEXT NUMBER DATES

Text ABC A text field will hold any mixture of numbers and letters. Names are text and so are addresses, even though the first line starts with a number. Sorting a text field will be done using the rules for alphabetical order.

Number (sometimes called numeric): This field type only holds numbers, you need to think about this carefully in some cases. For example, in the case of telephone numbers, although we refer to them as phone numbers we do not store them as numbers, or treat them as numbers. (If someone asks your phone number you say SIX, THREE, SEVEN, EIGHT, FIVE, not sixty-three thousand, seven hundred and eighty-five.) Telephone numbers, especially long ones with dial codes, should be stored as text.

Dates 25 December 25/12/2002 31/3/48, 1/4/97, 12/12/96, 11/12/96. If you want to sort information by a date like date of birth, you need to store it as a date field. Dates need to be sorted in a special way. Think about how you would sort these dates into date order: 31/3/48, 1/4/97, 12/12/96, 11/12/96. Which part of the date did you look at first? If they were normal numbers, which part would you look at first?

Accuracy CHECK YOUR DATA Computers are very accurate and this is why we use them for storing information. Humans are not always accurate and this can lead to problems! CHECK YOUR DATA The computer when sorting or searching will always be accurate, but sometimes our mistakes will make things look wrong. An example of an error is as follows:

Accuracy - An example Extra space John Alfred Bill Jane These names look as if the computer has sorted them into the wrong order. Look carefully at them and you will see a space before the name ‘John’. The computer puts the space before the letter A in the alphabet. Because the name ‘John’ starts with a space, the computer’s rules put it before ‘Alfred’. It looks wrong to us, but it is our mistake not the computer’s.

How to set up a field 1. Create a new database 2. Give the database an appropriate name 3. Look at the data you have to enter 4. Decide what type of data is required for each field. 5. Decide how long each field needs to be to fit the data (field size).

Some search criteria