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.

Slides:



Advertisements
Similar presentations
Relational Database Systems Higher Information Systems Advanced Implementation in Microsoft Access.
Advertisements

Information must be: Kept Tidy Kept Safe Stored in an accessible place Able to be found easily and quickly when needed.
STORAGE AND RETRIEVAL OF INFORMATION
Organisation Of Data (1) Database Theory
Relational Database Systems Higher Information Systems Advanced Implementation in Filemaker Pro.
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 RC D DD CMA C M R B PK E I S H S RC H L I V FK.
INFORMATION TECHNOLOGY Software Applications. WORD PROCESSING WP is the most commonly used package in business. A large number of documents are produced.
ICDL Software Applications - Database Concepts. Unit 6 Data and Data Representation Database Concepts –File Structure –Relationships Database Design –Data.
What is an Information System?. What is data?  DATA is raw facts and figures.  These have very little meaning until they are sorted or they are used.
Database Design Concepts Info 1408 Lecture 2 An Introduction to Data Storage.
Data Types and Field Properties 5.01 Understand database tables used in business.
Information Storage and Retrieval CS French Chapter 3.
Databases.
Databases Ms. Scales. What is a Database? Database  A collection of data organized for fast search and retrieval  Examples: Telephone Directories Hospital.
Database Design IST 7-10 Presented by Miss Egan and Miss Richards.
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.
Databases. Objectives Define what a database is. Understand the difference between a flat and relational database Design and create a relational database.
Data Types and Field Properties 5.01 Understand database tables used in business.
Querying and Sorting IT Key Ideas, Dynamic Database Systems, 2002 Chapter 3.
Basic Data Handling An introduction to using RM Information Magic Malcolm Wilson ICT Curriculum Development Officer Falkirk Council Education Services.
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
Access 2007 Database Application Managing Business Information Effectively BCIS 1 and 2.
GCSE ICT What is an Information System?. What is data? DATA is raw facts and figures. These have very little meaning until they are sorted or they are.
Lesson 1 -What is a Database? -Fields and 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.
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.
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.
Databases ©
Database What is a database? A database is a collection of information that is typically organized so that it can easily be storing, managing and retrieving.
What have we learned?. What is a database? An organized collection of related data.
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.
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.
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.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
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.
Today You will become familiar with the Appleworks software. You will create your own ‘fields’ and ‘records.’ In the actually program!!!!
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.
Edexcel OnCourse Databases Unit 9. Edexcel OnCourse Database Structure Presentation Unit 9Slide 2 What is a Database? Databases are everywhere! Student.
N5 Databases Notes Information Systems Design & Development: Structures and links.
Databases.
Data and Information.
Database Systems Unit 16.
Unit 16 – Database Systems
Handling Data Designing Structure, Capturing and Presenting Data
Week 12 Option 3: Database Design
Storage Devices and Data Capacity
Databases Software This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Database Theory.
Handling Data Designing Structure, Capturing and Presenting Data
BUSINESS COMPUTER TECHNOLOGY
Spreadsheets, Modelling & Databases
The ultimate in data organization
Introduction to Databases
BUSINESS COMPUTER TECHNOLOGY
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
BUSINESS COMPUTER TECHNOLOGY
Database management systems
Presentation transcript:

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. Examples of manual databases are: Filing cabinets in classrooms Filing cabinets in classrooms Telephone Directory Telephone Directory

Databases Most businesses use databases: Schools Schools Local Authority Local Authority DVLA DVLA Police National Computer Police National Computer Doctors & Dentists Doctors & Dentists Hospitals Hospitals The list is endless The list is endless

Database Structure Databases are a structured way of storing information. Databases consist of: Fields - which hold a single piece of information. Records - which hold all the fields about one particular thing. Files - a collection of related records.

Database Structure MakeModelRegMilesEngine FordKa PA08 RAB AudiA3 SE03 BOB FiatPunto FP52 UNT SeatIbiza W565 WHS FordFocus ME09 AGS RECORDS FIELDS

Database Features Databases can be used in two main ways: Search - where you tell the computer what you want to find and the computer searches for it. Sort - where you get the computer to put the information into a different order

Searching There are two types of searching: 1.Simple Search 2.Complex Search

Simple Search A simple search is when you search on one field. Eg 1.Make = “Ford” 2.Colour = “Blue” 3.Top Speed > Age <18

Complex Search Examples 1.Make = “Ford” AND Colour = “Blue” 2.Colour = “Blue” OR Colour = “Green” 3.Sex = “Male” AND Age > 18 4.NOT Top Speed <100 5.Make = “Ford” AND NOT Model = “Ka” 6.Model = “Focus” OR Model = “Fiesta”

Sorting Sorting is when you organise the information into a different order. The two basic orders are: 1.Ascending (a to z, 1 to 10) 2.Descending (z to a, 10 to 1) (Down) (Down)

Simple Sort Sorting by one field: Eg. 1.Ascending order by height 2.Descending by age 3.Descending by points 4.Ascending by surname

Complex Sort Sorting on more than one field at the same time Eg 1.Ascending by Surname THEN Ascending by Forename (register) 2.Descending by points THEN descending by goal diff. THEN descending by goals scored (league table)

Field Types There are several different types which are used to define fields: Text - hold characters (letters/numbers/symbols) Number - holds only numbers Date/Time - holds VALID dates and times only Radio Buttons - restricts choice Pop-up Menu - holds a list of choices

Layouts / Formats We can create different layouts / formats for different uses of a database. Not all layouts need to contain all the fields. For Example An input layout may include all the fields. An input layout may include all the fields. An output layout (such as a school report) may only include relevant fields. An output layout (such as a school report) may only include relevant fields.

Calculated / Computed Fields A field where the computer uses a formula to calculate the information. The formula usually refers to another field in that record. Eg Total= ‘WPMark’ + ‘SSMark’ + ‘DBMark’ Average= Total / 3

Calculating Sizes In a database each character takes up 1 byte of space in memory / storage. Field NameField TypeField Length SurnameText25 AgeNumber3 PostcodeText8 Tel No.Text20 For this example one record would need 56 bytes of memory records would need 112,000 bytes of memory which is approx. 109 kb (112,000 / 1024 )