GCSE COMPUTER SCIENCE Topic 3 - Data 3.11 Databases.

Slides:



Advertisements
Similar presentations
M.S. Access Module CAS 133 Russ Erdman. M.S. Access Module Assignment Overview Two options for the unit: All students complete Units A, B and C In class.
Advertisements

Database A collection of related information stored on a computer and organized in a manner that allows access, retrieval, and use of that data.
Databases and Database Management Systems
Database Software Application
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.
GCSE Computing: A451 Computer Systems & Programming Relational Databases Databases.
Metadata Understanding the Value and Importance of Proper Data Documentation Exercise 2 Reading a Metadata File Exercise 3 Using the Workbook Exercise.
WJEC Applied ICT Databases – Terminology and Notation DEFINITION A database is a collection of data or information which is held together in an organised.
1 Advanced Computer Programming Databases. Overview What is a database? Database Basics Database Components Data Models Normalization Database Design.
MICROSOFT ACCESS 2007 BTA – Spring What is Access?  Microsoft Access is a database management system…this means that it contains database information.
Introduction to database systems
**Database Notes** New Unit Plan Microsoft Access - known as a database management system or DBMS Database – a collection of organized information. Can.
Complete theory from last lesson… Put today’s date in the front of your book Read pages 46 and 47 of the textbook…
Chapter 5: Data Types (2013) Revision Candidates should be able to know: Identify different data types? Key terms: File, record, field and key field Database.
1 Advanced Topics in Access How to create forms and reports Andrew Yu 03/04/2002.
Session 8: Databases Teaching Computing to GCSE Level with Python.
ATADESAB. BATLE CORDER DLEIF Lesson objectives In this lesson you will learn some basic database terms and learn how a database is created.
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.
Grade 11 Computer Science. Relational Databases  Using the link below, answer questions in your notebooks  Look at Kites.accdb database to refresh your.
Microsoft Access 2010 Crash Course Part 1 Academic Health Center Training (352)
Access Review. Access Access is a database application A database is a collection of records and files organized for a particular purpose Access supports.
Database revision.
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.
Introduction to a Database Definition: A database is a collection of information held together in an organised manner. For example: A library could be.
Introduction to Access Chapter 13 pages 1-4. What is a database??? Related information is stored in databases  All SC student information is stored in.
Mr C Johnston ICT Teacher
Sample Table Standard Notation Entity name in uppercase
INFORMATION TECHNOLOGY DATABASE MANAGEMENT. A database is a collection of information organized to provide efficient retrieval. The collected information.
DAY 9: DATABASES Rohit February 17,
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.
Copyright © it’sLearning 365. All rights reserved. DATABASE CONCEPTS Understanding Databases Start …
Database Presentation BIM, Mrs. Bailey. **Database Notes** Use new sheet of paper! Microsoft Access - known as a database management system or DBMS Database.
Database (Microsoft Access). Database A database is an organized collection of related data about a specific topic or purpose. Examples of databases include:
DATABASES Define Software that can hold large amounts of data and allow users to retrieve specific information quickly. (Access, Oracle, etc.) Data is.
PGCE Computer Science/ICT Progression in Databases Alex Hadwen-Bennett.
Lesson Objectives By the end of this lesson you will be able to: 1.Assign appropriate primary keys/key fields 2.Identify foreign keys in different tables/files.
Database Relationships
DBMS and SQL.
GCSE COMPUTER SCIENCE Data 2.4 Databases & SQL.
Lesson 10 Databases.
Prepared By: Bobby Wan Microsoft Access Prepared By: Bobby Wan
Databases Key Revision Points.
GO! with Microsoft Office 2016
Creating a Database Microsoft Access.
GCSE COMPUTER SCIENCE Computers 1.1 What is a Computer?
Structured Query Language (SQL)
Database Concepts Relational Databases Start ….
Databases Explained Tables © Dolinski 2007.
Databases.
GO! with Microsoft Access 2016
GCSE COMPUTER SCIENCE Topic 3 - Data 3.5 Databases.
Database Management  .
Databases A brief introduction….
GCSE Computing Databases.
5.02 Understand database queries, forms, and reports used in business.
PHP and MySQL.
Databases Software This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Database Management Concepts
Database Relationships
Introduction To Databases GCSE Computer Science
Databases.
Introduction To Databases GCSE Computer Science
The ultimate in data organization
A Very Brief Introduction to Relational Databases
Microsoft Office Access is the best –selling personal computer database management system. What is Access?
Copyright © Texas Education Agency, All rights reserved.
Introducing 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.
Presentation transcript:

GCSE COMPUTER SCIENCE Topic 3 - Data 3.11 Databases

Structured & Unstructured Data You need to be able to name some examples of structured and unstructured data Unstructured Data Photos Presentations Videos Documents Structured Data Phone Book Address Book Customer Details Train Timetable Databases are used to store structured data DEFINITION A database is an organised and persistent store of data

Key Terms Field One piece of information. Record All of the data or information about one item. Primary Key A unique identity for each record. Table Stores all of the information about one particular category. Student_ID First_Name Last_Name Address DOB Gender 1 Peter James 310 Brook Lane 21/05/1985 Male 2 Tony Jackson 7 Somerset Avenue 15/12/1992 3 Sarah Jones 35 East End Lane 6/08/1980 Female ACTIVITY Write the four key definitions in your exercise book.

Activity Can you find an example in this database showing a primary key, field, record and table? Primary Key ID Name Breed Gender Date_Of_Birth Enclosure Capacity Headkeeper C009 Toni Tiger Male 30/6/1982 Big Cats 12 J Milner C015 Andrew Lion Female 18/6/2009 A007 Chimpy Chimpanzee 19/7/2011 Ape House 50 S Larkin Record Table Field

Stick the table it in the middle of a page in your workbook Activity Getting Started PART 1 Stick the table it in the middle of a page in your workbook Game ID Title Platform Genre Release Date

THESE ARE MIXED UP AND ARE NOT IN THE CORRECT ORDER – DO NOT COPY THEM Activity Instructions PART 2 Write in the elements below in the correct place and group them to form records for each video game. Pacman Halo Super Mario Bros. Wii Sports Minecraft Arcade Survival First Person Shooter Platform Sports NES Xbox Wii PC 1985 1980 2001 2006 2009 05 03 02 04 01 THESE ARE MIXED UP AND ARE NOT IN THE CORRECT ORDER – DO NOT COPY THEM

Turn the page into a revision sheet by: Activity PART 3 Instructions Turn the page into a revision sheet by: Adding Databases as the title Labelling the primary key and write a definition of the term. Labelling a field and write a definition of the term. Labelling a record and write a definition of the term. Labelling the table and write a definition of the term.

Correct Groups Game ID Title Platform Genre Release Date 01 Pacman Arcade 1980 02 Halo Xbox First Person Shooter 2001 03 Minecraft PC Survival 2009 04 Wii Sports Wii Sports 2006 05 Super Mario Bros. NES 1985

Each term and definition needs to be written neatly into your workbook Databases Terminology Each term and definition needs to be written neatly into your workbook

A database with a single table Database Terminology TERM Flat File Database DEFINITION A database with a single table 1/7

A database that consists of more than one table Database Terminology TERM Relational Database DEFINITION A database that consists of more than one table 2/7

A field in one table that uniquely identifies records in another table Database Terminology TERM Foreign Key DEFINITION A field in one table that uniquely identifies records in another table 3/7

Database Terminology TERM Compound Key DEFINITION A key that consists of two or more fields used to identify a record uniquely 4/7

A user interface used to input data into a database Database Terminology TERM Form DEFINITION A user interface used to input data into a database 5/7

A query is used to search a database Database Terminology TERM Query DEFINITION A query is used to search a database 6/7

Used to format and print out information from a database Database Terminology TERM Report DEFINITION Used to format and print out information from a database 7/7

Activity How could this table be split into two linked tables called Animal and Enclosure? Write down the field names that should go in each table. ID Name Breed Gender Date_Of_Birth Enclosure Capacity Headkeeper C009 Terry Lion Male 30/6/1982 Big Cats 12 J Milner A019 Sam Gibbon Female 10/6/2002 Ape House 50 S Larkin C015 Toni Tiger 18/6/2009 B033 Bob Red deer 6/7/2007 Deer Park 200 A Hunt A007 Charlie Chimpanzee 19/7/2011 ANIMAL Table ID, Name, Breed, Gender, Date_of_Birth, Enclosure. ENCLOSURE Table Enclosure, Capacity, Headkeeper.

Activity Re-organise the data from the Zoo into two linked tables called Animal and Enclosure. Animal Enclosure

Activity Answer ID Name Breed Gender Date_of_Birth Enclosure C009 Terry Lion Male 30/6/1982 Big Cats A019 Sam Gibbon Female 10/6/2002 Ape House C015 Toni Tiger 18/6/2009 B033 Bob Red Deer 6/7/2007 Deer Park A007 Charlie Chimpanzee 19/7/2011 Animal Enclosure Capacity Headkeeper Big Cats 12 J Milner Deer Park 50 S Larkin Ape House 200 A Hunt Enclosure